aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-5770 add WS api/ce/projectSimon Brandhof2015-09-222-12/+904
|
* SONAR-6834 New WS GET api/ce/queueSimon Brandhof2015-09-182-59/+59
|
* Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITYSimon Brandhof2015-09-182-0/+4970
|
* SONAR-6822 WS rules/search from json to protobufTeryk Bellahsene2015-09-174-224/+16438
|
* Add missing fileSimon Brandhof2015-09-171-0/+12587
|
* Improve protobuf to json converterSimon Brandhof2015-09-176-15362/+6181
| | | | | - replace bool field *PresentIfEmpty by a wrapper of repeated fields - support arrays/maps in map values
* SONAR-6821 WS qualityprofiles/search use protocol buffers to build responseTeryk Bellahsene2015-09-172-0/+2529
|
* Exclude generated protobuf codebase from analysisSimon Brandhof2015-09-111-0/+4
|
* Upgrade protobuf lib to 3.0.0-beta-1Simon Brandhof2015-09-114-2183/+2080
|
* SONAR-6052 Drop secondary locations from db/wsSimon Brandhof2015-09-102-1126/+763
|
* SONAR-6495 WS permissions/search_templates add default templatesTeryk Bellahsene2015-09-042-51/+1065
|
* Prefix web service protobuf messages with 'Ws'Teryk Bellahsene2015-09-042-786/+787
|
* SONAR-6495 WS permissions/search_templates search for permission templatesTeryk Bellahsene2015-09-042-10/+1508
|
* SONAR-6496 SONAR-6497 Rename template key by template id and projectPattern ↵Teryk Bellahsene2015-08-272-106/+106
| | | | by projectKeyPattern
* SONAR-6485 WS permissions/search_project_permissions replace uuid by id in ↵Teryk Bellahsene2015-08-272-63/+63
| | | | response
* 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
|
* SONAR-6750 Support new SQ Runner API for retrieving issuesDuarte Meneses2015-07-301-0/+1
|
* Move protobuf specs of WS into new module sonar-wsSimon Brandhof2015-07-307-0/+16492