aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | SONAR-7021 Merge tests metric domainsSimon Brandhof2016-03-021-34/+43
| |
* | SONAR-7353 Move RuleType to APIJulien Lancelot2016-03-0253-89/+86
| |
* | SONAR-7329 display rule type in descriptionStas Vilchik2016-03-024-1/+14
| |
* | SONAR-7329 Cleanup some remaining characteristics stuffJulien Lancelot2016-03-024-25/+3
| |
* | SONAR-7333 Set issue type from rule typeJulien Lancelot2016-03-023-16/+32
| |
* | SONAR-7329 Add type in Rules WSJulien Lancelot2016-03-0218-35/+104
| |
* | SONAR-7353 Synchronize rules type on each startupJulien Lancelot2016-03-022-0/+12
| |
* | SONAR-7329 Set type when creating rulesJulien Lancelot2016-03-023-2/+10
| |
* | SONAR-7329 Add type in RuleIndexJulien Lancelot2016-03-0215-158/+230
| |
* | SONAR-7329 Add type in RuleDtoJulien Lancelot2016-03-0210-53/+79
| |
* | SONAR-7329 Feed RULES.RULE_TYPEJulien Lancelot2016-03-0215-71/+573
| |
* | SONAR-7329 Rename IssueType to RuleTypeJulien Lancelot2016-03-0224-156/+165
| |
* | Removed unused codeJulien Lancelot2016-03-021-3/+0
| |
* | SONAR-7347 Change the default quality gates to use new_vulnerabilities and ↵Teryk Bellahsene2016-03-022-10/+10
| | | | | | | | new_bugs
* | SONAR-7267 Do not accept multiple rules with the same key in a repositorySimon Brandhof2016-03-022-13/+13
| |
* | SONAR-7101 Deprecate Common Rule SkippedUnitTestsSimon Brandhof2016-03-021-1/+3
| |
* | Remove deprecated calls to RulesDefinition#setDebtSubCharacteristic()Simon Brandhof2016-03-024-17/+6
| |
* | SONAR-7391 Drop unused DB index DUPLICATIONS_INDEX_PSIDSimon Brandhof2016-03-024-3/+34
| |
* | Fix quality flawsSimon Brandhof2016-03-0215-18/+20
| |
* | SONAR-7357 remove red highlighting from the search menuStas Vilchik2016-03-021-4/+5
| |
* | SONAR-7330 Index active rules in ES only once when registering profilesJulien Lancelot2016-03-021-13/+11
| |
* | Automatic merge from branch-5.4Jenkins CI2016-03-022-2/+8
|\| | | | | | | | | | | | | * origin/branch-5.4: fix widgets resizing on the overview page [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 5.4-RC3
| * fix widgets resizing on the overview pageStas Vilchik2016-03-012-2/+8
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2016-03-0126-27/+27
| |
| * [maven-release-plugin] prepare release 5.4-RC35.4-RC3Eric Hartmann2016-03-0126-27/+27
| |
* | Enable DB ITs on MSSQL 2014Simon Brandhof2016-03-011-10/+10
| |
* | SONAR-7330 Fix indexation of debt model resetJulien Lancelot2016-03-011-4/+4
| |
* | SONAR-7330 fix DB migrationSimon Brandhof2016-03-013-8/+8
| |
* | SONAR-7330 remove unused SQL requests from RuleMapperSimon Brandhof2016-03-012-51/+0
| |
* | SONAR-7330 remove column RULES.CHARACTERISTIC_ID and DEFAULT_CHARACTERISTIC_IDSimon Brandhof2016-03-0129-109/+15
| |
* | SONAR-7330 drop unused methods of ActiveRuleMapperTeryk Bellahsene2016-03-012-28/+0
| |
* | SONAR-7330 drop RuleNormalizer and RuleMappingTeryk Bellahsene2016-03-0111-678/+209
| |
* | SONAR-7330 WS api/rules/show drop unused parametersTeryk Bellahsene2016-03-011-6/+1
| |
* | SONAR-7330 Improve active rules loading in rules WSTeryk Bellahsene2016-03-017-44/+139
| |
* | WS api/rules/search document active field is not returned by defaultTeryk Bellahsene2016-03-011-1/+1
| |
* | Fix timings in performance tests due to hardware/OS changeSimon Brandhof2016-03-012-3/+4
| |
* | Fix DB tests on non-H2Simon Brandhof2016-03-012-2/+3
| |
* | SONAR-7329 Add RULES.RULE_TYPE columnJulien Lancelot2016-02-296-9/+15
| | | | | | | | Reuse existing migration that add columns in rules table to decrease migration time
* | fix webpack configStas Vilchik2016-02-291-1/+0
| |
* | SONAR-7338 SONAR-7339 SONAR-7340 new metrics to count issues by typeSimon Brandhof2016-02-295-82/+332
| |
* | Remove unused annotation @DbTestsSimon Brandhof2016-02-29163-522/+167
| |
* | Fix quality flawsSimon Brandhof2016-02-293-20/+0
| |
* | SONAR-7074 SONAR-7310 SONAR-7357 SONAR-7395 refactor web api pageStas Vilchik2016-02-2934-719/+799
| |
* | SONAR-7330 RubyRuleService is now using RuleDaoJulien Lancelot2016-02-293-73/+75
| |
* | SONAR-7330 RuleUpdater is now using RuleIndexer - FJulien Lancelot2016-02-291-11/+0
| |
* | SONAR-7330 Remove SqlActiveRuleKeyJulien Lancelot2016-02-295-95/+69
| |
* | Fix quality flawsJulien Lancelot2016-02-2910-169/+171
| |
* | SONAR-7330 delete ES script "ListUpdate"Simon Brandhof2016-02-295-364/+5
| |
* | SONAR-7330 Remove DAOv2 base classesSimon Brandhof2016-02-2973-2666/+59
| |
* | SONAR-7330 Remove old DbClient in serverJulien Lancelot2016-02-2939-110/+59
| |