aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-10435 Improve error message of licenses issues for normal usersGrégoire Aubert2018-02-153-7/+29
* SONAR-10404 Add Tooltip on issues count in rules pageGrégoire Aubert2018-02-151-7/+25
* SONAR-10432 Bring back installed filter tab in MarketplaceGrégoire Aubert2018-02-156-37/+44
* SONAR-9218 purge ce_scanner_context older than 28 days at startupSébastien Lesaint2018-02-146-13/+115
* rewrite maintenance app in react (#3055)Stas Vilchik2018-02-1443-352/+927
* SONAR-10409 Update too long keys of permission templatesEric Hartmann2018-02-135-1/+187
* SONAR-10313 fix error when displaying rule facetSébastien Lesaint2018-02-134-35/+87
* update typescript to 2.7 (#3054)Stas Vilchik2018-02-13148-250/+274
* 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-1214-192/+512
* SONAR-10364 upgrade protobuf to 3.5.1Sébastien Lesaint2018-02-122-4/+4
* Merge branch 'branch-6.7'Sébastien Lesaint2018-02-096-27/+224
|\
| * SONAR-10410 Rule#getSystemTags is populated with definition tagsSébastien Lesaint2018-02-095-2/+48
| * 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-094-12/+12
* | 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-10414 Missing l10n message in Marketplace (#3038)Stas Vilchik2018-02-094-13/+14
* | 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 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-082-29/+229
* | 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-085-86/+48
* | 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