aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* SONAR-7330 drop RuleNormalizer and RuleMappingTeryk Bellahsene2016-03-012-0/+106
|
* 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
|