aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SONAR-10301 db migration cleans orphans in CE child tablesSébastien Lesaint2018-02-135-1/+310
* SONAR-10301 delete from CE_TASK_INPUT when deleting a projectSébastien Lesaint2018-02-134-0/+80
* SONAR-10301 delete from CE_TASK_CHARACTERISTICS when deleting projectSébastien Lesaint2018-02-134-0/+88
* SONAR-10301 delete from CE_SCANNER_CONTEXT when deleting a projectSébastien Lesaint2018-02-134-2/+97
* rewrite custom measures app in react (#3052)Stas Vilchik2018-02-1343-811/+1872
* SONAR-10407 Fix upgrade of too long permision_templates keysEric Hartmann2018-02-123-12/+137
* SONAR-8964 Drop overall notifications not related to the current user on Sona...Julien Lancelot2018-02-1229-239/+878
* SONAR-10364 upgrade protobuf to 3.5.1Sébastien Lesaint2018-02-123-6/+6
* Merge branch 'branch-6.7'Sébastien Lesaint2018-02-097-27/+229
|\
| * SONAR-10410 Rule#getSystemTags is populated with definition tagsSébastien Lesaint2018-02-096-2/+53
| * SONAR-10410 harden UT coverage on some methods of RuleDaoSébastien Lesaint2018-02-091-25/+180
| * SONAR-10414 Missing l10n message in Marketplace (#3038)Stas Vilchik2018-02-095-24/+24
| * SONAR-10296 Connection to PostgreSQL database fails if SOCKS proxy is enabledSimon Brandhof2018-01-261-1/+1
* | rewrite custom metrics app in react (#3036)Stas Vilchik2018-02-0943-568/+1560
* | enable eslint rules to enforce newlines (#3043)Stas Vilchik2018-02-0913-0/+21
* | SONAR-10071 Omit stack trace when SCM provider autodetection failedDuarte Meneses2018-02-091-1/+2
* | SONAR-10414 Missing l10n message in Marketplace (#3038)Stas Vilchik2018-02-095-25/+26
* | Deploy official builds on feature branchesSimon Brandhof2018-02-091-2/+1
* | SONAR-10310 Check correct usage of deprecated keysEric Hartmann2018-02-093-18/+107
* | update eslint and plugins, add new rules (#3041)Stas Vilchik2018-02-0914-48/+91
* | SONAR-10395 Improve time compressing plugins in SonarCloudDuarte Meneses2018-02-084-13/+49
* | SONAR-10308 use java.util.Optional in RuleRepositorySébastien Lesaint2018-02-085-13/+12
* | SONAR-10308 support report referencing deprecated rule keysSébastien Lesaint2018-02-082-6/+65
* | SONAR-10311 improve readability of IT RuleReKeyingTestSébastien Lesaint2018-02-081-6/+121
* | SONAR-10311 add IT on rule rekeying applying to issuesSébastien Lesaint2018-02-088-2/+202
* | SONAR-10311 add IT for QP notification in case of plugin downgradeSébastien Lesaint2018-02-081-0/+29
* | SONAR-10311 add IT for rule re-keyingSébastien Lesaint2018-02-081-0/+85
* | SONAR-10311 support rule re-keying in case of plugin downgradeSébastien Lesaint2018-02-081-22/+55
* | SONAR-10311 fix RuleDefinitionDto#setRuleKey not reseting cached ruleKeySébastien Lesaint2018-02-081-0/+1
* | SONAR-10310 Fail on deprecated rule key duplicateEric Hartmann2018-02-082-2/+136
* | SONAR-10307 support rule renaming in RegisterRulesSébastien Lesaint2018-02-083-30/+230
* | SONAR-10307 RuleDefinitionDto equals/hashcode based on idSébastien Lesaint2018-02-082-51/+29
* | SONAR-10307 refactor RegisterRules implementationSébastien Lesaint2018-02-081-115/+181
* | SONAR-10307 fix some new rule causing an insert AND an updateSébastien Lesaint2018-02-081-0/+7
* | SONAR-10313 remove useless RuleActivationContext#rulesByKeySébastien Lesaint2018-02-082-22/+10
* | SONAR-10313 remove dead interface ActiveRuleSébastien Lesaint2018-02-0812-61/+45
* | SONAR-10313 remove ruleKey from RuleActivationSébastien Lesaint2018-02-0818-137/+119
* | SONAR-10313 remove rule key and repo from rules.activeRule indexSébastien Lesaint2018-02-084-32/+3
* | SONAR-10313 remove ruleKey field from RULES.ruleExtension indexSébastien Lesaint2018-02-083-15/+0
* | SONAR-10313 use rule id as doc key in rules indexes instead of RuleKeySébastien Lesaint2018-02-0853-348/+420
* | SONAR-10357 add ruleId to BuiltInQProfile#activeRulesSébastien Lesaint2018-02-089-78/+173
* | SONAR-10357 add ruleId to RuleActivationSébastien Lesaint2018-02-0816-134/+205
* | SONAR-10311 Store deprecated keys of rule at startupEric Hartmann2018-02-0812-100/+826
* | SONAR-10311 Add migration for DEPRECATED_RULE_KEYS tableEric Hartmann2018-02-086-1/+180
* | SONAR-10357 change rule key into id in QPROFILE_CHANGES#CHANGE_DATASébastien Lesaint2018-02-085-2/+318
* | SONAR-10357 store rule id in QP changelog instead of rule keySébastien Lesaint2018-02-0811-58/+73
* | SONAR-10313 Keep the order of issues on SearchEric Hartmann2018-02-086-89/+51
* | SONAR-10313 Do not request DB when list is emptyEric Hartmann2018-02-081-0/+16
* | SONAR-10313 Small code optimizationSébastien Lesaint2018-02-081-7/+5
* | SONAR-10313 Do not retrieve rules in request twiceSébastien Lesaint2018-02-086-69/+25