aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-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 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-0844-300/+355
* | 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-084-92/+489
* | 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-083-36/+43
* | 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
* | SONAR-10313 Fix broken filtersSébastien Lesaint2018-02-081-2/+6
* | SONAR-10313 Optimize number of SQL requests on SearchActionEric Hartmann2018-02-081-5/+18
* | SONAR-10313 Use issue ID for ES ISSUES.ISSUEEric Hartmann2018-02-0817-217/+307
* | SONAR-10302 Auto issue assignment is now based on org membershipJulien Lancelot2018-02-074-34/+67
* | SONAR-10290 Add ability to provide help message for identity providersJulien Lancelot2018-02-073-36/+36
* | SONAR-10338 Allow authentication of user using an exising emailJulien Lancelot2018-02-0726-426/+963
* | SONAR-10257 apply feedbackDuarte Meneses2018-02-077-58/+40
* | SONAR-10257 Fix leak period date filtersDuarte Meneses2018-02-076-45/+105
* | SONAR-10257 Added Myers diff detectionDuarte Meneses2018-02-079-84/+90
* | SONAR-10257 Support lines without SCM infoDuarte Meneses2018-02-0714-39/+144
* | SONAR-10257 Generate SCM Info for changed linesDuarte Meneses2018-02-0715-189/+927
* | SONAR-10257 Support lines without SCM infoDuarte Meneses2018-02-0716-237/+174
* | SONAR-10257 Allow null revision in changesetsDuarte Meneses2018-02-074-43/+44
* | SONAR-10321 Add scope to rule definition APIDuarte Meneses2018-02-074-7/+12
* | SONAR-10321 Add scope field to rule search wsDuarte Meneses2018-02-077-11/+56
* | SONAR-10321 Store rule scope in DBDuarte Meneses2018-02-0711-5/+43
* | Add Java API Plugin.Context#getBootConfiguration()Simon Brandhof2018-02-061-1/+6
* | Fix FP in RuleIndexTestSimon Brandhof2018-02-051-5/+9
* | fix flacky test in RegisterQualityProfilesNotificationTestSébastien Lesaint2018-02-021-1/+1
* | SONAR-10300 Forbid system properties in api/settingsJulien Lancelot2018-02-0151-289/+403
* | SONAR-10052 fix N+1 syndrome when loading profile descendantsSimon Brandhof2018-01-294-19/+21
* | SONAR-10052 fix Quality flawsSimon Brandhof2018-01-292-4/+4
* | SONAR-10052 optimize data loading for (de)activation of rulesSimon Brandhof2018-01-2939-1120/+1555
* | SONAR-10052 minor refactoring to better understand rule activationSimon Brandhof2018-01-295-90/+96
* | Add missing test for ProjectBadgesWsJulien Lancelot2018-01-291-0/+60
* | Minor clean-up in some testsSimon Brandhof2018-01-2922-161/+123
* | Fix bad imports of Java6AssertionsSimon Brandhof2018-01-295-9/+9
* | Remove unused and conflicting dependency on securemock in unit testsSimon Brandhof2018-01-2916-194/+113
* | SONAR-10288 Configuration supports empty fields and quotes in CE/WebSébastien Lesaint2018-01-252-1/+350
* | SONAR-10288 move ConfigurationProvider from sonar-core to sonar-serverSébastien Lesaint2018-01-254-2/+86