| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-9182 Add visibility to WS api/projects/search | Teryk Bellahsene | 2017-05-08 | 1 | -0/+13 |
* | SONAR-8865 remove old documents from rules/extension index when updating | Daniel Schwarz | 2017-05-03 | 1 | -0/+9 |
* | SONAR-9164 Display project visibility badge | Stas Vilchik | 2017-05-02 | 2 | -0/+2 |
* | SONAR-9125 Allow preventing organizations to use private projects in api/orga... | Julien Lancelot | 2017-04-28 | 2 | -0/+75 |
* | Add visibility parameter in ProjectsService#create() | Julien Lancelot | 2017-04-28 | 4 | -29/+49 |
* | SONAR-9091 add visibility flag to api/components/create | Daniel Schwarz | 2017-04-27 | 2 | -0/+20 |
* | SONAR-9096 add visibility to response of api/components/search_projects | Daniel Schwarz | 2017-04-27 | 1 | -0/+1 |
* | SONAR-9105 enable back ITs requiring private projects | Sébastien Lesaint | 2017-04-27 | 2 | -6/+12 |
* | SONAR−9105 add ProjectsService#changeVisibility | Sébastien Lesaint | 2017-04-27 | 2 | -0/+50 |
* | apply conventions for pagination to api/projects/provisioned | Daniel Schwarz | 2017-04-24 | 1 | -4/+2 |
* | let api/projects/provisioned use protobuf | Daniel Schwarz | 2017-04-24 | 1 | -0/+15 |
* | SONAR-9155 Fix HTTPS proxy authentication | Julien HENRY | 2017-04-24 | 1 | -5/+12 |
* | SONAR-9150 Return paging in api/organizations/search | Julien Lancelot | 2017-04-21 | 1 | -0/+1 |
* | SONAR-9128 Use protobuf in api/users/search | Julien Lancelot | 2017-04-21 | 4 | -0/+143 |
* | SONAR-9073 reverted renaming of atts and values in suggestions api | Daniel Schwarz | 2017-04-20 | 1 | -3/+3 |
* | SONAR-9079 score favorite components higher in suggestions | Daniel Schwarz | 2017-04-20 | 1 | -0/+1 |
* | SONAR-9074 score recently browsed components higher in suggestions | Daniel Schwarz | 2017-04-20 | 1 | -0/+1 |
* | SONAR-9077 add highlights to api contract of api/components/suggestions | Daniel Schwarz | 2017-04-20 | 1 | -2/+9 |
* | SONAR-9078 return project names for api/components/suggestions | Daniel Schwarz | 2017-04-20 | 1 | -0/+7 |
* | SONAR-9076 return organization names for api/components/suggestions | Daniel Schwarz | 2017-04-20 | 1 | -1/+7 |
* | SONAR-9073 rename attributes of api/components/suggestions | Daniel Schwarz | 2017-04-20 | 1 | -3/+3 |
* | SONAR-9072 provide short token warning for api/components/suggestions | Daniel Schwarz | 2017-04-20 | 1 | -1/+2 |
* | SONAR-9071 add number of more results to api/components/suggestions | Daniel Schwarz | 2017-04-20 | 1 | -1/+2 |
* | SONAR-8924 refactored api/qualityprofiles/inheritance to use protobuf | Daniel Schwarz | 2017-04-14 | 1 | -0/+15 |
* | SONAR-8950 make api/rules/search organization aware | Daniel Schwarz | 2017-04-14 | 1 | -0/+1 |
* | SONAR-8892 Return user information in api/organizations/add_member | Julien Lancelot | 2017-04-13 | 2 | -2/+8 |
* | Replace SQL by WS in OrganizationMembershipTest IT | Julien Lancelot | 2017-04-13 | 1 | -2/+17 |
* | SONAR-9016 Return 'default' in api/user_groups/create WS | Julien Lancelot | 2017-04-13 | 1 | -0/+1 |
* | SONAR-9016 Use 'Paging' in api/user_groups/search WS | Julien Lancelot | 2017-04-13 | 1 | -1/+4 |
* | SONAR-9016 Return 'default' in api/users/groups | Julien Lancelot | 2017-04-13 | 1 | -0/+1 |
* | SONAR-9016 Add missing ws UserGroupsService | Julien Lancelot | 2017-04-13 | 9 | -2/+688 |
* | SONAR-9052 Filter issues search by organization UUID | Simon Brandhof | 2017-03-31 | 2 | -0/+12 |
* | Merge remote-tracking branch 'origin/branch-6.3' | Julien Lancelot | 2017-03-27 | 2 | -14/+16 |
|\ |
|
| * | SONAR-8969 Replace user email by avatar in issue changelog WS | Julien Lancelot | 2017-03-24 | 1 | -1/+3 |
| * | SONAR-8969 Replace user email by avatar in issues WS | Julien Lancelot | 2017-03-23 | 2 | -13/+13 |
* | | SONAR-8857 add /restore and /activate_rule to sonar-ws, refactor tests | Daniel Schwarz | 2017-03-23 | 5 | -1/+240 |
* | | SONAR-8857 make ws/api/qualityprofiles/search support organizations | Daniel Schwarz | 2017-03-23 | 1 | -0/+10 |
* | | SONAR-8857 create quality profiles for specific organizations | Daniel Schwarz | 2017-03-23 | 2 | -0/+15 |
* | | SONAR-8857 add org parameter to ws/api/qualityprofiles/create api docs | Daniel Schwarz | 2017-03-23 | 1 | -0/+1 |
* | | SONAR-8962 Return sub views in api/measures/search | Julien Lancelot | 2017-03-23 | 1 | -1/+1 |
* | | SONAR-8962 Add search in MeasuresService | Julien Lancelot | 2017-03-23 | 1 | -0/+9 |
* | | SONAR-8968 Add organization parameter in api/users/groups | Julien Lancelot | 2017-03-21 | 3 | -0/+16 |
* | | SONAR-8968 Use protobuf in api/users/groups | Julien Lancelot | 2017-03-21 | 4 | -0/+151 |
* | | SONAR-8894 Search members of an organization WS api/organizations/search_members | Teryk Bellahsene | 2017-03-21 | 2 | -0/+97 |
* | | SONAR-8893 Add missing organizations param in organization search client | Julien Lancelot | 2017-03-21 | 2 | -0/+21 |
* | | SONAR-8893 Add remove member action in ws client | Julien Lancelot | 2017-03-21 | 1 | -0/+8 |
* | | Rename WS parameter key to organization in WS api/organizations/delete | Teryk Bellahsene | 2017-03-21 | 1 | -1/+1 |
* | | SONAR-8892 Add WS api/organizations/add_member to WS client | Teryk Bellahsene | 2017-03-21 | 1 | -0/+9 |
* | | SONAR-8838 Rename facet and filter 'tag' to 'tags' | Julien Lancelot | 2017-03-07 | 1 | -0/+1 |
* | | SONAR-8231 Rename facet and filter 'language' to 'languages' | Julien Lancelot | 2017-03-07 | 1 | -2/+1 |