Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-7576 WS api/measures/component_tree filter components without measure ↵ | Teryk Bellahsene | 2016-05-10 | 4 | -2/+20 |
| | | | | on the sorted metric | ||||
* | SONAR-6906 Filter rules on profile language when bulk active rules | Julien Lancelot | 2016-05-10 | 2 | -2/+2 |
| | |||||
* | SONAR-7535 ws-client throws functional exception when the server URL is ↵ | Teryk Bellahsene | 2016-05-06 | 2 | -15/+30 |
| | | | | malformed | ||||
* | Automatic merge from branch-5.5 | Jenkins CI | 2016-04-21 | 4 | -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 Bellahsene | 2016-04-21 | 4 | -0/+88 |
| | | | | | | | | metrics for UI | ||||
| * | SONAR-7187 Remove paging from api/ce/activity | Julien Lancelot | 2016-04-21 | 1 | -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.5 | Jenkins CI | 2016-04-15 | 2 | -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 Brandhof | 2016-04-15 | 2 | -2/+2 |
| | | |||||
* | | Automatic merge from branch-5.5 | Jenkins CI | 2016-04-14 | 9 | -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-ws | Simon Brandhof | 2016-04-14 | 2 | -0/+22 |
| | | |||||
| * | Add partial support of api/projects to sonar-ws | Simon Brandhof | 2016-04-14 | 7 | -0/+335 |
| | | |||||
| * | fixed version for 5.5-SNAPSHOT | Tom | 2016-04-11 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Tom | 2016-04-07 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.5-RC15.5-RC1 | Tom | 2016-04-07 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Tom | 2016-04-07 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.5 | Tom | 2016-04-07 | 1 | -1/+1 |
| | | |||||
* | | Upgrade version to 5.6-SNAPSHOT | Tom | 2016-04-07 | 1 | -1/+1 |
|/ | |||||
* | SONAR-7528 WS api/measures/component handles developer measures | Teryk Bellahsene | 2016-04-07 | 2 | -1/+25 |
| | |||||
* | SONAR-7528 WS api/measures/component_tree handles developer measures | Teryk Bellahsene | 2016-04-07 | 4 | -1/+37 |
| | |||||
* | SONAR-6948 Ability for Java server extensions to call web services | Simon Brandhof | 2016-04-07 | 14 | -30/+528 |
| | |||||
* | SONAR-7498 OkHttpClient doesn't use ssl socket factory by default | Sébastien Lesaint | 2016-04-05 | 2 | -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 providers | Teryk Bellahsene | 2016-03-30 | 1 | -0/+37 |
| | |||||
* | SONAR-7472 Drop ability to create manual issues from WS | Julien Lancelot | 2016-03-29 | 1 | -1/+3 |
| | |||||
* | SONAR-7473 Drop 'reporter' field from WS | Julien Lancelot | 2016-03-29 | 4 | -29/+5 |
| | |||||
* | SONAR-7468 SONAR-7199 Remove or update Action Plan related web services | Teryk Bellahsene | 2016-03-25 | 5 | -37/+23 |
| | |||||
* | SONAR-7375 WS api/rules/search rename PARAM_KEY to PARAM_RULE_KEY | Teryk Bellahsene | 2016-03-18 | 3 | -5/+5 |
| | |||||
* | SONAR-7375 WS api/rules/search add to WS client | Teryk Bellahsene | 2016-03-18 | 5 | -0/+485 |
| | |||||
* | Rename ActivityWsRequestTest to SearchWsRequestTest | Teryk Bellahsene | 2016-03-18 | 1 | -1/+1 |
| | |||||
* | SONAR-7106 WS api/permissions/bulk_apply_template add to WS client | Teryk Bellahsene | 2016-03-18 | 2 | -0/+28 |
| | |||||
* | SONAR-7106 WS api/permissions/bulk_apply_template bulk apply permission template | Teryk Bellahsene | 2016-03-18 | 1 | -0/+71 |
| | |||||
* | SONAR-7200 WS api/issues/search filter issues on leak period | Teryk Bellahsene | 2016-03-16 | 3 | -0/+14 |
| | |||||
* | SONAR-7453 Finish renaming of debt to effort | Julien Lancelot | 2016-03-16 | 2 | -3/+32 |
| | |||||
* | SONAR-7196 WS api/measures/component_tree supports sorting by period variation | Teryk Bellahsene | 2016-03-11 | 2 | -0/+12 |
| | |||||
* | SONAR-7453 Rename rules remediation function fields in WS | Julien Lancelot | 2016-03-10 | 1 | -1/+17 |
| | |||||
* | SONAR-7345 Rename Issue debt to effort in WS | Julien Lancelot | 2016-03-10 | 1 | -1/+7 |
| | |||||
* | SONAR-7345 Rename Issue debt to effort in ES | Julien Lancelot | 2016-03-10 | 1 | -1/+6 |
| | |||||
* | SONAR-7329 Cleanup some remaining characteristics stuff | Julien Lancelot | 2016-03-02 | 1 | -10/+2 |
| | |||||
* | SONAR-7329 Add type in Rules WS | Julien Lancelot | 2016-03-02 | 4 | -13/+15 |
| | |||||
* | SONAR-7330 drop RuleNormalizer and RuleMapping | Teryk Bellahsene | 2016-03-01 | 2 | -0/+106 |
| | |||||
* | SONAR-7333 DB migration to set ISSUES.ISSUE_TYPE | Simon Brandhof | 2016-02-26 | 1 | -3/+6 |
| | |||||
* | SONAR-7333 add field "type" to issues (db and elasticsearch) | Simon Brandhof | 2016-02-26 | 3 | -1/+26 |
| | |||||
* | SONAR-7364 Remove SQALE characteristics from measures and rules | Simon Brandhof | 2016-02-22 | 1 | -7/+8 |
| | |||||
* | SONAR-7138 WS api/ce/activity filter background tasks by task uuid | Teryk Bellahsene | 2016-02-17 | 3 | -11/+9 |
| | |||||
* | SONAR-7326 WS api/ce/queue removed | Teryk Bellahsene | 2016-02-17 | 1 | -5/+0 |
| | |||||
* | SONAR-7319 WS api/ce/task_types list CE task types | Teryk Bellahsene | 2016-02-15 | 3 | -1/+19 |
| | |||||
* | SONAR-7187 WS api/ce/activity handles queue and past CE tasks | Teryk Bellahsene | 2016-02-15 | 8 | -2/+347 |
| | |||||
* | Upgrade version to 5.5-SNAPSHOT | Eric Hartmann | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | SONAR-7040 Add context when failing to write a web service response | Teryk Bellahsene | 2016-02-05 | 2 | -0/+77 |
| | |||||
* | SONAR-7152 WS api/qualitygates/project_status search by project id or key | Teryk Bellahsene | 2016-02-02 | 3 | -5/+69 |
| | |||||
* | SONAR-7134 WS api/measures/* return empy measures array when there is no measure | Teryk Bellahsene | 2016-02-02 | 1 | -5/+1 |
| |