Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-6853 WS permissions/template_users list users of one template and ↵ | Teryk Bellahsene | 2015-09-28 | 2 | -44/+1820 | |
| | | | | permission | |||||
* | SONAR-6799 SONAR-6232 compute engine logs | Simon Brandhof | 2015-09-27 | 2 | -5/+93 | |
| | | | | | | - 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/project | Simon Brandhof | 2015-09-22 | 2 | -12/+904 | |
| | ||||||
* | SONAR-6834 New WS GET api/ce/queue | Simon Brandhof | 2015-09-18 | 2 | -59/+59 | |
| | ||||||
* | Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITY | Simon Brandhof | 2015-09-18 | 2 | -0/+4970 | |
| | ||||||
* | SONAR-6822 WS rules/search from json to protobuf | Teryk Bellahsene | 2015-09-17 | 4 | -224/+16438 | |
| | ||||||
* | Add missing file | Simon Brandhof | 2015-09-17 | 1 | -0/+12587 | |
| | ||||||
* | Improve protobuf to json converter | Simon Brandhof | 2015-09-17 | 6 | -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 response | Teryk Bellahsene | 2015-09-17 | 2 | -0/+2529 | |
| | ||||||
* | Exclude generated protobuf codebase from analysis | Simon Brandhof | 2015-09-11 | 1 | -0/+4 | |
| | ||||||
* | Upgrade protobuf lib to 3.0.0-beta-1 | Simon Brandhof | 2015-09-11 | 4 | -2183/+2080 | |
| | ||||||
* | SONAR-6052 Drop secondary locations from db/ws | Simon Brandhof | 2015-09-10 | 2 | -1126/+763 | |
| | ||||||
* | SONAR-6495 WS permissions/search_templates add default templates | Teryk Bellahsene | 2015-09-04 | 2 | -51/+1065 | |
| | ||||||
* | Prefix web service protobuf messages with 'Ws' | Teryk Bellahsene | 2015-09-04 | 2 | -786/+787 | |
| | ||||||
* | SONAR-6495 WS permissions/search_templates search for permission templates | Teryk Bellahsene | 2015-09-04 | 2 | -10/+1508 | |
| | ||||||
* | SONAR-6496 SONAR-6497 Rename template key by template id and projectPattern ↵ | Teryk Bellahsene | 2015-08-27 | 2 | -106/+106 | |
| | | | | by projectKeyPattern | |||||
* | SONAR-6485 WS permissions/search_project_permissions replace uuid by id in ↵ | Teryk Bellahsene | 2015-08-27 | 2 | -63/+63 | |
| | | | | response | |||||
* | Paging as first element in WS responses of the permission domain | Teryk Bellahsene | 2015-08-27 | 2 | -743/+839 | |
| | ||||||
* | SONAR-6497 WS permissions/update/template update a permission template | Teryk Bellahsene | 2015-08-27 | 2 | -2/+528 | |
| | ||||||
* | SONAR-6496 WS permissions/create_template create a permission template | Teryk Bellahsene | 2015-08-27 | 2 | -2/+1814 | |
| | ||||||
* | SONAR-6479 WS permissions/users display email in response | Teryk Bellahsene | 2015-08-24 | 2 | -42/+201 | |
| | ||||||
* | SONAR-6485 WS permissions/search_project_permissions search for project ↵ | Teryk Bellahsene | 2015-08-19 | 2 | -492/+3072 | |
| | | | | permissions | |||||
* | SONAR-6478 WS permissions/search_global_permissions search for global ↵ | Teryk Bellahsene | 2015-08-10 | 2 | -2/+1664 | |
| | | | | permissions | |||||
* | SONAR-6482 WS permissions/groups list permission's groups | Teryk Bellahsene | 2015-08-06 | 4 | -111/+1817 | |
| | ||||||
* | SONAR-6479 WS permissions/users search users with a specific permission | Teryk Bellahsene | 2015-08-06 | 2 | -0/+1695 | |
| | ||||||
* | Do not allow componentId nor msg on primary location | Simon Brandhof | 2015-08-05 | 4 | -196/+196 | |
| | ||||||
* | Store issues locations in DB and return in WS | Simon Brandhof | 2015-08-05 | 4 | -1135/+4205 | |
| | ||||||
* | Improve compatibility of api/issues/search2 | Simon Brandhof | 2015-08-05 | 4 | -1854/+1777 | |
| | ||||||
* | Improve response of POST api/issues/assign | Simon Brandhof | 2015-08-05 | 4 | -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/search2 | Simon Brandhof | 2015-08-05 | 4 | -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/list | Simon Brandhof | 2015-07-30 | 2 | -4/+163 | |
| | ||||||
* | SONAR-6750 Support new SQ Runner API for retrieving issues | Duarte Meneses | 2015-07-30 | 1 | -0/+1 | |
| | ||||||
* | Move protobuf specs of WS into new module sonar-ws | Simon Brandhof | 2015-07-30 | 7 | -0/+16492 | |