aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/src/test/java/org
Commit message (Expand)AuthorAgeFilesLines
* Move sonar-ws-client to sub-dir server/Simon Brandhof2014-07-1072-5179/+0
* Fix some quality flawsSimon Brandhof2014-06-302-42/+0
* Fic compatibility of hamcrest with java 6Simon Brandhof2014-06-201-2/+1
* Upgrade hamcrest and fix conflicts with JUnit and MockitoSimon Brandhof2014-06-2014-29/+24
* SONAR-5382 Remove DuplicationClient, SourceClient and TestClientJulien Lancelot2014-06-055-307/+0
* SONAR-5338 rename actions "plan" to "covered_files" and "testable" to "test_c...Julien Lancelot2014-06-041-9/+9
* SONAR-5341 Add some unit test and complete JavadocJulien Lancelot2014-06-031-0/+1
* SONAR-5341 Update Issues WS Java client due to removal of issue.componentId a...Julien Lancelot2014-05-281-14/+11
* TestCase should not contain File objectJulien Lancelot2014-05-281-1/+1
* Improve WS using "_ref"Julien Lancelot2014-05-262-8/+5
* SONAR-5338 Create Java client for tests WSJulien Lancelot2014-05-262-0/+103
* SONAR-5007 remove wsclient of deleted api/rules/indexSimon Brandhof2014-05-224-145/+0
* Add Java WS client for /api/coverage/show and /api/duplications/showJulien Lancelot2014-05-223-0/+137
* Improve Java WS Client of /api/sources/show and /api/source/showJulien Lancelot2014-05-191-8/+6
* SONAR-5007 drop tables RULE_TAGS and RULES_RULE_TAGSSimon Brandhof2014-05-152-69/+0
* SONAR-5287 SONAR-5293 Create Java WS client for "/api/sources/show" and "/api...Julien Lancelot2014-05-131-0/+72
* SONAR-5271 Delete /api/violations WSJulien Lancelot2014-05-062-150/+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-252-0/+63
* ONAR-5132 Issues search WS should allow to search by languageJulien Lancelot2014-04-221-1/+3
* Continue move from hamcrest to fest-assertSimon Brandhof2014-04-212-7/+6
* Fix stability of tests depending on order of executionSimon Brandhof2014-04-032-35/+23
* SONAR-4843 move URL to /api/system/restart and complete ws-clientSimon Brandhof2014-03-211-0/+11
* Fix quality flawsJean-Baptiste Lievremont2014-03-201-1/+17
* Add Issues.componentById() helperJulien Lancelot2014-03-171-0/+2
* SONAR-5142 drop search of components by languageSimon Brandhof2014-03-131-7/+0
* SONAR-5094 Add ability to fetch quality gate failure text on measuresJean-Baptiste Lievremont2014-03-121-0/+8
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-1177-79/+79
* SONAR-5094 Add project/quality gate association capabilities to WS clientJean-Baptiste Lievremont2014-03-111-0/+32
* SONAR-5094 Add create/update/delete condition capabilities to WS clientJean-Baptiste Lievremont2014-03-101-0/+61
* SONAR-4366 Fix NPE when quality gate is empty (no condition)Jean-Baptiste Lievremont2014-03-101-0/+16
* SONAR-5094 Update Quality Gate show WS and its associated client for easier l...Jean-Baptiste Lievremont2014-03-071-7/+47
* SONAR-5056 Create new Durations API to format Duration and convert String to ...Julien Lancelot2014-03-061-23/+7
* SONAR-5094 Add method in WS client to get conditions for a QGJean-Baptiste Lievremont2014-03-051-3/+47
* Update groupId to subProjectId and rootIt to projectId in issues WSJulien Lancelot2014-03-031-2/+2
* Return information on groupId and rootId on issue WSJulien Lancelot2014-02-271-0/+4
* SONAR-4366 Add WS client classes for quality gate CRUD servicesJean-Baptiste Lievremont2014-02-251-0/+130
* Add a parameter 'hideRules' on the Issues search search in order to not retur...Julien Lancelot2014-02-071-1/+3
* WS client should consider codes other than 200 for successJean-Baptiste Lievremont2014-01-311-0/+22
* SONAR-4326 Add WS client to manage tags on rules (add/remove)Jean-Baptiste Lievremont2014-01-291-0/+70
* SONAR-4326 Create WS client for rule tag referential managementJean-Baptiste Lievremont2014-01-291-0/+67
* IssueShowWS : Add assign to me actionJulien Lancelot2014-01-231-0/+16
* SONAR-4776 Fix WS and UI due to introduction of issue change creation dateJulien Lancelot2014-01-031-8/+4
* Rename TechnicalDebt class name to WorkDayDuration and move it to issue inter...Julien Lancelot2013-11-061-4/+4
* SONAR-4834 Add technical debt changelog WSJulien Lancelot2013-11-041-6/+36
* SONAR-4834 Add technical debt in issues changelogJulien Lancelot2013-11-031-0/+20
* SONAR-4836 Create Web Service to get changelog on an IssueJulien Lancelot2013-10-311-0/+32
* Fail ws-client if /api/server/setup does not return stateSimon Brandhof2013-10-221-0/+17
* Remove false-positives of DefaultSystemClientTest on slow boxesSimon Brandhof2013-10-161-1/+1
* SONAR-4777 Asynchronous web service to upgrade databaseSimon Brandhof2013-10-152-0/+100