| Commit message (Expand) | Author | Age | Files | Lines |
* | Use svg icon of travis build | Stas Vilchik | 2015-05-13 | 1 | -1/+1 |
* | SONAR-6427 SONAR-6428 Fix l10n of dashboard titles | Jean-Baptiste Lievremont | 2015-05-13 | 4 | -3/+13 |
* | Upgrade npm | David Gageot | 2015-05-13 | 1 | -1/+1 |
* | Tests should use ExpectedException | David Gageot | 2015-05-13 | 5 | -71/+67 |
* | Tests should not catch the exception | David Gageot | 2015-05-13 | 1 | -14/+4 |
* | Unused imports | David Gageot | 2015-05-13 | 4 | -8/+0 |
* | Remove redundant throws | David Gageot | 2015-05-13 | 18 | -30/+30 |
* | SONAR-6548 Remove resource key migration introduced in 4.2 | Julien HENRY | 2015-05-13 | 62 | -804/+166 |
* | SONAR-6281 Add description in Component report | Julien Lancelot | 2015-05-13 | 3 | -170/+396 |
* | SONAR-6253 Rename some steps | Julien Lancelot | 2015-05-13 | 6 | -14/+28 |
* | Make test more robust | Jean-Baptiste Lievremont | 2015-05-13 | 1 | -8/+10 |
* | Show build status | David Gageot | 2015-05-13 | 1 | -0/+4 |
* | Simplify TravisCI configuration | David Gageot | 2015-05-13 | 1 | -13/+3 |
* | Fix some quality flaws | Julien HENRY | 2015-05-13 | 4 | -15/+32 |
* | Use StandardCharsets instead of guava/commons-io | Julien HENRY | 2015-05-12 | 29 | -142/+169 |
* | Fix issue bulk change modal permission check | Jean-Baptiste Lievremont | 2015-05-12 | 3 | -11/+26 |
* | Fix regression introduced by SONAR-6535 | Julien HENRY | 2015-05-12 | 3 | -3/+3 |
* | Remove duplication | David Gageot | 2015-05-12 | 1 | -8/+1 |
* | Useless code | David Gageot | 2015-05-12 | 203 | -486/+466 |
* | 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 |
* | make UserSession non static | Sébastien Lesaint | 2015-05-12 | 241 | -2516/+3659 |
* | 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 |
* | 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 wi... | Simon Brandhof | 2015-05-11 | 2 | -10/+12 |
* | SONAR-6517 Remove the unused properties sonar.includePlugins/sonar.excludePlu... | Simon Brandhof | 2015-05-11 | 3 | -89/+42 |
* | 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 |