aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* SONAR-12728 Set "new_development_cost" metric type to floatJulien Lancelot2019-12-131-1/+1
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-1031-140/+113
* SONAR-12673 Fix issue managementDuarte Meneses2019-12-091-1/+1
* SONAR-12628 remove configuration setting "sonar.branch.longLivedBranches.regex"Michal Duda2019-12-091-5/+0
* SONAR-12679 Use single branch typeDuarte Meneses2019-12-092-2/+10
* SONAR-12636 add a global setting that defines default list of branches to keepMichal Duda2019-12-091-1/+13
* 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-215-61/+293
* SONAR-12508 Remove RuleRepository and RuleI18n APIs deprecated since 4.2Duarte Meneses2019-10-214-404/+0
* Remove deprecated code in scannerDuarte Meneses2019-10-212-47/+4
* SONAR-12531 drop usage of UserIdentity#getLogin and UserIdentity#setLogin (#...Jacek2019-10-172-54/+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
* logger name should appear in Unit Tests' logsSébastien Lesaint2019-09-061-1/+1
* SONAR-12369 fix build from source of non snapshot versionSébastien Lesaint2019-09-061-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-012-0/+12
* SONAR-11722 add ability for Post tasks to add log statisticsSébastien Lesaint2019-07-304-5/+186
* SONAR-17722 add post tag logsSébastien Lesaint2019-07-302-0/+13
* SC-795 remove SonarCloud label from emailsSimon Brandhof2019-07-262-16/+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
* Clean depsDuarte Meneses2019-07-171-8/+2
* Bring back server rule implementations to sonar-plugin-apiDuarte Meneses2019-07-1511-24/+1443
* Remove dependency of sonar-scanner-engine on guavaDuarte Meneses2019-07-121-0/+8
* Fix code quality issuesDuarte Meneses2019-07-121-1/+1
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-1215-373/+24
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-1255-3817/+509
* Extract implementation from plugin API - Server rule definitionDuarte Meneses2019-07-128-694/+93
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-1233-3116/+14
* Extract implementation from plugin API - fix testsDuarte Meneses2019-07-1239-2982/+44
* 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-1273-441/+542
* 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-132-11/+39
* 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