aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8980 Reindex users when deleting an organizationTeryk Bellahsene2017-03-242-2/+22
* SONAR-8980 Index a list of usersTeryk Bellahsene2017-03-243-35/+94
* SONAR-8980 Reindex a user when removing an organization membershipTeryk Bellahsene2017-03-242-15/+35
* SONAR-8980 Reindex a user when adding an organization membershipTeryk Bellahsene2017-03-242-3/+23
* SONAR-8980 Index organizations when indexing a userTeryk Bellahsene2017-03-2418-140/+234
* Fix menu hover highlightingGrégoire Aubert2017-03-241-0/+16
* SONAR-8857 fix quality flawsDaniel Schwarz2017-03-2420-459/+61
* fix search on projects pageStas Vilchik2017-03-241-1/+1
* SONAR-8864 add canCreateCustomRule to response of api/rules/appSébastien Lesaint2017-03-242-0/+46
* SONAR-9006 add canCustomizeRule to response of api/rules/appSébastien Lesaint2017-03-242-4/+54
* SONAR-9002 Add a log when a node is waiting for initializationEric Hartmann2017-03-247-0/+52
* add flow-typed definitions (#1847)Stas Vilchik2017-03-24106-31/+19642
* Merge remote-tracking branch 'origin/branch-6.3'Julien Lancelot2017-03-248-61/+71
|\
| * SONAR-8954 return every license hashes in api/settings/valuesJulien Lancelot2017-03-238-60/+68
| * Fix LeakPeriodLegend unit testGrégoire Aubert2017-03-221-5/+5
* | Fix changelog of api/components/showJulien Lancelot2017-03-241-2/+3
* | Fix reliability of RemoveGroupActionTestSimon Brandhof2017-03-231-2/+2
* | SONAR-8857 make api/qualityprofiles/de|activate_rules organization awareDaniel Schwarz2017-03-239-67/+140
* | SONAR-8857 remove redundant QProfileService classDaniel Schwarz2017-03-239-94/+46
* | SONAR-8857 reduce duplicated code for bulk requestsDaniel Schwarz2017-03-233-48/+51
* | SONAR-8857 split BulkRuleActivationActionsDaniel Schwarz2017-03-2315-82/+284
* | SONAR-8857 make api/qualityprofiles/activate_rule organization awareDaniel Schwarz2017-03-236-80/+164
* | SONAR-8857 make api/qualityprofiles/deactivate_rule organization awareDaniel Schwarz2017-03-237-34/+153
* | provide session to QProfileServiceDaniel Schwarz2017-03-233-19/+16
* | SONAR-8857 split RuleActivationActions into activation and deactivationDaniel Schwarz2017-03-2314-74/+175
* | SONAR-8867 fix too long property identifier in RuleDto for most SGBDsSébastien Lesaint2017-03-2317-144/+144
* | SONAR-8867 drop metadata columns from table RULESSébastien Lesaint2017-03-2331-332/+700
* | SONAR-8867 add AbstractDbTester#assertColumnDoesNotExistSébastien Lesaint2017-03-231-0/+24
* | SONAR-8897 add H2 support in DropColumnsBuilderSébastien Lesaint2017-03-2314-40/+76
* | SONAR-8867 RuleResultSetIterator supports table RULES_METADATASébastien Lesaint2017-03-2311-67/+83
* | SONAR-8867 read and write into table RULES_METADATASébastien Lesaint2017-03-2317-198/+500
* | SONAR-8867 populate table RULES_METADATASébastien Lesaint2017-03-236-2/+495
* | SONAR-8867 create table RULES_METADATASébastien Lesaint2017-03-237-7/+190
* | SONAR-8867 add organizationUuid parameter to RuleDao#selectByQuerySébastien Lesaint2017-03-233-8/+9
* | SONAR-8867 add and use RuleDao#selectAllDefinitionsSébastien Lesaint2017-03-2310-77/+91
* | SONAR-8867 make UserDao#selectEnabled process RuleDefinitionDtoSébastien Lesaint2017-03-233-17/+7
* | SONAR-8867 add and use UserDao#selectDefinitionByKeysSébastien Lesaint2017-03-2313-49/+67
* | SONAR-8867 add and use RuleDao#selectDefinitionById[s]Sébastien Lesaint2017-03-2312-30/+86
* | SONAR-8867 add and use RuleDao#selectOrFailDefinitionByKeySébastien Lesaint2017-03-2314-97/+127
* | SONAR-8867 add and use RuleDao#selectDefinitionByKeySébastien Lesaint2017-03-2336-179/+279
* | SONAR-8867 add CoreDbTester#defaultOrganization()Sébastien Lesaint2017-03-232-0/+73
* | SONAR-8867 fix support for composite PK in assertPrimaryKeySébastien Lesaint2017-03-231-20/+48
* | SONAR-8867 enforce definition and metadata are inserted/updated separatelySébastien Lesaint2017-03-2347-397/+478
* | SONAR-8867 RuleDto aggregates RuleDefinitionDto and RuleMetadataDtoSébastien Lesaint2017-03-235-182/+210
* | SONAR−8867 split persistence of rule definition from metadataSébastien Lesaint2017-03-236-28/+104
* | SONAR-8867 split insert/update of definition and metadata in DAOSébastien Lesaint2017-03-237-60/+576
* | SONAR-8867 don't open extra DbSession in RuleCreatorSébastien Lesaint2017-03-236-34/+25
* | SONAR-8867 remove usused RuleDao#selectEnabled(DbSession)Sébastien Lesaint2017-03-233-29/+13
* | SONAR-6547 remove now useless ClearRulesOverloadedDebtSébastien Lesaint2017-03-233-286/+0
* | SONAR-8867 remove unused RuleMapper#selectAll(ResultHandler)Sébastien Lesaint2017-03-231-2/+0