aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-12626 CE and Web no longer support SLBsDuarte Meneses2019-12-091-1/+1
* Restore backward compatibilityJulien HENRY2019-11-213-7/+7
* Add a JUnit 5 version of LogTesterJulien HENRY2019-11-213-61/+172
* SONAR-12508 Remove RuleRepository and RuleI18n APIs deprecated since 4.2Duarte Meneses2019-10-213-304/+0
* Remove deprecated code in scannerDuarte Meneses2019-10-211-44/+0
* SONAR-12531 drop usage of UserIdentity#getLogin and UserIdentity#setLogin (#...Jacek2019-10-171-12/+9
* fix quality flawsSébastien Lesaint2019-10-142-2/+3
* fix missing class constructor (mostly GSon serialized classes)Sébastien Lesaint2019-10-141-1/+1
* fix missing package-info.java filesSébastien Lesaint2019-10-149-0/+207
* Fixing SonarQube analysis issues (#2084)Jacek2019-09-241-1/+0
* SONAR-12390 Prevent analysis deletion when it is a baselineDuarte Meneses2019-09-241-1/+0
* SSF-92 Code injection from SonarQube pluginsDuarte Meneses2019-09-201-1/+1
* cache regex patternDuarte Meneses2019-09-041-2/+3
* fix missing package-info.java filesSébastien Lesaint2019-08-141-0/+23
* SONAR-12197 completely drop "sonar.branch" codeMichal Duda2019-08-124-62/+2
* Fix test to make it run on mac os (#1977)Jacek2019-08-011-0/+7
* SONAR-11722 add ability for Post tasks to add log statisticsSébastien Lesaint2019-07-302-3/+62
* SONAR-17722 add post tag logsSébastien Lesaint2019-07-301-0/+8
* SC-795 remove SonarCloud label from emailsSimon Brandhof2019-07-261-4/+0
* SONAR-8776 remove deprecated params, fields from api/components (#1894)Jacek2019-07-221-1/+0
* SONAR-12259 - remove deprecated request params, response fields from api/proj...Jacek2019-07-221-2/+0
* Bring back server rule implementations to sonar-plugin-apiDuarte Meneses2019-07-158-24/+1171
* Remove dependency of sonar-scanner-engine on guavaDuarte Meneses2019-07-121-0/+8
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-124-263/+0
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-1230-2066/+402
* Extract implementation from plugin API - Server rule definitionDuarte Meneses2019-07-123-685/+77
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-1222-2027/+10
* Extract implementation from plugin API - fix testsDuarte Meneses2019-07-127-237/+28
* Extract implementation from plugin API - Scanner SensorDuarte Meneses2019-07-1212-954/+4
* Extract implementation from plugin API - Scanner rulesDuarte Meneses2019-07-129-674/+0
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-1239-3066/+5
* Remove use of Guava in main sources of sonar-plugin-apiDuarte Meneses2019-07-1262-404/+379
* SONAR-12131 Compute Security Review Rating measures on projectsJulien Lancelot2019-06-141-0/+17
* SONAR-12188 Density of duplications is calculated with number of lines of tes...Duarte Meneses2019-06-131-7/+18
* SONAR-10259 Deprecate SonarQubeVersionDuarte Meneses2019-06-111-0/+2
* SONAR-9898 Deprecate org.sonar.api.i18n.I18nJulien Lancelot2019-05-291-2/+4
* SONAR-12109 Web Analytics plugins (#1652)Grégoire Aubert2019-05-232-1/+137
* SONAR-10034 drop support of reflection-based Pico Container lifecycle managementSébastien Lesaint2019-05-231-1/+4
* SONAR-11950 do not accept empty string for revision in CESimon Brandhof2019-05-221-0/+1
* SONAR-11950 add revision to webhooksSimon Brandhof2019-05-223-4/+23
* SONAR-12026 Update status names, transition names and descriptionJulien Lancelot2019-05-221-2/+2
* SONAR-12026 add new hotspots statuses to facetPierre Guillot2019-05-221-2/+4
* SONAR-12026 add transition reset as to reviewPierre Guillot2019-05-221-11/+6
* SONAR-12026 Add transition "Open as Vulnerability"Pierre Guillot2019-05-221-1/+6
* SONAR-12026 introduce new status 'reviewed' and new transition 'resolve as re...Pierre Guillot2019-05-222-1/+11
* SONAR-12026 Add transition "Set as In Review" on Security HotspotsPierre Guillot2019-05-222-2/+13
* SONAR-12026 Security Hotspots are created with resolution "To Review"Julien Lancelot2019-05-221-0/+5
* SONAR-12108 Support Java 11 RTEDuarte Meneses2019-05-161-13/+6
* SONAR-11969 Make Edition available for analyzers in the Scanner APIDuarte Meneses2019-05-065-42/+128
* SONAR-10725 fix EmailSettings.getServerBaseURL()Sébastien Lesaint2019-04-261-7/+5