aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-5237 - fixed with IT tests for batch and serverStephane Gamard2014-04-284-2/+8
|
* Merge branch 'master' of https://github.com/SonarSource/sonarqubeStephane Gamard2014-04-287-118/+85
|\ | | | | | | | | | | | | # By Jean-Baptiste Lievremont # Via Jean-Baptiste Lievremont * 'master' of https://github.com/SonarSource/sonarqube: SONAR-4927 Merge new QG widget with old one, update layout
| * SONAR-4927 Merge new QG widget with old one, update layoutJean-Baptiste Lievremont2014-04-287-118/+85
| |
* | Adding NullQueue for sonar-batchStephane Gamard2014-04-284-4/+68
| |
* | Merge branch 'master' of https://github.com/SonarSource/sonarqubeStephane Gamard2014-04-282-5/+7
|\| | | | | | | | | | | | | # By Julien Lancelot # Via Julien Lancelot * 'master' of https://github.com/SonarSource/sonarqube: Fix quality flaws
| * Fix quality flawsJulien Lancelot2014-04-282-5/+7
| |
* | Merge branch 'master' of https://github.com/SonarSource/sonarqubeStephane Gamard2014-04-285-8/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Julien Lancelot (2) and Stas Vilchik (1) # Via Stas Vilchik * 'master' of https://github.com/SonarSource/sonarqube: Component Viewer: duplications Ignore some failing tests Fix licence headers Conflicts: sonar-core/src/main/java/org/sonar/core/cluster/LocalNonBlockingWorkQueue.java sonar-server/src/main/java/org/sonar/server/rule2/RuleConstants.java sonar-server/src/main/java/org/sonar/server/rule2/RuleDao.java sonar-server/src/main/java/org/sonar/server/rule2/RuleIndex.java sonar-server/src/test/java/org/sonar/server/rule2/RuleIndexTest.java
| * 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-2823-448/+213
|/
* Merge branch 'master' of https://github.com/SonarSource/sonarqubeStephane Gamard2014-04-282-6/+26
|\ | | | | | | | | | | | | # By Julien Lancelot # Via Julien Lancelot * 'master' of https://github.com/SonarSource/sonarqube: Manage l10n message on ServerException
| * Manage l10n message on ServerExceptionJulien Lancelot2014-04-282-6/+26
| |
* | Merge branch 'master' of https://github.com/SonarSource/sonarqubeStephane Gamard2014-04-2858-209/+951
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Julien Lancelot (6) and others # Via Julien Lancelot * 'master' of https://github.com/SonarSource/sonarqube: SONAR-4764 When removing profile at startup, do not check if the profile is deletable or not SONAR-4764 Fix issue on MySQL where profiles are empty because hibernate do not see new rules Complete WebService with new param metadata SONAR-4764 Remove icon near "Restore Default Profile" button SONAR-4764 Add a medium test SONAR-4764 Add Java WS Client to restore default profiles Rename addExtensions by addComponents SONAR-4927 Add Quality Gate widget SONAR-4927 Fix Build Breaker (remove alertLevel from new metric) Conflicts: sonar-server/src/main/java/org/sonar/server/rule2/RuleService.java
| * SONAR-4764 When removing profile at startup, do not check if the profile is ↵Julien Lancelot2014-04-283-15/+19
| | | | | | | | deletable or not
| * SONAR-4764 Fix issue on MySQL where profiles are empty because hibernate do ↵Julien Lancelot2014-04-282-19/+34
| | | | | | | | not see new rules
| * Complete WebService with new param metadataSimon Brandhof2014-04-2526-35/+379
| |
| * 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-2519-43/+353
| |
| * Rename addExtensions by addComponentsJulien Lancelot2014-04-253-9/+13
| |
| * SONAR-4927 Add Quality Gate widgetJean-Baptiste Lievremont2014-04-257-86/+140
| |
| * SONAR-4927 Fix Build Breaker (remove alertLevel from new metric)Jean-Baptiste Lievremont2014-04-251-1/+0
| |
* | 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
|
* Revert "SONAR-3437, SONAR-5189 Store measures in a persistit cache"Julien HENRY2014-04-2538-790/+875
| | | | This reverts commit 46395126b184c343df5471a147cdb48133f59f6f.
* Merge branch 'master' of https://github.com/SonarSource/sonarqubeStephane Gamard2014-04-258-53/+47
|\ | | | | | | | | | | | | # By Stas Vilchik # Via Stas Vilchik * 'master' of https://github.com/SonarSource/sonarqube: Fix quality flaws
| * 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-257-23/+123
|
* 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-2527-710/+933
|
* Fix bad importJulien Lancelot2014-04-251-1/+1
|
* SONAR-5234 new org.sonar.api.utils.command.TimeoutExceptionSimon Brandhof2014-04-254-11/+42
|
* Revert "SONAR-3437 Remove Measure from Hibernate model"Julien HENRY2014-04-245-24/+86
| | | | This reverts commit cafd76d5317716817c0f15a402d820a6e80d19a9.
* SONAR-4764 Add method to get existing profile that match provided profiles ↵Julien Lancelot2014-04-243-11/+48
| | | | for a language
* SONAR-3437 Remove Measure from Hibernate modelJulien HENRY2014-04-245-86/+24
|
* SONAR-5189 Fix VariationDecorator to allow measure updatesJulien HENRY2014-04-243-12/+25
|
* SONAR-4927 Store quality gate details in dedicated measureJean-Baptiste Lievremont2014-04-246-24/+146
|
* SONAR-4764 Restore default profiles for a language (Server side, no ui)Julien Lancelot2014-04-2419-183/+954
|
* SONAR-5189 Reintroduce check for duplicate measuresJulien HENRY2014-04-247-54/+111
|