aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8120 WS measures/* fix protobuf parsing for older version of sonar-wsTeryk Bellahsene2016-10-031-7/+7
* SONAR-8120 WS measures/search flatten the responseTeryk Bellahsene2016-09-301-7/+15
* SONAR-8120 WS measures/search check requestTeryk Bellahsene2016-09-302-2/+10
* SONAR-8120 Create WS measures/search to search for measuresTeryk Bellahsene2016-09-303-0/+224
* SONAR-8100 remove return of id and id parameter in organizations WSsSébastien Lesaint2016-09-293-21/+6
* SONAR-8100 add OrganizationService to access WS organizationsSébastien Lesaint2016-09-267-0/+367
* SONAR-8172 add WS /api/organizations/updateSébastien Lesaint2016-09-261-0/+5
* SONAR-8096 add WS /api/organizations/searchSébastien Lesaint2016-09-261-8/+13
* SONAR-8097 add WS /api/organizations/createSébastien Lesaint2016-09-261-0/+39
* SONAR-8117 Extract update of quality gate condition into QualityGateCondition...Julien Lancelot2016-09-226-0/+268
* SONAR-8117 Extract creation of quality gate condition into QualityGateConditi...Julien Lancelot2016-09-226-0/+277
* SONAR-8117 Extract creation of quality gate into QualityGateUpdaterJulien Lancelot2016-09-224-5/+65
* SONAR-8116 Return rating metrics in api/qualitygates/appJulien Lancelot2016-09-221-0/+15
* Prepare for next development iterationDavid Rautureau2016-09-191-1/+1
* Fix quality flawsJulien Lancelot2016-09-191-0/+27
* SONAR-7907 It should be possible to add SCM account that contains commaJulien Lancelot2016-09-167-0/+565
* SONAR-7855 Use protobuf in api/qualityprofiles/create WSJulien Lancelot2016-09-146-0/+178
* Merge commit 'a56e60d168802ff9dc23ffec978bb412fd501f97'Julien Lancelot2016-09-137-6/+523
|\
| * SONAR-7961 Refactoring of add_project and remove_project actionsJulien Lancelot2016-09-137-6/+523
| * [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-07-251-1/+1
| * [maven-release-plugin] prepare release 5.6.15.6.1David Rautureau2016-07-251-1/+1
| * set next dev version to 5.6.1-SNAPSHOTTom2016-06-271-1/+1
| * Update version to 5.6-SNAPSHOTTom2016-06-011-1/+1
| * Release 5.65.6Tom2016-06-011-1/+1
| * prepare for next development iteration on release branchTom2016-05-271-1/+1
| * release 5.6-RC2Tom2016-05-271-1/+1
| * prepare for next development iteration on release branchTom2016-05-201-1/+1
| * Release 5.6-RC1Tom2016-05-201-1/+1
* | correct wording (#1230)Stas Vilchik2016-09-091-1/+1
* | Return content when exception is generated in ws clientJulien Lancelot2016-09-084-6/+7
* | SONAR-7984 WS api/server_id/generateTeryk Bellahsene2016-09-074-3/+166
* | SONAR-7983 Create WS api/settings/check_secret_keyTeryk Bellahsene2016-09-051-0/+5
* | SONAR-7981 Create WS settings/generate_secret_key to generate a secret keyTeryk Bellahsene2016-09-051-0/+5
* | SONAR-7968 Return license in api/settings/list_definitionsJulien Lancelot2016-09-051-0/+1
* | SONAR-7982 Create WS api/settings/encrypt to encrypt a setting valueTeryk Bellahsene2016-09-051-0/+5
* | SONAR-7985 Create /api/server_id/show WSJulien Lancelot2016-09-051-0/+38
* | SONAR-8039 /api/licenses/list is returning license namesJulien Lancelot2016-09-051-10/+11
* | SONAR-8012 Restore support of client side certificatesJulien HENRY2016-09-051-0/+110
* | SONAR-7986 Accept multiple keys in api/settings/restJulien Lancelot2016-09-024-15/+22
* | SONAR-8004 WS settings/set fix BaseRequestTeryk Bellahsene2016-09-012-13/+46
* | SONAR-8004 WS settings/set with a proper WS clientTeryk Bellahsene2016-09-0110-17/+183
* | SONAR-8039 Create /api/licenses/list to return licenses with metadataJulien Lancelot2016-09-014-0/+173
* | SONAR-7969 Replace fieldsValue by fieldValues in responseJulien Lancelot2016-08-311-1/+1
* | SONAR-8004 WS settings/set handles property setTeryk Bellahsene2016-08-304-0/+32
* | SONAR-7975 Return parentValue, parentValues and parentFieldsValuesJulien Lancelot2016-08-301-5/+7
* | SONAR-8003 WS settings/set handles multi value settingsTeryk Bellahsene2016-08-263-9/+24
* | SONAR-7986 Create /api/settings/reset WS to remove the value of a settingJulien Lancelot2016-08-265-3/+158
* | SONAR-7968 Return deprecated key in list_definitions WSJulien Lancelot2016-08-261-0/+1
* | SONAR-8012 Restore support of IBM JVM in WS clientJulien HENRY2016-08-261-10/+0
* | fix coverage of CeService and TaskWsRequestSébastien Lesaint2016-08-252-2/+22