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 | 6 | -1/+229 |
| | |||||
* | error during Platform#stop must be logged at ERROR level (not DEBUG) | Sébastien Lesaint | 2015-08-06 | 1 | -3/+3 |
| | |||||
* | SONAR-6482 WS permissions/groups list permission's groups | Teryk Bellahsene | 2015-08-06 | 16 | -32/+385 |
| | |||||
* | 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 | 12 | -85/+445 |
| | |||||
* | 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 | 3 | -37/+46 |
| | |||||
* | Remove ability to set effortToFix on manual issues | Simon Brandhof | 2015-08-05 | 4 | -21/+17 |
| | |||||
* | Store issues locations in DB and return in WS | Simon Brandhof | 2015-08-05 | 4 | -13/+126 |
| | |||||
* | Rewrite some Ruby WS api/issues/{operation} in Java | Simon Brandhof | 2015-08-05 | 26 | -1611/+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 | 8 | -49/+42 |
| | |||||
* | Improve response of POST api/issues/assign | Simon Brandhof | 2015-08-05 | 30 | -204/+216 |
| | | | | | | | 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) | ||||
* | Rename protobuf files of sonar-db | Simon Brandhof | 2015-08-05 | 26 | -163/+159 |
| | |||||
* | Add column LOCATIONS to db table ISSUES | Simon Brandhof | 2015-08-05 | 16 | -13/+41 |
| | |||||
* | WS api/issues/assign in Java+Protobuf | Simon Brandhof | 2015-08-05 | 7 | -28/+261 |
| | |||||
* | Draft of WS api/issues/search2 | Simon Brandhof | 2015-08-05 | 61 | -2590/+1802 |
| | | | | | | | | - 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') | ||||
* | New WS api/rules/list for batch | Simon Brandhof | 2015-08-05 | 3 | -4/+1576 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2015-08-05 | 4 | -41/+32 |
| | |||||
* | Replace some usage of org.sonar.server.db.DbClient by org.sonar.db.DbClient | Julien Lancelot | 2015-08-04 | 12 | -50/+32 |
| | |||||
* | 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 |
| | |||||
* | FIX reduce awaitTermination delay | Sébastien Lesaint | 2015-08-03 | 1 | -1/+1 |
| | |||||
* | FIX typos and better naming | Sébastien Lesaint | 2015-08-03 | 2 | -13/+13 |
| | |||||
* | SONAR-6734 add MBean to expose Commpute Engine Queue info | Sébastien Lesaint | 2015-08-03 | 15 | -18/+809 |
| | |||||
* | SONAR-6483 ws permissions/add_group impossible to add the admin permission ↵ | Teryk Bellahsene | 2015-07-31 | 1 | -3/+13 |
| | | | | to the 'anyone' group | ||||
* | SONAR-6693 WS issue_filters/search return distinct issue filters | Teryk Bellahsene | 2015-07-31 | 2 | -2/+20 |
| | |||||
* | SONAR-6481 SONAR-6484 SONAR-4475 do not remove the last admin user or group ↵ | Teryk Bellahsene | 2015-07-31 | 6 | -8/+24 |
| | | | | permission | ||||
* | Add name to api/rules/list | Simon Brandhof | 2015-07-30 | 2 | -2/+8 |
| | |||||
* | refactoring of permissions | Teryk Bellahsene | 2015-07-30 | 23 | -80/+80 |
| | |||||
* | Add org.sonar.api.server.ws.Request#getMediaType() | Simon Brandhof | 2015-07-30 | 5 | -1/+34 |
| | |||||
* | Move protobuf specs of WS into new module sonar-ws | Simon Brandhof | 2015-07-30 | 7 | -16465/+5 |
| | |||||
* | New WS api/rules/list for batch | Simon Brandhof | 2015-07-30 | 10 | -1/+2041 |
| | |||||
* | Copy RuleDao#selectEnabledAndNonManual() from sonar-server to sonar-db | Simon Brandhof | 2015-07-30 | 3 | -57/+1 |
| | | | | | The source method in org.sonar.server.rule.db can not be dropped as it's still used through DAOv2 | ||||
* | Draft of protobuf specification of WS api/issues/search | Simon Brandhof | 2015-07-30 | 5 | -0/+14890 |
| | |||||
* | SONAR-6575 remove RoR code related to old metrics WS | Teryk Bellahsene | 2015-07-30 | 2 | -11/+1 |
| | |||||
* | SONAR-6693 WS issue_filters/search return both favorite and shared filters | Teryk Bellahsene | 2015-07-30 | 2 | -5/+9 |
| | |||||
* | SONAR-6652 WS system/db_migration_status improve description message | Teryk Bellahsene | 2015-07-30 | 1 | -1/+3 |
| | |||||
* | SONAR-6652 WS system/db_migration_status add MIGRATION_REQUIRED status | Teryk Bellahsene | 2015-07-29 | 3 | -9/+10 |
| | |||||
* | SONAR-6736 add CE and steps timing logs at INFO level | Sébastien Lesaint | 2015-07-29 | 4 | -34/+64 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2015-07-29 | 3 | -2/+17 |
| | |||||
* | SONAR-6481 WS permissions/remove_user remove a user permission | Teryk Bellahsene | 2015-07-29 | 4 | -2/+176 |
| | |||||
* | SONAR-6484 WS permissions/remove_group remove a group permission | Teryk Bellahsene | 2015-07-29 | 4 | -2/+176 |
| | |||||
* | SONAR-6480 WS permissions/add_user add global permission to a user | Teryk Bellahsene | 2015-07-29 | 4 | -2/+176 |
| | |||||
* | SONAR-6483 WS global_permissions/add_group add global permission to a group | Teryk Bellahsene | 2015-07-29 | 9 | -6/+285 |
| | |||||
* | Revert "SONAR-6746 Drop Plugin interface + batch cleanup" | Simon Brandhof | 2015-07-29 | 8 | -19/+22 |
| | | | | This reverts commit 70c24eb376e514098f228bef76194536995c4957. | ||||
* | SONAR-6693 WS issue_filters/search return both favorite and non favorite filters | Teryk Bellahsene | 2015-07-28 | 6 | -26/+26 |
| |