aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar/api/utils
Commit message (Expand)AuthorAgeFilesLines
* Use StandardCharsets instead of guava/commons-ioJulien HENRY2015-05-121-5/+5
* Redundant importsDavid Gageot2015-05-073-5/+0
* Redundant throws clause in testsDavid Gageot2015-05-0726-99/+99
* SONAR-3676 add flag to not serialize empty strings to JSONSébastien Lesaint2015-04-171-0/+24
* Remove coupling of sonar-plugin-api on Guava 10Simon Brandhof2015-04-163-341/+2
* Improve HttpDownloaderTest for travis environmentSimon Brandhof2015-03-251-1/+1
* Increase timeout of HttpDownloaderTestSimon Brandhof2015-03-251-2/+2
* Fix some quality flawsSimon Brandhof2015-03-201-0/+7
* Improve db migration from 5.0 and indexing step at server startupSimon Brandhof2015-03-171-1/+15
* Refactor table ANALYSIS_REPORTS because of MySQL packet size limitationSimon Brandhof2015-03-023-5/+62
* Fix quality flawsSimon Brandhof2015-02-231-0/+32
* SONAR-5936 improve Elasticsearch information displayed in System InfoSimon Brandhof2015-02-231-1/+6
* Fix quality flawsSimon Brandhof2015-02-231-0/+8
* Fix some quality flawsSimon Brandhof2015-02-232-0/+13
* Fix non-deterministic NPE in BaseLogger due to incorrect static field initial...Simon Brandhof2015-02-202-1/+39
* SONAR-6194 SONAR-5009 profiling api + unique property sonar.log.levelSimon Brandhof2015-02-198-36/+362
* SONAR-5700 ability to change level of loggers of 3rd-party librariesSimon Brandhof2015-02-193-2/+23
* SONAR-5700 New logging API to remove coupling on SLF4JSimon Brandhof2015-02-199-6/+377
* SONAR-5183 timezones - migrate issues table from timestamp to longTeryk Bellahsene2015-02-091-1/+8
* SONAR-5183 - analysis unsensitive to timezones - snapshots tableTeryk Bellahsene2015-02-041-2/+2
* Use protocol buffers format for analysis reportsSimon Brandhof2015-02-021-4/+15
* Computation stack based on an isolated picocontainerSimon Brandhof2015-01-201-0/+33
* fix quality flawsTeryk Bellahsene2015-01-131-3/+16
* Replace fest-assert by assertJSimon Brandhof2015-01-1024-36/+36
* SONAR-5910 unzip analysis reportTeryk Bellahsene2014-12-161-0/+8
* Upgrade to JUnit 4.12Simon Brandhof2014-12-091-1/+3
* Centralize algorithm of UUID generationSimon Brandhof2014-11-211-0/+47
* Remove class TxtWriterSimon Brandhof2014-11-071-51/+0
* SONAR-5292 Provide a new "/api/sources/raw" WSJulien Lancelot2014-10-291-0/+51
* Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-212-136/+141
|\
| * SONAR-5768 API: org.sonar.api.utils.KeyValueFormat does not support escaping ...Simon Brandhof2014-10-212-98/+141
| * remove methods of KeyValueFormat that are deprecated since 2.7Simon Brandhof2014-10-211-39/+1
* | Merge remote-tracking branch 'origin/branch-4.5'Julien HENRY2014-10-141-29/+28
|\|
| * Replace hamcrest by fest-assert in KeyValueFormatTestSimon Brandhof2014-10-141-29/+28
| * Fix timeout issue and speed up UT on my boxJulien HENRY2014-10-061-2/+2
* | SONAR-5643 Hide SVN password and rework loggingJulien HENRY2014-10-021-1/+13
* | Fix timeout issue and speed up UT on my boxJulien HENRY2014-09-301-2/+2
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-301-6/+2
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-301-0/+4
|\|
| * Temporarily increase timeout of HttpDownloadTest to 2 secSimon Brandhof2014-09-301-1/+1
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-301-8/+2
|\|
| * Make HttpDownloaderTest more stableSimon Brandhof2014-09-301-11/+9
* | Try to increase stability of HttpDownloaderTestSimon Brandhof2014-09-291-7/+11
* | Make HttpDownloaderTest more stableSimon Brandhof2014-09-291-10/+7
* | Automatic merge from branch-4.5Jenkins CI2014-09-251-4/+4
|\|
| * Try to improve stability of CommandExecutorTestSimon Brandhof2014-09-251-4/+4
* | SONAR-5629 Call /batch/upload_report at the end of an analysisJulien HENRY2014-09-171-5/+2
|/
* Fix stability of CommandExecutorTestSimon Brandhof2014-07-091-7/+2
* Fix quality flawsSimon Brandhof2014-07-011-1/+1
* Fix some quality flawsSimon Brandhof2014-07-011-25/+24