aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-10485 Provide a way to always enforce coverage and duplication Quality ↵Duarte Meneses2021-04-081-0/+10
| | | | Gate conditions
* Revert "SONAR-14642 - SSF-142"Zipeng WU2021-04-012-10/+1
| | | | This reverts commit 0810d5dcbc8e49b4f064223cd271225acb397e83.
* SONAR-14642 - SSF-142Zipeng WU2021-03-312-1/+10
|
* SONAR-14192 Add optional return field 'deprecatedKeys' to /api/rules/searchMichal Duda2021-03-171-0/+13
|
* SONAR-13848 remove deprecated 'pageIndex' and 'pageSize' params from web ↵Michal Duda2021-02-261-2/+0
| | | | services
* SONAR-14498 Support JSON property typeJacek2021-02-263-20/+43
|
* Revert SONAR-14478, SONAR-14462, SONAR-14461lukasz-jarocki-sonarsource2021-02-261-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 PostProjectAnalysisTaskTesterMatthias Kappeller2021-02-201-0/+12
|
* SONAR-14458 Add an option to enable/disable changing user permissions by ↵Michal Duda2021-02-191-0/+2
| | | | project administrator
* SONAR-14461 main branch detectionlukasz-jarocki-sonarsource2021-02-191-0/+11
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-08496-496/+496
|
* fix code smellsPierre2020-12-147-15/+15
|
* Refactor regex that can lead to a stack overflow for large inputsZipeng WU2020-12-142-7/+25
|
* Assertions should not compare an object to itselfPhilippe Perrin2020-12-094-37/+46
|
* remove use of Stream.peek()Pierre2020-12-091-2/+7
|
* Class should not access its own subclass during initializationPierre2020-12-093-25/+65
|
* fix assertions on incompatible types on overall codePierre2020-12-094-16/+12
|
* SONAR-8427 Add a timeZone param to api/issues/searchJulien HENRY2020-12-032-30/+66
|
* SONAR-14159 enforce user authentication by defaultJacek2020-11-261-1/+1
|
* SONAR-13844 Rename repositories from 'SonarAnalyzer' to 'SonarQube'Duarte Meneses2020-09-182-1/+11
|
* SONAR-13766 PostProjectAnalysisTask's 'description' is a breaking changeDuarte Meneses2020-08-252-14/+15
|
* SONAR-12897 Document in Javadoc use of sonar-plugin-api-impl for testingDuarte Meneses2020-08-147-6/+7
|
* SONAR-11028 Turning off developer nominative informationDuarte Meneses2020-08-101-0/+5
|
* SONAR-13699 Purge profiling is missingDuarte Meneses2020-07-311-0/+6
|
* Add CheckForNull to ScmProvider#revisionDuarte Meneses2020-06-111-0/+1
|
* SONAR-13390 SONAR-13391 New Code Reference BranchDuarte Meneses2020-06-111-0/+12
|
* SONAR-13420 org.sonar.api.rules.Rule#getId() no longer supportedMichal Duda2020-05-251-1/+1
|
* SONAR-13221 change PK of RULES and update FKMichal Duda2020-05-252-18/+3
|
* SONAR-13221 MetricsDuarte Meneses2020-05-253-7/+7
|
* SONAR-13374 Fix typo in mesure header column.Mathieu Suen2020-05-131-2/+2
|
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-142-20/+70
|
* SONAR-12691 Minor cleanupDuarte Meneses2020-03-301-6/+0
|
* SONAR-13214 Restore a minimal Settings API for backward compatibilityJulien HENRY2020-03-232-0/+154
|
* Remove deprecated APIs since at least 6.7Julien HENRY2020-03-2334-1639/+1
|
* Decrease coupling with commons-ioJulien HENRY2020-03-233-10/+9
|
* SONAR-13214 Remove org.sonar.api.config.Settings from the APIJulien HENRY2020-03-2317-1030/+24
|
* Minimize dependenciesJulien HENRY2020-03-191-0/+3
|
* SONAR-13198 Deprecate JsonWriterJulien HENRY2020-03-191-1/+3
|
* SONAR-13165 Scanner warns that it wasn't able to detected changed lines on ↵Duarte Meneses2020-03-061-2/+3
| | | | files with lines removed only
* SONAR-13035 Group global ALM related settings into a single categoryWouter Admiraal2020-02-201-0/+5
|
* SONAR-12962 Compute Security Review measures on ApplicationsJulien Lancelot2020-02-111-0/+88
|
* SONAR-12961 review in project cardsMathieu Suen2020-02-111-2/+2
|
* SONAR-12962 Compute Security Review measures on new codeJulien Lancelot2020-02-111-50/+88
|
* SONAR-12962 Compute new Security Review measures on ProjectsJulien Lancelot2020-02-111-5/+34
|
* SONAR-12745 Adjust `changes on my issue` email notification for Security ↵Jacek2020-01-131-2/+1
| | | | Hotspots
* SONAR-12719 add WS api/hotspots/change_statusSébastien Lesaint2020-01-132-4/+17
|
* SONAR-12725 drop manual vulnerabilitiesJacek2020-01-131-1/+3
| | | | | * drop manual vulnerabilities * remove issues `from_hotspot` column usage
* SONAR-12722 drop `in_review` statusJacek2020-01-132-3/+4
|
* Format all headers for 2020Wouter Admiraal2020-01-07530-531/+530
|
* SONAR-12728 Set "new_development_cost" metric type to floatJulien Lancelot2019-12-131-1/+1
|