aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/java/org
Commit message (Collapse)AuthorAgeFilesLines
* Fix bad mergeStas Vilchik2014-07-181-160/+0
|
* Merge remote-tracking branch 'origin/branch-4.4'Julien Lancelot2014-07-171-0/+160
|\ | | | | | | | | | | Conflicts: sonar-server/src/main/hbs/common/_markdown-tips.hbs sonar-server/src/main/java/org/sonar/server/test/ws/TestsShowAction.java
| * Fix /api/profiles due to missing defaultProfile() methodJulien Lancelot2014-07-161-3/+7
| |
| * SONAR-5338 Add stacktrace when test_data measure is usedJulien Lancelot2014-07-161-6/+2
| |
| * SONAR-5338 Read test info from the test_data measureJulien Lancelot2014-07-162-5/+86
| |
* | Move sonar-server, sonar-search and sonar-process into sub-dir server/Simon Brandhof2014-07-10412-45961/+0
| |
* | Merge commit 'f1fa4be793dcadbd6628150d24e441c2095e0a54' into HEADJenkins CI2014-07-109-183/+243
|\|
| * SONAR-5007 return debt characteristic names in WS responsesSimon Brandhof2014-07-109-183/+243
| |
* | Merge commit '46a655cc343aba370396d8af5fbc34d5da668a0a' into HEADJenkins CI2014-07-091-1/+0
|\|
| * SONAR-5007 fix bug related to synchronization of rule parametersSimon Brandhof2014-07-072-7/+29
| | | | | | | | | | * removal of rule parameter must be propagated to active rules * addition of rule parameter with default value must be propagated to active rules
| * SONAR-5007 fix registration of template rulesSimon Brandhof2014-07-071-26/+35
| | | | | | | | | | * update severity of custom rules on template changes * fix removal of custom rules on removal of templates
| * SONAR-5007 - Fixed hasDebt filter in RuleIndexStephane Gamard2014-07-071-7/+11
| |
| * SONAR-5007 fix removal of param valueSimon Brandhof2014-07-072-25/+21
| |
| * SONAR-5007 fix update of param activation when no default valueSimon Brandhof2014-07-071-1/+4
| |
| * Improve exception handling in BaseDaoSimon Brandhof2014-07-041-10/+23
| |
| * fix quality flaw (Using production ready timeout value)Stephane Gamard2014-07-041-1/+1
| |
| * fix quality flaw (Throw exception when ES fails within timeout)Stephane Gamard2014-07-041-6/+13
| |
| * Add the possibility to search for all rules (used by SQALE Sunbirst widget)Julien Lancelot2014-07-041-7/+14
| |
| * SONAR-5007 - Fix date-synch for ES Synchronizer when date == null (initial ↵Stephane Gamard2014-07-043-6/+6
| | | | | | | | start)
| * fix quality flaw (removed non necessary try/catch)Stephane Gamard2014-07-041-11/+12
| |
| * SONAR-5007 - Fix date-synch for ES SynchronizerStephane Gamard2014-07-041-6/+13
| |
| * Fix loading of project DSM in drilldown pageSimon Brandhof2014-07-031-0/+4
| |
| * fix quality flaw (possible NPE)Stephane Gamard2014-07-031-1/+1
| |
| * fix quality flaw (possible NPE)Stephane Gamard2014-07-031-9/+12
| |
| * SONAR-5007 - Ignore test for SONAR-5183Stephane Gamard2014-07-031-16/+25
| |
| * SONAR-5007 - Reverted final modifier for base method because of legacy @MockStephane Gamard2014-07-031-7/+7
| |
| * SONAR-5007 - added createdAt and updatedAt fields for ActiveRuleDtoStephane Gamard2014-07-034-13/+42
| |
* | Remove unused QProfileOperationsSimon Brandhof2014-07-084-99/+8
| |
* | SONAR-5390 Add parameter to search rules by active severityJean-Baptiste Lievremont2014-07-083-21/+30
| |
* | SONAR-5007 fix bug related to synchronization of rule parametersSimon Brandhof2014-07-072-7/+29
| | | | | | | | | | * removal of rule parameter must be propagated to active rules * addition of rule parameter with default value must be propagated to active rules
* | SONAR-5007 fix registration of template rulesSimon Brandhof2014-07-071-26/+35
| | | | | | | | | | * update severity of custom rules on template changes * fix removal of custom rules on removal of templates
* | SONAR-5007 - Fixed hasDebt filter in RuleIndexStephane Gamard2014-07-071-7/+11
| | | | | | | | | | Conflicts: sonar-server/src/test/java/org/sonar/server/rule/index/RuleIndexMediumTest.java
* | SONAR-4253 Use Coding Rules permalink for RuleMacro instead of old Rails modalJean-Baptiste Lievremont2014-07-071-1/+1
| |
* | SONAR-5007 fix removal of param valueSimon Brandhof2014-07-072-25/+21
| |
* | SONAR-5007 fix update of param activation when no default valueSimon Brandhof2014-07-071-1/+4
| | | | | | | | | | Conflicts: sonar-server/src/test/java/org/sonar/server/qualityprofile/RuleActivatorMediumTest.java
* | Fix quality flawsSimon Brandhof2014-07-071-1/+0
| |
* | Improve exception handling in BaseDaoSimon Brandhof2014-07-041-10/+23
| |
* | fix quality flaw (Using production ready timeout value)Stephane Gamard2014-07-041-1/+1
| |
* | fix quality flaw (Throw exception when ES fails within timeout)Stephane Gamard2014-07-041-6/+13
| |
* | Add the possibility to search for all rules (used by SQALE Sunbirst widget)Julien Lancelot2014-07-041-7/+14
| |
* | SONAR-5007 - Fix date-synch for ES Synchronizer when date == null (initial ↵Stephane Gamard2014-07-043-6/+6
| | | | | | | | start)
* | fix quality flaw (removed non necessary try/catch)Stephane Gamard2014-07-041-11/+12
| |
* | SONAR-5007 - Fix date-synch for ES SynchronizerStephane Gamard2014-07-041-6/+13
| |
* | Fix loading of project DSM in drilldown pageSimon Brandhof2014-07-031-0/+4
| |
* | SONAR-5432 Remove RCI and Weighted issues metricsJulien Lancelot2014-07-031-1/+1
| |
* | fix quality flaw (possible NPE)Stephane Gamard2014-07-031-1/+1
| |
* | fix quality flaw (possible NPE)Stephane Gamard2014-07-031-9/+12
| |
* | SONAR-5007 - Ignore test for SONAR-5183Stephane Gamard2014-07-031-16/+25
| |
* | SONAR-5007 - Reverted final modifier for base method because of legacy @MockStephane Gamard2014-07-031-7/+7
| |
* | SONAR-5007 - added createdAt and updatedAt fields for ActiveRuleDtoStephane Gamard2014-07-034-13/+42
|/ | | | | Conflicts: sonar-server/src/test/java/org/sonar/server/qualityprofile/RuleActivatorMediumTest.java