Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-11476 Stop supporting homepage and other space pages for modules and ↵ | Stas Vilchik | 2019-01-16 | 25 | -722/+156 | |
| | | | | directories (#951) | |||||
* | SONAR-11480 Evaluate coverage exclusions at project level | Julien HENRY | 2019-01-16 | 15 | -164/+431 | |
| | | | | and log a warning when it is used at module level | |||||
* | Clean some scanner component names | Julien HENRY | 2019-01-16 | 16 | -43/+42 | |
| | ||||||
* | SONAR-11465 NoSonarFilter moved to project level | Julien HENRY | 2019-01-16 | 7 | -100/+89 | |
| | ||||||
* | SONAR-11471 Stop providing RulesProfile on scanner side | Julien HENRY | 2019-01-16 | 15 | -382/+51 | |
| | ||||||
* | SONAR-11465 Deprecate task extensions | Julien HENRY | 2019-01-16 | 5 | -1/+19 | |
| | ||||||
* | SONAR-11465 Introduce a new annotation for project level extensions | Julien HENRY | 2019-01-16 | 17 | -37/+106 | |
| | | | | and deprecate issue filters | |||||
* | SONAR-11465 Deprecate InstantiationStrategy | Julien HENRY | 2019-01-16 | 4 | -0/+96 | |
| | ||||||
* | SONAR-11459 Deprecate componentKeys in IssueFilter | Julien HENRY | 2019-01-16 | 3 | -3/+9 | |
| | ||||||
* | Enforce build reproducibility by fixing year in copyright headers | Simon Brandhof | 2019-01-16 | 2 | -3/+2 | |
| | ||||||
* | Fix Quality flaw | Simon Brandhof | 2019-01-16 | 2 | -10/+3 | |
| | ||||||
* | Fix GlobalFooterSonarCloud test | Grégoire Aubert | 2019-01-16 | 2 | -2/+2 | |
| | ||||||
* | Update missing license headers for 2019 | Grégoire Aubert | 2019-01-16 | 31 | -32/+32 | |
| | ||||||
* | SONAR-11103 Missing technical debt when issues on leak period have no debt | Duarte Meneses | 2019-01-16 | 2 | -7/+22 | |
| | ||||||
* | SONAR-11570 Add period back to QG conditions recomputed on UI change | Janos Gyerik | 2019-01-16 | 2 | -0/+35 | |
| | ||||||
* | SONAR-10487 Improve UX of filter option in Quality Profiles page | Wouter Admiraal | 2019-01-16 | 4 | -46/+111 | |
| | ||||||
* | Fix display for pages with long code snippets | Wouter Admiraal | 2019-01-16 | 1 | -1/+4 | |
| | ||||||
* | Fix syntax error in documentation page | Wouter Admiraal | 2019-01-16 | 1 | -1/+1 | |
| | ||||||
* | DOC-131 Improve @include handling | Wouter Admiraal | 2019-01-16 | 2 | -12/+33 | |
| | ||||||
* | SONAR-11608 Conditional formatting broken when used within a table | Wouter Admiraal | 2019-01-16 | 10 | -140/+206 | |
| | ||||||
* | SONAR-11225 NPE when using RelativePathPredicate with a path starting by .. | Duarte Meneses | 2019-01-10 | 4 | -12/+79 | |
| | ||||||
* | Improve tests on user settings stability | Julien Lancelot | 2019-01-10 | 1 | -1/+1 | |
| | ||||||
* | Remove unused dirs | Janos Gyerik | 2019-01-10 | 5 | -89/+0 | |
| | ||||||
* | SONAR-11622 Server temp files fail to be deleted on MS Windows | Simon Brandhof | 2019-01-10 | 4 | -21/+33 | |
| | ||||||
* | Tweak wording inspections -> analyses | Janos Gyerik | 2019-01-10 | 1 | -1/+1 | |
| | ||||||
* | Fix broken license headers | Janos Gyerik | 2019-01-10 | 3 | -57/+2 | |
| | ||||||
* | Update license headers for 2019 | Duarte Meneses | 2019-01-10 | 2 | -2/+2 | |
| | ||||||
* | SONARCLOUD-345 Disable new feature notifications for anonymous users | Wouter Admiraal | 2019-01-10 | 3 | -10/+20 | |
| | ||||||
* | SONAR-11282 Enhance embedded docs navigation sidebar | Wouter Admiraal | 2019-01-10 | 15 | -120/+968 | |
| | ||||||
* | Ignore VS Code Workspace settings files | Wouter Admiraal | 2019-01-10 | 1 | -1/+4 | |
| | ||||||
* | SONAR-11472 Add support highlighting exact matches in results | Wouter Admiraal | 2019-01-10 | 6 | -29/+117 | |
| | ||||||
* | SONAR-11472 Add support for exact search-query matching | Wouter Admiraal | 2019-01-10 | 8 | -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 page | Grégoire Aubert | 2019-01-09 | 2 | -88/+7 | |
| | ||||||
* | SONARCLOUD-259 Remove duplicated information on pricing doc page | Grégoire Aubert | 2019-01-09 | 1 | -0/+30 | |
| | ||||||
* | SONAR-11577 Fix quality gate conditions migration on MySQL | Julien Lancelot | 2019-01-09 | 1 | -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 Meneses | 2019-01-09 | 5 | -37/+20 | |
| | | | | explicitly specified | |||||
* | SONAR-11594 scanner authentication token | Michal Duda | 2019-01-09 | 4 | -21/+47 | |
| | | | | Support passing the scanner authentication token with $SONAR_TOKEN | |||||
* | SONAR-11619 Remove label[for] styling and fix some input ids | Grégoire Aubert | 2019-01-09 | 21 | -23/+49 | |
| | ||||||
* | SONARCLOUD-273 Update Documentation page title | Grégoire Aubert | 2019-01-09 | 2 | -2/+3 | |
| | ||||||
* | SONAR-11616 Save selected activity graph per project | Grégoire Aubert | 2019-01-09 | 11 | -175/+176 | |
| | ||||||
* | Tweak manual project provisioning wording | Grégoire Aubert | 2019-01-09 | 1 | -1/+1 | |
| | ||||||
* | SONARCLOUD-310 add WS api/ce/timeout_tasks | Simon Brandhof | 2019-01-09 | 14 | -32/+195 | |
| | ||||||
* | Update license headers templates in sonar-ws-generators | Julien Lancelot | 2019-01-09 | 5 | -5/+5 | |
| | ||||||
* | SONAR-11577 Fix direction of certain metrics | Janos Gyerik | 2019-01-08 | 6 | -3/+186 | |
| | | | | metrics: tests, conditions_to_cover, new_conditions_to_cover | |||||
* | forbid to use releasability metrics in quality gate conditions | Stas Vilchik | 2019-01-08 | 1 | -1/+5 | |
| | ||||||
* | SONAR-11571 Remove mentions about warnings and period from the doc | Benoît Gianinetti | 2019-01-08 | 6 | -10/+8 | |
| | ||||||
* | SONAR-11577 Migrate no more supported quality gate conditions | Julien Lancelot | 2019-01-08 | 5 | -2/+782 | |
| | ||||||
* | SONAR-11573 remove computation of differential measures | Benoît Gianinetti | 2019-01-08 | 5 | -705/+0 | |
| | ||||||
* | SONAR-11572 Limit list of operators for QG conditions | Benoît Gianinetti | 2019-01-08 | 36 | -535/+461 | |
| | ||||||
* | SONAR-11571 Drop warning treshold from QG web services | Benoît Gianinetti | 2019-01-08 | 92 | -1065/+485 | |
| |