aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/protobuf
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6857 WS components/search search for componentsTeryk Bellahsene2015-10-021-0/+40
|
* Revert "SONAR-6864 Rename WS batch/* to scanner/*"Teryk Bellahsene2015-09-301-2/+2
| | | | This reverts commit a515be7cbe641e21805d9fa945bf13afc66c810c.
* Fix typo in ws-scanner.protoTeryk Bellahsene2015-09-301-1/+1
|
* SONAR-6864 Rename WS batch/* to scanner/*Teryk Bellahsene2015-09-301-2/+2
|
* SONAR-6823 WS batch/project with protobuf and new behaviorsTeryk Bellahsene2015-09-301-0/+47
|
* SONAR-6834 Rename column CE_ACTIVITY.FINISHED_AT to EXECUTED_ATSimon Brandhof2015-09-301-2/+2
|
* SONAR-6854 WS permissions/template_groups search for groups in a specific ↵Teryk Bellahsene2015-09-281-50/+36
| | | | permission template for a given permission
* SONAR-6853 WS permissions/template_users list users of one template and ↵Teryk Bellahsene2015-09-281-2/+14
| | | | permission
* SONAR-6799 SONAR-6232 compute engine logsSimon Brandhof2015-09-271-0/+1
| | | | | | - add WS api/ce/logs - add boolean field 'logs' to the responses of the WS that return tasks - purge log files (max nb of files per project can be configured)
* SONAR-5770 add WS api/ce/projectSimon Brandhof2015-09-221-0/+6
|
* SONAR-6834 New WS GET api/ce/queueSimon Brandhof2015-09-181-1/+1
|
* Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITYSimon Brandhof2015-09-181-0/+72
|
* SONAR-6822 WS rules/search from json to protobufTeryk Bellahsene2015-09-172-3/+117
|
* Improve protobuf to json converterSimon Brandhof2015-09-173-26/+48
| | | | | - 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-171-0/+46
|
* SONAR-6052 Drop secondary locations from db/wsSimon Brandhof2015-09-101-24/+23
|
* SONAR-6495 WS permissions/search_templates add default templatesTeryk Bellahsene2015-09-041-1/+7
|
* Prefix web service protobuf messages with 'Ws'Teryk Bellahsene2015-09-041-7/+7
|
* SONAR-6495 WS permissions/search_templates search for permission templatesTeryk Bellahsene2015-09-041-0/+7
|
* SONAR-6496 SONAR-6497 Rename template key by template id and projectPattern ↵Teryk Bellahsene2015-08-271-2/+2
| | | | by projectKeyPattern
* SONAR-6485 WS permissions/search_project_permissions replace uuid by id in ↵Teryk Bellahsene2015-08-271-1/+1
| | | | response
* Paging as first element in WS responses of the permission domainTeryk Bellahsene2015-08-271-7/+7
|
* SONAR-6497 WS permissions/update/template update a permission templateTeryk Bellahsene2015-08-271-0/+4
|
* SONAR-6496 WS permissions/create_template create a permission templateTeryk Bellahsene2015-08-271-0/+15
|
* SONAR-6479 WS permissions/users display email in responseTeryk Bellahsene2015-08-241-1/+2
|
* SONAR-6485 WS permissions/search_project_permissions search for project ↵Teryk Bellahsene2015-08-191-7/+22
| | | | permissions
* SONAR-6478 WS permissions/search_global_permissions search for global ↵Teryk Bellahsene2015-08-101-0/+13
| | | | permissions
* SONAR-6482 WS permissions/groups list permission's groupsTeryk Bellahsene2015-08-062-2/+15
|
* SONAR-6479 WS permissions/users search users with a specific permissionTeryk Bellahsene2015-08-061-0/+40
|
* Do not allow componentId nor msg on primary locationSimon Brandhof2015-08-052-7/+7
|
* Store issues locations in DB and return in WSSimon Brandhof2015-08-052-31/+59
|
* Improve compatibility of api/issues/search2Simon Brandhof2015-08-052-12/+13
|
* Improve response of POST api/issues/assignSimon Brandhof2015-08-052-45/+48
| | | | | | | 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-052-30/+84
| | | | | | | | - 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-301-0/+1
|
* Move protobuf specs of WS into new module sonar-wsSimon Brandhof2015-07-303-0/+197