Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-10485 Provide a way to always enforce coverage and duplication Quality ↵ | Duarte Meneses | 2021-04-08 | 1 | -0/+10 | |
| | | | | Gate conditions | |||||
* | Revert "SONAR-14642 - SSF-142" | Zipeng WU | 2021-04-01 | 2 | -10/+1 | |
| | | | | This reverts commit 0810d5dcbc8e49b4f064223cd271225acb397e83. | |||||
* | SONAR-14642 - SSF-142 | Zipeng WU | 2021-03-31 | 2 | -1/+10 | |
| | ||||||
* | SONAR-14192 Add optional return field 'deprecatedKeys' to /api/rules/search | Michal Duda | 2021-03-17 | 1 | -0/+13 | |
| | ||||||
* | SONAR-13848 remove deprecated 'pageIndex' and 'pageSize' params from web ↵ | Michal Duda | 2021-02-26 | 1 | -2/+0 | |
| | | | | services | |||||
* | SONAR-14498 Support JSON property type | Jacek | 2021-02-26 | 3 | -20/+43 | |
| | ||||||
* | Revert SONAR-14478, SONAR-14462, SONAR-14461 | lukasz-jarocki-sonarsource | 2021-02-26 | 1 | -11/+0 | |
| | | | | | | | | | | | | | | | | | | | | | * Revert "SONAR-14478 - Main Branch Documentation" This reverts commit 59eae7cf3f2e611e162a4e0122ae5846b10a45b1. * Revert "SONAR-14462 Do not display the branch name until the main branch is analyzed for the first time" This reverts commit 20f7319c06affdae62d39d1bad002f16504465a2. * Revert "SONAR-14461 main branch detection" This reverts commit c04baa1e8e3b492953d66a6bc4111c01f3ee3069. * Revert "SONAR-14461 Remove hardcoded usage of 'master'" This reverts commit 32eefaf2d36af375af280cc3ba664fd71e0f6afd. * Revert "SONAR-14461 save the default main branch when needed" This reverts commit 879a4be2afc570b2248fb4d639f42f913215805b. | |||||
* | Expose revision in PostProjectAnalysisTaskTester | Matthias Kappeller | 2021-02-20 | 1 | -0/+12 | |
| | ||||||
* | SONAR-14458 Add an option to enable/disable changing user permissions by ↵ | Michal Duda | 2021-02-19 | 1 | -0/+2 | |
| | | | | project administrator | |||||
* | SONAR-14461 main branch detection | lukasz-jarocki-sonarsource | 2021-02-19 | 1 | -0/+11 | |
| | ||||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 496 | -496/+496 | |
| | ||||||
* | fix code smells | Pierre | 2020-12-14 | 7 | -15/+15 | |
| | ||||||
* | Refactor regex that can lead to a stack overflow for large inputs | Zipeng WU | 2020-12-14 | 2 | -7/+25 | |
| | ||||||
* | Assertions should not compare an object to itself | Philippe Perrin | 2020-12-09 | 4 | -37/+46 | |
| | ||||||
* | remove use of Stream.peek() | Pierre | 2020-12-09 | 1 | -2/+7 | |
| | ||||||
* | Class should not access its own subclass during initialization | Pierre | 2020-12-09 | 3 | -25/+65 | |
| | ||||||
* | fix assertions on incompatible types on overall code | Pierre | 2020-12-09 | 4 | -16/+12 | |
| | ||||||
* | SONAR-8427 Add a timeZone param to api/issues/search | Julien HENRY | 2020-12-03 | 2 | -30/+66 | |
| | ||||||
* | SONAR-14159 enforce user authentication by default | Jacek | 2020-11-26 | 1 | -1/+1 | |
| | ||||||
* | SONAR-13844 Rename repositories from 'SonarAnalyzer' to 'SonarQube' | Duarte Meneses | 2020-09-18 | 2 | -1/+11 | |
| | ||||||
* | SONAR-13766 PostProjectAnalysisTask's 'description' is a breaking change | Duarte Meneses | 2020-08-25 | 2 | -14/+15 | |
| | ||||||
* | SONAR-12897 Document in Javadoc use of sonar-plugin-api-impl for testing | Duarte Meneses | 2020-08-14 | 7 | -6/+7 | |
| | ||||||
* | SONAR-11028 Turning off developer nominative information | Duarte Meneses | 2020-08-10 | 1 | -0/+5 | |
| | ||||||
* | SONAR-13699 Purge profiling is missing | Duarte Meneses | 2020-07-31 | 1 | -0/+6 | |
| | ||||||
* | Add CheckForNull to ScmProvider#revision | Duarte Meneses | 2020-06-11 | 1 | -0/+1 | |
| | ||||||
* | SONAR-13390 SONAR-13391 New Code Reference Branch | Duarte Meneses | 2020-06-11 | 1 | -0/+12 | |
| | ||||||
* | SONAR-13420 org.sonar.api.rules.Rule#getId() no longer supported | Michal Duda | 2020-05-25 | 1 | -1/+1 | |
| | ||||||
* | SONAR-13221 change PK of RULES and update FK | Michal Duda | 2020-05-25 | 2 | -18/+3 | |
| | ||||||
* | SONAR-13221 Metrics | Duarte Meneses | 2020-05-25 | 3 | -7/+7 | |
| | ||||||
* | SONAR-13374 Fix typo in mesure header column. | Mathieu Suen | 2020-05-13 | 1 | -2/+2 | |
| | ||||||
* | SONAR-13272 fix issue with setting some properties through env variables | Michal Duda | 2020-04-14 | 2 | -20/+70 | |
| | ||||||
* | SONAR-12691 Minor cleanup | Duarte Meneses | 2020-03-30 | 1 | -6/+0 | |
| | ||||||
* | SONAR-13214 Restore a minimal Settings API for backward compatibility | Julien HENRY | 2020-03-23 | 2 | -0/+154 | |
| | ||||||
* | Remove deprecated APIs since at least 6.7 | Julien HENRY | 2020-03-23 | 34 | -1639/+1 | |
| | ||||||
* | Decrease coupling with commons-io | Julien HENRY | 2020-03-23 | 3 | -10/+9 | |
| | ||||||
* | SONAR-13214 Remove org.sonar.api.config.Settings from the API | Julien HENRY | 2020-03-23 | 17 | -1030/+24 | |
| | ||||||
* | Minimize dependencies | Julien HENRY | 2020-03-19 | 1 | -0/+3 | |
| | ||||||
* | SONAR-13198 Deprecate JsonWriter | Julien HENRY | 2020-03-19 | 1 | -1/+3 | |
| | ||||||
* | SONAR-13165 Scanner warns that it wasn't able to detected changed lines on ↵ | Duarte Meneses | 2020-03-06 | 1 | -2/+3 | |
| | | | | files with lines removed only | |||||
* | SONAR-13035 Group global ALM related settings into a single category | Wouter Admiraal | 2020-02-20 | 1 | -0/+5 | |
| | ||||||
* | SONAR-12962 Compute Security Review measures on Applications | Julien Lancelot | 2020-02-11 | 1 | -0/+88 | |
| | ||||||
* | SONAR-12961 review in project cards | Mathieu Suen | 2020-02-11 | 1 | -2/+2 | |
| | ||||||
* | SONAR-12962 Compute Security Review measures on new code | Julien Lancelot | 2020-02-11 | 1 | -50/+88 | |
| | ||||||
* | SONAR-12962 Compute new Security Review measures on Projects | Julien Lancelot | 2020-02-11 | 1 | -5/+34 | |
| | ||||||
* | SONAR-12745 Adjust `changes on my issue` email notification for Security ↵ | Jacek | 2020-01-13 | 1 | -2/+1 | |
| | | | | Hotspots | |||||
* | SONAR-12719 add WS api/hotspots/change_status | Sébastien Lesaint | 2020-01-13 | 2 | -4/+17 | |
| | ||||||
* | SONAR-12725 drop manual vulnerabilities | Jacek | 2020-01-13 | 1 | -1/+3 | |
| | | | | | * drop manual vulnerabilities * remove issues `from_hotspot` column usage | |||||
* | SONAR-12722 drop `in_review` status | Jacek | 2020-01-13 | 2 | -3/+4 | |
| | ||||||
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 530 | -531/+530 | |
| | ||||||
* | SONAR-12728 Set "new_development_cost" metric type to float | Julien Lancelot | 2019-12-13 | 1 | -1/+1 | |
| |