aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Dead codeDavid Gageot2015-05-126-57/+3
|
* Fix .gitignoreJulien HENRY2015-05-121-0/+3
|
* SONAR-6517 fix self-first classloaders in pluginsSimon Brandhof2015-05-121-4/+13
|
* rename UserSession.login=>getLogin and UserSessionRule.logon=>loginSébastien Lesaint2015-05-1290-326/+327
| | | | allow using the method name login() for the login action in UserSessionRule
* make UserSession non staticSébastien Lesaint2015-05-12241-2516/+3659
| | | | | | | | UserSession is now an interface the old UserSession has been split into ServerUserSession (implements the lazy loading of credentials directly from DAOs) and ThreadLocalUserSession (implements the thread local management) add UserSessionRule for UserSession management in unit test with support for ServerTester DoPrivileged now restores the user session which was in ThreadLocal before it ran move MockUserSession to server.tester package
* SONAR-6517 fix sharing of plugin api packages across plugin classloadersSimon Brandhof2015-05-1114-2/+45
|
* 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-1121-134/+677
|
* Fix some quality flawsJulien HENRY2015-05-112-13/+8
|
* SONAR-6536 Drop concept of taskJulien HENRY2015-05-1157-936/+511
|
* SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponentJulien HENRY2015-05-11371-1046/+1817
|
* remove useless qualifiersSébastien Lesaint2015-05-112-2/+2
|
* Fix developers section of pomSimon Brandhof2015-05-111-14/+36
|
* SONAR-6517 fix loading of field Sonar-RequirePluginsSimon Brandhof2015-05-113-3/+25
|
* SONAR-6365 implement DB check in /api/system/statusSébastien Lesaint2015-05-116-8/+168
|
* 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
| | | | using an enum allows testing all possible state of the Platform class based on a single value instead of combining multiple sequential method call which can return an inconsistent result of state changes in between method calls
* Update console issues report: blocking -> blockerJulien HENRY2015-05-112-3/+3
|
* Fix merge conflictsSimon Brandhof2015-05-113-477/+0
|
* Fix stability of PluginInfoTestSimon Brandhof2015-05-111-1/+1
|
* SONAR-6517 apply second feedbackSimon Brandhof2015-05-117-22/+66
|
* SONAR-6517 rename field "homepage" by "homepageUrl" in api/pluginsSimon Brandhof2015-05-116-14/+14
|
* SONAR-6517 apply feedbackSimon Brandhof2015-05-1134-644/+705
|
* SONAR-6517 fix regression - server should stop if plugin is not compatible ↵Simon Brandhof2015-05-112-10/+12
| | | | with SQ version (see SONAR-3516)
* SONAR-6517 Remove the unused properties ↵Simon Brandhof2015-05-113-89/+42
| | | | sonar.includePlugins/sonar.excludePlugins
* SONAR-6370 isolate plugin classloader from coreSimon Brandhof2015-05-11161-3110/+3457
|
* 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-0786-149/+1
|
* Redundant throws clause in testsDavid Gageot2015-05-07682-2572/+2572
|
* 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-0716-16/+476
|
* Fix quality flawsJulien Lancelot2015-05-074-7/+7
|
* SONAR-6468 Remove password_confirmation parameter (validation is delegated ↵Jean-Baptiste Lievremont2015-05-073-14/+6
| | | | to UI)
* 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-0750-1026/+1296
|
* index tests - SONAR-6255Teryk Bellahsene2015-05-0736-131/+1162
|
* 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
| | | | granted