aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api-impl/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-13206 Show warning if scanner fails to detect files' encodingDuarte Meneses2020-04-173-7/+20
|
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-141-1/+2
|
* SONAR-13214 Restore a minimal Settings API for backward compatibilityJulien HENRY2020-03-232-12/+16
|
* SONAR-13214 Remove org.sonar.api.config.Settings from the APIJulien HENRY2020-03-238-8/+752
|
* Format all headers for 2020Wouter Admiraal2020-01-07105-105/+105
|
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-105-12/+10
|
* SONAR-12630 reorganize log resultsJacek2019-11-081-5/+7
|
* fix missing class constructor (mostly GSon serialized classes)Sébastien Lesaint2019-10-141-1/+1
|
* SONAR-12427 Patterns to ignore all issues in files are not always taken into ↵Duarte Meneses2019-10-121-0/+2
| | | | account
* SONAR-12214 - order by created_at instead of technical id (#2029)Jacek2019-09-051-1/+11
| | | | * SONAR-12214 - order by created_at instead of technical id
* SONAR-12197 completely drop "sonar.branch" codeMichal Duda2019-08-121-16/+0
|
* SONAR-11778 Measure 'new lines' doesn't match 'lines' if the file ends with ↵Duarte Meneses2019-07-241-1/+1
| | | | new line
* Bring back server rule implementations to sonar-plugin-apiDuarte Meneses2019-07-158-1070/+3
|
* Fix code quality issuesDuarte Meneses2019-07-126-8/+11
|
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-1294-132/+636
| | | | sonar-plugin-api-impl
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-1299-0/+9735
sonar-plugin-api-impl