aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* Move sonar-server, sonar-search and sonar-process into sub-dir server/Simon Brandhof2014-07-10274-42014/+0
|
* Merge commit 'f1fa4be793dcadbd6628150d24e441c2095e0a54' into HEADJenkins CI2014-07-103-15/+14
|\
| * SONAR-5007 return debt characteristic names in WS responsesSimon Brandhof2014-07-103-15/+14
| |
* | SONAR-5410 - Moved NetworkUtils to sonar-search moduleStephane Gamard2014-07-091-48/+0
| |
* | Merge commit '46a655cc343aba370396d8af5fbc34d5da668a0a' into HEADJenkins CI2014-07-091-0/+8
|\|
| * SONAR-5007 fix bug related to synchronization of rule parametersSimon Brandhof2014-07-071-41/+90
| | | | | | | | | | * 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-362/+353
| | | | | | | | | | * 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-5/+11
| |
| * SONAR-5007 fix removal of param valueSimon Brandhof2014-07-071-2/+4
| |
| * Improve search_by_has_debt_characteristic Medium Test to search for rules ↵Julien Lancelot2014-07-071-14/+17
| | | | | | | | with default or overridden characteristic
| * SONAR-5007 fix update of param activation when no default valueSimon Brandhof2014-07-071-9/+12
| |
| * Add a Medium Test when activating a rule with param having no default value ↵Julien Lancelot2014-07-071-4/+22
| | | | | | | | (Ignored because it has to be fix)
| * Add the possibility to search for all rules (used by SQALE Sunbirst widget)Julien Lancelot2014-07-041-0/+83
| |
| * SONAR-5007 - Fix date-synch for ES SynchronizerStephane Gamard2014-07-041-1/+2
| |
| * fix quality flaw (fixed Ignored test)Stephane Gamard2014-07-041-6/+16
| |
| * SONAR-5007 - Ignore test for SONAR-5183Stephane Gamard2014-07-031-0/+2
| |
| * SONAR-5007 - added createdAt and updatedAt fields for ActiveRuleDtoStephane Gamard2014-07-031-3/+8
| |
| * SONAR-5300 id should be a long instead of an integerJulien Lancelot2014-07-031-1/+1
| |
| * Add check to verify that created_at and updated_at are set in active rules ↵Julien Lancelot2014-07-031-5/+6
| | | | | | | | (MT is ignored because it's failing)
* | SONAR-5447 Drop unused DB tables ACTIVE_RULE_CHANGES and ↵Simon Brandhof2014-07-082-1/+3
| | | | | | | | ACTIVE_RULE_PARAM_CHANGES
* | Remove unused QProfileOperationsSimon Brandhof2014-07-081-3/+0
| |
* | SONAR-5390 Add parameter to search rules by active severityJean-Baptiste Lievremont2014-07-081-7/+28
| |
* | SONAR-5007 fix bug related to synchronization of rule parametersSimon Brandhof2014-07-071-41/+90
| | | | | | | | | | * 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-362/+353
| | | | | | | | | | * 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-4/+13
| | | | | | | | | | 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-2/+2
| |
* | SONAR-5007 fix removal of param valueSimon Brandhof2014-07-071-2/+4
| |
* | SONAR-5007 fix update of param activation when no default valueSimon Brandhof2014-07-071-7/+26
| | | | | | | | | | Conflicts: sonar-server/src/test/java/org/sonar/server/qualityprofile/RuleActivatorMediumTest.java
* | Add the possibility to search for all rules (used by SQALE Sunbirst widget)Julien Lancelot2014-07-041-0/+83
| |
* | SONAR-5007 - Fix date-synch for ES SynchronizerStephane Gamard2014-07-041-1/+2
| |
* | fix quality flaw (fixed Ignored test)Stephane Gamard2014-07-031-6/+16
| |
* | SONAR-5007 - Ignore test for SONAR-5183Stephane Gamard2014-07-031-0/+2
| |
* | SONAR-5300 id should be a long instead of an integerJulien Lancelot2014-07-031-1/+1
|/
* Fix quality flawJean-Baptiste Lievremont2014-07-021-1/+20
|
* Fix quality flawsJulien Lancelot2014-07-011-0/+64
|
* Fix quality flawsJulien Lancelot2014-07-011-3/+3
|
* SONAR-5007 Revert find ids to rule finder logic (removed rules are returned)Julien Lancelot2014-07-011-3/+20
|
* SONAR-5007 - Severity is null for manual rulesJulien Lancelot2014-07-011-12/+29
|
* Revert "SONAR-4514 Add a default severity when creating manual rules"Julien Lancelot2014-07-012-3/+1
| | | | This reverts commit 5fbf1cf28418d2914f18ac89923ba0695d4dfcaa.
* SONAR-4514 Add a default severity when creating manual rulesJulien Lancelot2014-07-012-1/+3
|
* Fix some quality flawsSimon Brandhof2014-07-011-0/+25
|
* SONAR-5007 - Assert ID is preset in Rule domain Object from RuleFinderStephane Gamard2014-07-011-0/+3
|
* SONAR-5007 refactor Q profile exportersSimon Brandhof2014-07-015-121/+185
|
* SONAR-5007 - Fixed DefaultFinderTest due to null caseStephane Gamard2014-06-301-2/+2
|
* Fix some quality flawsSimon Brandhof2014-06-301-4/+4
|
* Remove useless constructors with System2.INSTANCESimon Brandhof2014-06-305-6/+9
|
* SONAR-5007 - Returning name of effectiveChar in Issue Show Action WSStephane Gamard2014-06-301-12/+17
|
* SONAR-5007 - Wrapped DefaultRuleFinder with DAOv.2Stephane Gamard2014-06-301-1/+2
|
* Deprecating DefaultRuleFinder in core.Stephane Gamard2014-06-302-1/+135
|
* Add ConvertProfileMeasuresMigrationTestSimon Brandhof2014-06-301-0/+67
|