Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove coupling of sonar-plugin-api on Guava 10 | Simon Brandhof | 2015-04-16 | 1 | -237/+0 |
| | | | | in order to prepare upgrade to Guava 18 in core codebase | ||||
* | Improve HttpDownloaderTest for travis environment | Simon Brandhof | 2015-03-25 | 1 | -1/+1 |
| | | | | Replace localhost by 0.0.0.0 | ||||
* | Increase timeout of HttpDownloaderTest | Simon Brandhof | 2015-03-25 | 1 | -2/+2 |
| | |||||
* | Replace fest-assert by assertJ | Simon Brandhof | 2015-01-10 | 1 | -1/+1 |
| | |||||
* | Upgrade to JUnit 4.12 | Simon Brandhof | 2014-12-09 | 1 | -1/+3 |
| | |||||
* | Fix timeout issue and speed up UT on my box | Julien HENRY | 2014-09-30 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'remotes/origin/branch-4.5' | Simon Brandhof | 2014-09-30 | 1 | -6/+2 |
| | | | | | Conflicts: sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java | ||||
* | Merge remote-tracking branch 'remotes/origin/branch-4.5' | Simon Brandhof | 2014-09-30 | 1 | -0/+4 |
|\ | | | | | | | | | Conflicts: sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java | ||||
| * | Temporarily increase timeout of HttpDownloadTest to 2 sec | Simon Brandhof | 2014-09-30 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'remotes/origin/branch-4.5' | Simon Brandhof | 2014-09-30 | 1 | -8/+2 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/sonar-core-plugin/pom.xml plugins/sonar-cpd-plugin/pom.xml plugins/sonar-dbcleaner-plugin/pom.xml plugins/sonar-design-plugin/pom.xml plugins/sonar-email-notifications-plugin/pom.xml plugins/sonar-l10n-en-plugin/pom.xml plugins/sonar-xoo-plugin/pom.xml pom.xml server/pom.xml server/sonar-process-monitor/pom.xml server/sonar-process/pom.xml server/sonar-search/pom.xml server/sonar-server/pom.xml server/sonar-web/pom.xml server/sonar-ws-client/pom.xml sonar-application/pom.xml sonar-batch-maven-compat/pom.xml sonar-batch-protocol/pom.xml sonar-batch/pom.xml sonar-check-api/pom.xml sonar-colorizer/pom.xml sonar-core/pom.xml sonar-deprecated/pom.xml sonar-duplications/pom.xml sonar-graph/pom.xml sonar-home/pom.xml sonar-java-api/pom.xml sonar-markdown/pom.xml sonar-maven-plugin/pom.xml sonar-maven3-plugin/pom.xml sonar-plugin-api/pom.xml sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java sonar-testing-harness/pom.xml | ||||
| * | Make HttpDownloaderTest more stable | Simon Brandhof | 2014-09-30 | 1 | -11/+9 |
| | | |||||
* | | Try to increase stability of HttpDownloaderTest | Simon Brandhof | 2014-09-29 | 1 | -7/+11 |
| | | |||||
* | | Make HttpDownloaderTest more stable | Simon Brandhof | 2014-09-29 | 1 | -10/+7 |
| | | |||||
* | | SONAR-5629 Call /batch/upload_report at the end of an analysis | Julien HENRY | 2014-09-17 | 1 | -5/+2 |
|/ | |||||
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | Fix quality flaws and improve unit test | Julien HENRY | 2013-09-05 | 1 | -0/+4 |
| | |||||
* | SONAR-4601 Make sure the servlet GZip filter is really used when downloading ↵ | Julien HENRY | 2013-08-29 | 1 | -1/+16 |
| | | | | the DryRun H2 | ||||
* | SONAR-4488 Increase timeout for /batch_bootstrap/db | Julien HENRY | 2013-07-11 | 1 | -1/+43 |
| | |||||
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 1 | -4/+4 |
| | |||||
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 1 | -3/+3 |
| | |||||
* | SONAR-3895 User resource key and optional authent. | David Gageot | 2012-10-24 | 1 | -2/+2 |
| | |||||
* | Replace jetty-servlet-tester with SimpleHttp | David Gageot | 2012-07-17 | 1 | -131/+58 |
| | |||||
* | Remove UriReader#openStream() | Simon Brandhof | 2012-07-16 | 1 | -8/+0 |
| | | | | Let's keep API simple. | ||||
* | Update Center improvements | Simon Brandhof | 2012-07-14 | 1 | -20/+39 |
| | | | | | | | | | | * SONAR-3661 API: new component org.sonar.api.utils.UriReader * SONAR-3660 The property sonar.updatecenter.url must support local files * SONAR-3659 Availability of Update Center with non-RELEASE versions of Sonar * SONAR-2008 Enable updates from SNAPSHOT versions for plugins | ||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | Fix HttpDownloaderTest on Windows | Simon Brandhof | 2011-10-13 | 1 | -3/+4 |
| | |||||
* | Remove some ignored tests and fix some commented-out code | Simon Brandhof | 2011-10-13 | 1 | -1/+4 |
| | |||||
* | SONAR-2861 New Configuration API | simonbrandhof | 2011-10-07 | 1 | -11/+8 |
| | | | | | | | | The component org.apache.commons.Configuration is still available but plugins should use org.sonar.api.config.Settings. It also implies the following issues : SONAR-2870 do not rebuild the WAR file when editing sonar.properties SONAR-2869 allow to use the annotations @Properties/@Property on extensions | ||||
* | Deactivate test HttpDownloaderTest | simonbrandhof | 2011-08-02 | 1 | -3/+1 |
| | |||||
* | Some code improvements | Simon Brandhof | 2011-08-02 | 1 | -1/+6 |
| | |||||
* | SONAR-2507 Batch must load plugins without connecting to database | simonbrandhof | 2011-06-10 | 1 | -1/+7 |
| | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 1 | -1/+1 |
| | |||||
* | temporarily ignore HttpDownloadederTest - too many freezes on MS Windows | simonbrandhof | 2010-12-21 | 1 | -0/+2 |
| | |||||
* | trying to fix a jetty deadlock issue in the unit test HttpDownloaderTest | simonbrandhof | 2010-11-16 | 1 | -10/+102 |
| | |||||
* | SONAR-1943 Add proxy authentication support for update center | simonbrandhof | 2010-11-09 | 1 | -3/+24 |
| | |||||
* | HttpDownloader should not create file if fail to download | Godin | 2010-11-01 | 1 | -1/+16 |
| | |||||
* | trying to fix a unit test which sometimes fails on windows | simonbrandhof | 2010-10-11 | 1 | -1/+2 |
| | |||||
* | SONAR-236 remove deprecated code from checkstyle plugin + display default ↵ | simonbrandhof | 2010-09-06 | 1 | -0/+103 |
value of rule parameters in Q profile console |