aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '46a655cc343aba370396d8af5fbc34d5da668a0a' into HEADJenkins CI2014-07-0910-24/+42
|\
| * SONAR-5437 Support colon character in rule keysJulien Lancelot2014-07-092-5/+22
| |
| * SONAR-5333 Update links style inside markdown textStas Vilchik2014-07-093-3/+8
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-07-0826-27/+27
| |
| * [maven-release-plugin] prepare release 4.4-RC24.4-RC2Eric Hartmann2014-07-0826-27/+27
| |
| * SONAR-5007 fix bug related to synchronization of rule parametersSimon Brandhof2014-07-074-50/+121
| | | | | | | | | | * 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-072-388/+388
| | | | | | | | | | * 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-072-12/+22
| |
| * Update issue notification linkJulien Lancelot2014-07-076-8/+35
| |
| * SONAR-5007 fix removal of param valueSimon Brandhof2014-07-073-27/+25
| |
| * 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-072-10/+16
| |
| * 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)
| * Slight UI adjustments on rule activation detailsStas Vilchik2014-07-071-0/+1
| |
| * SONAR-5209 Improve the message of removed componentStas Vilchik2014-07-073-4/+3
| |
| * Remove detach link in project viewersSimon Brandhof2014-07-041-17/+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
| |
| * SONAR-5007 Sort languages by label (instead of id) in Coding Rules filterJean-Baptiste Lievremont2014-07-041-0/+2
| |
| * Add the possibility to search for all rules (used by SQALE Sunbirst widget)Julien Lancelot2014-07-042-7/+97
| |
| * Fix typeJulien Lancelot2014-07-041-1/+1
| |
| * SONAR-5334 Fix l10n cache issue (304 passing as done)Jean-Baptiste Lievremont2014-07-041-1/+3
| |
| * SONAR-5209 Fix showing several issues on issues pageStas Vilchik2014-07-041-1/+2
| |
| * SONAR-5209 Show error message when component api failsStas Vilchik2014-07-043-4/+18
| |
| * 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-042-7/+15
| |
| * fix quality flaw (fixed Ignored test)Stephane Gamard2014-07-041-6/+16
| |
| * SONAR-5333 Update custom measures widgetStas Vilchik2014-07-041-27/+24
| |
| * Fix assign_to_me issue actionStas Vilchik2014-07-042-7/+7
| |
| * SONAR-5001 SONAR-5405 improve clean-up of duplicated rules and usersSimon Brandhof2014-07-033-7/+50
| |
| * Fix loading of project DSM in drilldown pageSimon Brandhof2014-07-0313-108/+139
| |
| * SONAR-5007 Fix profile links on profiles compare pageJulien Lancelot2014-07-031-4/+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-032-16/+27
| |
| * 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-038-48/+73
| |
| * SONAR-5300 id should be a long instead of an integerJulien Lancelot2014-07-033-5/+5
| |
| * 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)
| * Fix availability of Inheritance filter in Coding RulesJean-Baptiste Lievremont2014-07-031-2/+2
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-07-0226-27/+27
| |
| * [maven-release-plugin] prepare release 4.4-RC14.4-RC1Eric Hartmann2014-07-0226-39/+34
| |
| * Move the removal of deployment of sonar-batch-maven-compat into release profileEric Hartmann2014-07-021-6/+16
| |
| * Remove deployment of sonar-batch-maven-compatEric Hartmann2014-07-021-0/+6
| |
| * [SONAR-5235] : Test for missing sources.jarEric Hartmann2014-07-021-7/+5
| |
* | SONAR-5207 Different enhancementsStas Vilchik2014-07-096-23/+58
| |
* | Fix stability of CommandExecutorTestSimon Brandhof2014-07-092-8/+3
| |
* | Extract MockJax responses to .json filesJean-Baptiste Lievremont2014-07-094-182/+203
| |