Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | change year in file headers | Stas Vilchik | 2019-01-16 | 7 | -7/+7 | |
| | ||||||
* | SONAR-11598 Rework CPD exclusions | Julien HENRY | 2019-01-16 | 4 | -46/+45 | |
| | ||||||
* | SONAR-11587 Rework issue exclusions | Julien HENRY | 2019-01-16 | 1 | -0/+22 | |
| | ||||||
* | Fix quality flaws | Julien HENRY | 2019-01-16 | 6 | -20/+117 | |
| | ||||||
* | SONAR-11464 Add ITs | Duarte Meneses | 2019-01-16 | 1 | -0/+3 | |
| | ||||||
* | SONAR-11465 Add project level Sensor EP | Julien HENRY | 2019-01-16 | 5 | -4/+82 | |
| | ||||||
* | SONAR-11465 API cleanup | Julien HENRY | 2019-01-16 | 36 | -66/+39 | |
| | ||||||
* | SONAR-11465 Move IssueFilter at project level | Julien HENRY | 2019-01-16 | 1 | -1/+2 | |
| | ||||||
* | SONAR-11465 Move post-job at project level | Julien HENRY | 2019-01-16 | 4 | -7/+6 | |
| | ||||||
* | SONAR-11524 textfield for deprecated module-lvl properties | Michal Duda | 2019-01-16 | 1 | -1/+6 | |
| | | | | Add a project-level textfield property in UI that aggregates all previous module-level properties. | |||||
* | SONAR-11509 Ignore module and folder level measures in Sensor API | Julien HENRY | 2019-01-16 | 2 | -7/+0 | |
| | ||||||
* | SONAR-11525 analysis warning on module-lvl props | Michal Duda | 2019-01-16 | 1 | -2/+6 | |
| | | | | Analysis now produces a warning when the property that aggregates all previous module-level properties is not cleared. | |||||
* | SONAR-11508, SONAR-11484 Index files at project level | Julien HENRY | 2019-01-16 | 3 | -11/+9 | |
| | ||||||
* | SONAR-11459 Stop publishing modules and folders in the scanner report | Julien HENRY | 2019-01-16 | 9 | -106/+39 | |
| | ||||||
* | SONAR-11459 Remove ModuleFileSystemInitializer | Julien HENRY | 2019-01-16 | 7 | -10/+550 | |
| | ||||||
* | SONAR-11465 Deprecate InputModule and introduce InputProject | Julien HENRY | 2019-01-16 | 24 | -188/+353 | |
| | ||||||
* | SONAR-11459 move dir and module issues to root | Michal Duda | 2019-01-16 | 6 | -38/+138 | |
| | ||||||
* | SONAR-11480 Evaluate coverage exclusions at project level | Julien HENRY | 2019-01-16 | 2 | -5/+5 | |
| | | | | and log a warning when it is used at module level | |||||
* | SONAR-11465 NoSonarFilter moved to project level | Julien HENRY | 2019-01-16 | 3 | -98/+31 | |
| | ||||||
* | SONAR-11471 Stop providing RulesProfile on scanner side | Julien HENRY | 2019-01-16 | 1 | -1/+1 | |
| | ||||||
* | SONAR-11465 Deprecate task extensions | Julien HENRY | 2019-01-16 | 3 | -0/+8 | |
| | ||||||
* | SONAR-11465 Introduce a new annotation for project level extensions | Julien HENRY | 2019-01-16 | 4 | -1/+7 | |
| | | | | 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 | 2 | -2/+9 | |
| | ||||||
* | SONAR-11225 NPE when using RelativePathPredicate with a path starting by .. | Duarte Meneses | 2019-01-10 | 4 | -12/+79 | |
| | ||||||
* | SONAR-11577 Fix direction of certain metrics | Janos Gyerik | 2019-01-08 | 1 | -1/+3 | |
| | | | | metrics: tests, conditions_to_cover, new_conditions_to_cover | |||||
* | SONAR-11572 Limit list of operators for QG conditions | Benoît Gianinetti | 2019-01-08 | 1 | -1/+12 | |
| | ||||||
* | SONAR-11571 Drop warning treshold from QG web services | Benoît Gianinetti | 2019-01-08 | 4 | -69/+43 | |
| | ||||||
* | SONAR-11570 Drop period from web services | Janos Gyerik | 2019-01-08 | 3 | -33/+21 | |
| | ||||||
* | SONAR-11492 Second analysis of a long-lived branch is using wrong leak version | Duarte Meneses | 2019-01-08 | 1 | -6/+26 | |
| | ||||||
* | SONAR-11421 Add sha1 to ProjectAnalysis | Benoît Gianinetti | 2019-01-08 | 2 | -0/+10 | |
| | ||||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 646 | -646/+646 | |
| | ||||||
* | SONARCLOUD-213 fix Quality flaws | Simon Brandhof | 2018-12-12 | 1 | -6/+5 | |
| | ||||||
* | SONARCLOUD-213 clarify "scan" in org vs project permissions | Simon Brandhof | 2018-12-12 | 1 | -0/+6 | |
| | ||||||
* | SONARCLOUD-213 remove useless method in PermissionService | Simon Brandhof | 2018-12-12 | 1 | -0/+9 | |
| | ||||||
* | SONAR-11515 Add QProfileKey to ActiveRule in scanner report | Benoît Gianinetti | 2018-12-03 | 4 | -0/+22 | |
| | ||||||
* | SONAR-11514 Backdate issue when rule parameter is updated (#971) | Benoit | 2018-12-03 | 8 | -73/+240 | |
| | ||||||
* | Move scan test resources outside IDE classpath | Simon Brandhof | 2018-11-30 | 14 | -2/+2 | |
| | | | | That fixes the compatibility with Idea 2018.3 | |||||
* | Mention ".secured" naming convention in PropertyDefinition Java API | Simon Brandhof | 2018-11-21 | 1 | -0/+4 | |
| | ||||||
* | SONARCLOUD-45 Advertise featured projects on SonarCloud | Pascal Mugnier | 2018-11-01 | 2 | -7/+6 | |
| | | | | | | | | | | | | * Update code to use the new homepage.json file * Update fields name * Add business metric project_public_projects * Add business metric project_public_loc * generator of JSON input for SonarCloud homepage * add generator zip to burgr * add integration test * rename "7dNewPullRequests" to "newPullRequests7d" * Use new 'newPullRequests7d' field | |||||
* | Corrected typo | Dave Grant | 2018-10-16 | 1 | -2/+2 | |
| | ||||||
* | SONAR-11219 Remove @ScannerSide annotation from ProfileExporter | Julien HENRY | 2018-10-12 | 1 | -2/+0 | |
| | ||||||
* | SONAR-11218 Drop RuleFinder implementation on scanner side and remove ↵ | Julien HENRY | 2018-10-11 | 2 | -5/+5 | |
| | | | | | | deprecation Also deprecate Rules, that should be ultimately removed. | |||||
* | SONAR-11271 Add migration to create new permissions | Eric Hartmann | 2018-10-10 | 1 | -6/+0 | |
| | ||||||
* | SONAR-11271 Introduce two new rights | Eric Hartmann | 2018-10-10 | 3 | -0/+17 | |
| | | | | | APPLICATION_CREATOR to allow creation of Applications PORTFOLIO_CREATOR to allow creation of Portfolios | |||||
* | SONAR-11241 Provide API for SCM plugins to register analysis warnings | Janos Gyerik | 2018-10-10 | 1 | -0/+37 | |
| | ||||||
* | SONAR-11302 Generate random login when identity login is null | Julien Lancelot | 2018-10-10 | 2 | -21/+15 | |
| | ||||||
* | SONAR-10555 fail analysis if leak period is invalid | Sébastien Lesaint | 2018-10-03 | 1 | -0/+10 | |
| | ||||||
* | SONAR-11209 remove space in ad hoc rule names | Julien HENRY | 2018-09-24 | 1 | -3/+11 | |
| | ||||||
* | SONAR-11209 Store ad hoc rules coming from scanner in rules_metadata | Julien HENRY | 2018-09-24 | 4 | -18/+22 | |
| |