]> source.dussan.org Git - sonarqube.git/shortlog
sonarqube.git
2016-02-29 Julien LancelotSONAR-7330 Remove SqlActiveRuleKey
2016-02-29 Julien LancelotFix quality flaws
2016-02-29 Simon BrandhofSONAR-7330 delete ES script "ListUpdate"
2016-02-29 Simon BrandhofSONAR-7330 Remove DAOv2 base classes
2016-02-29 Julien LancelotSONAR-7330 Remove old DbClient in server
2016-02-29 Julien LancelotSONAR-7330 Replace usage of selectParamsByActiveRuleKey...
2016-02-29 Julien LancelotSONAR-7330 Rename date properties in RuleDoc and Active...
2016-02-29 Julien LancelotSONAR-7330 Update date columns of rules and active_rules
2016-02-29 Julien LancelotSONAR-7330 Remove Dto interface from RuleDto and Active...
2016-02-29 Julien LancelotSONAR-7330 Cleanup Normalizer
2016-02-29 Julien LancelotSONAR-7330 Remove old Index used by daov2
2016-02-29 Julien LancelotSONAR-7330 Add RuleIndexer in missing classes
2016-02-29 Julien LancelotSONAR-7330 Remove old RuleDao and ActiveRuleDao
2016-02-29 Julien LancelotSONAR-7330 SearchActionTest is now using new ActiveRuleDao
2016-02-29 Julien LancelotSONAR-7330 CreateAction is now only using RuleDao
2016-02-29 Julien LancelotSONAR-7330 SearchAction is now using new RuleIndex
2016-02-29 Julien LancelotSONAR-7330 ActiveRuleCompleter is now using new ActiveR...
2016-02-29 Julien LancelotSONAR-7330 Fix MediumTests because missing Es indexes
2016-02-29 Julien LancelotSONAR-7330 CompareAction is now only using dao
2016-02-29 Julien LancelotSONAR-7330 QProfileComparison is now only using dao
2016-02-29 Julien LancelotSONAR-7330 QProfileBackuper is now only using dao
2016-02-29 Julien LancelotSONAR-7330 Fix BackendCleanupMediumTest
2016-02-29 Julien LancelotSONAR-7330 Fix IssueServiceMediumTest
2016-02-29 Julien LancelotSONAR-7330 RegisterQualityProfiles is now using ActiveR...
2016-02-29 Julien LancelotSONAR-7330 QProfileFactory is now using ActiveRuleIndexer
2016-02-29 Julien LancelotSONAR-7330 QProfileService is now using ActiveRuleIndexer
2016-02-29 Julien LancelotSONAR-7330 QProfileExporters is now using ActiveRuleIndexer
2016-02-29 Julien LancelotSONAR-7330 QProfileReset is now using ActiveRuleIndexer
2016-02-29 Julien LancelotSONAR-7330 RuleActivator is now using ActiveRuleIndexer
2016-02-29 Julien LancelotSONAR-7330 Remove last usage of old RuleIndex
2016-02-29 Julien LancelotSONAR-7330 Use new RuleIndex in RuleActivator
2016-02-29 Julien LancelotSONAR-7330 QProfileLoader is now using new ActiveRuleIndex
2016-02-29 Julien LancelotSONAR-7330 Replace usage of deprecateActiveRuleDao...
2016-02-29 Julien LancelotSONAR-7330 Rename activeRuleDao to deprecatedActiveRule...
2016-02-29 Julien LancelotSONAR-7330 Add active rule index definition
2016-02-29 Julien LancelotSONAR-7330 Add long dates in active rules
2016-02-29 Julien LancelotSONAR-7330 ClearRulesOverloadedDebt is now using only...
2016-02-29 Julien LancelotSONAR-7330 IssuesNotification is now using only RuleDao
2016-02-29 Julien LancelotSONAR-7330 DefaultRuleFinder is now using only RuleDao
2016-02-29 Julien LancelotSONAR-7330 RuleOperations is now using RuleIndexer
2016-02-29 Julien LancelotSONAR-7330 RuleDeleter is now using RuleIndexer
2016-02-29 Julien LancelotSONAR-7330 RuleCreator is now using RuleIndexer
2016-02-29 Julien LancelotSONAR-7330 RuleUpdater is now using RuleIndexer
2016-02-29 Julien LancelotSONAR-7330 RegisterRules is now using RuleIndexer
2016-02-29 Julien LancelotSONAR-7330 Add rule index definition
2016-02-29 Simon BrandhofReplace SQL "count(*)" by "count(1)" 796/head
2016-02-29 Simon BrandhofEnable categ5 of ITs on QA
2016-02-29 Simon BrandhofFix quality flaws
2016-02-29 Simon BrandhofFix IssueDaoTest on MySQL
2016-02-29 Teryk BellahseneFix quality flaw
2016-02-29 Julien LancelotRevert "SONAR-7330 Remove RubyRuleService"
2016-02-29 Simon BrandhofFix quality flaws
2016-02-26 Simon BrandhofSONAR-6810 Remove unused internal WS api/issues/show
2016-02-26 Teryk BellahseneSONAR-7187 WS api/ce/activity order tasks from last...
2016-02-26 Stas VilchikSONAR-7333 display issue type in the issue box 794/head
2016-02-26 Stas VilchikSONAR-7334 display types facet on issues page
2016-02-26 Simon BrandhofSONAR-7333 DB migration to set ISSUES.ISSUE_TYPE
2016-02-26 Simon BrandhofSONAR-7332 Update RuleDefinition API to handle "Type...
2016-02-26 Simon BrandhofSONAR-7333 add field "type" to issues (db and elasticse...
2016-02-26 Simon BrandhofRemove useless usage of ES UpsertRequest
2016-02-26 Simon BrandhofRemove useless source field "_parent" in ES doc "issues"
2016-02-26 Teryk BellahseneSONAR-7330 WS api/rules/update apply ES+DB pattern
2016-02-26 Teryk BellahseneSONAR-7330 WS api/rules/show apply ES+DB pattern
2016-02-26 Teryk BellahseneSONAR-7330 WS api/rules/search apply ES+DB pattern
2016-02-26 Teryk BellahseneSONAR-7330 Remove RubyRuleService
2016-02-26 Simon BrandhofSONAR-7010 Fix IssueActionTest 5.5-M5
2016-02-26 Simon BrandhofSONAR-7010 Fix IssueBulkChangeTest
2016-02-25 Stas Vilchikimrpove display if background task processing crossed...
2016-02-25 Stas Vilchikimprove display of little language distribution percent...
2016-02-25 Laurent MihalkovicSONAR-7010 Markdown engine generates wrong html tag...
2016-02-25 Simon BrandhofRemove dead code in IssueUpdater
2016-02-25 Simon BrandhofMove IssueUpdater from sonar-core to sonar-server
2016-02-25 Simon BrandhofMove issue workflow from sonar-core to sonar-server
2016-02-25 Simon BrandhofMove org.sonar.core.rule to org.sonar.server.rule
2016-02-25 Geoffrey AlexandreUpdate README.md
2016-02-25 Jenkins CIAutomatic merge from branch-5.4
2016-02-24 Stas Vilchikrefactor quality gates page
2016-02-24 Stas Vilchikimprove code quality
2016-02-24 Sébastien Lesaintbootstrap and stop Governance plugin in SQ 787/head
2016-02-24 Sébastien Lesaintadd module sonar-governance-bridge
2016-02-24 Sébastien Lesaintaccept Governance plugin as a privileged plugin
2016-02-24 Sébastien LesaintSONAR-7384 ensure no thread can await its own terminati... 789/head
2016-02-24 Sébastien LesaintSONAR-7316 do not create a builder for each changeset 790/head
2016-02-24 Sébastien LesaintSONAR-7316 DbScmInfo should use a single ChangeSet...
2016-02-24 Sébastien LesaintSONAR-7316 use String.intern to store ChangeSet#revision
2016-02-24 Julien LancelotSONAR-7316 Use String.intern to store author in ChangeSet
2016-02-24 Simon BrandhofFix backward-compatibility with dev cockpit plugin
2016-02-24 Stas Vilchikdisplay if background task processing crossed midnight
2016-02-24 Stas Vilchikdisplay if background task processing crossed midnight
2016-02-24 Stas Vilchikfix widgets resizing on the overview page
2016-02-23 Stas Vilchikfix notifications form on my account page and re-enable...
2016-02-23 Simon BrandhofTemporarily disable notification ITs
2016-02-23 Simon BrandhofImprove reliability of Selenium tests 5.5-M4
2016-02-23 Jenkins CIAutomatic merge from branch-5.4
2016-02-22 Simon BrandhofFix ITs in QA env
2016-02-22 Simon BrandhofAdd upgrade tests
2016-02-22 Simon BrandhofComplete matrix of QA tests
2016-02-22 Simon BrandhofFix quality flaws
2016-02-22 Simon BrandhofSONAR-7364 Remove SQALE characteristics from measures...
2016-02-22 Stas VilchikSONAR-7191 fix wording
next