Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-10301 delete from CE_TASK_INPUT when deleting a project | Sébastien Lesaint | 2018-02-13 | 4 | -0/+80 |
| | |||||
* | SONAR-10301 delete from CE_TASK_CHARACTERISTICS when deleting project | Sébastien Lesaint | 2018-02-13 | 4 | -0/+88 |
| | |||||
* | SONAR-10301 delete from CE_SCANNER_CONTEXT when deleting a project | Sébastien Lesaint | 2018-02-13 | 4 | -2/+97 |
| | |||||
* | rewrite custom measures app in react (#3052) | Stas Vilchik | 2018-02-13 | 43 | -811/+1872 |
| | |||||
* | SONAR-10407 Fix upgrade of too long permision_templates keys | Eric Hartmann | 2018-02-12 | 3 | -12/+137 |
| | |||||
* | SONAR-8964 Drop overall notifications not related to the current user on ↵ | Julien Lancelot | 2018-02-12 | 29 | -239/+878 |
| | | | | | | | | | | | | SonarCloud * SONAR-8964 Remove some global notifications in api/notifications/list on SonarCloud * SONAR-8964 Remove some global notifications in api/notifications/add on SonarCloud * In WebServiceEngine, define web services in start() * SONAR-8964 Remove some global notifications in api/notifications/remove on SonarCloud * Move some user ITs to their own suite * SONAR-8964 Add ITs on notifications (not for SonarCloud) * SONAR-8964 Add ITs on notifications for SonarCloud | ||||
* | SONAR-10364 upgrade protobuf to 3.5.1 | Sébastien Lesaint | 2018-02-12 | 3 | -6/+6 |
| | | | | | 3.2.0 includes "The default parsing byte size limit has been raised from 64MB to 2GB" next versions include bug fixes and performance improvements | ||||
* | Merge branch 'branch-6.7' | Sébastien Lesaint | 2018-02-09 | 7 | -27/+229 |
|\ | |||||
| * | SONAR-10410 Rule#getSystemTags is populated with definition tags | Sébastien Lesaint | 2018-02-09 | 6 | -2/+53 |
| | | |||||
| * | SONAR-10410 harden UT coverage on some methods of RuleDao | Sébastien Lesaint | 2018-02-09 | 1 | -25/+180 |
| | | |||||
| * | SONAR-10414 Missing l10n message in Marketplace (#3038) | Stas Vilchik | 2018-02-09 | 5 | -24/+24 |
| | | |||||
| * | SONAR-10296 Connection to PostgreSQL database fails if SOCKS proxy is enabled | Simon Brandhof | 2018-01-26 | 1 | -1/+1 |
| | | |||||
* | | rewrite custom metrics app in react (#3036) | Stas Vilchik | 2018-02-09 | 43 | -568/+1560 |
| | | |||||
* | | enable eslint rules to enforce newlines (#3043) | Stas Vilchik | 2018-02-09 | 13 | -0/+21 |
| | | |||||
* | | SONAR-10071 Omit stack trace when SCM provider autodetection failed | Duarte Meneses | 2018-02-09 | 1 | -1/+2 |
| | | |||||
* | | SONAR-10414 Missing l10n message in Marketplace (#3038) | Stas Vilchik | 2018-02-09 | 5 | -25/+26 |
| | | |||||
* | | Deploy official builds on feature branches | Simon Brandhof | 2018-02-09 | 1 | -2/+1 |
| | | |||||
* | | SONAR-10310 Check correct usage of deprecated keys | Eric Hartmann | 2018-02-09 | 3 | -18/+107 |
| | | |||||
* | | update eslint and plugins, add new rules (#3041) | Stas Vilchik | 2018-02-09 | 14 | -48/+91 |
| | | |||||
* | | SONAR-10395 Improve time compressing plugins in SonarCloud | Duarte Meneses | 2018-02-08 | 4 | -13/+49 |
| | | |||||
* | | SONAR-10308 use java.util.Optional in RuleRepository | Sébastien Lesaint | 2018-02-08 | 5 | -13/+12 |
| | | |||||
* | | SONAR-10308 support report referencing deprecated rule keys | Sébastien Lesaint | 2018-02-08 | 2 | -6/+65 |
| | | |||||
* | | SONAR-10311 improve readability of IT RuleReKeyingTest | Sébastien Lesaint | 2018-02-08 | 1 | -6/+121 |
| | | | | | | | | and drop tests of the database content | ||||
* | | SONAR-10311 add IT on rule rekeying applying to issues | Sébastien Lesaint | 2018-02-08 | 8 | -2/+202 |
| | | |||||
* | | SONAR-10311 add IT for QP notification in case of plugin downgrade | Sébastien Lesaint | 2018-02-08 | 1 | -0/+29 |
| | | |||||
* | | SONAR-10311 add IT for rule re-keying | Sébastien Lesaint | 2018-02-08 | 1 | -0/+85 |
| | | |||||
* | | SONAR-10311 support rule re-keying in case of plugin downgrade | Sébastien Lesaint | 2018-02-08 | 1 | -22/+55 |
| | | |||||
* | | SONAR-10311 fix RuleDefinitionDto#setRuleKey not reseting cached ruleKey | Sébastien Lesaint | 2018-02-08 | 1 | -0/+1 |
| | | |||||
* | | SONAR-10310 Fail on deprecated rule key duplicate | Eric Hartmann | 2018-02-08 | 2 | -2/+136 |
| | | |||||
* | | SONAR-10307 support rule renaming in RegisterRules | Sébastien Lesaint | 2018-02-08 | 3 | -30/+230 |
| | | |||||
* | | SONAR-10307 RuleDefinitionDto equals/hashcode based on id | Sébastien Lesaint | 2018-02-08 | 2 | -51/+29 |
| | | | | | | | | instead of rule key and repository, because now, rule key and repository of a rule can change | ||||
* | | SONAR-10307 refactor RegisterRules implementation | Sébastien Lesaint | 2018-02-08 | 1 | -115/+181 |
| | | |||||
* | | SONAR-10307 fix some new rule causing an insert AND an update | Sébastien Lesaint | 2018-02-08 | 1 | -0/+7 |
| | | |||||
* | | SONAR-10313 remove useless RuleActivationContext#rulesByKey | Sébastien Lesaint | 2018-02-08 | 2 | -22/+10 |
| | | |||||
* | | SONAR-10313 remove dead interface ActiveRule | Sébastien Lesaint | 2018-02-08 | 12 | -61/+45 |
| | | | | | | | | it was only used to "host" enum Inheritance which is now at upper level and renamed to ActiveRuleInheritance | ||||
* | | SONAR-10313 remove ruleKey from RuleActivation | Sébastien Lesaint | 2018-02-08 | 18 | -137/+119 |
| | | |||||
* | | SONAR-10313 remove rule key and repo from rules.activeRule index | Sébastien Lesaint | 2018-02-08 | 4 | -32/+3 |
| | | |||||
* | | SONAR-10313 remove ruleKey field from RULES.ruleExtension index | Sébastien Lesaint | 2018-02-08 | 3 | -15/+0 |
| | | |||||
* | | SONAR-10313 use rule id as doc key in rules indexes instead of RuleKey | Sébastien Lesaint | 2018-02-08 | 53 | -348/+420 |
| | | |||||
* | | SONAR-10357 add ruleId to BuiltInQProfile#activeRules | Sébastien Lesaint | 2018-02-08 | 9 | -78/+173 |
| | | |||||
* | | SONAR-10357 add ruleId to RuleActivation | Sébastien Lesaint | 2018-02-08 | 16 | -134/+205 |
| | | |||||
* | | SONAR-10311 Store deprecated keys of rule at startup | Eric Hartmann | 2018-02-08 | 12 | -100/+826 |
| | | |||||
* | | SONAR-10311 Add migration for DEPRECATED_RULE_KEYS table | Eric Hartmann | 2018-02-08 | 6 | -1/+180 |
| | | |||||
* | | SONAR-10357 change rule key into id in QPROFILE_CHANGES#CHANGE_DATA | Sébastien Lesaint | 2018-02-08 | 5 | -2/+318 |
| | | |||||
* | | SONAR-10357 store rule id in QP changelog instead of rule key | Sébastien Lesaint | 2018-02-08 | 11 | -58/+73 |
| | | |||||
* | | SONAR-10313 Keep the order of issues on Search | Eric Hartmann | 2018-02-08 | 6 | -89/+51 |
| | | |||||
* | | SONAR-10313 Do not request DB when list is empty | Eric Hartmann | 2018-02-08 | 1 | -0/+16 |
| | | |||||
* | | SONAR-10313 Small code optimization | Sébastien Lesaint | 2018-02-08 | 1 | -7/+5 |
| | | |||||
* | | SONAR-10313 Do not retrieve rules in request twice | Sébastien Lesaint | 2018-02-08 | 6 | -69/+25 |
| | | | | | | | | When building IssueQuery and loading SearchResponseData | ||||
* | | SONAR-10313 Fix incorrect equlity test on RuleDefinitionDto | Eric Hartmann | 2018-02-08 | 2 | -2/+81 |
| | |