]> source.dussan.org Git - sonarqube.git/shortlog
sonarqube.git
2017-03-23 Daniel SchwarzSONAR-8857 reduce duplicated code for bulk requests
2017-03-23 Daniel SchwarzSONAR-8857 split BulkRuleActivationActions
2017-03-23 Daniel SchwarzSONAR-8857 make api/qualityprofiles/activate_rule organ...
2017-03-23 Daniel SchwarzSONAR-8857 make api/qualityprofiles/deactivate_rule...
2017-03-23 Daniel Schwarzprovide session to QProfileService
2017-03-23 Daniel SchwarzSONAR-8857 split RuleActivationActions into activation...
2017-03-23 Sébastien LesaintSONAR-8867 fix too long property identifier in RuleDto... 1842/head
2017-03-23 Sébastien LesaintSONAR-8867 drop metadata columns from table RULES
2017-03-23 Sébastien LesaintSONAR-8867 add AbstractDbTester#assertColumnDoesNotExist
2017-03-23 Sébastien LesaintSONAR-8897 add H2 support in DropColumnsBuilder
2017-03-23 Sébastien LesaintSONAR-8867 RuleResultSetIterator supports table RULES_M...
2017-03-23 Sébastien LesaintSONAR-8867 read and write into table RULES_METADATA
2017-03-23 Sébastien LesaintSONAR-8867 populate table RULES_METADATA
2017-03-23 Sébastien LesaintSONAR-8867 create table RULES_METADATA
2017-03-23 Sébastien LesaintSONAR-8867 add organizationUuid parameter to RuleDao...
2017-03-23 Sébastien LesaintSONAR-8867 add and use RuleDao#selectAllDefinitions
2017-03-23 Sébastien LesaintSONAR-8867 make UserDao#selectEnabled process RuleDefin...
2017-03-23 Sébastien LesaintSONAR-8867 add and use UserDao#selectDefinitionByKeys
2017-03-23 Sébastien LesaintSONAR-8867 add and use RuleDao#selectDefinitionById[s]
2017-03-23 Sébastien LesaintSONAR-8867 add and use RuleDao#selectOrFailDefinitionByKey
2017-03-23 Sébastien LesaintSONAR-8867 add and use RuleDao#selectDefinitionByKey
2017-03-23 Sébastien LesaintSONAR-8867 add CoreDbTester#defaultOrganization()
2017-03-23 Sébastien LesaintSONAR-8867 fix support for composite PK in assertPrimaryKey
2017-03-23 Sébastien LesaintSONAR-8867 enforce definition and metadata are inserted...
2017-03-23 Sébastien LesaintSONAR-8867 RuleDto aggregates RuleDefinitionDto and...
2017-03-23 Sébastien LesaintSONAR−8867 split persistence of rule definition from...
2017-03-23 Sébastien LesaintSONAR-8867 split insert/update of definition and metada...
2017-03-23 Sébastien LesaintSONAR-8867 don't open extra DbSession in RuleCreator
2017-03-23 Sébastien LesaintSONAR-8867 remove usused RuleDao#selectEnabled(DbSession)
2017-03-23 Sébastien LesaintSONAR-6547 remove now useless ClearRulesOverloadedDebt
2017-03-23 Sébastien LesaintSONAR-8867 remove unused RuleMapper#selectAll(ResultHan...
2017-03-23 Sébastien LesaintSONAR-8867 a bit of formatting on RuleMapper.xml
2017-03-23 Sébastien LesaintSONAR-8867 add missing jdbcType to RuleMapper
2017-03-23 Sébastien LesaintSONAR-8867 remove unused RuleMapper#selectByName
2017-03-23 Simon BrandhofSONAR-8925 re-enable IssueAssignTest
2017-03-23 Simon BrandhofSONAR-8925 scanner sends param "organization" when...
2017-03-23 Simon BrandhofSONAR-8971 check consistency of Quality profiles in...
2017-03-23 Simon BrandhofSONAR-8924 restrict count of projects on specified...
2017-03-23 Simon BrandhofSONAR-8924 compute active rules statistics via database
2017-03-23 Simon BrandhofSONAR-8924 add and populate field "orgUuid" to ES index...
2017-03-23 Simon BrandhofSONAR-8889 fix Quality flaws in ActiveRuleIndexer
2017-03-23 Simon BrandhofSONAR-8889 drop Quality profiles when deleting an organ...
2017-03-23 Simon BrandhofSONAR-8889 do not drop Quality profile at startup if...
2017-03-23 Simon BrandhofSONAR-8889 api/qualityprofiles/delete must delete chang...
2017-03-23 Simon BrandhofSONAR-8889 profile related SQLs to delete rows by list...
2017-03-23 Simon BrandhofSONAR-8889 remove OrganizationMapper#deleteByKey()
2017-03-23 Simon BrandhofSONAR-8888 fix indexing of quality profiles on SQLServer
2017-03-23 Simon BrandhofRemove unused "statuses" field in response of api/rules/app
2017-03-23 Simon BrandhofSONAR-8865 support new param "organization" in api...
2017-03-23 Daniel SchwarzSONAR-8857 temporarily ignore IssueAssignTest, until...
2017-03-23 Daniel SchwarzSONAR-8857 add /restore and /activate_rule to sonar...
2017-03-23 Simon BrandhofDrop unused method QualityProfileMapper#selectByProject...
2017-03-23 Sébastien LesaintSONAR-8888 use DefinedQProfileRepository in QProfileRes...
2017-03-23 Sébastien LesaintSONAR-8888 create default quality profiles when creatin...
2017-03-23 Sébastien LesaintSONAR-8888 move commit out of DefinedQProfileCreation...
2017-03-23 Sébastien LesaintSONAR-8888 add DefinedQProfileCreation
2017-03-23 Sébastien LesaintSONAR-8888 load DefinedQProfiles even when no startup...
2017-03-23 Sébastien LesaintSONAR-8888 add DefinedQProfileRepository
2017-03-23 Sébastien LesaintSONAR-8931 fix log level
2017-03-23 Daniel SchwarzSONAR-8857 fix quality flaws
2017-03-23 Daniel SchwarzSONAR-8857 support organizations in api/qualityprofiles...
2017-03-23 Daniel SchwarzSONAR-8857 use random names in change_parent wsAction...
2017-03-23 Daniel SchwarzSONAR-8857 refactored change_parent medium test to...
2017-03-23 Daniel SchwarzSONAR-8857 make ws/qualityprofiles/inheritance organiza...
2017-03-23 Daniel SchwarzSONAR-8857 make ws/qualityprofiles/inheritance organiza...
2017-03-23 Daniel SchwarzSONAR-8857 move code from QProfileLoader to callers
2017-03-23 Daniel SchwarzSONAR-8857 refactored inheritance action medium test...
2017-03-23 Daniel SchwarzSONAR-8857 make ws api/qualityprofiles/changelog organi...
2017-03-23 Simon BrandhofSONAR-8857 add param "organization" to api/qualityprofi...
2017-03-23 Simon BrandhofSONAR-8857 support organization in api/qualityprofiles...
2017-03-23 Simon BrandhofSONAR-8857 remove test of api/qualityprofiles/copy...
2017-03-23 Simon BrandhofSONAR-8857 clean-up backup/restore
2017-03-23 Daniel SchwarzSONAR-8857 move code from SearchDataLoader to SearchAction
2017-03-23 Sébastien LesaintSONAR-6315 use standard UUID in examples for QP keys
2017-03-23 Sébastien Lesaintfix and simplify pagination CeActivityDao#selectByQuery
2017-03-23 Sébastien Lesaintfix pagination in OrganizationDao#selectByQuery
2017-03-23 Sébastien LesaintSONAR-8931 simpler paging in selectOrganizationsWithout...
2017-03-23 Sébastien Lesaintmove profile with-db-drivers to server to allow testing...
2017-03-23 Sébastien LesaintSONAR-6315 cache rules and query active rules per profile
2017-03-23 Sébastien LesaintSONAR-6315 remote RuleActivator#activate override used...
2017-03-23 Sébastien LesaintSONAR-8931 support all organizations in RegisterQuality...
2017-03-23 Sébastien LesaintSONAR-8931 add OrganizationDao#.selectOrganizationsWith...
2017-03-23 Sébastien LesaintSONAR-8931 extend size of LOADED_TEMPLATES.TEMPLATE_TYPE
2017-03-23 Sébastien LesaintSONAR-6315 use System2 for date in QProfileFactory
2017-03-23 Sébastien LesaintSONAR-6315 remove SQL update to set default QP for...
2017-03-23 Sébastien LesaintSONAR-6315 do all validations before creating any QP...
2017-03-23 Sébastien LesaintSONAR-6315 fix missing locale when lowercasing QP name...
2017-03-23 Stas VilchikSONAR-6315 do not rely on quality profile keys in ITs
2017-03-23 Sébastien LesaintSONAR-6315 use standard UUID generation rather than...
2017-03-23 Sébastien LesaintSONAR-6315 do not check twice for existing QP
2017-03-23 Sébastien LesaintSONAR-6315 cache list of children of quality profiles
2017-03-23 Sébastien LesaintSONAR-6315 remove duplicate calls to DB retrieving...
2017-03-23 Daniel SchwarzSONAR-8857 fail for ws/api/qualityprofiles/compare...
2017-03-23 Simon BrandhofSONAR-8857 add organization param to api/qualityprofile...
2017-03-23 Simon BrandhofSONAR-8857 add organization parameter to api/qualitypro...
2017-03-23 Simon BrandhofSONAR-8857 add organization to response of api/qualityp...
2017-03-23 Simon BrandhofSONAR-8857 add parameter "organization" to api/qualityp...
2017-03-23 Simon BrandhofSONAR-8857 clean-up opening of DbSession
2017-03-23 Simon BrandhofSONAR-8857 clean-up RestoreAction
2017-03-23 Simon BrandhofSONAR-8857 remove dead code in QProfileService
next