aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-6573 WS api/metrics/delete fix CustomMeasureTesting using randomAlphanu...Teryk Bellahsene2015-05-281-3/+3
* Revert "SONAR-6589 Fix bad key computation"Simon Brandhof2015-05-282-144/+72
* SONAR-6255 Fix issue on /api/sources when component is a testJulien Lancelot2015-05-286-52/+63
* SONAR-6473 New WS to update a user groupJean-Baptiste Lievremont2015-05-2812-67/+548
* SONAR-6565 display groups on users pageStas Vilchik2015-05-287-11/+36
* SONAR-6573 WS api/metrics/delete delete metrics and associated custom measuresTeryk Bellahsene2015-05-289-6/+496
* Fix definition of core component qualifiersSimon Brandhof2015-05-281-1/+1
* SONAR-6589 Fix bad key computationJulien Lancelot2015-05-282-72/+144
* SONAR-6579 apply gravatars feedbackStas Vilchik2015-05-286-8/+19
* SONAR-6579 add user email fields to responses of api/issues/search and api/is...Simon Brandhof2015-05-285-6/+11
* refactor quality gates pageStas Vilchik2015-05-2870-1387/+1311
* SONAR-6370 move the remaining extensions out of core pluginSimon Brandhof2015-05-287-0/+296
* SONAR-6370 move server extensions out of core pluginSimon Brandhof2015-05-2894-13/+5634
* refactoring - WS parameters in one place WebService.Param.XXXTeryk Bellahsene2015-05-2715-152/+138
* refactoring - drop SearchRequestHandlerTeryk Bellahsene2015-05-274-233/+144
* SONAR-6589 Fix badly module uuid persistenceJulien Lancelot2015-05-272-140/+321
* add web tests for quality gates pageStas Vilchik2015-05-2713-149/+2304
* MeasuresDao should really be a singletonSébastien Lesaint2015-05-271-4/+4
* add module for Batch WSSébastien Lesaint2015-05-273-16/+75
* add module for MigrationStepSébastien Lesaint2015-05-275-76/+76
* add Module for ElasticSearch componentsSébastien Lesaint2015-05-273-10/+72
* add Module concept to component managementSébastien Lesaint2015-05-277-17/+20
* SONAR-6589 Apply feedback from PRJulien Lancelot2015-05-2710-51/+55
* SONAR-6589 Remove Settings from ComputationContextJulien Lancelot2015-05-2711-28/+201
* SONAR-6589 Remove projectKey from ComputationContextJulien Lancelot2015-05-2722-714/+706
* SONAR-6589 Support both pre-order and post-order in typeAwareVisitorJulien Lancelot2015-05-274-36/+327
* SONAR-6474 New WS to delete a groupJean-Baptiste Lievremont2015-05-2711-10/+378
* SONAR-6576 WS api/metrics/domains list all the available metric domains avail...Teryk Bellahsene2015-05-265-5/+180
* SONAR-6578 WS api/metrics/types list all metric types availableTeryk Bellahsene2015-05-265-1/+127
* SONAR-6465 Apply feedback from PRJean-Baptiste Lievremont2015-05-266-43/+35
* SONAR-6465 Require admin permission now that we send sensitive dataJean-Baptiste Lievremont2015-05-263-4/+35
* SONAR-6465 Replace groupsCount by groupsJean-Baptiste Lievremont2015-05-265-24/+33
* SONAR-6465 Add groupsCount on users searchJean-Baptiste Lievremont2015-05-266-31/+154
* SONAR-6468 Restore unprivileged password changeJean-Baptiste Lievremont2015-05-269-17/+78
* SONAR-6468 Allow any user to change their own passwordJean-Baptiste Lievremont2015-05-262-2/+25
* SONAR-6467 Highlight reactivation of a user upon creation/updateJean-Baptiste Lievremont2015-05-263-4/+40
* SONAR-6553 fix web testStas Vilchik2015-05-261-2/+1
* Improve exception handling when a plugin can not be loaded at server startupSimon Brandhof2015-05-261-15/+22
* drop ruby codeStas Vilchik2015-05-265-501/+0
* SONAR-6553 drop dependencies pageStas Vilchik2015-05-264-219/+1
* SONAR-6472 New WS to create user groupsJean-Baptiste Lievremont2015-05-265-3/+314
* migrate some code from coffee to jsStas Vilchik2015-05-2645-727/+778
* move metric related classes in a specific package - SONAR-6570Teryk Bellahsene2015-05-2624-36/+61
* WS api/metrics/list - SONAR-6570Teryk Bellahsene2015-05-269-1/+445
* fix ui overflow problem on issues pageStas Vilchik2015-05-261-0/+1
* improve gruntfileStas Vilchik2015-05-261-68/+29
* fix quality flawsStas Vilchik2015-05-261-1/+0
* SONAR-6581 fix provisioning web testsStas Vilchik2015-05-251-5/+5
* SONAR-6581 refactor provisioning pageStas Vilchik2015-05-2533-154/+848
* SONAR-6579 add support of gravatarsStas Vilchik2015-05-2514-36/+358