Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use random timezone when executing tests from maven | Simon Brandhof | 2015-04-02 | 1 | -13/+12 |
| | | | | This allows to fail-fast if a test is heavily coupled with local timezone. | ||||
* | Update pom to 5.2-SNAPSHOT | Julien Lancelot | 2015-02-27 | 1 | -1/+1 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-02-23 | 2 | -2/+2 |
| | |||||
* | Fix SearchOptions#setPage(int page, int pageSize) when pageSize is zero | Simon Brandhof | 2015-02-09 | 4 | -21/+5 |
| | |||||
* | Replace fest-assert by assertJ | Simon Brandhof | 2015-01-10 | 30 | -241/+212 |
| | |||||
* | SONAR-5954 Reflect WS API changes in WS client | Jean-Baptiste Lievremont | 2015-01-06 | 2 | -4/+5 |
| | |||||
* | Profile dbTests enables only the tests involving a database | Simon Brandhof | 2014-12-10 | 1 | -17/+2 |
| | |||||
* | Upgrade version to 5.1-SNAPSHOT | Eric Hartmann | 2014-12-09 | 1 | -1/+1 |
| | |||||
* | Revert "SONAR-5742 Add ignorePaging parameter handle to WS client (for IT)" | Jean-Baptiste Lievremont | 2014-11-28 | 2 | -13/+2 |
| | | | | This reverts commit 58dd4353773af1c010facbcc05c17cd1cac5b9be. | ||||
* | SONAR-5742 Add ignorePaging parameter handle to WS client (for IT) | Jean-Baptiste Lievremont | 2014-11-28 | 2 | -2/+13 |
| | |||||
* | Improve error handling in Java WS Client | Julien Lancelot | 2014-10-16 | 3 | -9/+7 |
| | |||||
* | Add missing @Override annotations | Simon Brandhof | 2014-10-10 | 12 | -0/+70 |
| | |||||
* | Merge remote-tracking branch 'remotes/origin/branch-4.5' | Simon Brandhof | 2014-10-06 | 1 | -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 javadoc | Simon Brandhof | 2014-10-03 | 1 | -0/+1 |
| | | |||||
* | | Merge remote-tracking branch 'remotes/origin/branch-4.5' | Simon Brandhof | 2014-09-30 | 1 | -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 stack | Simon Brandhof | 2014-09-30 | 1 | -0/+7 |
| | | | | | | | | and remove sonar-channel helpers from sonar-testing-harness | ||||
| * | Update version to 4.5.1-SNAPSHOT | Eric Hartmann | 2014-09-29 | 1 | -1/+1 |
| | | |||||
| * | Release 4.54.5 | Eric Hartmann | 2014-09-29 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2014-09-26 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 4.5-RC34.5-RC3 | Eric Hartmann | 2014-09-26 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2014-09-16 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 4.5-RC24.5-RC2 | Eric Hartmann | 2014-09-16 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2014-09-08 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 4.5-RC14.5-RC1 | Eric Hartmann | 2014-09-08 | 1 | -1/+1 |
| | | |||||
* | | Upgrade version to 5.0-SNAPSHOT | Eric Hartmann | 2014-09-04 | 1 | -1/+1 |
|/ | |||||
* | SONAR-5383 improve SonarClient#get() and #post() | Simon Brandhof | 2014-08-25 | 5 | -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 Lievremont | 2014-07-21 | 1 | -0/+20 |
| | |||||
* | Move sonar-ws-client to sub-dir server/ | Simon Brandhof | 2014-07-10 | 290 | -0/+18432 |