Commit Graph

34 Commits

Author SHA1 Message Date
Teryk Bellahsene
2634b3b9ed SONAR-6854 WS permissions/template_groups search for groups in a specific permission template for a given permission 2015-09-28 16:35:02 +02:00
Teryk Bellahsene
b69446d9a9 SONAR-6853 WS permissions/template_users list users of one template and permission 2015-09-28 16:35:01 +02:00
Simon Brandhof
7ed36fc7a3 SONAR-6799 SONAR-6232 compute engine logs
- 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)
2015-09-27 12:29:27 +02:00
Simon Brandhof
6827d4ca07 SONAR-5770 add WS api/ce/project 2015-09-22 17:12:52 +02:00
Simon Brandhof
6e713f166b SONAR-6834 New WS GET api/ce/queue 2015-09-18 23:48:48 +02:00
Simon Brandhof
024672b883 Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITY 2015-09-18 23:48:48 +02:00
Teryk Bellahsene
e7b45f77f1 SONAR-6822 WS rules/search from json to protobuf 2015-09-17 11:36:12 +02:00
Simon Brandhof
0eb9c54172 Add missing file 2015-09-17 11:36:11 +02:00
Simon Brandhof
15005289f5 Improve protobuf to json converter
- replace bool field *PresentIfEmpty by a wrapper of repeated fields
- support arrays/maps in map values
2015-09-17 11:36:10 +02:00
Teryk Bellahsene
aaf2651b94 SONAR-6821 WS qualityprofiles/search use protocol buffers to build response 2015-09-17 09:30:51 +02:00
Simon Brandhof
5381dd3a8d Exclude generated protobuf codebase from analysis 2015-09-11 11:44:21 +02:00
Simon Brandhof
33a216e207 Upgrade protobuf lib to 3.0.0-beta-1 2015-09-11 11:44:21 +02:00
Simon Brandhof
d000d02bf5 SONAR-6052 Drop secondary locations from db/ws 2015-09-10 16:24:35 +02:00
Teryk Bellahsene
a973701504 SONAR-6495 WS permissions/search_templates add default templates 2015-09-04 16:16:54 +02:00
Teryk Bellahsene
2a44995355 Prefix web service protobuf messages with 'Ws' 2015-09-04 16:16:16 +02:00
Teryk Bellahsene
e1aade556d SONAR-6495 WS permissions/search_templates search for permission templates 2015-09-04 16:10:57 +02:00
Teryk Bellahsene
4d08ae84be SONAR-6496 SONAR-6497 Rename template key by template id and projectPattern by projectKeyPattern 2015-08-27 16:52:33 +02:00
Teryk Bellahsene
a6fc7f9884 SONAR-6485 WS permissions/search_project_permissions replace uuid by id in response 2015-08-27 16:52:32 +02:00
Teryk Bellahsene
4c32331288 Paging as first element in WS responses of the permission domain 2015-08-27 16:52:32 +02:00
Teryk Bellahsene
534f06f131 SONAR-6497 WS permissions/update/template update a permission template 2015-08-27 09:50:00 +02:00
Teryk Bellahsene
61050e0245 SONAR-6496 WS permissions/create_template create a permission template 2015-08-27 09:45:49 +02:00
Teryk Bellahsene
bd80840c36 SONAR-6479 WS permissions/users display email in response 2015-08-24 14:38:21 +02:00
Teryk Bellahsene
64ac081cdf SONAR-6485 WS permissions/search_project_permissions search for project permissions 2015-08-19 14:17:59 +02:00
Teryk Bellahsene
c644a4df6c SONAR-6478 WS permissions/search_global_permissions search for global permissions 2015-08-10 09:16:08 +02:00
Teryk Bellahsene
966ceab832 SONAR-6482 WS permissions/groups list permission's groups 2015-08-06 12:16:40 +02:00
Teryk Bellahsene
b4e4af1373 SONAR-6479 WS permissions/users search users with a specific permission 2015-08-06 09:05:46 +02:00
Simon Brandhof
e518e7cde4 Do not allow componentId nor msg on primary location 2015-08-05 19:32:14 +02:00
Simon Brandhof
12324c45ba Store issues locations in DB and return in WS 2015-08-05 19:32:13 +02:00
Simon Brandhof
0c439af3ef Improve compatibility of api/issues/search2 2015-08-05 19:32:12 +02:00
Simon Brandhof
31b625fdf1 Improve response of POST api/issues/assign
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)
2015-08-05 19:32:12 +02:00
Simon Brandhof
a3c98b7bf6 Draft of WS api/issues/search2
- 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')
2015-08-05 19:32:10 +02:00
Simon Brandhof
ca7396b9e6 Add name to api/rules/list 2015-07-30 15:58:16 +02:00
Duarte Meneses
68f92a7ff9 SONAR-6750 Support new SQ Runner API for retrieving issues 2015-07-30 13:18:19 +02:00
Simon Brandhof
8f5b86c9ec Move protobuf specs of WS into new module sonar-ws 2015-07-30 11:43:17 +02:00