Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-6749 add sonar-views-bridge module and start/stop Views from SQ | Sébastien Lesaint | 2015-08-06 | 10 | -1/+340 |
| | |||||
* | error during Platform#stop must be logged at ERROR level (not DEBUG) | Sébastien Lesaint | 2015-08-06 | 1 | -3/+3 |
| | |||||
* | [SCRIPTS] unziping silently in start.sh | Sébastien Lesaint | 2015-08-06 | 1 | -1/+2 |
| | |||||
* | [SCRIPTS] make patches more visible in logs | Sébastien Lesaint | 2015-08-06 | 1 | -0/+4 |
| | |||||
* | [SCRIPTS] add support to set non existing property in property_utils | Sébastien Lesaint | 2015-08-06 | 1 | -11/+23 |
| | |||||
* | [SCRIPTS] add support for patches to start.sh | Sébastien Lesaint | 2015-08-06 | 6 | -36/+181 |
| | | | | use seperate start and stop to avoid unpredictable errors when applying patches on a live SQ instance | ||||
* | SONAR-6717 Mark org.sonar.api.issue.action.Action as deprecated | Simon Brandhof | 2015-08-06 | 2 | -11/+6 |
| | |||||
* | SONAR-6482 WS permissions/groups list permission's groups | Teryk Bellahsene | 2015-08-06 | 30 | -179/+2355 |
| | |||||
* | Use PermissionUpdate instead of PermissionServer to remove a permission | Teryk Bellahsene | 2015-08-06 | 6 | -34/+44 |
| | |||||
* | SONAR-6484 WS permissions/remove_group remove by group id or name | Teryk Bellahsene | 2015-08-06 | 4 | -42/+120 |
| | |||||
* | SONAR-6483 WS permissions/add_group add by group id or group name & rely on ↵ | Teryk Bellahsene | 2015-08-06 | 12 | -41/+342 |
| | | | | PermissionUpdater | ||||
* | SONAR-6479 WS permissions/users search users with a specific permission | Teryk Bellahsene | 2015-08-06 | 24 | -126/+2258 |
| | |||||
* | WS api/issues/create must return 400 if component does not exist | Simon Brandhof | 2015-08-05 | 2 | -13/+11 |
| | |||||
* | WS api/issues/plan and assign must return 400 if bad params | Simon Brandhof | 2015-08-05 | 2 | -4/+6 |
| | |||||
* | Do not set some empty string fields in api/issues response | Simon Brandhof | 2015-08-05 | 1 | -6/+13 |
| | | | | | | | - assignee - resolution - reporter - actionPlanKey | ||||
* | Do not allow componentId nor msg on primary location | Simon Brandhof | 2015-08-05 | 9 | -440/+449 |
| | |||||
* | Remove ability to set effortToFix on manual issues | Simon Brandhof | 2015-08-05 | 4 | -21/+17 |
| | |||||
* | Gix compatibility of IssueMapper with postgres | Simon Brandhof | 2015-08-05 | 1 | -4/+4 |
| | |||||
* | Store issues locations in DB and return in WS | Simon Brandhof | 2015-08-05 | 14 | -1479/+4674 |
| | |||||
* | Rewrite some Ruby WS api/issues/{operation} in Java | Simon Brandhof | 2015-08-05 | 27 | -1710/+843 |
| | | | | | | | | - api/issues/create - api/issues/set_severity - api/issues/plan - api/issues/do_transition - api/issues/plan | ||||
* | Improve compatibility of api/issues/search2 | Simon Brandhof | 2015-08-05 | 12 | -1903/+1819 |
| | |||||
* | Improve response of POST api/issues/assign | Simon Brandhof | 2015-08-05 | 34 | -2100/+3473 |
| | | | | | | | 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) | ||||
* | Fix ActionPlanStats on Postgres | Simon Brandhof | 2015-08-05 | 1 | -1/+1 |
| | |||||
* | Rename protobuf files of sonar-db | Simon Brandhof | 2015-08-05 | 38 | -434/+4117 |
| | |||||
* | Minor refactoring of DdlChange | Simon Brandhof | 2015-08-05 | 2 | -5/+5 |
| | |||||
* | Add column LOCATIONS to db table ISSUES | Simon Brandhof | 2015-08-05 | 48 | -46/+279 |
| | |||||
* | WS api/issues/assign in Java+Protobuf | Simon Brandhof | 2015-08-05 | 8 | -46/+261 |
| | |||||
* | Draft of WS api/issues/search2 | Simon Brandhof | 2015-08-05 | 66 | -4110/+7408 |
| | | | | | | | | - 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') | ||||
* | ComponentDao#selectByKeys() supports more than 1'000 inputs | Simon Brandhof | 2015-08-05 | 1 | -1/+15 |
| | |||||
* | Load project UUID from action plan DAO | Simon Brandhof | 2015-08-05 | 8 | -6/+20 |
| | | | | Project UUID must be used internally instead of project key. | ||||
* | Support absent protobuf arrays in ProtobufJsonFormat | Simon Brandhof | 2015-08-05 | 5 | -596/+2050 |
| | | | | | | | | Protobuf does not support concept of absent arrays (repeated field). It does not distinguish empty arrays from absent arrays. ProtobufJsonFormat introduces a naming convention to mark an empty array field as absent. In this case the field is not output to JSON. | ||||
* | New WS api/rules/list for batch | Simon Brandhof | 2015-08-05 | 4 | -5/+1576 |
| | |||||
* | SONAR-6754 Add support of execution flow in Xoo | Julien HENRY | 2015-08-05 | 5 | -31/+131 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2015-08-05 | 39 | -459/+313 |
| | |||||
* | SONAR-6761 Drop incremental mode | Duarte Meneses | 2015-08-05 | 16 | -289/+20 |
| | |||||
* | Rework new measure API | Julien HENRY | 2015-08-04 | 16 | -174/+105 |
| | |||||
* | compile .jsx files | Stas Vilchik | 2015-08-04 | 2 | -1/+17 |
| | |||||
* | add react.js | Stas Vilchik | 2015-08-04 | 6 | -3/+41264 |
| | |||||
* | Improve quality | Duarte Meneses | 2015-08-04 | 9 | -82/+67 |
| | |||||
* | Replace some usage of org.sonar.server.db.DbClient by org.sonar.db.DbClient | Julien Lancelot | 2015-08-04 | 12 | -50/+32 |
| | |||||
* | Fix WS persistent cache | Duarte Meneses | 2015-08-04 | 1 | -2/+1 |
| | |||||
* | Remove dependency management for WS client | Julien HENRY | 2015-08-04 | 1 | -5/+0 |
| | |||||
* | SONAR-6750 Support new SQ Runner API for retrieving issues | Duarte Meneses | 2015-08-04 | 7 | -29/+267 |
| | |||||
* | Fix issue tracking when no server analysis | Julien HENRY | 2015-08-03 | 1 | -15/+16 |
| | |||||
* | Declare multiline rule in Xoo | Julien HENRY | 2015-08-03 | 3 | -5/+7 |
| | |||||
* | SONAR-6770 Improve logging of cache usage | Duarte Meneses | 2015-08-03 | 27 | -162/+393 |
| | |||||
* | SONAR-6582 do not rely on "projects" and "actionPlanName" | Stas Vilchik | 2015-08-03 | 13 | -155/+20 |
| | |||||
* | SONAR-6772 Do not save JSON report by default | Julien HENRY | 2015-08-03 | 2 | -32/+38 |
| | |||||
* | SONAR-6374 add computation timing to CE Queue MBean | Sébastien Lesaint | 2015-08-03 | 9 | -27/+103 |
| | |||||
* | SONAR-6374 ensure CEQueueStatus is initialized before MBean is registered | Sébastien Lesaint | 2015-08-03 | 2 | -2/+9 |
| |