aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove coupling of sonar-plugin-api on Guava 10Simon Brandhof2015-04-161-237/+0
| | | | in order to prepare upgrade to Guava 18 in core codebase
* Improve HttpDownloaderTest for travis environmentSimon Brandhof2015-03-251-1/+1
| | | | Replace localhost by 0.0.0.0
* Increase timeout of HttpDownloaderTestSimon Brandhof2015-03-251-2/+2
|
* Replace fest-assert by assertJSimon Brandhof2015-01-101-1/+1
|
* Upgrade to JUnit 4.12Simon Brandhof2014-12-091-1/+3
|
* 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
| | | | | Conflicts: sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java
* Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-301-0/+4
|\ | | | | | | | | Conflicts: sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java
| * 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
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 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
| |
* | SONAR-5629 Call /batch/upload_report at the end of an analysisJulien HENRY2014-09-171-5/+2
|/
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
|
* Fix quality flaws and improve unit testJulien HENRY2013-09-051-0/+4
|
* SONAR-4601 Make sure the servlet GZip filter is really used when downloading ↵Julien HENRY2013-08-291-1/+16
| | | | the DryRun H2
* SONAR-4488 Increase timeout for /batch_bootstrap/dbJulien HENRY2013-07-111-1/+43
|
* Update copyright headersSimon Brandhof2013-04-221-4/+4
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
|
* SONAR-3895 User resource key and optional authent.David Gageot2012-10-241-2/+2
|
* Replace jetty-servlet-tester with SimpleHttpDavid Gageot2012-07-171-131/+58
|
* Remove UriReader#openStream()Simon Brandhof2012-07-161-8/+0
| | | | Let's keep API simple.
* Update Center improvementsSimon Brandhof2012-07-141-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 yearSimon Brandhof2012-01-101-1/+1
|
* Fix HttpDownloaderTest on WindowsSimon Brandhof2011-10-131-3/+4
|
* Remove some ignored tests and fix some commented-out codeSimon Brandhof2011-10-131-1/+4
|
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-071-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 HttpDownloaderTestsimonbrandhof2011-08-021-3/+1
|
* Some code improvementsSimon Brandhof2011-08-021-1/+6
|
* SONAR-2507 Batch must load plugins without connecting to databasesimonbrandhof2011-06-101-1/+7
|
* Upgrade copyright headerssimonbrandhof2011-02-041-1/+1
|
* temporarily ignore HttpDownloadederTest - too many freezes on MS Windowssimonbrandhof2010-12-211-0/+2
|
* trying to fix a jetty deadlock issue in the unit test HttpDownloaderTestsimonbrandhof2010-11-161-10/+102
|
* SONAR-1943 Add proxy authentication support for update centersimonbrandhof2010-11-091-3/+24
|
* HttpDownloader should not create file if fail to downloadGodin2010-11-011-1/+16
|
* trying to fix a unit test which sometimes fails on windowssimonbrandhof2010-10-111-1/+2
|
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-061-0/+103
value of rule parameters in Q profile console