aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix license headers for 2019Duarte Meneses2019-01-0265-65/+65
* SONAR-10555 fail analysis if leak period is invalidSébastien Lesaint2018-10-031-0/+10
* Fix javadoc encodingSimon Brandhof2018-09-191-1/+1
* remove useless array copy in ListInterceptorSébastien Lesaint2018-08-211-2/+1
* SONAR-11169 make log interceptor concurrent and thread safeSébastien Lesaint2018-08-212-19/+19
* SONAR-11169 add ability to verify log argumentsSébastien Lesaint2018-08-213-17/+122
* Fix Quality flawsSimon Brandhof2018-07-251-31/+6
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-296-791/+0
* SONAR-10816 Create WS to administrate applicationsJulien Lancelot2018-06-291-1/+1
* SONAR-10661 minimize normalize callsSébastien Lesaint2018-05-291-6/+7
* SONAR-10661 fix vulnerability in ZipUtils#unzip()Simon Brandhof2018-05-141-4/+18
* Drop deprecated class org.sonar.api.utils.SemaphoresSimon Brandhof2018-01-091-131/+0
* Fix license headers for 2018Simon Brandhof2018-01-0771-71/+71
* SONAR-10154 No streaming of web services response by defaultTeryk Bellahsene2018-01-031-1/+1
* SONAR-10059 Increase timeout to download pluginsGuillaume Jambet2017-12-011-0/+19
* SONAR-10008 Make date facet tests independent from the machine's time zoneDaniel Schwarz2017-10-241-0/+12
* SONAR-7574 Allow to set log level to WARN or ERROR in APIEric Hartmann2017-10-121-1/+7
* SONAR-9930 Noisy ERROR logs when failing to delete a temp directory that does...Simon Brandhof2017-10-111-3/+5
* Fix two logger callsDaniel Trebbien2017-10-101-1/+1
* Utilize parameterized loggingDaniel Trebbien2017-10-101-1/+1
* API - ability to extend MessageExceptionSimon Brandhof2017-10-031-1/+1
* SONAR-9890 avoid as many potential problems of non-english locales as possibleDaniel Schwarz2017-09-281-1/+1
* Remove deprecation on System2.now()Julien HENRY2017-09-251-2/+3
* add DateUtils#truncateToSeconds and use it instead of +1_000LSébastien Lesaint2017-09-211-0/+18
* SONAR-9718 Fail with a clear message when sonar.projectDate is emptyJulien HENRY2017-09-152-77/+112
* SONAR-9721 Remove DateUtils#formatDate(Long)Teryk Bellahsene2017-08-301-4/+0
* SONAR-9721 Send telemetry data once a weekTeryk Bellahsene2017-08-301-0/+4
* SONAR-9734 fix log level when fail to delete temp directorySimon Brandhof2017-08-211-1/+1
* Fix Quality flawsSimon Brandhof2017-07-261-1/+1
* Decrease coupling with GuavaSimon Brandhof2017-07-252-10/+5
* SONAR-9477 Deprecate ProjectReactor and ProjectBuilderDuarte Meneses2017-07-111-8/+6
* Remove some usages of Guava in APISimon Brandhof2017-06-195-36/+38
* Fix javadoc of DateUtils about ISO8601 vs RFC822 formatsSimon Brandhof2017-05-121-2/+2
* Deprecate System2#isJavaAtLeast17()Simon Brandhof2017-04-111-1/+3
* SONAR-9082 H2 should bind to localhost interfaceSimon Brandhof2017-04-111-0/+9
* SONAR-8804 Use api/projects/search in projects admin pageJulien Lancelot2017-02-171-10/+5
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1071-142/+142
* Improve doc and usages of JsonWriterSimon Brandhof2017-02-051-17/+21
* SONAR-8719 Do not hide original exception when failing to write JSON errorsJulien Lancelot2017-02-021-1/+2
* SONAR-8610 Remove setting sonar.technicalDebt.hoursInDayJulien Lancelot2017-02-021-35/+37
* Remove Internal.durations in RubySimon Brandhof2017-01-181-2/+0
* SONAR-8458 add SonarQube buildNumber to plugin APISimon Brandhof2017-01-111-24/+72
* SONAR-8567 Improve logging API to accept a lambda as argumentJulien HENRY2017-01-031-1/+36
* Fix quality flawsJulien Lancelot2017-01-021-1/+1
* Fix duplicated logs in LogTesterSimon Brandhof2016-12-051-15/+15
* Fix Quality flaws about complexitySimon Brandhof2016-11-111-28/+34
* fix quality flawsTeryk Bellahsene2016-11-101-14/+20
* Fix some Quality flaws about nullability of variablesSimon Brandhof2016-11-093-21/+19
* SONAR-8192 improve coverage of AlwaysIncreasingSystem2Sébastien Lesaint2016-10-211-2/+1
* SONAR-8192 add missing UT on AlwaysIncreasingSystem2Sébastien Lesaint2016-10-201-2/+2