| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Out of the box, Lunr doesn't support exact pattern matching for
search queries, meaning searching for "foo bar" will not boost
a sentence like "Foo bar baz" more than "Baz bar foo" (both
contain both keywords). We now do some crude pattern matching by
storing the token "context" upon indexing. It's not 100% correct,
but it gets the job done.
|
| |
|
| |
|
|
|
|
|
| |
* SONAR-11577 Fix quality gate conditions migration on MySQL
* Add some custom data in UpgradeTest
|
|
|
|
| |
explicitly specified
|
|
|
|
| |
Support passing the scanner authentication token with $SONAR_TOKEN
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
metrics: tests, conditions_to_cover, new_conditions_to_cover
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
tutorial
|
|
|
|
| |
tests DRYer
|