aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-2141-625/+954
* 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 V...Julien Lancelot2015-05-2126-157/+23
* Remove PurgeRemovedViewsStep as Views plugin is currently not supportedJulien Lancelot2015-05-214-183/+2
* SONAR-5382 Drop Java WS client librarySimon Brandhof2015-05-211-9/+0
* 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-202-26/+10
* Automatic merge from branch-5.1Jenkins CI2015-05-202-14/+22
|\
| * 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-6553 Remove Java design WS and File dependencies persistence in Compute...Julien Lancelot2015-05-2021-1107/+9
* | SONAR-6418 delete table GRAPHSSimon Brandhof2015-05-204-50/+4
* | refactor ServerComponents into multiple PlatformLevel classesSébastien Lesaint2015-05-209-1078/+1357
* | Fix creation of component keyJulien Lancelot2015-05-201-1/+1
* | Fix bad use of UsersWsAction marker interfaceJean-Baptiste Lievremont2015-05-201-2/+2
* | Fix quality flawJulien Lancelot2015-05-201-1/+0
* | ServerTester don't do startup tasks by default anymoreSébastien Lesaint2015-05-2017-30/+92
* | consistent methods names for all WsAction classesTeryk Bellahsene2015-05-19198-574/+483
* | WS api/projects/delete delete project and associated data - SONAR-6528Teryk Bellahsene2015-05-196-157/+394
* | SONAR-6517 merge sonar-deprecated into sonar-plugin-apiSimon Brandhof2015-05-191-10/+4
* | SONAR-6517 remove explicit dependency of sonar-server on dom4jSimon Brandhof2015-05-191-12/+0
* | SONAR-6517 do not package the xml libs provided by Java 1.7+Simon Brandhof2015-05-191-0/+7
* | delete tests in index when indexing at the end of an analysis - SONAR-6416Teryk Bellahsene2015-05-191-0/+1
* | SONAR-6429 Be consistent with project navigation (plugins -> extensions)Jean-Baptiste Lievremont2015-05-196-6/+6
* | Fix module uuid path in ComponentTestingJulien Lancelot2015-05-192-15/+14
* | update api/projects/ghosts descriptionTeryk Bellahsene2015-05-191-1/+1
* | refactoring - use select in method names in ComponentDaoTeryk Bellahsene2015-05-1929-114/+114
* | WS api/projects/provisioned checks for 'Provision Projects' permission - SONA...Teryk Bellahsene2015-05-193-18/+35
* | SONAR-6553 SONAR-6554 Drop the web part of the design spaceStas Vilchik2015-05-193-157/+0
* | SONAR-6469 Prevent self-deactivationJean-Baptiste Lievremont2015-05-182-0/+15
* | SONAR-6467 Rename parameter for SCM accountsJean-Baptiste Lievremont2015-05-185-21/+47
* | Remove BaseDao usage from ComponentDaoJulien Lancelot2015-05-1851-228/+249
* | SONAR-6523 Replace Rails api/users/search with Java implementationJean-Baptiste Lievremont2015-05-185-41/+16
* | SONAR-6537 Add HTTP security headersSimon Brandhof2015-05-152-2/+16
* | Fix quality flawsSimon Brandhof2015-05-155-11/+15
* | add missing System2.INSTANCE parameter in ProjectsGhostsActionTestTeryk Bellahsene2015-05-151-1/+1
* | provisioned and ghosts projects case insensitive when searching for a pattern...Teryk Bellahsene2015-05-151-1/+1