aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* | SONAR-6418 delete table GRAPHSSimon Brandhof2015-05-205-50/+35
* | 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
* | disable parallel compilation of web assetsStas Vilchik2015-05-201-4/+1
* | Fix quality flawJulien Lancelot2015-05-201-1/+0
* | ServerTester don't do startup tasks by default anymoreSébastien Lesaint2015-05-2017-30/+92
* | fix paths in coverage reportStas Vilchik2015-05-191-2/+1
* | sanitize gruntfileStas Vilchik2015-05-192-28/+9
* | parallel execution of web tests using grunt-parallelStas Vilchik2015-05-191-24/+58
* | change analysis settingsStas Vilchik2015-05-191-2/+2
* | change headers checkStas Vilchik2015-05-1916-342/+36
* | move require.js to third-partyStas Vilchik2015-05-193-2/+2
* | change web structure: separate componentsStas Vilchik2015-05-19474-971/+2923
* | 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 dependencies controllersStas Vilchik2015-05-192-175/+0
* | SONAR-6553 SONAR-6554 Drop the web part of the design spaceStas Vilchik2015-05-1923-1125/+2
* | fix quality flawsStas Vilchik2015-05-191-1/+1
* | 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 Remove user client from sonar-wsclient libraryJean-Baptiste Lievremont2015-05-189-474/+0
* | SONAR-6523 Replace Rails api/users/search with Java implementationJean-Baptiste Lievremont2015-05-1811-121/+23
* | SONAR-6520 Refactor WS to select2 format conversion function to utilitiesJean-Baptiste Lievremont2015-05-185-47/+44
* | SONAR-6520 Replace call api/users/search2 instead of api/users/search on fron...Jean-Baptiste Lievremont2015-05-186-16/+67
* | SONAR-6537 Add HTTP security headersSimon Brandhof2015-05-153-4/+50
* | Fix quality flawsSimon Brandhof2015-05-155-11/+15
* | add missing System2.INSTANCE parameter in ProjectsGhostsActionTestTeryk Bellahsene2015-05-151-1/+1
* | fix grunt watch taskStas Vilchik2015-05-151-1/+1
* | add workspace icon for ruleStas Vilchik2015-05-153-6/+11
* | provisioned and ghosts projects case insensitive when searching for a pattern...Teryk Bellahsene2015-05-151-1/+1
* | WS api/projects/ghosts list ghost projects - SONAR-6527Teryk Bellahsene2015-05-1514-41/+550
* | SONAR-6416 migrate web to new tests WSStas Vilchik2015-05-155-17/+21
* | fix plugins WS medium test on windows boxSébastien Lesaint2015-05-152-5/+27
* | update position of dev db warningStas Vilchik2015-05-152-7/+8
* | Remove direct usage of System2.INSTANCE in constructorsSimon Brandhof2015-05-1529-77/+64
* | Use StandardCharsets instead of Guava and commons-ioSimon Brandhof2015-05-1540-173/+190
* | update component settings linksStas Vilchik2015-05-152-2/+12
* | add grunt task for quick build (no minification)Stas Vilchik2015-05-151-0/+3
* | add medium test for plugins webservicesSébastien Lesaint2015-05-157-10/+272