aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Paging as first element in WS responses of the permission domainTeryk Bellahsene2015-08-272-743/+839
|
* SONAR-6497 WS permissions/update/template update a permission templateTeryk Bellahsene2015-08-272-2/+528
|
* SONAR-6496 WS permissions/create_template create a permission templateTeryk Bellahsene2015-08-272-2/+1814
|
* SONAR-6479 WS permissions/users display email in responseTeryk Bellahsene2015-08-242-42/+201
|
* SONAR-6485 WS permissions/search_project_permissions search for project ↵Teryk Bellahsene2015-08-192-492/+3072
| | | | permissions
* SONAR-6478 WS permissions/search_global_permissions search for global ↵Teryk Bellahsene2015-08-102-2/+1664
| | | | permissions
* SONAR-6482 WS permissions/groups list permission's groupsTeryk Bellahsene2015-08-064-111/+1817
|
* SONAR-6479 WS permissions/users search users with a specific permissionTeryk Bellahsene2015-08-062-0/+1695
|
* Do not allow componentId nor msg on primary locationSimon Brandhof2015-08-054-196/+196
|
* Store issues locations in DB and return in WSSimon Brandhof2015-08-054-1135/+4205
|
* Improve compatibility of api/issues/search2Simon Brandhof2015-08-054-1854/+1777
|
* Improve response of POST api/issues/assignSimon Brandhof2015-08-054-1896/+3257
| | | | | | | Return the same format as for api/issues/search, except that: - field "issues" is replaced by "issue" - of course there are no facets nor paging - field "languages" is not present (that should be dropped from api/issues/search too)
* Draft of WS api/issues/search2Simon Brandhof2015-08-054-1520/+5604
| | | | | | | | - protobuf specification of response - do not rely on ES docs to return data (will allow to remove _source from ES index) - sanitize response format - sanitize request parameters (no more 'hideXXX' and 'f')
* Add name to api/rules/listSimon Brandhof2015-07-302-4/+163
|
* Move protobuf specs of WS into new module sonar-wsSimon Brandhof2015-07-306-0/+16447