Thierry Florac

Results 12 comments of Thierry Florac

Hi, I would be very interested also to be able to authenticate with Azure AD. Any hints? Best regards, Thierry

I added "sonar.python.coverage.reportPaths=coverage.xml" to sonar-project.properties. I can see this in Gitlab-CI job console: ``` 100 INFO: Python test coverage 101 INFO: Parsing report '/builds/G3v_6jyd/0/onf/support/python/pyramid/pyams-v2/pyams-utils/coverage.xml' ``` But coverage measure is always...

I ommitted to say that SONAR_ANALYSIS_MODE is set to "publish" in job configuration...!

Thanks for your reply! I will open another ticket for a feature request!! And if you need help for testing, just ask! ;)

I'll complete my initial question with another one... I found a solution to only get the first found occurrence of a string, and I'm now looking for a solution to...

@WojciechMula: well... so at first I'm going to follow a simple process where if two terms (or more) match at the same position, the first one will win and will...

Is there any plan to merge this PR and release a new package version?

Here is another option to just check for "None" values; we can combine this comparator with any query operator: ``` class IsNone(Comparator): """Index query search for None values""" def __init__(self,...

From a "user" point of view, what I would like is to be able to declare a JSON-RPC or XML-RPC view like a common Pyramid view, using traversal... For example...

I don't know Pyramid internals enough to be able to have a good point of view about that... :-/