aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ws-client
Commit message (Collapse)AuthorAgeFilesLines
* Use random timezone when executing tests from mavenSimon Brandhof2015-04-021-13/+12
| | | | This allows to fail-fast if a test is heavily coupled with local timezone.
* Update pom to 5.2-SNAPSHOTJulien Lancelot2015-02-271-1/+1
|
* Fix quality flawsSimon Brandhof2015-02-232-2/+2
|
* Fix SearchOptions#setPage(int page, int pageSize) when pageSize is zeroSimon Brandhof2015-02-094-21/+5
|
* Replace fest-assert by assertJSimon Brandhof2015-01-1030-241/+212
|
* SONAR-5954 Reflect WS API changes in WS clientJean-Baptiste Lievremont2015-01-062-4/+5
|
* Profile dbTests enables only the tests involving a databaseSimon Brandhof2014-12-101-17/+2
|
* Upgrade version to 5.1-SNAPSHOTEric Hartmann2014-12-091-1/+1
|
* Revert "SONAR-5742 Add ignorePaging parameter handle to WS client (for IT)"Jean-Baptiste Lievremont2014-11-282-13/+2
| | | | This reverts commit 58dd4353773af1c010facbcc05c17cd1cac5b9be.
* SONAR-5742 Add ignorePaging parameter handle to WS client (for IT)Jean-Baptiste Lievremont2014-11-282-2/+13
|
* Improve error handling in Java WS ClientJulien Lancelot2014-10-163-9/+7
|
* Add missing @Override annotationsSimon Brandhof2014-10-1012-0/+70
|
* Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-061-0/+1
|\ | | | | | | | | | | Conflicts: sonar-plugin-api/src/main/java/org/sonar/api/batch/SensorContext.java sonar-plugin-api/src/main/java/org/sonar/api/batch/sensor/SensorContext.java
| * Fix some javadocSimon Brandhof2014-10-031-0/+1
| |
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-301-0/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Maven profiles for each technical stackSimon Brandhof2014-09-301-0/+7
| | | | | | | | and remove sonar-channel helpers from sonar-testing-harness
| * Update version to 4.5.1-SNAPSHOTEric Hartmann2014-09-291-1/+1
| |
| * Release 4.54.5Eric Hartmann2014-09-291-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-261-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC34.5-RC3Eric Hartmann2014-09-261-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-161-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC24.5-RC2Eric Hartmann2014-09-161-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-081-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC14.5-RC1Eric Hartmann2014-09-081-1/+1
| |
* | Upgrade version to 5.0-SNAPSHOTEric Hartmann2014-09-041-1/+1
|/
* SONAR-5383 improve SonarClient#get() and #post()Simon Brandhof2014-08-255-9/+146
| | | | | * add helpful get(String relativeUrl, Object... params) and post(String relativeUrl, Object... params) * support relativeUrl that does not start with slash /
* SONAR-5383 Add WS client methods to do raw WS calls (url+params -> string)Jean-Baptiste Lievremont2014-07-211-0/+20
|
* Move sonar-ws-client to sub-dir server/Simon Brandhof2014-07-10290-0/+18432