aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9304 drop use of rules_profiles.is_defaultSimon Brandhof2017-06-143-1/+111
* SONAR-9304 share built-in profiles among organizationsSimon Brandhof2017-06-143-1/+178
* SONAR-9302 built-in profiles must always be presentSimon Brandhof2017-06-142-1/+74
* SONAR-9302 display built-in Quality profilesSimon Brandhof2017-06-144-2/+222
* SONAR-9324 add database migration purging developer dataSébastien Lesaint2017-06-092-1/+239
* Fix false-positives with randomly generated strings for DBSimon Brandhof2017-06-082-3/+4
* fix fix FP in SupportPrivateProjectInDefaultPermissionTemplateTestSébastien Lesaint2017-06-011-1/+1
* SONAR-9328 make MANUAL_MEASURE.COMPONENT_UUID not nullableSébastien Lesaint2017-06-014-1/+156
* SONAR-9328 clean orphans in MANUAL_MEASURESSébastien Lesaint2017-06-012-1/+153
* SONAR-9328 clean orphans from table PROPERTIESSébastien Lesaint2017-06-012-1/+143
* SONAR-9435 add db migration to clean orphans in PROJECT_LINKSSébastien Lesaint2017-06-012-1/+116
* SONAR-9326 ensure ISSUES.PROJECT_UUID is consistent with componentSébastien Lesaint2017-06-012-1/+116
* Fix false-positive in SupportPrivateProjectInDefaultPermissionTemplateTestSimon Brandhof2017-06-011-1/+1
* SONAR-9334 make EVENTS.COMPONENT_UUID not nullable and clean orphansSébastien Lesaint2017-05-315-1/+288
* SONAR-9028 add DB migrations cleaning USER_ROLES and GROUP_ROLESSébastien Lesaint2017-05-313-1/+365
* SONAR-9028 remove table authors from DBSébastien Lesaint2017-05-263-1/+94
* SONAR-9197 add index to active_rule_parametersSimon Brandhof2017-05-122-1/+56
* SONAR-9192 ensure no perm template has useless permissions to AnyOneSébastien Lesaint2017-05-122-1/+190
* Improve reliability of SupportPrivateProjectInDefaultPermissionTemplateTestSimon Brandhof2017-05-051-5/+5
* SONAR-9136 rename to DefaultOrganizationUuidProviderSébastien Lesaint2017-04-2712-27/+24
* SONAR-9136 replace AnyOne by default group in default templateSébastien Lesaint2017-04-272-1/+276
* SONAR-9090 make projects privates based on permissionsSébastien Lesaint2017-04-272-1/+433
* SONAR-9088 add column “ORGANIZATIONS.NEW_PROJECTS_PRIVATE”Daniel Schwarz2017-04-274-1/+148
* SONAR-9087 add PROJECTS.PRIVATE non null columnSébastien Lesaint2017-04-274-1/+196
* SONAR-9087 make PROJECTS.PROJECT_UUID not nullableSébastien Lesaint2017-04-273-2/+440
* SONAR-8985 SONAR-9040 populates CE_QUEUE.WORKER_UUID and EXECUTION_COUNTSébastien Lesaint2017-04-271-1/+1
* SONAR-8985 SONAR-9040 add CE_ACTIVITY.WORKER_UUID and EXECUTION_COUNTSébastien Lesaint2017-04-273-1/+148
* SONAR-9040 make CE_QUEUE.EXECUTION_COUNT not nullableSébastien Lesaint2017-04-272-2/+90
* SONAR-8985 SONAR-9040 add CE_QUEUE.WORKER_UUID and EXECUTION_COUNTSébastien Lesaint2017-04-271-0/+54
* SONAR-8957 Add migration to remove template permissions linked to removed usersJulien Lancelot2017-04-202-1/+136
* SONAR-8960 Fix migration when same metric is used with period and wthout periodJulien Lancelot2017-04-201-8/+26
* SONAR-9085 Clean orphan rows in GROUPS_USERSJulien Lancelot2017-04-132-1/+117
* SONAR-9019 Populate ORGANIZATIONS.DEFAULT_GROUP_ID columnJulien Lancelot2017-04-132-1/+181
* SONAR-9019 Add ORGANIZATIONS.DEFAULT_GROUP_ID columnJulien Lancelot2017-04-132-1/+58
* SONAR-9019 Set organization members into members groupsJulien Lancelot2017-04-132-1/+175
* SONAR-9019 Create "members" groups on existing organizationsJulien Lancelot2017-04-132-1/+326
* SONAR-9014 Associate all users to 'sonar-users' groupJulien Lancelot2017-04-132-1/+134
* SONAR-9014 Delete 'sonar.defaultGroup' setting from databaseJulien Lancelot2017-04-132-1/+89
* SONAR-9014 Restore sonar-users groupJulien Lancelot2017-04-132-1/+364
* Merge branch 'branch-6.3'Sébastien Lesaint2017-04-114-2/+161
|\
| * SONAR-9086 make index on ORGANIZATIONS.KEE uniqueSébastien Lesaint2017-04-103-1/+162
* | rename Collectors to MoreCollectorsSébastien Lesaint2017-04-033-9/+9
* | SONAR-8867 drop metadata columns from table RULESSébastien Lesaint2017-03-232-1/+50
* | SONAR-8897 add H2 support in DropColumnsBuilderSébastien Lesaint2017-03-2312-23/+40
* | SONAR-8867 populate table RULES_METADATASébastien Lesaint2017-03-232-1/+293
* | SONAR-8867 create table RULES_METADATASébastien Lesaint2017-03-232-1/+71
* | SONAR-8931 extend size of LOADED_TEMPLATES.TEMPLATE_TYPESébastien Lesaint2017-03-235-1/+355
* | SONAR-8857 make ws/api/qualityprofiles/search support organizationsDaniel Schwarz2017-03-235-5/+85
* | SONAR-8910 Populate organization membersJulien Lancelot2017-03-212-1/+313
* | SONAR-8902 Create Table ORGANIZATION_MEMBERSTeryk Bellahsene2017-03-212-1/+63