aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/src/main/java/org/sonar
Commit message (Expand)AuthorAgeFilesLines
* Move sonar-ws-client to sub-dir server/Simon Brandhof2014-07-10169-12239/+0
* Fix some quality flawsSimon Brandhof2014-07-011-4/+3
* Fix some quality flawsSimon Brandhof2014-06-305-98/+1
* Remove some unused code in event ws-clientSimon Brandhof2014-06-203-14/+1
* SONAR-5382 Remove DuplicationClient, SourceClient and TestClientJulien Lancelot2014-06-0533-1692/+0
* SONAR-5338 rename actions "plan" to "covered_files" and "testable" to "test_c...Julien Lancelot2014-06-042-6/+6
* SONAR-5341 Add some unit test and complete JavadocJulien Lancelot2014-06-031-1/+1
* SONAR-5341 Restore issue.componentId in order to be able to use SonarQube 3.7...Julien Lancelot2014-06-032-0/+10
* SONAR-5341 Update Issues WS Java client due to removal of issue.componentId a...Julien Lancelot2014-05-284-16/+12
* TestCase should not contain File objectJulien Lancelot2014-05-283-10/+20
* Improve WS using "_ref"Julien Lancelot2014-05-267-56/+52
* SONAR-5338 Create Java client for tests WSJulien Lancelot2014-05-267-0/+423
* SONAR-5007 remove wsclient of deleted api/rules/indexSimon Brandhof2014-05-227-429/+0
* Add Java WS client for /api/coverage/show and /api/duplications/showJulien Lancelot2014-05-2217-0/+769
* 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-198-22/+184
* SONAR-5007 drop tables RULE_TAGS and RULES_RULE_TAGSSimon Brandhof2014-05-153-107/+0
* SONAR-5287 SONAR-5293 Create Java WS client for "/api/sources/show" and "/api...Julien Lancelot2014-05-137-5/+293
* Remove moduleKey() as it's not returned by the WSJulien Lancelot2014-05-131-8/+0
* SONAR-5271 Delete /api/violations WSJulien Lancelot2014-05-064-400/+0
* SONAR-5111 Split quality profiles WS into old style Rails description and new...Jean-Baptiste Lievremont2014-05-051-1/+1
* SONAR-4764 Add Java WS Client to restore default profilesJulien Lancelot2014-04-255-3/+180
* ONAR-5132 Issues search WS should allow to search by languageJulien Lancelot2014-04-221-0/+3
* SONAR-4843 move URL to /api/system/restart and complete ws-clientSimon Brandhof2014-03-212-2/+13
* Fix quality flawsJean-Baptiste Lievremont2014-03-201-3/+8
* Add Issues.componentById() helperJulien Lancelot2014-03-172-4/+12
* SONAR-5142 drop search of components by languageSimon Brandhof2014-03-131-11/+0
* SONAR-5094 Add ability to fetch quality gate failure text on measuresJean-Baptiste Lievremont2014-03-123-0/+35
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-11177-177/+177
* SONAR-5094 Add project/quality gate association capabilities to WS clientJean-Baptiste Lievremont2014-03-112-0/+24
* SONAR-5094 Add create/update/delete condition capabilities to WS clientJean-Baptiste Lievremont2014-03-104-1/+176
* SONAR-4366 Fix NPE when quality gate is empty (no condition)Jean-Baptiste Lievremont2014-03-101-2/+4
* SONAR-5094 Update Quality Gate show WS and its associated client for easier l...Jean-Baptiste Lievremont2014-03-074-8/+92
* SONAR-5056 Create new Durations API to format Duration and convert String to ...Julien Lancelot2014-03-065-105/+5
* SONAR-5094 Add method in WS client to get conditions for a QGJean-Baptiste Lievremont2014-03-054-3/+126
* Update groupId to subProjectId and rootIt to projectId in issues WSJulien Lancelot2014-03-031-4/+4
* Fix quality flawsJean-Baptiste Lievremont2014-03-032-4/+3
* Return information on groupId and rootId on issue WSJulien Lancelot2014-02-273-8/+38
* 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-257-0/+309
* 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
* Add a parameter 'hideRules' on the Issues search search in order to not retur...Julien Lancelot2014-02-071-0/+8
* Fix quality flawsJean-Baptiste Lievremont2014-02-031-1/+2
* Fix some quality flawsSimon Brandhof2014-02-023-9/+27
* WS client should consider codes other than 200 for successJean-Baptiste Lievremont2014-01-311-1/+13
* SONAR-4326 Add WS client to manage tags on rules (add/remove)Jean-Baptiste Lievremont2014-01-293-0/+110