Commit Graph

56 Commits

Author SHA1 Message Date
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