aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api-impl/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-14192 Deprecating rule keys may break users' exclusion settingsDuarte Meneses2021-03-175-2/+99
|
* SONAR-14426 Add support for AES-GCM encryptionZipeng WU2021-02-177-58/+310
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-08155-155/+155
|
* fix code smellsPierre2020-12-145-34/+34
|
* SONAR-8427 Add a timeZone param to api/issues/searchJulien HENRY2020-12-031-1/+1
|
* SONAR-12841 Support AES 256 Settings EncryptionDuarte Meneses2020-08-141-5/+1
|
* SONAR-13221 change PK of RULES and update FKMichal Duda2020-05-252-14/+1
|
* SONAR-13206 Show warning if scanner fails to detect files' encodingDuarte Meneses2020-04-175-26/+46
|
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-142-4/+6
|
* 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-2316-18/+1011
|
* Format all headers for 2020Wouter Admiraal2020-01-07148-148/+148
|
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-1013-34/+29
|
* SONAR-12630 reorganize log resultsJacek2019-11-081-5/+7
|
* Fix some code smell debt (#2143)Jacek2019-10-151-5/+5
|
* 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-122-0/+4
| | | | account
* SONAR-12214 - order by created_at instead of technical id (#2029)Jacek2019-09-052-1/+113
| | | | * SONAR-12214 - order by created_at instead of technical id
* remove all other dependencies onto sonar-serverSébastien Lesaint2019-08-141-3/+2
| | | | | | was causing funky dependency tree for tests (almost loop) dependency was sometimes added for transitive dependencies module was super large yet hardly a couple classes were used
* SONAR-12197 completely drop "sonar.branch" codeMichal Duda2019-08-123-22/+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-1511-1341/+3
|
* Improve test coverageDuarte Meneses2019-07-123-0/+173
|
* Fix code quality issuesDuarte Meneses2019-07-126-8/+11
|
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-12131-315/+917
| | | | sonar-plugin-api-impl
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-12142-0/+15293
sonar-plugin-api-impl