Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6857 WS components/search search for components | Teryk Bellahsene | 2015-10-02 | 1 | -0/+40 |
| | |||||
* | Revert "SONAR-6864 Rename WS batch/* to scanner/*" | Teryk Bellahsene | 2015-09-30 | 1 | -2/+2 |
| | | | | This reverts commit a515be7cbe641e21805d9fa945bf13afc66c810c. | ||||
* | Fix typo in ws-scanner.proto | Teryk Bellahsene | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | SONAR-6864 Rename WS batch/* to scanner/* | Teryk Bellahsene | 2015-09-30 | 1 | -2/+2 |
| | |||||
* | SONAR-6823 WS batch/project with protobuf and new behaviors | Teryk Bellahsene | 2015-09-30 | 1 | -0/+47 |
| | |||||
* | SONAR-6834 Rename column CE_ACTIVITY.FINISHED_AT to EXECUTED_AT | Simon Brandhof | 2015-09-30 | 1 | -2/+2 |
| | |||||
* | SONAR-6854 WS permissions/template_groups search for groups in a specific ↵ | Teryk Bellahsene | 2015-09-28 | 1 | -50/+36 |
| | | | | permission template for a given permission | ||||
* | SONAR-6853 WS permissions/template_users list users of one template and ↵ | Teryk Bellahsene | 2015-09-28 | 1 | -2/+14 |
| | | | | permission | ||||
* | SONAR-6799 SONAR-6232 compute engine logs | Simon Brandhof | 2015-09-27 | 1 | -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/project | Simon Brandhof | 2015-09-22 | 1 | -0/+6 |
| | |||||
* | SONAR-6834 New WS GET api/ce/queue | Simon Brandhof | 2015-09-18 | 1 | -1/+1 |
| | |||||
* | Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITY | Simon Brandhof | 2015-09-18 | 1 | -0/+72 |
| | |||||
* | SONAR-6822 WS rules/search from json to protobuf | Teryk Bellahsene | 2015-09-17 | 2 | -3/+117 |
| | |||||
* | Improve protobuf to json converter | Simon Brandhof | 2015-09-17 | 3 | -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 response | Teryk Bellahsene | 2015-09-17 | 1 | -0/+46 |
| | |||||
* | SONAR-6052 Drop secondary locations from db/ws | Simon Brandhof | 2015-09-10 | 1 | -24/+23 |
| | |||||
* | SONAR-6495 WS permissions/search_templates add default templates | Teryk Bellahsene | 2015-09-04 | 1 | -1/+7 |
| | |||||
* | Prefix web service protobuf messages with 'Ws' | Teryk Bellahsene | 2015-09-04 | 1 | -7/+7 |
| | |||||
* | SONAR-6495 WS permissions/search_templates search for permission templates | Teryk Bellahsene | 2015-09-04 | 1 | -0/+7 |
| | |||||
* | SONAR-6496 SONAR-6497 Rename template key by template id and projectPattern ↵ | Teryk Bellahsene | 2015-08-27 | 1 | -2/+2 |
| | | | | by projectKeyPattern | ||||
* | SONAR-6485 WS permissions/search_project_permissions replace uuid by id in ↵ | Teryk Bellahsene | 2015-08-27 | 1 | -1/+1 |
| | | | | response | ||||
* | Paging as first element in WS responses of the permission domain | Teryk Bellahsene | 2015-08-27 | 1 | -7/+7 |
| | |||||
* | SONAR-6497 WS permissions/update/template update a permission template | Teryk Bellahsene | 2015-08-27 | 1 | -0/+4 |
| | |||||
* | SONAR-6496 WS permissions/create_template create a permission template | Teryk Bellahsene | 2015-08-27 | 1 | -0/+15 |
| | |||||
* | SONAR-6479 WS permissions/users display email in response | Teryk Bellahsene | 2015-08-24 | 1 | -1/+2 |
| | |||||
* | SONAR-6485 WS permissions/search_project_permissions search for project ↵ | Teryk Bellahsene | 2015-08-19 | 1 | -7/+22 |
| | | | | permissions | ||||
* | SONAR-6478 WS permissions/search_global_permissions search for global ↵ | Teryk Bellahsene | 2015-08-10 | 1 | -0/+13 |
| | | | | permissions | ||||
* | SONAR-6482 WS permissions/groups list permission's groups | Teryk Bellahsene | 2015-08-06 | 2 | -2/+15 |
| | |||||
* | SONAR-6479 WS permissions/users search users with a specific permission | Teryk Bellahsene | 2015-08-06 | 1 | -0/+40 |
| | |||||
* | Do not allow componentId nor msg on primary location | Simon Brandhof | 2015-08-05 | 2 | -7/+7 |
| | |||||
* | Store issues locations in DB and return in WS | Simon Brandhof | 2015-08-05 | 2 | -31/+59 |
| | |||||
* | Improve compatibility of api/issues/search2 | Simon Brandhof | 2015-08-05 | 2 | -12/+13 |
| | |||||
* | Improve response of POST api/issues/assign | Simon Brandhof | 2015-08-05 | 2 | -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/search2 | Simon Brandhof | 2015-08-05 | 2 | -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/list | Simon Brandhof | 2015-07-30 | 1 | -0/+1 |
| | |||||
* | Move protobuf specs of WS into new module sonar-ws | Simon Brandhof | 2015-07-30 | 3 | -0/+197 |