Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dead code | David Gageot | 2015-05-12 | 6 | -57/+3 |
| | |||||
* | Fix .gitignore | Julien HENRY | 2015-05-12 | 1 | -0/+3 |
| | |||||
* | SONAR-6517 fix self-first classloaders in plugins | Simon Brandhof | 2015-05-12 | 1 | -4/+13 |
| | |||||
* | rename UserSession.login=>getLogin and UserSessionRule.logon=>login | Sébastien Lesaint | 2015-05-12 | 90 | -326/+327 |
| | | | | allow using the method name login() for the login action in UserSessionRule | ||||
* | make UserSession non static | Sébastien Lesaint | 2015-05-12 | 241 | -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 classloaders | Simon Brandhof | 2015-05-11 | 14 | -2/+45 |
| | |||||
* | refactor WS using 'f' and 'q' parameters with WebService.Param fields | Teryk Bellahsene | 2015-05-11 | 4 | -13/+11 |
| | |||||
* | WS api/projects/projects/provisioned list the provisioned projects - SONAR-6526 | Teryk Bellahsene | 2015-05-11 | 21 | -134/+677 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2015-05-11 | 2 | -13/+8 |
| | |||||
* | SONAR-6536 Drop concept of task | Julien HENRY | 2015-05-11 | 57 | -936/+511 |
| | |||||
* | SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponent | Julien HENRY | 2015-05-11 | 371 | -1046/+1817 |
| | |||||
* | remove useless qualifiers | Sébastien Lesaint | 2015-05-11 | 2 | -2/+2 |
| | |||||
* | Fix developers section of pom | Simon Brandhof | 2015-05-11 | 1 | -14/+36 |
| | |||||
* | SONAR-6517 fix loading of field Sonar-RequirePlugins | Simon Brandhof | 2015-05-11 | 3 | -3/+25 |
| | |||||
* | SONAR-6365 implement DB check in /api/system/status | Sébastien Lesaint | 2015-05-11 | 6 | -8/+168 |
| | |||||
* | SONAR-6365 add Java WS system status (no DB check) | Sébastien Lesaint | 2015-05-11 | 4 | -0/+333 |
| | |||||
* | SONAR-6365 use an enum to represent status of Platform | Sébastien Lesaint | 2015-05-11 | 1 | -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 -> blocker | Julien HENRY | 2015-05-11 | 2 | -3/+3 |
| | |||||
* | Fix merge conflicts | Simon Brandhof | 2015-05-11 | 3 | -477/+0 |
| | |||||
* | Fix stability of PluginInfoTest | Simon Brandhof | 2015-05-11 | 1 | -1/+1 |
| | |||||
* | SONAR-6517 apply second feedback | Simon Brandhof | 2015-05-11 | 7 | -22/+66 |
| | |||||
* | SONAR-6517 rename field "homepage" by "homepageUrl" in api/plugins | Simon Brandhof | 2015-05-11 | 6 | -14/+14 |
| | |||||
* | SONAR-6517 apply feedback | Simon Brandhof | 2015-05-11 | 34 | -644/+705 |
| | |||||
* | SONAR-6517 fix regression - server should stop if plugin is not compatible ↵ | Simon Brandhof | 2015-05-11 | 2 | -10/+12 |
| | | | | with SQ version (see SONAR-3516) | ||||
* | SONAR-6517 Remove the unused properties ↵ | Simon Brandhof | 2015-05-11 | 3 | -89/+42 |
| | | | | sonar.includePlugins/sonar.excludePlugins | ||||
* | SONAR-6370 isolate plugin classloader from core | Simon Brandhof | 2015-05-11 | 161 | -3110/+3457 |
| | |||||
* | rename ambiguous field names | Teryk Bellahsene | 2015-05-08 | 9 | -14/+15 |
| | |||||
* | lower complexity of searchTests method | Teryk Bellahsene | 2015-05-08 | 1 | -4/+8 |
| | |||||
* | measure filter ordering simplified | Teryk Bellahsene | 2015-05-08 | 1 | -1/+1 |
| | |||||
* | generate random test data with covered file each time | Teryk Bellahsene | 2015-05-08 | 2 | -3/+3 |
| | |||||
* | Format code | David Gageot | 2015-05-07 | 1 | -5/+5 |
| | |||||
* | Dead code | David Gageot | 2015-05-07 | 1 | -4/+0 |
| | |||||
* | Redundant imports | David Gageot | 2015-05-07 | 86 | -149/+1 |
| | |||||
* | Redundant throws clause in tests | David Gageot | 2015-05-07 | 682 | -2572/+2572 |
| | |||||
* | We don't need two versions of phantomjs | David Gageot | 2015-05-07 | 1 | -1/+0 |
| | |||||
* | Why wait for so "long"? | David Gageot | 2015-05-07 | 1 | -1/+1 |
| | |||||
* | Throw actual exception | David Gageot | 2015-05-07 | 2 | -4/+4 |
| | |||||
* | Dead code | David Gageot | 2015-05-07 | 2 | -10/+0 |
| | |||||
* | SONAR-6470 New Java WS to show a user's groups | Jean-Baptiste Lievremont | 2015-05-07 | 16 | -16/+476 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2015-05-07 | 4 | -7/+7 |
| | |||||
* | SONAR-6468 Remove password_confirmation parameter (validation is delegated ↵ | Jean-Baptiste Lievremont | 2015-05-07 | 3 | -14/+6 |
| | | | | to UI) | ||||
* | SONAR-6468 New WS to change a user's password | Jean-Baptiste Lievremont | 2015-05-07 | 4 | -2/+242 |
| | |||||
* | SONAR-6467 Change behavior of user update WS | Jean-Baptiste Lievremont | 2015-05-07 | 8 | -145/+136 |
| | |||||
* | SONAR-6416 migrate web to new tests WS | Stas Vilchik | 2015-05-07 | 4 | -21/+20 |
| | |||||
* | SONAR-5726 fix the display of limited results warning | Stas Vilchik | 2015-05-07 | 1 | -1/+1 |
| | |||||
* | SONAR-5851 properly restore the initial page state | Stas Vilchik | 2015-05-07 | 6 | -8/+41 |
| | |||||
* | update WS to rely on new tests - SONAR-6255 | Teryk Bellahsene | 2015-05-07 | 50 | -1026/+1296 |
| | |||||
* | index tests - SONAR-6255 | Teryk Bellahsene | 2015-05-07 | 36 | -131/+1162 |
| | |||||
* | add top 5 rules on 'New Issues' and 'My New Issues' notifications | Teryk Bellahsene | 2015-05-07 | 13 | -77/+181 |
| | |||||
* | SONAR-6529 Fail to create manual metrics on MSSQL if DB role db_owner is not ↵ | Simon Brandhof | 2015-05-06 | 1 | -0/+1 |
| | | | | granted |