Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-16232 Delete sonar-plugin-api module | Duarte Meneses | 2022-04-21 | 40 | -4023/+0 |
| | |||||
* | NO-JIRA Update Mockito and simpleframework to latest major version | Léo Geoffroy | 2022-04-04 | 1 | -3/+3 |
| | |||||
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 40 | -40/+40 |
| | |||||
* | [NO-JIRA] Fix Validate Task | Belen Pruvost | 2021-11-25 | 1 | -5/+6 |
| | |||||
* | Improve code quality | Duarte Meneses | 2021-11-20 | 6 | -18/+20 |
| | |||||
* | SONAR-15631 - Refactor UTs to stop using ExpectedException | Klaudio Sinani | 2021-11-19 | 9 | -123/+87 |
| | |||||
* | [NO-JIRA] Fix Quality Gate | Belen Pruvost | 2021-10-26 | 1 | -6/+6 |
| | |||||
* | Fix code quality issues | Duarte Meneses | 2021-10-25 | 1 | -2/+2 |
| | |||||
* | SONAR-14925 Remove code deprecated before 7.0 in the Plugin API | Duarte Meneses | 2021-06-17 | 4 | -32/+0 |
| | |||||
* | SONAR-14882 Remove Staxmate and Woodstox dependencies from plugin API | Julien HENRY | 2021-05-28 | 1 | -5/+5 |
| | |||||
* | SONAR-14642 - SSF-142 | Zipeng WU | 2021-04-19 | 1 | -1/+9 |
| | |||||
* | Revert "SONAR-14642 - SSF-142" | Zipeng WU | 2021-04-01 | 1 | -9/+1 |
| | | | | This reverts commit 0810d5dcbc8e49b4f064223cd271225acb397e83. | ||||
* | SONAR-14642 - SSF-142 | Zipeng WU | 2021-03-31 | 1 | -1/+9 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 40 | -40/+40 |
| | |||||
* | fix code smells | Pierre | 2020-12-14 | 4 | -9/+9 |
| | |||||
* | SONAR-8427 Add a timeZone param to api/issues/search | Julien HENRY | 2020-12-03 | 1 | -14/+22 |
| | |||||
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 40 | -40/+40 |
| | |||||
* | Fix code quality issues and reduce dependency on Guava | Duarte Meneses | 2019-12-10 | 5 | -25/+9 |
| | |||||
* | Add a JUnit 5 version of LogTester | Julien HENRY | 2019-11-21 | 1 | -0/+119 |
| | |||||
* | Fix test to make it run on mac os (#1977) | Jacek | 2019-08-01 | 1 | -0/+5 |
| | | | | * fix test to make it run on mac os | ||||
* | Extract implementation from plugin API and create new module ↵ | Duarte Meneses | 2019-07-12 | 4 | -494/+0 |
| | | | | sonar-plugin-api-impl | ||||
* | Remove use of Guava in main sources of sonar-plugin-api | Duarte Meneses | 2019-07-12 | 7 | -30/+160 |
| | |||||
* | Upgrade assertj-core to 3.12.2 and assertj-guava to 3.2.1 for compatibility ↵ | Duarte Meneses | 2019-04-30 | 1 | -1/+3 |
| | | | | with Java 11 | ||||
* | SONAR-11225 NPE when using RelativePathPredicate with a path starting by .. | Duarte Meneses | 2019-01-10 | 1 | -2/+7 |
| | |||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 41 | -41/+41 |
| | |||||
* | SONAR-11169 add ability to verify log arguments | Sébastien Lesaint | 2018-08-21 | 1 | -1/+1 |
| | |||||
* | SONAR-10138 Remove support for API < 5.6 | Duarte Meneses | 2018-06-29 | 6 | -296/+2 |
| | |||||
* | SONAR-10661 fix vulnerability in ZipUtils#unzip() | Simon Brandhof | 2018-05-14 | 1 | -7/+34 |
| | |||||
* | Fix some Java compiler warnings | Simon Brandhof | 2018-03-12 | 2 | -3/+3 |
| | |||||
* | Fix license headers for 2018 | Simon Brandhof | 2018-01-07 | 46 | -46/+46 |
| | |||||
* | SONAR-10154 No streaming of web services response by default | Teryk Bellahsene | 2018-01-03 | 1 | -27/+28 |
| | | | | | | - most of the WS rely on protobuf with one encapsulating object. In effect, streaming is useless in this case - for WS relying on JsonWriter directly, if an exception was thrown when it has started writing, the WebServiceEngine error handling cannot work properly (clear response and format an error message with an appropriate HTTP response code) - a new factory method is added to JsonWriter to have a non streamable JsonWriter. The response is effectively written when the JsonWriter is closed | ||||
* | Support build of SonarQube with JDK 9 | Simon Brandhof | 2017-11-23 | 1 | -4/+4 |
| | |||||
* | SONAR-7574 Allow to set log level to WARN or ERROR in API | Eric Hartmann | 2017-10-12 | 1 | -13/+10 |
| | |||||
* | SONAR-9930 improve naming in DefaultTempFolderTest | Simon Brandhof | 2017-10-11 | 1 | -18/+22 |
| | |||||
* | SONAR-9930 Noisy ERROR logs when failing to delete a temp directory that ↵ | Simon Brandhof | 2017-10-11 | 1 | -2/+32 |
| | | | | does not exist | ||||
* | Fix two logger calls | Daniel Trebbien | 2017-10-10 | 1 | -2/+2 |
| | | | | | | | | | | | One logger call was using incorrect syntax for a formatting anchor ('%s' should be '{}'). The other logger call had three formatting anchors, but only passed two values. These issues were found by SLF4J Helper for NetBeans IDE: http://plugins.netbeans.org/plugin/72557/ | ||||
* | SONAR-9718 Fail with a clear message when sonar.projectDate is empty | Julien HENRY | 2017-09-15 | 1 | -85/+6 |
| | |||||
* | SONAR-9721 Remove DateUtils#formatDate(Long) | Teryk Bellahsene | 2017-08-30 | 1 | -2/+0 |
| | |||||
* | SONAR-9721 Send telemetry data once a week | Teryk Bellahsene | 2017-08-30 | 1 | -0/+2 |
| | |||||
* | Deprecate System2#isJavaAtLeast17() | Simon Brandhof | 2017-04-11 | 1 | -6/+2 |
| | | | | because it always returns true. Java 6 is not supported at runtime. | ||||
* | SONAR-9082 H2 should bind to localhost interface | Simon Brandhof | 2017-04-11 | 1 | -12/+21 |
| | |||||
* | Clean-up sonar-testing-harness dependencies | Simon Brandhof | 2017-02-19 | 4 | -121/+113 |
| | | | | and decrease usages of Hamcrest | ||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 46 | -92/+92 |
| | |||||
* | Improve doc and usages of JsonWriter | Simon Brandhof | 2017-02-05 | 1 | -4/+5 |
| | |||||
* | SONAR-8610 Remove setting sonar.technicalDebt.hoursInDay | Julien Lancelot | 2017-02-02 | 1 | -61/+19 |
| | |||||
* | SONAR-8458 add SonarQube buildNumber to plugin API | Simon Brandhof | 2017-01-11 | 1 | -15/+36 |
| | |||||
* | SONAR-8567 Improve logging API to accept a lambda as argument | Julien HENRY | 2017-01-03 | 1 | -0/+53 |
| | |||||
* | Fix duplicated logs in LogTester | Simon Brandhof | 2016-12-05 | 1 | -6/+20 |
| | |||||
* | SONAR-8192 improve coverage of AlwaysIncreasingSystem2 | Sébastien Lesaint | 2016-10-21 | 1 | -1/+51 |
| | |||||
* | SONAR-8192 add missing UT on AlwaysIncreasingSystem2 | Sébastien Lesaint | 2016-10-20 | 1 | -0/+68 |
| | | | | and fix initial returned value of method now() when an initial value is provided |