aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-2860 Drop commons-configurationJulien HENRY2014-09-055-62/+144
* SONAR-5531 - added license headerStephane Gamard2014-09-051-0/+19
* SONAR-5531 - Implemented query Filters for IssueIndexStephane Gamard2014-09-052-4/+231
* SONAR-5531 - First search test case of Issues in ESStephane Gamard2014-09-055-20/+52
* Revert "Add bullet icon"Stas Vilchik2014-09-051-3/+0
* Add bullet iconStas Vilchik2014-09-051-0/+3
* Merge branch 'master' into SONAR-5529Stephane Gamard2014-09-0524-73/+208
|\
| * Upgrade version to 5.0-SNAPSHOTEric Hartmann2014-09-048-8/+8
| * Add unit testsJulien Lancelot2014-09-031-0/+12
| * Add minor test + remove sonar-dummy-app from analysisSimon Brandhof2014-09-032-5/+11
| * Revert previous jacoco changeSimon Brandhof2014-09-031-12/+0
| * Improve performance of jacoco on sonar-serverSimon Brandhof2014-09-031-0/+12
| * Fix quality flawsSimon Brandhof2014-09-038-28/+36
| * SONAR-5417 Fix issues when properties on a module were wrongly copied on othe...Julien Lancelot2014-09-023-5/+62
| * Fix quality flawsStas Vilchik2014-09-013-27/+79
* | SONAR-5531 -Added test for IssueSearchStephane Gamard2014-09-051-0/+51
* | SONAR-5590 Update projects.authorization_updated_at on project permission cha...Julien Lancelot2014-09-042-5/+7
* | SONAR-5531 - Initial MediumTest for WS SearchAction passingStephane Gamard2014-09-045-24/+37
* | SONAR-5589 Create column projects.authorization_updated_atJulien Lancelot2014-09-0411-23/+261
* | SONAR-5531 - Removed not needed IssueMapping (Using legacy writer for API Com...Stephane Gamard2014-09-042-38/+2
* | added license headerStephane Gamard2014-09-041-0/+19
* | SONAR-5531 - Wrapped IssueIndex with WS SearchActionStephane Gamard2014-09-046-8/+393
* | SONAR-5531 - Created IssueResult for ES search Results in IssueServiceStephane Gamard2014-09-042-1/+129
* | SONAR-5531 - Added required dbClient and IndexClient in IssueServiceStephane Gamard2014-09-041-13/+37
* | SONAR-5531 - added transitional state to IssueWS for es and legacy compatibilityStephane Gamard2014-09-043-12/+18
* | Added license headerStephane Gamard2014-09-042-0/+38
* | SONAR-5531 - Initial SearchAction for Issue WS Stack. ES Search Action is map...Stephane Gamard2014-09-049-24/+276
* | SONAR-5559 Implemente IssueAuthorization mappingJulien Lancelot2014-09-0412-737/+405
* | SONAR-5559 Test with only 2 types in Issues index for permissioningJulien Lancelot2014-09-032-18/+458
* | Display log on shutting down only in isMonitored modeJulien Lancelot2014-09-031-2/+2
* | Merge branch 'SONAR-5529' of github.com:SonarSource/sonarqube into SONAR-5529Stephane Gamard2014-09-033-77/+220
|\ \
| * | SONAR-5559 Create 2 mappings to manage issues permissioning : IssuesProject (...Julien Lancelot2014-09-033-77/+220
* | | Merge branch 'master' into SONAR-5529Stephane Gamard2014-09-036-16/+14
|\ \ \ | |/ / |/| / | |/
| * fix Ignored test and removed another oneStephane Gamard2014-09-012-25/+4
| * SONAR-5484 Fix test on windowsJean-Baptiste Lievremont2014-09-011-1/+5
| * Fix some quality flawsSimon Brandhof2014-09-013-7/+4
| * SONAR-5546 fix typo in ruby codeSimon Brandhof2014-09-011-2/+2
* | SONAR-5559 Update Issue mapping to add a Issue Authorization parent (only cre...Julien Lancelot2014-09-034-12/+215
* | Merge branch 'master' into SONAR-5529Stephane Gamard2014-09-018-4/+35
|\|
| * Fix some quality flawsSimon Brandhof2014-09-015-1/+32
| * Fix quality flawJean-Baptiste Lievremont2014-09-011-1/+1
| * Move latinize.js to 3rd party librariesJean-Baptiste Lievremont2014-09-012-2/+2
* | SONAR-5531 - Fixed Synchronizer for startup tasksStephane Gamard2014-08-311-1/+2
* | fix debug logStephane Gamard2014-08-311-2/+1
* | SONAR-5529 - Basic Issue Normalization with MediumTestsStephane Gamard2014-08-313-27/+121
* | code formatStephane Gamard2014-08-311-21/+147
* | SONAR-5529 - Initial materialization of Issues in ESStephane Gamard2014-08-315-12/+118
* | SONAR-5529 - Fixed BaseIndex for source and updated ES Types for domain objectsStephane Gamard2014-08-312-7/+6
* | SONAR-5529 - IssueDoc is our domain object and must implement Issue (from API)Stephane Gamard2014-08-311-1/+114
* | SONAR-5529 - Created ISSUES IndexDefinitionStephane Gamard2014-08-311-0/+1