Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-5389 New test API for batch 2.0 | Julien HENRY | 2014-09-05 | 72 | -201/+1544 |
| | |||||
* | SONAR-5531 - added license header | Stephane Gamard | 2014-09-05 | 1 | -0/+19 |
| | |||||
* | SONAR-5531 - Implemented query Filters for IssueIndex | Stephane Gamard | 2014-09-05 | 2 | -4/+231 |
| | |||||
* | SONAR-5531 - First search test case of Issues in ES | Stephane Gamard | 2014-09-05 | 6 | -20/+64 |
| | |||||
* | Revert "Add bullet icon" | Stas Vilchik | 2014-09-05 | 1 | -3/+0 |
| | | | | This reverts commit 0a1653edbbd9d907f6dbdba8cb924fec5aba2d23. | ||||
* | Add bullet icon | Stas Vilchik | 2014-09-05 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' into SONAR-5529 | Stephane Gamard | 2014-09-05 | 78 | -433/+804 |
|\ | |||||
| * | Upgrade version to 5.0-SNAPSHOT | Eric Hartmann | 2014-09-04 | 33 | -33/+33 |
| | | |||||
| * | Add unit tests | Julien Lancelot | 2014-09-03 | 2 | -0/+68 |
| | | |||||
| * | Add minor test + remove sonar-dummy-app from analysis | Simon Brandhof | 2014-09-03 | 2 | -5/+11 |
| | | |||||
| * | Revert previous jacoco change | Simon Brandhof | 2014-09-03 | 1 | -12/+0 |
| | | |||||
| * | Improve performance of jacoco on sonar-server | Simon Brandhof | 2014-09-03 | 1 | -0/+12 |
| | | |||||
| * | Fix quality flaws | Simon Brandhof | 2014-09-03 | 8 | -28/+36 |
| | | |||||
| * | Try to fix unit test on Windows | Julien HENRY | 2014-09-03 | 1 | -4/+3 |
| | | |||||
| * | SONAR-5576 Display coverage exclusions in logs | Julien HENRY | 2014-09-02 | 4 | -10/+30 |
| | | |||||
| * | SONAR-5417 Fix issues when properties on a module were wrongly copied on ↵ | Julien Lancelot | 2014-09-02 | 3 | -5/+62 |
| | | | | | | | | other modules | ||||
| * | Improve code coverage | Julien HENRY | 2014-09-02 | 2 | -0/+159 |
| | | |||||
| * | Improve code coverage | Julien HENRY | 2014-09-02 | 3 | -5/+72 |
| | | |||||
| * | Rename for consistency | Julien HENRY | 2014-09-01 | 3 | -5/+5 |
| | | |||||
| * | Fix some quality flaws | Julien HENRY | 2014-09-01 | 1 | -2/+1 |
| | | |||||
| * | Fix some quality flaws | Julien HENRY | 2014-09-01 | 21 | -344/+280 |
| | | |||||
| * | Fix quality flaws | Stas Vilchik | 2014-09-01 | 3 | -27/+79 |
| | | |||||
* | | SONAR-5531 -Added test for IssueSearch | Stephane Gamard | 2014-09-05 | 1 | -0/+51 |
| | | |||||
* | | SONAR-5590 Update projects.authorization_updated_at on project permission ↵ | Julien Lancelot | 2014-09-04 | 28 | -44/+218 |
| | | | | | | | | changes | ||||
* | | SONAR-5531 - Initial MediumTest for WS SearchAction passing | Stephane Gamard | 2014-09-04 | 5 | -24/+37 |
| | | |||||
* | | SONAR-5589 Create column projects.authorization_updated_at | Julien Lancelot | 2014-09-04 | 45 | -161/+431 |
| | | |||||
* | | SONAR-5531 - Removed not needed IssueMapping (Using legacy writer for API ↵ | Stephane Gamard | 2014-09-04 | 2 | -38/+2 |
| | | | | | | | | Compatibility) | ||||
* | | added license header | Stephane Gamard | 2014-09-04 | 1 | -0/+19 |
| | | |||||
* | | SONAR-5531 - Wrapped IssueIndex with WS SearchAction | Stephane Gamard | 2014-09-04 | 6 | -8/+393 |
| | | |||||
* | | SONAR-5531 - Created IssueResult for ES search Results in IssueService | Stephane Gamard | 2014-09-04 | 2 | -1/+129 |
| | | |||||
* | | SONAR-5531 - Added required dbClient and IndexClient in IssueService | Stephane Gamard | 2014-09-04 | 1 | -13/+37 |
| | | |||||
* | | SONAR-5531 - added transitional state to IssueWS for es and legacy compatibility | Stephane Gamard | 2014-09-04 | 3 | -12/+18 |
| | | |||||
* | | Added license header | Stephane Gamard | 2014-09-04 | 2 | -0/+38 |
| | | |||||
* | | SONAR-5531 - Initial SearchAction for Issue WS Stack. ES Search Action is ↵ | Stephane Gamard | 2014-09-04 | 9 | -24/+276 |
| | | | | | | | | mapped to /api/issues/es-search | ||||
* | | SONAR-5559 Implemente IssueAuthorization mapping | Julien Lancelot | 2014-09-04 | 16 | -738/+526 |
| | | |||||
* | | SONAR-5559 Test with only 2 types in Issues index for permissioning | Julien Lancelot | 2014-09-03 | 2 | -18/+458 |
| | | |||||
* | | Display log on shutting down only in isMonitored mode | Julien Lancelot | 2014-09-03 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'SONAR-5529' of github.com:SonarSource/sonarqube into SONAR-5529 | Stephane Gamard | 2014-09-03 | 3 | -77/+220 |
|\ \ | |||||
| * | | SONAR-5559 Create 2 mappings to manage issues permissioning : IssuesProject ↵ | Julien Lancelot | 2014-09-03 | 3 | -77/+220 |
| | | | | | | | | | | | | (parent of Issues) and IssuesPermission (child of IssuesProject) | ||||
* | | | Merge branch 'master' into SONAR-5529 | Stephane Gamard | 2014-09-03 | 9 | -18/+113 |
|\ \ \ | |/ / |/| / | |/ | | | Conflicts: server/sonar-server/src/test/java/org/sonar/server/issue/db/IssueBackendMediumTest.java | ||||
| * | fix Ignored test and removed another one | Stephane Gamard | 2014-09-01 | 2 | -25/+4 |
| | | |||||
| * | Add unit test coverage | Julien HENRY | 2014-09-01 | 2 | -1/+98 |
| | | |||||
| * | Fix minor quality flaw | Simon Brandhof | 2014-09-01 | 1 | -1/+1 |
| | | |||||
| * | SONAR-5484 Fix test on windows | Jean-Baptiste Lievremont | 2014-09-01 | 1 | -1/+5 |
| | | |||||
| * | Fix some quality flaws | Simon Brandhof | 2014-09-01 | 3 | -7/+4 |
| | | |||||
| * | SONAR-5546 fix typo in ruby code | Simon Brandhof | 2014-09-01 | 1 | -2/+2 |
| | | |||||
* | | SONAR-5559 Update Issue mapping to add a Issue Authorization parent (only ↵ | Julien Lancelot | 2014-09-03 | 4 | -12/+215 |
| | | | | | | | | created in medium test for the moment) | ||||
* | | Merge branch 'master' into SONAR-5529 | Stephane Gamard | 2014-09-01 | 12 | -6/+221 |
|\| | |||||
| * | Fix some quality flaws | Simon Brandhof | 2014-09-01 | 5 | -1/+32 |
| | | |||||
| * | Fix quality flaw | Jean-Baptiste Lievremont | 2014-09-01 | 1 | -1/+1 |
| | |