summaryrefslogtreecommitdiffstats
path: root/sonar-ws
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare release 5.6.25.6.2Tom2016-09-191-1/+1
|
* 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
|
* SONAR-7400 Do not return anymore active rule parent key in rules WSJulien Lancelot2016-05-161-1/+2
|
* SONAR-7576 WS api/measures/component_tree filter components without measure ↵Teryk Bellahsene2016-05-104-2/+20
| | | | on the sorted metric
* SONAR-6906 Filter rules on profile language when bulk active rulesJulien Lancelot2016-05-102-2/+2
|
* SONAR-7535 ws-client throws functional exception when the server URL is ↵Teryk Bellahsene2016-05-062-15/+30
| | | | malformed
* Automatic merge from branch-5.5Jenkins CI2016-04-214-1/+90
|\ | | | | | | | | | | | | | | | | | | | | | | * origin/branch-5.5: SONAR-7553 use api/ce/activity_status to get number of pending and failing tasks SONAR-7553 WS api/ce/activity_status display background tasks related metrics for UI SONAR-7553 DAO of CE_QUEUE count number of rows by status SONAR-7553 DAO of CE_ACTIVITY count number of tasks still failing SONAR-7187 WS api/ce/activity stop using count(1) on DB table CE_QUEUE SONAR-7553 Create composite DB index CE_ACTIVITY(is_last, status) SONAR-7187 do not usage pagination SONAR-7187 Remove paging from api/ce/activity
| * SONAR-7553 WS api/ce/activity_status display background tasks related ↵Teryk Bellahsene2016-04-214-0/+88
| | | | | | | | metrics for UI
| * SONAR-7187 Remove paging from api/ce/activityJulien Lancelot2016-04-211-1/+2
| | | | | | | | In order to have no more full scan on the ce_activity table, we had to remove paging as it was executing a select count(* from ce_activity)
* | Automatic merge from branch-5.5Jenkins CI2016-04-152-2/+2
|\| | | | | | | | | | | | | | | * origin/branch-5.5: Fix malformed javadoc in API Add UserDao.selectByIds SONAR-6948 rename method Request#getLocalConnector() to localConnector() SONAR-6948 add javadoc for org.sonar.api.server.ws.LocalConnector
| * SONAR-6948 rename method Request#getLocalConnector() to localConnector()Simon Brandhof2016-04-152-2/+2
| |
* | Automatic merge from branch-5.5Jenkins CI2016-04-149-0/+357
|\| | | | | | | | | | | | | | | | | | | * origin/branch-5.5: SONAR-7429 defaults of HTTPS proxy are values of HTTP proxy Add context when failing to map a db measure to a ws measure SONAR-7187 Fix perf issue in selectByQuery Add support of WS api/ce/task to sonar-ws Add partial support of api/projects to sonar-ws SONAR-7427 Remove "effort_to_reach_reliability_rating_a" and "effort_to_reach_security_rating_a" from js
| * Add support of WS api/ce/task to sonar-wsSimon Brandhof2016-04-142-0/+22
| |
| * Add partial support of api/projects to sonar-wsSimon Brandhof2016-04-147-0/+335
| |
| * fixed version for 5.5-SNAPSHOTTom2016-04-111-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationTom2016-04-071-1/+1
| |
| * [maven-release-plugin] prepare release 5.5-RC15.5-RC1Tom2016-04-071-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationTom2016-04-071-1/+1
| |
| * [maven-release-plugin] prepare release 5.5Tom2016-04-071-1/+1
| |
* | Upgrade version to 5.6-SNAPSHOTTom2016-04-071-1/+1
|/
* SONAR-7528 WS api/measures/component handles developer measuresTeryk Bellahsene2016-04-072-1/+25
|
* SONAR-7528 WS api/measures/component_tree handles developer measuresTeryk Bellahsene2016-04-074-1/+37
|
* SONAR-6948 Ability for Java server extensions to call web servicesSimon Brandhof2016-04-0714-30/+528
|
* SONAR-7498 OkHttpClient doesn't use ssl socket factory by defaultSébastien Lesaint2016-04-052-7/+17
| | | | since we didn't set it for Java 8, SSL connections opened with OkHttpClient under Java 8 didn't have any of the SSL parameters
* SONAR-7478 WS api/users/identity_providers return external identity providersTeryk Bellahsene2016-03-301-0/+37
|
* SONAR-7472 Drop ability to create manual issues from WSJulien Lancelot2016-03-291-1/+3
|
* SONAR-7473 Drop 'reporter' field from WSJulien Lancelot2016-03-294-29/+5
|
* SONAR-7468 SONAR-7199 Remove or update Action Plan related web servicesTeryk Bellahsene2016-03-255-37/+23
|
* SONAR-7375 WS api/rules/search rename PARAM_KEY to PARAM_RULE_KEYTeryk Bellahsene2016-03-183-5/+5
|
* SONAR-7375 WS api/rules/search add to WS clientTeryk Bellahsene2016-03-185-0/+485
|
* Rename ActivityWsRequestTest to SearchWsRequestTestTeryk Bellahsene2016-03-181-1/+1
|
* SONAR-7106 WS api/permissions/bulk_apply_template add to WS clientTeryk Bellahsene2016-03-182-0/+28
|
* SONAR-7106 WS api/permissions/bulk_apply_template bulk apply permission templateTeryk Bellahsene2016-03-181-0/+71
|
* SONAR-7200 WS api/issues/search filter issues on leak periodTeryk Bellahsene2016-03-163-0/+14
|
* SONAR-7453 Finish renaming of debt to effortJulien Lancelot2016-03-162-3/+32
|
* SONAR-7196 WS api/measures/component_tree supports sorting by period variationTeryk Bellahsene2016-03-112-0/+12
|
* SONAR-7453 Rename rules remediation function fields in WSJulien Lancelot2016-03-101-1/+17
|
* SONAR-7345 Rename Issue debt to effort in WSJulien Lancelot2016-03-101-1/+7
|
* SONAR-7345 Rename Issue debt to effort in ESJulien Lancelot2016-03-101-1/+6
|
* SONAR-7329 Cleanup some remaining characteristics stuffJulien Lancelot2016-03-021-10/+2
|
* SONAR-7329 Add type in Rules WSJulien Lancelot2016-03-024-13/+15
|