Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move sonar-server, sonar-search and sonar-process into sub-dir server/ | Simon Brandhof | 2014-07-10 | 274 | -42014/+0 |
| | |||||
* | Merge commit 'f1fa4be793dcadbd6628150d24e441c2095e0a54' into HEAD | Jenkins CI | 2014-07-10 | 3 | -15/+14 |
|\ | |||||
| * | SONAR-5007 return debt characteristic names in WS responses | Simon Brandhof | 2014-07-10 | 3 | -15/+14 |
| | | |||||
* | | SONAR-5410 - Moved NetworkUtils to sonar-search module | Stephane Gamard | 2014-07-09 | 1 | -48/+0 |
| | | |||||
* | | Merge commit '46a655cc343aba370396d8af5fbc34d5da668a0a' into HEAD | Jenkins CI | 2014-07-09 | 1 | -0/+8 |
|\| | |||||
| * | SONAR-5007 fix bug related to synchronization of rule parameters | Simon Brandhof | 2014-07-07 | 1 | -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 rules | Simon Brandhof | 2014-07-07 | 1 | -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 RuleIndex | Stephane Gamard | 2014-07-07 | 1 | -5/+11 |
| | | |||||
| * | SONAR-5007 fix removal of param value | Simon Brandhof | 2014-07-07 | 1 | -2/+4 |
| | | |||||
| * | Improve search_by_has_debt_characteristic Medium Test to search for rules ↵ | Julien Lancelot | 2014-07-07 | 1 | -14/+17 |
| | | | | | | | | with default or overridden characteristic | ||||
| * | SONAR-5007 fix update of param activation when no default value | Simon Brandhof | 2014-07-07 | 1 | -9/+12 |
| | | |||||
| * | Add a Medium Test when activating a rule with param having no default value ↵ | Julien Lancelot | 2014-07-07 | 1 | -4/+22 |
| | | | | | | | | (Ignored because it has to be fix) | ||||
| * | Add the possibility to search for all rules (used by SQALE Sunbirst widget) | Julien Lancelot | 2014-07-04 | 1 | -0/+83 |
| | | |||||
| * | SONAR-5007 - Fix date-synch for ES Synchronizer | Stephane Gamard | 2014-07-04 | 1 | -1/+2 |
| | | |||||
| * | fix quality flaw (fixed Ignored test) | Stephane Gamard | 2014-07-04 | 1 | -6/+16 |
| | | |||||
| * | SONAR-5007 - Ignore test for SONAR-5183 | Stephane Gamard | 2014-07-03 | 1 | -0/+2 |
| | | |||||
| * | SONAR-5007 - added createdAt and updatedAt fields for ActiveRuleDto | Stephane Gamard | 2014-07-03 | 1 | -3/+8 |
| | | |||||
| * | SONAR-5300 id should be a long instead of an integer | Julien Lancelot | 2014-07-03 | 1 | -1/+1 |
| | | |||||
| * | Add check to verify that created_at and updated_at are set in active rules ↵ | Julien Lancelot | 2014-07-03 | 1 | -5/+6 |
| | | | | | | | | (MT is ignored because it's failing) | ||||
* | | SONAR-5447 Drop unused DB tables ACTIVE_RULE_CHANGES and ↵ | Simon Brandhof | 2014-07-08 | 2 | -1/+3 |
| | | | | | | | | ACTIVE_RULE_PARAM_CHANGES | ||||
* | | Remove unused QProfileOperations | Simon Brandhof | 2014-07-08 | 1 | -3/+0 |
| | | |||||
* | | SONAR-5390 Add parameter to search rules by active severity | Jean-Baptiste Lievremont | 2014-07-08 | 1 | -7/+28 |
| | | |||||
* | | SONAR-5007 fix bug related to synchronization of rule parameters | Simon Brandhof | 2014-07-07 | 1 | -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 rules | Simon Brandhof | 2014-07-07 | 1 | -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 RuleIndex | Stephane Gamard | 2014-07-07 | 1 | -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 modal | Jean-Baptiste Lievremont | 2014-07-07 | 1 | -2/+2 |
| | | |||||
* | | SONAR-5007 fix removal of param value | Simon Brandhof | 2014-07-07 | 1 | -2/+4 |
| | | |||||
* | | SONAR-5007 fix update of param activation when no default value | Simon Brandhof | 2014-07-07 | 1 | -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 Lancelot | 2014-07-04 | 1 | -0/+83 |
| | | |||||
* | | SONAR-5007 - Fix date-synch for ES Synchronizer | Stephane Gamard | 2014-07-04 | 1 | -1/+2 |
| | | |||||
* | | fix quality flaw (fixed Ignored test) | Stephane Gamard | 2014-07-03 | 1 | -6/+16 |
| | | |||||
* | | SONAR-5007 - Ignore test for SONAR-5183 | Stephane Gamard | 2014-07-03 | 1 | -0/+2 |
| | | |||||
* | | SONAR-5300 id should be a long instead of an integer | Julien Lancelot | 2014-07-03 | 1 | -1/+1 |
|/ | |||||
* | Fix quality flaw | Jean-Baptiste Lievremont | 2014-07-02 | 1 | -1/+20 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2014-07-01 | 1 | -0/+64 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2014-07-01 | 1 | -3/+3 |
| | |||||
* | SONAR-5007 Revert find ids to rule finder logic (removed rules are returned) | Julien Lancelot | 2014-07-01 | 1 | -3/+20 |
| | |||||
* | SONAR-5007 - Severity is null for manual rules | Julien Lancelot | 2014-07-01 | 1 | -12/+29 |
| | |||||
* | Revert "SONAR-4514 Add a default severity when creating manual rules" | Julien Lancelot | 2014-07-01 | 2 | -3/+1 |
| | | | | This reverts commit 5fbf1cf28418d2914f18ac89923ba0695d4dfcaa. | ||||
* | SONAR-4514 Add a default severity when creating manual rules | Julien Lancelot | 2014-07-01 | 2 | -1/+3 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2014-07-01 | 1 | -0/+25 |
| | |||||
* | SONAR-5007 - Assert ID is preset in Rule domain Object from RuleFinder | Stephane Gamard | 2014-07-01 | 1 | -0/+3 |
| | |||||
* | SONAR-5007 refactor Q profile exporters | Simon Brandhof | 2014-07-01 | 5 | -121/+185 |
| | |||||
* | SONAR-5007 - Fixed DefaultFinderTest due to null case | Stephane Gamard | 2014-06-30 | 1 | -2/+2 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2014-06-30 | 1 | -4/+4 |
| | |||||
* | Remove useless constructors with System2.INSTANCE | Simon Brandhof | 2014-06-30 | 5 | -6/+9 |
| | |||||
* | SONAR-5007 - Returning name of effectiveChar in Issue Show Action WS | Stephane Gamard | 2014-06-30 | 1 | -12/+17 |
| | |||||
* | SONAR-5007 - Wrapped DefaultRuleFinder with DAOv.2 | Stephane Gamard | 2014-06-30 | 1 | -1/+2 |
| | |||||
* | Deprecating DefaultRuleFinder in core. | Stephane Gamard | 2014-06-30 | 2 | -1/+135 |
| | |||||
* | Add ConvertProfileMeasuresMigrationTest | Simon Brandhof | 2014-06-30 | 1 | -0/+67 |
| |