aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* SONAR-6565 add select list for groupsStas Vilchik2015-05-255-6/+74
|
* Fix quality flawsJulien Lancelot2015-05-257-25/+127
|
* SONAR-6568 add step to generate QProfile eventsSébastien Lesaint2015-05-257-7/+691
|
* SONAR-6568 add DbClient, tree root and LanguageRepository to ComputationContextSébastien Lesaint2015-05-2523-143/+469
|
* SONAR-6568 add CE specific component "API"Sébastien Lesaint2015-05-2515-0/+1030
|
* SONAR-6568 add LanguageRepositorySébastien Lesaint2015-05-2523-104/+285
| | | | quality profile events computation requires to access the Language in the container
* SONAR-6259 Do not assume that project exists at the begin of the compute engineJulien Lancelot2015-05-2537-302/+329
|
* Add project name in compute report queueJulien Lancelot2015-05-2510-56/+59
|
* SONAR-6565 refactor users pageStas Vilchik2015-05-2245-162/+1341
|
* SONAR-6471 Add new WS to search for user groupsJean-Baptiste Lievremont2015-05-2219-10/+668
|
* SONAR-6471 Remove BaseDao from GroupDaoJean-Baptiste Lievremont2015-05-223-9/+16
|
* SONAR-6567 disable extension point NotificationDispatcher in batchSimon Brandhof2015-05-2215-182/+28
| | | | Currently it's only removed from API. Will be removed from batch after that events are in Compute Engine (for change of quality gate status)
* SONAR-6259 Update test nameJulien Lancelot2015-05-221-1/+1
|
* SONAR-6259 Fix persistence of projects.root_idJulien Lancelot2015-05-222-13/+90
|
* SONAR-6259 Use component caches to get id or uuidJulien Lancelot2015-05-2142-629/+964
|
* SONAR-6259 Persist components in dbJulien Lancelot2015-05-2111-117/+1208
|
* Remove IndexViewsStep as Views is currently disabledJulien Lancelot2015-05-214-97/+2
|
* Fix quality flawsSimon Brandhof2015-05-211-1/+2
|
* WsTester checks POST methodTeryk Bellahsene2015-05-2111-62/+99
|
* WS api/projects/delete post request only - SONAR-6528Teryk Bellahsene2015-05-212-7/+8
|
* Remove ComputationStep.supportedProjectQualifiers() as it was only used for ↵Julien Lancelot2015-05-2126-157/+23
| | | | Views
* Remove PurgeRemovedViewsStep as Views plugin is currently not supportedJulien Lancelot2015-05-214-183/+2
|
* SONAR-5382 Drop Java WS client librarySimon Brandhof2015-05-21273-17197/+0
|
* Fix comment of DB migration 915Simon Brandhof2015-05-211-1/+2
|
* SONAR-6278 Stop relying on graph to store testsJulien HENRY2015-05-211-6/+0
|
* Revert server log on installed pluginsSimon Brandhof2015-05-211-1/+1
|
* Remove useless methods from MeasuresDaoSimon Brandhof2015-05-202-2/+2
|
* Delete DefaultPurgeTask and remove DefaultPeriodCleaner from batchSimon Brandhof2015-05-202-9/+4
|
* Move @BatchSide and @ServerSide to appropriate packagesSimon Brandhof2015-05-20127-128/+127
|
* remove the api/projects/destroy WS - SONAR-6531Teryk Bellahsene2015-05-206-126/+11
|
* Automatic merge from branch-5.1Jenkins CI2015-05-202-14/+22
|\ | | | | | | | | * origin/branch-5.1: SONAR-6566 Unable to deliver notifications on MySQL
| * SONAR-6566 Unable to deliver notifications on MySQLSimon Brandhof2015-05-202-14/+22
| |
* | add project DeleteAction in the list of components and update WS description ↵Teryk Bellahsene2015-05-202-1/+2
| | | | | | | | - SONAR-6528
* | SONAR-6553 Remove Java design WS and File dependencies persistence in ↵Julien Lancelot2015-05-2021-1107/+9
| | | | | | | | Compute Engine