aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Useless codeDavid Gageot2015-05-1275-142/+142
* Dead codeDavid Gageot2015-05-121-25/+0
* rename UserSession.login=>getLogin and UserSessionRule.logon=>loginSébastien Lesaint2015-05-1290-326/+327
* make UserSession non staticSébastien Lesaint2015-05-12241-2516/+3659
* SONAR-6517 fix sharing of plugin api packages across plugin classloadersSimon Brandhof2015-05-1113-0/+36
* refactor WS using 'f' and 'q' parameters with WebService.Param fieldsTeryk Bellahsene2015-05-114-13/+11
* WS api/projects/projects/provisioned list the provisioned projects - SONAR-6526Teryk Bellahsene2015-05-1119-133/+645
* Fix some quality flawsJulien HENRY2015-05-111-9/+7
* SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponentJulien HENRY2015-05-11126-326/+531
* remove useless qualifiersSébastien Lesaint2015-05-111-1/+1
* SONAR-6517 fix loading of field Sonar-RequirePluginsSimon Brandhof2015-05-111-3/+17
* SONAR-6365 implement DB check in /api/system/statusSébastien Lesaint2015-05-112-4/+62
* SONAR-6365 add Java WS system status (no DB check)Sébastien Lesaint2015-05-114-0/+333
* SONAR-6365 use an enum to represent status of PlatformSébastien Lesaint2015-05-111-2/+19
* Fix merge conflictsSimon Brandhof2015-05-113-477/+0
* SONAR-6517 apply second feedbackSimon Brandhof2015-05-113-4/+5
* SONAR-6517 rename field "homepage" by "homepageUrl" in api/pluginsSimon Brandhof2015-05-116-14/+14
* SONAR-6517 apply feedbackSimon Brandhof2015-05-1116-178/+259
* SONAR-6517 fix regression - server should stop if plugin is not compatible wi...Simon Brandhof2015-05-112-10/+12
* SONAR-6370 isolate plugin classloader from coreSimon Brandhof2015-05-1187-1134/+1462
* rename ambiguous field namesTeryk Bellahsene2015-05-089-14/+15
* lower complexity of searchTests methodTeryk Bellahsene2015-05-081-4/+8
* measure filter ordering simplifiedTeryk Bellahsene2015-05-081-1/+1
* generate random test data with covered file each timeTeryk Bellahsene2015-05-082-3/+3
* Format codeDavid Gageot2015-05-071-5/+5
* Dead codeDavid Gageot2015-05-071-4/+0
* Redundant importsDavid Gageot2015-05-0760-102/+0
* Redundant throws clause in testsDavid Gageot2015-05-07454-1737/+1737
* We don't need two versions of phantomjsDavid Gageot2015-05-071-1/+0
* Why wait for so "long"?David Gageot2015-05-071-1/+1
* Throw actual exceptionDavid Gageot2015-05-072-4/+4
* Dead codeDavid Gageot2015-05-072-10/+0
* SONAR-6470 New Java WS to show a user's groupsJean-Baptiste Lievremont2015-05-0713-0/+412
* Fix quality flawsJulien Lancelot2015-05-072-3/+3
* SONAR-6468 Remove password_confirmation parameter (validation is delegated to...Jean-Baptiste Lievremont2015-05-073-14/+6
* SONAR-6468 New WS to change a user's passwordJean-Baptiste Lievremont2015-05-074-2/+242
* SONAR-6467 Change behavior of user update WSJean-Baptiste Lievremont2015-05-078-145/+136
* SONAR-6416 migrate web to new tests WSStas Vilchik2015-05-074-21/+20
* SONAR-5726 fix the display of limited results warningStas Vilchik2015-05-071-1/+1
* SONAR-5851 properly restore the initial page stateStas Vilchik2015-05-076-8/+41
* update WS to rely on new tests - SONAR-6255Teryk Bellahsene2015-05-0748-985/+1150
* index tests - SONAR-6255Teryk Bellahsene2015-05-0735-130/+1161
* add top 5 rules on 'New Issues' and 'My New Issues' notificationsTeryk Bellahsene2015-05-0713-77/+181
* SONAR-6529 Fail to create manual metrics on MSSQL if DB role db_owner is not ...Simon Brandhof2015-05-061-0/+1
* faster grunt buildStas Vilchik2015-05-062-20/+31
* SONAR-6469 New Java WS to deactivate a userJean-Baptiste Lievremont2015-05-066-28/+252
* SONAR-6465 Enforce use of SortedMap for ES index settingsJean-Baptiste Lievremont2015-05-062-10/+9
* SONAR-6465 Refactor string multi field definitionJean-Baptiste Lievremont2015-05-063-48/+27
* SONAR-6465 Prevent side effect of multi-field mapping creationJean-Baptiste Lievremont2015-05-063-4/+20
* SONAR-6465 Create new Java WS to search usersJean-Baptiste Lievremont2015-05-0611-4/+495