aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6482 WS permissions/groups list permission's groupsTeryk Bellahsene2015-08-0616-32/+385
* Use PermissionUpdate instead of PermissionServer to remove a permissionTeryk Bellahsene2015-08-066-34/+44
* SONAR-6484 WS permissions/remove_group remove by group id or nameTeryk Bellahsene2015-08-064-42/+120
* SONAR-6483 WS permissions/add_group add by group id or group name & rely on P...Teryk Bellahsene2015-08-0612-41/+342
* SONAR-6479 WS permissions/users search users with a specific permissionTeryk Bellahsene2015-08-0612-85/+445
* WS api/issues/create must return 400 if component does not existSimon Brandhof2015-08-052-13/+11
* WS api/issues/plan and assign must return 400 if bad paramsSimon Brandhof2015-08-052-4/+6
* Do not set some empty string fields in api/issues responseSimon Brandhof2015-08-051-6/+13
* Do not allow componentId nor msg on primary locationSimon Brandhof2015-08-053-37/+46
* Remove ability to set effortToFix on manual issuesSimon Brandhof2015-08-054-21/+17
* Store issues locations in DB and return in WSSimon Brandhof2015-08-054-13/+126
* Rewrite some Ruby WS api/issues/{operation} in JavaSimon Brandhof2015-08-0527-1710/+843
* Improve compatibility of api/issues/search2Simon Brandhof2015-08-058-49/+42
* Improve response of POST api/issues/assignSimon Brandhof2015-08-0530-204/+216
* Rename protobuf files of sonar-dbSimon Brandhof2015-08-0528-169/+165
* Add column LOCATIONS to db table ISSUESSimon Brandhof2015-08-0517-13/+71
* WS api/issues/assign in Java+ProtobufSimon Brandhof2015-08-058-46/+261
* Draft of WS api/issues/search2Simon Brandhof2015-08-0561-2590/+1802
* New WS api/rules/list for batchSimon Brandhof2015-08-053-4/+1576
* Fix some quality flawsJulien HENRY2015-08-054-41/+32
* compile .jsx filesStas Vilchik2015-08-042-1/+17
* add react.jsStas Vilchik2015-08-046-3/+41264
* Replace some usage of org.sonar.server.db.DbClient by org.sonar.db.DbClientJulien Lancelot2015-08-0412-50/+32
* SONAR-6582 do not rely on "projects" and "actionPlanName"Stas Vilchik2015-08-0313-155/+20
* SONAR-6374 add computation timing to CE Queue MBeanSébastien Lesaint2015-08-039-27/+103
* SONAR-6374 ensure CEQueueStatus is initialized before MBean is registeredSébastien Lesaint2015-08-032-2/+9
* FIX reduce awaitTermination delaySébastien Lesaint2015-08-031-1/+1
* FIX typos and better namingSébastien Lesaint2015-08-032-13/+13
* SONAR-6734 add MBean to expose Commpute Engine Queue infoSébastien Lesaint2015-08-0315-18/+809
* SONAR-6660 rewrite setup pageStas Vilchik2015-08-0316-87/+45
* SONAR-6483 ws permissions/add_group impossible to add the admin permission to...Teryk Bellahsene2015-07-311-3/+13
* SONAR-6693 WS issue_filters/search return distinct issue filtersTeryk Bellahsene2015-07-312-2/+20
* use "additionalFields" when request issuesStas Vilchik2015-07-312-0/+2
* SONAR-6481 SONAR-6484 SONAR-4475 do not remove the last admin user or group p...Teryk Bellahsene2015-07-316-8/+24
* show a message when there are no quality profilesStas Vilchik2015-07-313-1/+14
* SONAR-6661 remove "offline" badgeStas Vilchik2015-07-311-6/+1
* Add name to api/rules/listSimon Brandhof2015-07-302-2/+8
* Adjust performance timing due to new environmentJulien Lancelot2015-07-302-2/+2
* refactoring of permissionsTeryk Bellahsene2015-07-3024-82/+82
* Add org.sonar.api.server.ws.Request#getMediaType()Simon Brandhof2015-07-305-1/+34
* Move protobuf specs of WS into new module sonar-wsSimon Brandhof2015-07-307-16465/+5
* New WS api/rules/list for batchSimon Brandhof2015-07-3010-1/+2041
* Copy RuleDao#selectEnabledAndNonManual() from sonar-server to sonar-dbSimon Brandhof2015-07-303-57/+1
* Draft of protobuf specification of WS api/issues/searchSimon Brandhof2015-07-305-0/+14890
* SONAR-6575 remove RoR code related to old metrics WSTeryk Bellahsene2015-07-302-11/+1
* SONAR-6631 delete RoR concerning custom measures (ex manual measures)Teryk Bellahsene2015-07-301-174/+0
* SONAR-6693 WS issue_filters/search return both favorite and shared filtersTeryk Bellahsene2015-07-302-5/+9
* SONAR-6652 WS system/db_migration_status improve description messageTeryk Bellahsene2015-07-301-1/+3
* SONAR-6652 WS system/db_migration_status add MIGRATION_REQUIRED statusTeryk Bellahsene2015-07-293-9/+10
* SONAR-6736 add CE and steps timing logs at INFO levelSébastien Lesaint2015-07-294-34/+64