Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Automatic merge from branch-4.5 | Jenkins CI | 2014-09-25 | 16 | -92/+243 |
|\ | | | | | | | | | | | | | | | * origin/branch-4.5: SONAR-4898 add missing tests SONAR-4898 add missing tests Use correct temp dir for Ruby on Rails app Fail server startup if can not connect to DB | ||||
| * | SONAR-4898 add missing tests | Simon Brandhof | 2014-09-25 | 4 | -18/+42 |
| | | |||||
| * | SONAR-4898 add missing tests | Simon Brandhof | 2014-09-25 | 10 | -71/+198 |
| | | |||||
| * | Use correct temp dir for Ruby on Rails app | Simon Brandhof | 2014-09-25 | 1 | -1/+1 |
| | | |||||
| * | Fail server startup if can not connect to DB | Simon Brandhof | 2014-09-25 | 1 | -2/+2 |
| | | |||||
* | | SONAR-5624 - test dao | Teryk Bellahsene | 2014-09-25 | 5 | -31/+71 |
| | | |||||
* | | SONAR-5620 Don't fail build when no provider is detected | Julien HENRY | 2014-09-25 | 3 | -14/+14 |
| | | |||||
* | | Increased Test robustness | Stephane Gamard | 2014-09-25 | 1 | -1/+1 |
| | | |||||
* | | SONAR-5645 Blacklist SCM Activity plugin | Julien HENRY | 2014-09-25 | 4 | -15/+31 |
| | | |||||
* | | SONAR-5473 Fix fetching of remote SCM data | Julien HENRY | 2014-09-25 | 30 | -118/+184 |
| | | |||||
* | | SONAR-5644 Rework SCM API | Julien HENRY | 2014-09-25 | 24 | -244/+667 |
| | | |||||
* | | SONAR-5642 Initial work on Git provider | Julien HENRY | 2014-09-25 | 10 | -10/+585 |
| | | |||||
* | | SONAR-5644, SONAR-5473 Create new SCM extension point and fetch SCM data ↵ | Julien HENRY | 2014-09-25 | 29 | -104/+873 |
| | | | | | | | | using WS | ||||
* | | Fix quality flaws | Julien Lancelot | 2014-09-25 | 3 | -4/+18 |
| | | |||||
* | | SONAR-5531 Return issues attributes in issues search WS | Julien Lancelot | 2014-09-25 | 5 | -15/+53 |
| | | |||||
* | | SONAR-5531 Return comments and take into account extra fields param | Julien Lancelot | 2014-09-25 | 15 | -99/+327 |
| | | |||||
* | | SONAR-5531 Add sorts by dates | Julien Lancelot | 2014-09-25 | 2 | -2/+70 |
| | | |||||
* | | Fix quality flaws | Teryk Bellahsene | 2014-09-25 | 4 | -43/+38 |
| | | |||||
* | | fix quality flaw (coverage of SearchServer) | Stephane Gamard | 2014-09-25 | 1 | -0/+82 |
| | | |||||
* | | Improve code coverage | Julien HENRY | 2014-09-25 | 17 | -311/+376 |
| | | |||||
* | | Automatic merge from branch-4.5 | Jenkins CI | 2014-09-25 | 1 | -4/+4 |
|\| | | | | | | | | | * origin/branch-4.5: Try to improve stability of CommandExecutorTest | ||||
| * | Try to improve stability of CommandExecutorTest | Simon Brandhof | 2014-09-25 | 1 | -4/+4 |
| | | |||||
* | | Automatic merge from branch-4.5 | Jenkins CI | 2014-09-24 | 13 | -87/+62 |
|\| | | | | | | | | | | | | | * origin/branch-4.5: SONAR-5621 Merge server log files into a single one SONAR-5621 merge log files Update description of "sonar.technicalDebt.ratingGrid" | ||||
| * | SONAR-5621 Merge server log files into a single one | Simon Brandhof | 2014-09-24 | 11 | -48/+24 |
| | | |||||
| * | SONAR-5621 merge log files | Simon Brandhof | 2014-09-24 | 5 | -43/+41 |
| | | |||||
| * | Update description of "sonar.technicalDebt.ratingGrid" | Julien Lancelot | 2014-09-24 | 1 | -3/+4 |
| | | |||||
* | | SONAR-5623 fix index on mysql | Simon Brandhof | 2014-09-24 | 8 | -49/+18 |
| | | |||||
* | | SONAR-5623 - datamodel and dto creation for the analysis report | Teryk Bellahsene | 2014-09-24 | 13 | -3/+352 |
| | | |||||
* | | SONAR-5531 Add a resetData method in order for orchestrator to properly ↵ | Julien Lancelot | 2014-09-24 | 7 | -84/+352 |
| | | | | | | | | remove inspection measures from db and indexes | ||||
* | | SONAR-5646 Initial dashborad js app | Stas Vilchik | 2014-09-24 | 22 | -20/+853 |
| | | |||||
* | | Revert "Initial attempt to write with ECMAScript 6" | Stas Vilchik | 2014-09-24 | 3 | -2272/+5 |
| | | | | | | | | This reverts commit 486ba9873739083df7cbbf3c5e129339404171dd. | ||||
* | | Revert "SONAR-5646 Initial dashborad js app" | Stas Vilchik | 2014-09-24 | 21 | -845/+0 |
| | | | | | | | | This reverts commit 03dea21c4a826526aefb3a4287f3380a215f0956. | ||||
* | | Revert "SONAR-5646 Support of project-level widgets" | Stas Vilchik | 2014-09-24 | 7 | -38/+20 |
| | | | | | | | | This reverts commit ad23fc889606b8d9e5c08ed5c165928e876f6384. | ||||
* | | SONAR-5646 Support of project-level widgets | Stas Vilchik | 2014-09-24 | 7 | -20/+38 |
| | | |||||
* | | Automatic merge from branch-4.5 | Jenkins CI | 2014-09-24 | 1 | -5/+3 |
|\| | | | | | | | | | * origin/branch-4.5: Fix quality flaw | ||||
| * | Fix quality flaw | Simon Brandhof | 2014-09-23 | 1 | -5/+3 |
| | | |||||
* | | SONAR-4979 fix compatibility with RoR dev mode | Simon Brandhof | 2014-09-23 | 1 | -3/+5 |
| | | |||||
* | | Fix quality flaws | Julien Lancelot | 2014-09-23 | 4 | -6/+12 |
| | | |||||
* | | Fix some quality flaws | Julien HENRY | 2014-09-23 | 2 | -40/+31 |
| | | |||||
* | | Fix quality flaws | Julien Lancelot | 2014-09-23 | 17 | -55/+77 |
| | | |||||
* | | SONAR-5531 Fix sort and search by dates | Julien Lancelot | 2014-09-23 | 5 | -35/+135 |
| | | |||||
* | | SONAR-5531 Fix paging when page size is set to zero | Julien Lancelot | 2014-09-23 | 7 | -10/+53 |
| | | |||||
* | | SONAR-5531 - Reverted to a Java 1.6 compatible ES | Stephane Gamard | 2014-09-23 | 1 | -1/+1 |
| | | |||||
* | | SONAR-5531 - Optimized Synchronizer (no upsert) | Stephane Gamard | 2014-09-23 | 1 | -0/+72 |
| | | |||||
* | | SONAR-5531 - Optimized Synchronizer (no upsert) | Stephane Gamard | 2014-09-23 | 4 | -2/+55 |
| | | |||||
* | | SONAR-5531 - Optimized Issue index for mass indexing | Stephane Gamard | 2014-09-23 | 4 | -2/+9 |
| | | |||||
* | | Declare version of clirr-m-p to avoid enforcer error during analysis | Simon Brandhof | 2014-09-23 | 1 | -0/+6 |
| | | |||||
* | | SONAR-5646 Initial dashborad js app | Stas Vilchik | 2014-09-23 | 21 | -0/+845 |
| | | |||||
* | | Initial attempt to write with ECMAScript 6 | Stas Vilchik | 2014-09-23 | 3 | -5/+2272 |
| | | |||||
* | | New URL widget/show?id=<widget id> to return only the widget HTML content, ↵ | Simon Brandhof | 2014-09-23 | 1 | -0/+14 |
| | | | | | | | | without layout nor <head>. |