aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* fix quality flaws (package-info & coverage) in sonar-serverSébastien Lesaint2015-08-134-0/+52
* fix duplication of implementation of PathAwareVisitor.PathElementSébastien Lesaint2015-08-133-39/+43
* DepthTraversalTypeAwareCrawler now extends TypeAwareVisitorAdapterSébastien Lesaint2015-08-132-19/+4
* Improvements on all permissions/* WSTeryk Bellahsene2015-08-1315-270/+604
* SONAR-6487 WS permissions/groups with project permissionsTeryk Bellahsene2015-08-139-152/+297
* Permission Change with meaningful namesTeryk Bellahsene2015-08-1315-66/+70
* SONAR-6489 WS permissions/remove_user remove project permissionsTeryk Bellahsene2015-08-139-45/+134
* SONAR-6488 WS permissions/add_user add project permissionsTeryk Bellahsene2015-08-133-21/+135
* SONAR-6491 WS permissions/remove_group remove project permissionsTeryk Bellahsene2015-08-132-39/+125
* SONAR-6490 Refactor PermissionsWsCommonsTeryk Bellahsene2015-08-133-42/+51
* SONAR-6490 WS permissions/add_group add project permissions to a groupTeryk Bellahsene2015-08-109-64/+212
* SONAR-6582 return transitions actions and comments when returning one issue i...Teryk Bellahsene2015-08-101-1/+5
* Rename Visitor to ComponentVisitorJulien Lancelot2015-08-1045-103/+103
* SONAR-6730 Replace step executing MeasureComputers by a visitorJulien Lancelot2015-08-105-69/+42
* Create step to execute visitors and replace SqaleMeasureStep to SqaleMeasureV...Julien Lancelot2015-08-1015-215/+1809
* Create TypeAwareVisitor and PathAwareVisitorJulien Lancelot2015-08-1038-286/+791
* Rename Visitor to CrawlerJulien Lancelot2015-08-1041-170/+170
* Create and use I18nRuleTeryk Bellahsene2015-08-104-96/+164
* SONAR-6478 WS permissions/search_global_permissions search for global permiss...Teryk Bellahsene2015-08-106-2/+370
* SONAR-6730 Compute plugin measures in CEJulien Lancelot2015-08-0720-12/+2298
* fix RegisterMetrics, duplicated disabled metricsSébastien Lesaint2015-08-064-1/+37
* SONAR-6749 add sonar-views-bridge module and start/stop Views from SQSébastien Lesaint2015-08-066-1/+229
* error during Platform#stop must be logged at ERROR level (not DEBUG)Sébastien Lesaint2015-08-061-3/+3
* 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-0526-1611/+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-0526-163/+159
* Add column LOCATIONS to db table ISSUESSimon Brandhof2015-08-0516-13/+41
* WS api/issues/assign in Java+ProtobufSimon Brandhof2015-08-057-28/+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
* Replace some usage of org.sonar.server.db.DbClient by org.sonar.db.DbClientJulien Lancelot2015-08-0412-50/+32
* 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-6483 ws permissions/add_group impossible to add the admin permission to...Teryk Bellahsene2015-07-311-3/+13