summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-11476 Stop supporting homepage and other space pages for modules and ↵Stas Vilchik2019-01-1625-722/+156
| | | | directories (#951)
* SONAR-11480 Evaluate coverage exclusions at project levelJulien HENRY2019-01-1615-164/+431
| | | | and log a warning when it is used at module level
* Clean some scanner component namesJulien HENRY2019-01-1616-43/+42
|
* SONAR-11465 NoSonarFilter moved to project levelJulien HENRY2019-01-167-100/+89
|
* SONAR-11471 Stop providing RulesProfile on scanner sideJulien HENRY2019-01-1615-382/+51
|
* SONAR-11465 Deprecate task extensionsJulien HENRY2019-01-165-1/+19
|
* SONAR-11465 Introduce a new annotation for project level extensionsJulien HENRY2019-01-1617-37/+106
| | | | and deprecate issue filters
* SONAR-11465 Deprecate InstantiationStrategyJulien HENRY2019-01-164-0/+96
|
* SONAR-11459 Deprecate componentKeys in IssueFilterJulien HENRY2019-01-163-3/+9
|
* Enforce build reproducibility by fixing year in copyright headersSimon Brandhof2019-01-162-3/+2
|
* Fix Quality flawSimon Brandhof2019-01-162-10/+3
|
* Fix GlobalFooterSonarCloud testGrégoire Aubert2019-01-162-2/+2
|
* Update missing license headers for 2019Grégoire Aubert2019-01-1631-32/+32
|
* SONAR-11103 Missing technical debt when issues on leak period have no debtDuarte Meneses2019-01-162-7/+22
|
* SONAR-11570 Add period back to QG conditions recomputed on UI changeJanos Gyerik2019-01-162-0/+35
|
* SONAR-10487 Improve UX of filter option in Quality Profiles pageWouter Admiraal2019-01-164-46/+111
|
* Fix display for pages with long code snippetsWouter Admiraal2019-01-161-1/+4
|
* Fix syntax error in documentation pageWouter Admiraal2019-01-161-1/+1
|
* DOC-131 Improve @include handlingWouter Admiraal2019-01-162-12/+33
|
* SONAR-11608 Conditional formatting broken when used within a tableWouter Admiraal2019-01-1610-140/+206
|
* SONAR-11225 NPE when using RelativePathPredicate with a path starting by ..Duarte Meneses2019-01-104-12/+79
|
* Improve tests on user settings stabilityJulien Lancelot2019-01-101-1/+1
|
* Remove unused dirsJanos Gyerik2019-01-105-89/+0
|
* SONAR-11622 Server temp files fail to be deleted on MS WindowsSimon Brandhof2019-01-104-21/+33
|
* Tweak wording inspections -> analysesJanos Gyerik2019-01-101-1/+1
|
* Fix broken license headersJanos Gyerik2019-01-103-57/+2
|
* Update license headers for 2019Duarte Meneses2019-01-102-2/+2
|
* SONARCLOUD-345 Disable new feature notifications for anonymous usersWouter Admiraal2019-01-103-10/+20
|
* SONAR-11282 Enhance embedded docs navigation sidebarWouter Admiraal2019-01-1015-120/+968
|
* Ignore VS Code Workspace settings filesWouter Admiraal2019-01-101-1/+4
|
* SONAR-11472 Add support highlighting exact matches in resultsWouter Admiraal2019-01-106-29/+117
|
* SONAR-11472 Add support for exact search-query matchingWouter Admiraal2019-01-108-56/+207
| | | | | | | | | 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.
* SONARCLOUD-308 Add supported languages doc pageGrégoire Aubert2019-01-092-88/+7
|
* SONARCLOUD-259 Remove duplicated information on pricing doc pageGrégoire Aubert2019-01-091-0/+30
|
* SONAR-11577 Fix quality gate conditions migration on MySQLJulien Lancelot2019-01-091-17/+18
| | | | | * SONAR-11577 Fix quality gate conditions migration on MySQL * Add some custom data in UpgradeTest
* SONAR-11605 No changed lines detected in P/R and SLB if target branch is not ↵Duarte Meneses2019-01-095-37/+20
| | | | explicitly specified
* SONAR-11594 scanner authentication tokenMichal Duda2019-01-094-21/+47
| | | | Support passing the scanner authentication token with $SONAR_TOKEN
* SONAR-11619 Remove label[for] styling and fix some input idsGrégoire Aubert2019-01-0921-23/+49
|
* SONARCLOUD-273 Update Documentation page titleGrégoire Aubert2019-01-092-2/+3
|
* SONAR-11616 Save selected activity graph per projectGrégoire Aubert2019-01-0911-175/+176
|
* Tweak manual project provisioning wordingGrégoire Aubert2019-01-091-1/+1
|
* SONARCLOUD-310 add WS api/ce/timeout_tasksSimon Brandhof2019-01-0914-32/+195
|
* Update license headers templates in sonar-ws-generatorsJulien Lancelot2019-01-095-5/+5
|
* SONAR-11577 Fix direction of certain metricsJanos Gyerik2019-01-086-3/+186
| | | | metrics: tests, conditions_to_cover, new_conditions_to_cover
* forbid to use releasability metrics in quality gate conditionsStas Vilchik2019-01-081-1/+5
|
* SONAR-11571 Remove mentions about warnings and period from the docBenoît Gianinetti2019-01-086-10/+8
|
* SONAR-11577 Migrate no more supported quality gate conditionsJulien Lancelot2019-01-085-2/+782
|
* SONAR-11573 remove computation of differential measuresBenoît Gianinetti2019-01-085-705/+0
|
* SONAR-11572 Limit list of operators for QG conditionsBenoît Gianinetti2019-01-0836-535/+461
|
* SONAR-11571 Drop warning treshold from QG web servicesBenoît Gianinetti2019-01-0892-1065/+485
|