aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9324 add database migration purging developer dataSébastien Lesaint2017-06-092-1/+110
* SONAR-9328 make MANUAL_MEASURE.COMPONENT_UUID not nullableSébastien Lesaint2017-06-014-1/+140
* SONAR-9328 clean orphans in MANUAL_MEASURESSébastien Lesaint2017-06-012-1/+88
* SONAR-9328 clean orphans from table PROPERTIESSébastien Lesaint2017-06-012-1/+87
* SONAR-9435 add db migration to clean orphans in PROJECT_LINKSSébastien Lesaint2017-06-012-1/+78
* SONAR-9326 ensure ISSUES.PROJECT_UUID is consistent with componentSébastien Lesaint2017-06-012-1/+59
* SONAR-9334 make EVENTS.COMPONENT_UUID not nullable and clean orphansSébastien Lesaint2017-05-315-1/+223
* SONAR-9028 add DB migrations cleaning USER_ROLES and GROUP_ROLESSébastien Lesaint2017-05-313-1/+145
* Automatic merge from branch-6.4ssjenka2017-05-302-1/+4
|\
| * SONAR-8902 fix creation of table organization_members on OracleSimon Brandhof2017-05-302-1/+4
* | SONAR-9028 remove table authors from DBSébastien Lesaint2017-05-264-0/+97
|/
* SONAR-9197 add index to active_rule_parametersSimon Brandhof2017-05-122-1/+45
* SONAR-9192 ensure no perm template has useless permissions to AnyOneSébastien Lesaint2017-05-122-1/+57
* SONAR-9136 rename to DefaultOrganizationUuidProviderSébastien Lesaint2017-04-2712-29/+29
* SONAR-9136 replace AnyOne by default group in default templateSébastien Lesaint2017-04-272-1/+159
* SONAR-9090 make projects privates based on permissionsSébastien Lesaint2017-04-272-1/+273
* SONAR-9088 add column “ORGANIZATIONS.NEW_PROJECTS_PRIVATE”Daniel Schwarz2017-04-274-1/+128
* SONAR-9087 add PROJECTS.PRIVATE non null columnSébastien Lesaint2017-04-274-1/+143
* SONAR-9087 make PROJECTS.PROJECT_UUID not nullableSébastien Lesaint2017-04-273-2/+148
* SONAR-9087 AlterColumnsBuilder must validate table nameSébastien Lesaint2017-04-271-1/+2
* SONAR-8985 SONAR-9040 populates CE_QUEUE.WORKER_UUID and EXECUTION_COUNTSébastien Lesaint2017-04-271-3/+2
* SONAR-8985 SONAR-9040 add CE_ACTIVITY.WORKER_UUID and EXECUTION_COUNTSébastien Lesaint2017-04-273-0/+103
* SONAR-9040 make CE_QUEUE.EXECUTION_COUNT not nullableSébastien Lesaint2017-04-273-2/+52
* SONAR-8985 SONAR-9040 add CE_QUEUE.WORKER_UUID and EXECUTION_COUNTSébastien Lesaint2017-04-272-0/+53
* SONAR-8957 Add migration to remove template permissions linked to removed usersJulien Lancelot2017-04-202-1/+50
* SONAR-8960 Fix migration when same metric is used with period and wthout periodJulien Lancelot2017-04-201-30/+49
* SONAR-9085 Clean orphan rows in GROUPS_USERSJulien Lancelot2017-04-132-1/+50
* SONAR-9019 Populate ORGANIZATIONS.DEFAULT_GROUP_ID columnJulien Lancelot2017-04-132-1/+65
* SONAR-9019 Add ORGANIZATIONS.DEFAULT_GROUP_ID columnJulien Lancelot2017-04-132-1/+47
* SONAR-9019 Set organization members into members groupsJulien Lancelot2017-04-132-1/+58
* SONAR-9019 Create "members" groups on existing organizationsJulien Lancelot2017-04-132-1/+94
* SONAR-9014 Associate all users to 'sonar-users' groupJulien Lancelot2017-04-132-1/+58
* SONAR-9014 Delete 'sonar.defaultGroup' setting from databaseJulien Lancelot2017-04-132-1/+41
* SONAR-9014 Restore sonar-users groupJulien Lancelot2017-04-132-1/+213
* Merge branch 'branch-6.3'Sébastien Lesaint2017-04-113-1/+61
|\
| * SONAR-9086 make index on ORGANIZATIONS.KEE uniqueSébastien Lesaint2017-04-102-0/+58
* | fix quality flawsSébastien Lesaint2017-04-041-1/+1
* | rename Collectors to MoreCollectorsSébastien Lesaint2017-04-038-11/+11
* | SONAR-8857 fix quality flawsDaniel Schwarz2017-03-242-5/+7
* | SONAR-8867 drop metadata columns from table RULESSébastien Lesaint2017-03-232-1/+46
* | SONAR-8897 add H2 support in DropColumnsBuilderSébastien Lesaint2017-03-232-17/+36
* | SONAR-8867 populate table RULES_METADATASébastien Lesaint2017-03-232-1/+128
* | SONAR-8867 create table RULES_METADATASébastien Lesaint2017-03-232-6/+103
* | SONAR-8931 extend size of LOADED_TEMPLATES.TEMPLATE_TYPESébastien Lesaint2017-03-235-1/+202
* | SONAR-8857 make ws/api/qualityprofiles/search support organizationsDaniel Schwarz2017-03-233-1/+99
* | SONAR-8910 Populate organization membersJulien Lancelot2017-03-212-1/+86
* | SONAR-8902 Create Table ORGANIZATION_MEMBERSTeryk Bellahsene2017-03-212-1/+50
* | SONAR-8857 add organisation uuid to quality profile database tableDaniel Schwarz2017-03-036-2/+240
* | SONAR-8838 Limit to 500 characters DB column TAGS of PROJECTSTeryk Bellahsene2017-02-281-1/+1
* | SONAR-8847 Set COPY_COMPONENT_UUID of local viewsJulien Lancelot2017-02-282-1/+101