aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7333 DB migration to set ISSUES.ISSUE_TYPESimon Brandhof2016-02-261-3/+6
|
* SONAR-7333 add field "type" to issues (db and elasticsearch)Simon Brandhof2016-02-263-1/+26
|
* SONAR-7364 Remove SQALE characteristics from measures and rulesSimon Brandhof2016-02-221-7/+8
|
* SONAR-7138 WS api/ce/activity filter background tasks by task uuidTeryk Bellahsene2016-02-173-11/+9
|
* SONAR-7326 WS api/ce/queue removedTeryk Bellahsene2016-02-171-5/+0
|
* SONAR-7319 WS api/ce/task_types list CE task typesTeryk Bellahsene2016-02-153-1/+19
|
* SONAR-7187 WS api/ce/activity handles queue and past CE tasksTeryk Bellahsene2016-02-158-2/+347
|
* Upgrade version to 5.5-SNAPSHOTEric Hartmann2016-02-091-1/+1
|
* SONAR-7040 Add context when failing to write a web service responseTeryk Bellahsene2016-02-052-0/+77
|
* SONAR-7152 WS api/qualitygates/project_status search by project id or keyTeryk Bellahsene2016-02-023-5/+69
|
* SONAR-7134 WS api/measures/* return empy measures array when there is no measureTeryk Bellahsene2016-02-021-5/+1
|
* SONAR-7134 WS api/measures/componentTeryk Bellahsene2016-01-204-7/+109
|
* SONAR-7129 WS api/components/tree return refKeyTeryk Bellahsene2016-01-203-19/+19
|
* SONAR-7210 SONAR-7209 WS user_tokens/* add ITTeryk Bellahsene2016-01-191-0/+18
|
* SONAR-7129 WS api/components/tree baseComponent and refId in responseStas Vilchik2016-01-191-9/+10
|
* SONAR-7210 WS user_tokens/search a user can search its own token5.4-M8Teryk Bellahsene2016-01-181-1/+5
|
* SONAR-7209 WS user_tokens/revoke a user can delete its own tokensTeryk Bellahsene2016-01-181-1/+5
|
* SONAR-7208 WS user_tokens/generate a user can generate its own tokensTeryk Bellahsene2016-01-181-1/+5
|
* SONAR-7168 add system().restart() to WsClientSébastien Lesaint2016-01-185-0/+115
|
* SONAR-7135 WS api/measures/component_tree better best value algorithmTeryk Bellahsene2016-01-151-1/+5
|
* SONAR-7135 WS api/measures/component_tree parameterized periods in a measureTeryk Bellahsene2016-01-151-5/+6
|
* Fix quality flawsTeryk Bellahsene2016-01-141-2/+0
|
* Fix quality flawsJulien Lancelot2016-01-141-0/+44
|
* Fix project title in copyright headersSimon Brandhof2016-01-1374-79/+74
|
* SONAR-7135 WS api/measures/component_tree navigate through components and ↵Teryk Bellahsene2016-01-1313-35/+533
| | | | display measures
* Add tests to Tls12Java7SocketFactoryTestSimon Brandhof2016-01-121-4/+26
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0569-306/+321
|
* SONAR-7131 WS components/show show one component and its ancestorsTeryk Bellahsene2016-01-054-1/+92
|
* Fix quality flawsSimon Brandhof2016-01-041-1/+0
|
* SONAR-7127 Add language parameter to WS api/components/searchTeryk Bellahsene2015-12-213-0/+13
|
* SONAR-7129 WS api/components/treeTeryk Bellahsene2015-12-213-7/+180
|
* Automatic merge from branch-5.3Jenkins CI2015-12-181-2/+1
|\ | | | | | | | | | | * origin/branch-5.3: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 5.3-RC2
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-12-171-1/+1
| |
| * [maven-release-plugin] prepare release 5.3-RC25.3-RC2Thomas Vérin2015-12-171-3/+2
| |
* | Automatic merge from branch-5.3Jenkins CI2015-12-174-2/+234
|\| | | | | | | | | | | | | * origin/branch-5.3: open file in the workspace when click on the bubble SONAR-7126 Scanner on Java 7 must support TLS 1.2 when connecting to SonarQube HTTPS server Add unit test for Java CPD Engine
| * SONAR-7126 Scanner on Java 7 must support TLS 1.2 when connecting to ↵Simon Brandhof2015-12-164-2/+234
| | | | | | | | SonarQube HTTPS server
* | Upgrade version to 5.4-SNAPSHOTEric Hartmann2015-12-091-1/+1
|/
* SONAR-6900 New WS api/qualitygates/project_status quality gate details of an ↵Teryk Bellahsene2015-12-087-8/+188
| | | | analysis
* SONAR-6947 add missing coverage on PermissionsServiceTestSébastien Lesaint2015-12-073-1/+759
|
* SONAR-6947 add missing coverage of SearchWsRequestSébastien Lesaint2015-12-071-0/+622
|
* SONAR-6905 replace analysis-details.json by report-task.txtsimonbrandhof2015-12-041-2/+0
|
* ws-client should not throw HttpException by defaultSimon Brandhof2015-12-0215-223/+112
|
* SONAR-7054 use ws-client in batchSimon Brandhof2015-11-3037-1079/+1580
|
* SONAR-6892 WS permissions/search_project_permissions filter by qualifierTeryk Bellahsene2015-11-302-0/+12
|
* Replace checkNotNull by requireNonNull in sonar-wsTeryk Bellahsene2015-11-271-3/+3
|
* SONAR-7048 WS user_tokens/search list access tokens of a userTeryk Bellahsene2015-11-264-0/+57
|
* SONAR-7042 WS user_tokens/revoke revoke an access tokenTeryk Bellahsene2015-11-263-1/+54
|
* SONAR-7039 Generate user tokensTeryk Bellahsene2015-11-236-0/+192
|
* Fix quality flawsTeryk Bellahsene2015-11-182-3/+82
|
* SONAR-6947 api/issues/search use issue.SearchWsRequestTeryk Bellahsene2015-11-186-1/+701
|