Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [maven-release-plugin] prepare for next development iteration | David Rautureau | 2016-07-20 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 6.0-RC16.0-RC1 | David Rautureau | 2016-07-20 | 1 | -1/+1 |
| | |||||
* | SONAR-7871 Fix searching issues by type in IssueService client WS | Julien Lancelot | 2016-07-15 | 1 | -1/+3 |
| | |||||
* | Fix close connection | Duarte Meneses | 2016-07-13 | 1 | -1/+9 |
| | |||||
* | Fix leaked connection | Duarte Meneses | 2016-07-13 | 3 | -1/+19 |
| | |||||
* | SONAR-7838 WS api/permissions/groups returns group permissions | Teryk Bellahsene | 2016-07-12 | 4 | -19/+17 |
| | |||||
* | SONAR-7835 Delete old permissions.UsersAction | Teryk Bellahsene | 2016-07-12 | 3 | -43/+2 |
| | |||||
* | SONAR-7835 WS permissions/users return permissions in response | Teryk Bellahsene | 2016-07-12 | 3 | -4/+16 |
| | |||||
* | SONAR-7835 Update WS API of permissions/users | Teryk Bellahsene | 2016-07-12 | 1 | -0/+92 |
| | |||||
* | SONAR-7835 Rename UsersAction to OldUsersAction | Teryk Bellahsene | 2016-07-12 | 4 | -10/+24 |
| | |||||
* | SONAR-7741 remove support for Java 7 in HttpConnector | Sébastien Lesaint | 2016-07-11 | 4 | -226/+11 |
| | |||||
* | SONAR-7741 upgrade OK HTTP to 3.3.1 | Sébastien Lesaint | 2016-07-11 | 4 | -50/+49 |
| | |||||
* | SONAR-7794 WS api/qualityprofiles/search return userUpdatedAt | Teryk Bellahsene | 2016-06-29 | 1 | -0/+1 |
| | |||||
* | SONAR-7800 add column PROJECTS.UUID_PATH | Simon Brandhof | 2016-06-27 | 1 | -2/+1 |
| | |||||
* | SONAR-7789 WS api/qualityprofiles/search return lastUsed field | Teryk Bellahsene | 2016-06-27 | 1 | -0/+1 |
| | |||||
* | SONAR-7773 Add number of deprecated rules to WS api/qualityprofiles/search | Teryk Bellahsene | 2016-06-21 | 1 | -0/+1 |
| | |||||
* | SONAR-7747 IT to add and remove a project template creator | Teryk Bellahsene | 2016-06-17 | 2 | -0/+26 |
| | |||||
* | SONAR-7244 WS api/projects/search_my_projects list projects of which current ↵ | Teryk Bellahsene | 2016-06-15 | 2 | -0/+130 |
| | | | | user is admin | ||||
* | SONAR-7726 WS api/permissions/search_templates returns with_project_creator | Teryk Bellahsene | 2016-06-09 | 1 | -0/+1 |
| | |||||
* | SONAR-7724 WS api/permissions/remove_project_creator_from_template | Teryk Bellahsene | 2016-06-09 | 1 | -0/+84 |
| | |||||
* | SONAR-7723 WS api/permissions/add_project_creator_to_template | Teryk Bellahsene | 2016-06-09 | 3 | -2/+110 |
| | |||||
* | prepare for next development iteration | Tom | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | SONAR-7400 Do not return anymore active rule parent key in rules WS | Julien Lancelot | 2016-05-16 | 1 | -1/+2 |
| | |||||
* | 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 |
| |