aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use mime type for woff fontsSimon Brandhof2015-05-051-0/+4
* SONAR-6366 fix quality flawsSébastien Lesaint2015-05-053-44/+44
* apply new navigation WSStas Vilchik2015-05-0517-366/+293
* SONAR-6521 Pull ES scroll method to utility classJean-Baptiste Lievremont2015-05-053-82/+79
* SONAR-6521 Add internal WS to list user details for batchJean-Baptiste Lievremont2015-05-0512-30/+292
* SONAR-6525 Fix security bypass on plugin-contributed pagesJean-Baptiste Lievremont2015-05-052-37/+13
* SONAR-6427 SONAR-6428 Add permission checks on plugin pagesJean-Baptiste Lievremont2015-05-058-43/+320
* SONAR-6428 Fix WS example & responseJean-Baptiste Lievremont2015-05-052-2/+2
* SONAR-6427 Fix WS example & responseJean-Baptiste Lievremont2015-05-053-3/+4
* SONAR-6265 apply feedbackStas Vilchik2015-05-056-7/+26
* SONAR-5851 apply feedbackStas Vilchik2015-05-053-1/+4
* SONAR-6138 apply feedbackStas Vilchik2015-05-051-4/+7
* SONAR-6366 remove operational field from JSON responseSébastien Lesaint2015-05-053-38/+30
* SONAR-6366 add status NOT_SUPPORTEDSébastien Lesaint2015-05-052-12/+20
* fix JSON empty msg field on /api/system/restart when not in dev modeSébastien Lesaint2015-05-052-6/+4
* SONAR-6366 add missing impl of PlatformDatabaseMigrationAsynchronousTestSébastien Lesaint2015-05-051-22/+9
* SONAR-6366 SQ state check in RoR now uses Java DBMigration statusSébastien Lesaint2015-05-052-1/+36
* SONAR-6366 split ruby upgradeAndStart into three Java stepsSébastien Lesaint2015-05-0515-82/+254
* SONAR-6366 make Java WS available when DB migration is neededSébastien Lesaint2015-05-055-37/+154