aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-13513 Request parameter should not allow NUL characterZipeng WU2021-07-011-0/+11
* SONAR-14833 Order of fields in SMTP settings is not idealDuarte Meneses2021-07-011-0/+7
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-1715-260/+6
* SONAR-14851 Report Quality Gate status on branches in GitHubLukasz Jarocki2021-06-081-10/+6
* SONAR-14882 Restore support for BOM in RulesDefinitionXmlLoaderJulien HENRY2021-06-012-0/+25
* SONAR-14882 Remove Staxmate and Woodstox dependencies from plugin APIJulien HENRY2021-05-281-5/+5
* SONAR-14642 - SSF-142Zipeng WU2021-04-191-1/+9
* Revert "SONAR-14642 - SSF-142"Zipeng WU2021-04-011-9/+1
* SONAR-14642 - SSF-142Zipeng WU2021-03-311-1/+9
* SONAR-14498 Support JSON property typeJacek2021-02-261-19/+34
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-08134-134/+134
* fix code smellsPierre2020-12-147-15/+15
* Refactor regex that can lead to a stack overflow for large inputsZipeng WU2020-12-141-3/+3
* Assertions should not compare an object to itselfPhilippe Perrin2020-12-094-37/+46
* fix assertions on incompatible types on overall codePierre2020-12-094-16/+12
* SONAR-8427 Add a timeZone param to api/issues/searchJulien HENRY2020-12-031-14/+22
* SONAR-13844 Rename repositories from 'SonarAnalyzer' to 'SonarQube'Duarte Meneses2020-09-181-0/+8
* SONAR-13766 PostProjectAnalysisTask's 'description' is a breaking changeDuarte Meneses2020-08-251-12/+7
* SONAR-13221 MetricsDuarte Meneses2020-05-251-1/+1
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-141-17/+48
* Remove deprecated APIs since at least 6.7Julien HENRY2020-03-232-155/+0
* SONAR-13214 Remove org.sonar.api.config.Settings from the APIJulien HENRY2020-03-237-264/+9
* Format all headers for 2020Wouter Admiraal2020-01-07138-139/+138
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-1023-124/+98
* SONAR-12679 Use single branch typeDuarte Meneses2019-12-091-1/+9
* Add a JUnit 5 version of LogTesterJulien HENRY2019-11-211-0/+119
* SONAR-12508 Remove RuleRepository and RuleI18n APIs deprecated since 4.2Duarte Meneses2019-10-211-100/+0
* Remove deprecated code in scannerDuarte Meneses2019-10-211-3/+4
* SONAR-12531 drop usage of UserIdentity#getLogin and UserIdentity#setLogin (#...Jacek2019-10-171-42/+0
* logger name should appear in Unit Tests' logsSébastien Lesaint2019-09-061-1/+1
* Fix test to make it run on mac os (#1977)Jacek2019-08-011-0/+5
* SONAR-11722 add ability for Post tasks to add log statisticsSébastien Lesaint2019-07-302-2/+124
* SONAR-17722 add post tag logsSébastien Lesaint2019-07-301-0/+5
* SC-795 remove SonarCloud label from emailsSimon Brandhof2019-07-261-12/+0
* Bring back server rule implementations to sonar-plugin-apiDuarte Meneses2019-07-153-0/+272
* Fix code quality issuesDuarte Meneses2019-07-121-1/+1
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-1211-110/+24
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-1224-1749/+106
* Extract implementation from plugin API - Server rule definitionDuarte Meneses2019-07-124-9/+14
* Extract implementation from plugin API - Scanner FSDuarte Meneses2019-07-1211-1089/+4
* Extract implementation from plugin API - fix testsDuarte Meneses2019-07-1231-2745/+15
* Remove use of Guava in main sources of sonar-plugin-apiDuarte Meneses2019-07-1210-35/+162
* SONAR-12188 Density of duplications is calculated with number of lines of tes...Duarte Meneses2019-06-131-4/+21
* SONAR-11969 Make Edition available for analyzers in the Scanner APIDuarte Meneses2019-05-063-12/+33
* Upgrade assertj-core to 3.12.2 and assertj-guava to 3.2.1 for compatibility w...Duarte Meneses2019-04-301-1/+3
* SONAR-10725 fix EmailSettings.getServerBaseURL()Sébastien Lesaint2019-04-261-13/+7
* SONAR-11757 single notification for FPs and changes on my issuesSébastien Lesaint2019-04-231-0/+12
* Drop unused Java API org.sonar.api.web.CriterionSimon Brandhof2019-04-031-46/+0
* SONAR-11795 Drop persistit and move coverage measures computation to CE sideJulien HENRY2019-03-081-1/+1
* SONAR-11670 Drop preview modeJulien HENRY2019-02-212-55/+0