aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-5237 - Delegation from BaseIndex rather than BaseMapperStephane Gamard2014-04-281-2/+1
* SONAR-5111 Create a handler to create java stub ws controllers for rails wsJulien Lancelot2014-04-281-2/+4
* SONAR-5237 - fixed with IT tests for batch and serverStephane Gamard2014-04-282-1/+4
* Adding NullQueue for sonar-batchStephane Gamard2014-04-283-4/+4
* Merge branch 'master' of https://github.com/SonarSource/sonarqubeStephane Gamard2014-04-282-5/+7
|\
| * Fix quality flawsJulien Lancelot2014-04-282-5/+7
* | Merge branch 'master' of https://github.com/SonarSource/sonarqubeStephane Gamard2014-04-283-3/+4
|\|
| * Component Viewer: duplicationsStas Vilchik2014-04-2810-21/+221
| * Ignore some failing testsJulien Lancelot2014-04-282-4/+7
| * Fix licence headersJulien Lancelot2014-04-286-9/+120
* | SONAR-5237 - moved DB part of stack to sonar-coreStephane Gamard2014-04-2818-822/+83
|/
* Merge branch 'master' of https://github.com/SonarSource/sonarqubeStephane Gamard2014-04-282-6/+26
|\
| * Manage l10n message on ServerExceptionJulien Lancelot2014-04-282-6/+26
* | Merge branch 'master' of https://github.com/SonarSource/sonarqubeStephane Gamard2014-04-2843-132/+746
|\|
| * SONAR-4764 When removing profile at startup, do not check if the profile is d...Julien Lancelot2014-04-283-15/+19
| * SONAR-4764 Fix issue on MySQL where profiles are empty because hibernate do n...Julien Lancelot2014-04-282-19/+34
| * Complete WebService with new param metadataSimon Brandhof2014-04-2524-27/+536
| * SONAR-4764 Remove icon near "Restore Default Profile" buttonJulien Lancelot2014-04-251-1/+0
| * SONAR-4764 Add a medium testJulien Lancelot2014-04-251-0/+18
| * SONAR-4764 Add Java WS Client to restore default profilesJulien Lancelot2014-04-2511-40/+109
| * Rename addExtensions by addComponentsJulien Lancelot2014-04-253-9/+13
| * SONAR-4927 Add Quality Gate widgetJean-Baptiste Lievremont2014-04-252-21/+22
* | SONAR-5237 - complete skeleton stack in rule2 packageStephane Gamard2014-04-2817-123/+1243
|/
* Temporarily disable testSimon Brandhof2014-04-251-0/+2
* Allow to use ServerTester outside a JUnit @RuleSimon Brandhof2014-04-252-11/+28
* Fix copyright header (first commit of Stephane....)Simon Brandhof2014-04-251-0/+19
* Component Viewer: headerStas Vilchik2014-04-256-8/+186
* fix quality faultStephane Gamard2014-04-251-2/+2
* SONAR-5237 - initial JUnit for BaseIndexStephane Gamard2014-04-251-0/+99
* SONAR-5237 - updated Index interface and intitial Index abstractStephane Gamard2014-04-254-11/+262
* SONAR-4764 Add WS to restore default profilesJulien Lancelot2014-04-2511-56/+276
* SONAR-5007 draft of rule objects on server sideSimon Brandhof2014-04-253-0/+122
* Merge branch 'master' of https://github.com/SonarSource/sonarqubeStephane Gamard2014-04-258-53/+47
|\
| * Fix quality flawsStas Vilchik2014-04-258-53/+47
* | SONAR-5007 - Adding new interface for end-to-end ES integrationStephane Gamard2014-04-255-0/+229
|/
* SONAR-4764 Restore default profiles from uiJulien Lancelot2014-04-256-23/+118
* Fix quality flawsStas Vilchik2014-04-2516-40/+98
* Component Viewer: fix little issuesStas Vilchik2014-04-251-8/+1
* Component Viewer: integrate into issue pageStas Vilchik2014-04-2526-706/+929
* SONAR-4764 Add method to get existing profile that match provided profiles fo...Julien Lancelot2014-04-243-11/+48
* SONAR-4764 Restore default profiles for a language (Server side, no ui)Julien Lancelot2014-04-2418-179/+943
* Component Viewer: new tooltips, workspace improvementsStas Vilchik2014-04-248-40/+209
* Remove some usage of TestUtilsSimon Brandhof2014-04-2311-82/+89
* SONAR-5148 Allow selection of periods 4 and 5 for quality gate conditionsJean-Baptiste Lievremont2014-04-236-8/+17
* Remove the class MoreConditions from sonar-testing-harnessSimon Brandhof2014-04-231-6/+10
* Remove XMLUnit from sonar-testing-harnessSimon Brandhof2014-04-231-1/+12
* Fix severity iconsStas Vilchik2014-04-231-2/+2
* Return Coding Rules linkStas Vilchik2014-04-231-0/+3
* Fix bad refactoringStas Vilchik2014-04-234-5/+5
* Authentication check should not be done when using Java WS on batch/index actionJulien Lancelot2014-04-221-1/+8