aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client
Commit message (Collapse)AuthorAgeFilesLines
* Fix some quality flawsSimon Brandhof2014-07-011-4/+3
|
* Fix some quality flawsSimon Brandhof2014-06-307-140/+1
|
* Remove some unused code in event ws-clientSimon Brandhof2014-06-203-14/+1
|
* Fic compatibility of hamcrest with java 6Simon Brandhof2014-06-201-2/+1
|
* Upgrade hamcrest and fix conflicts with JUnit and MockitoSimon Brandhof2014-06-2015-34/+29
|
* SONAR-5382 Remove DuplicationClient, SourceClient and TestClientJulien Lancelot2014-06-0545-2099/+0
|
* SONAR-5338 rename actions "plan" to "covered_files" and "testable" to ↵Julien Lancelot2014-06-045-15/+15
| | | | "test_cases" in /api/tests WS
* SONAR-5341 Add some unit test and complete JavadocJulien Lancelot2014-06-033-1/+3
|
* SONAR-5341 Restore issue.componentId in order to be able to use SonarQube ↵Julien Lancelot2014-06-032-0/+10
| | | | 3.7 Java Client
* SONAR-5341 Update Issues WS Java client due to removal of issue.componentId ↵Julien Lancelot2014-05-286-32/+23
| | | | and issue.effortToFix
* TestCase should not contain File objectJulien Lancelot2014-05-284-11/+21
|
* Improve WS using "_ref"Julien Lancelot2014-05-269-64/+57
|
* SONAR-5338 Create Java client for tests WSJulien Lancelot2014-05-2612-0/+572
|
* SONAR-5007 remove wsclient of deleted api/rules/indexSimon Brandhof2014-05-2212-582/+0
|
* Add Java WS client for /api/coverage/show and /api/duplications/showJulien Lancelot2014-05-2222-0/+943
|
* SONAR-5305 Do only one SQL to retun all measuresJulien Lancelot2014-05-202-0/+48
|
* Improve Java WS Client of /api/sources/show and /api/source/showJulien Lancelot2014-05-199-30/+190
|
* SONAR-5007 drop tables RULE_TAGS and RULES_RULE_TAGSSimon Brandhof2014-05-155-176/+0
|
* SONAR-5287 SONAR-5293 Create Java WS client for "/api/sources/show" and ↵Julien Lancelot2014-05-1311-5/+387
| | | | "/api/sources/scm"
* Remove moduleKey() as it's not returned by the WSJulien Lancelot2014-05-131-8/+0
|
* SONAR-5271 Delete /api/violations WSJulien Lancelot2014-05-066-550/+0
|
* SONAR-5111 Split quality profiles WS into old style Rails description and ↵Jean-Baptiste Lievremont2014-05-052-2/+2
| | | | new dedicated Java WS
* SONAR-4764 Add Java WS Client to restore default profilesJulien Lancelot2014-04-257-3/+243
|
* ONAR-5132 Issues search WS should allow to search by languageJulien Lancelot2014-04-222-1/+6
|
* Continue move from hamcrest to fest-assertSimon Brandhof2014-04-212-7/+6
|
* Upgrade to 4.4-SNAPSHOTEric Hartmann2014-04-181-1/+1
|
* Fix stability of tests depending on order of executionSimon Brandhof2014-04-032-35/+23
| | | | Default timezone should not be changed by tests because DateUtils keeps instances of SimpleDateFormat in ThreadLocalContext. These instances are executed during the first call, so we can't guarantee which tz is used.
* SONAR-4843 move URL to /api/system/restart and complete ws-clientSimon Brandhof2014-03-213-2/+24
|
* Fix quality flawsJean-Baptiste Lievremont2014-03-202-4/+25
|
* Add Issues.componentById() helperJulien Lancelot2014-03-173-4/+14
|
* SONAR-5142 drop search of components by languageSimon Brandhof2014-03-132-18/+0
|
* SONAR-5094 Add ability to fetch quality gate failure text on measuresJean-Baptiste Lievremont2014-03-124-0/+43
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-11256-258/+258
|
* SONAR-5094 Add project/quality gate association capabilities to WS clientJean-Baptiste Lievremont2014-03-113-0/+56
|
* SONAR-5094 Add create/update/delete condition capabilities to WS clientJean-Baptiste Lievremont2014-03-105-1/+237
|
* SONAR-4366 Fix NPE when quality gate is empty (no condition)Jean-Baptiste Lievremont2014-03-102-2/+20
|
* SONAR-5094 Update Quality Gate show WS and its associated client for easier ↵Jean-Baptiste Lievremont2014-03-075-15/+139
| | | | loading of config from batch
* SONAR-5056 Create new Durations API to format Duration and convert String to ↵Julien Lancelot2014-03-069-148/+16
| | | | Duration
* SONAR-5094 Add method in WS client to get conditions for a QGJean-Baptiste Lievremont2014-03-055-6/+173
|
* Update groupId to subProjectId and rootIt to projectId in issues WSJulien Lancelot2014-03-033-8/+8
|
* Fix quality flawsJean-Baptiste Lievremont2014-03-032-4/+3
|
* Return information on groupId and rootId on issue WSJulien Lancelot2014-02-276-10/+49
|
* SONAR-4996 Update debt display in technical debt pyramid widgetJulien Lancelot2014-02-251-1/+8
|
* SONAR-4366 Add WS client classes for quality gate CRUD servicesJean-Baptiste Lievremont2014-02-258-0/+439
|
* Upgrade version to 4.3-SNAPSHOTEric Hartmann2014-02-241-1/+1
|
* SONAR-926 Add module key information on components for IntelliJJulien HENRY2014-02-211-0/+8
|
* SONAR-926 Export component path in issues WS search resultsJulien HENRY2014-02-111-0/+9
|
* Fix quality flawJulien Lancelot2014-02-111-1/+1
|
* SONAR-926 Deprecate PAC and CLA in WS ClientJulien HENRY2014-02-101-6/+14
|
* Fix quality flawsJulien Lancelot2014-02-101-1/+2
|