Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-5382 Drop Java WS client library | Simon Brandhof | 2015-05-21 | 270 | -17018/+0 |
| | |||||
* | remove the api/projects/destroy WS - SONAR-6531 | Teryk Bellahsene | 2015-05-20 | 2 | -83/+0 |
| | |||||
* | SONAR-6523 Remove user client from sonar-wsclient library | Jean-Baptiste Lievremont | 2015-05-18 | 9 | -474/+0 |
| | |||||
* | Useless code | David Gageot | 2015-05-12 | 30 | -43/+43 |
| | |||||
* | Redundant imports | David Gageot | 2015-05-07 | 1 | -2/+0 |
| | |||||
* | Redundant throws clause in tests | David Gageot | 2015-05-07 | 9 | -16/+16 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | SONAR-6392 Drop measure trends | Simon Brandhof | 2015-04-23 | 4 | -70/+0 |
| | |||||
* | SONAR-5382 Remove dependencies WS client | Julien Lancelot | 2015-04-21 | 10 | -805/+16 |
| | |||||
* | 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. | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Fix some javadoc | Simon Brandhof | 2014-10-03 | 1 | -0/+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 | 289 | -0/+18255 |