Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

N21-1624 Add feature flag for migration wizard #764

Merged
merged 8 commits into from
Jan 26, 2024
12 changes: 10 additions & 2 deletions ansible/group_vars/all/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -968,5 +968,13 @@ configuration_all:
server: true
client: false
nuxtclient: false


FEATURE_SHOW_MIGRATION_WIZARD:
value: "false"
server: true
client: false
nuxtclient: false
MIGRATION_WIZARD_DOCUMENTATION_LINK:
value: "https://docs.dbildungscloud.de/x/VAEbDg?frameable=true"
server: true
client: false
nuxtclient: false
2 changes: 2 additions & 0 deletions ansible/group_vars/brb/instance_cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ FEATURE_CONSENT_NECESSARY: "false"

# ADMIN TABLES
ADMIN_TABLES_DISPLAY_CONSENT_COLUMN: "true"
# MIGRATION
MIGRATION_WIZARD_DOCUMENTATION_LINK: "https://docs.dbildungscloud.de/x/DwK6Cw?frameable=true"

## SERVER
AWS_REGION: eu-central-1
Expand Down
4 changes: 4 additions & 0 deletions ansible/group_vars/nbc/instance_cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ FEATURE_SHOW_NEW_CLASS_VIEW_ENABLED: "true"
FEATURE_GROUPS_IN_COURSE_ENABLED: "true"
FEATURE_COLUMN_BOARD_EXTERNAL_TOOLS_ENABLED: "true"
FEATURE_CTL_TOOLS_COPY_ENABLED: "true"
FEATURE_SHOW_MIGRATION_WIZARD: "true"
FEATURE_USER_MIGRATION_ENABLED: "true"

TEACHER_STUDENT_VISIBILITY__IS_ENABLED_BY_DEFAULT: "false"
TEACHER_STUDENT_VISIBILITY__IS_CONFIGURABLE: "true"
Expand All @@ -58,6 +60,8 @@ TEACHER_STUDENT_VISIBILITY__IS_VISIBLE: "true"
# CONSENT
FEATURE_CONSENT_NECESSARY: "false"

# MIGRATION
MIGRATION_WIZARD_DOCUMENTATION_LINK: "https://docs.dbildungscloud.de/x/uANiEg?frameable=true"
# ADMIN TABLES
ADMIN_TABLES_DISPLAY_CONSENT_COLUMN: "false"
# Zusätzlich freigegebene routen
Expand Down
5 changes: 4 additions & 1 deletion ansible/host_vars/nbc_host/cfg.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
NEXTCLOUD_REDIRECT_URL: https://nextcloud-nbc.dbildungscloud.dev/apps/files/?dir=/
NEXTCLOUD_BASE_URL: https://nextcloud-nbc.dbildungscloud.dev/
NEXTCLOUD_BASE_URL: https://nextcloud-nbc.dbildungscloud.dev/

# Migration wizard
FEATURE_USER_MIGRATION_SYSTEM_ID: "0000d186816abba584714c93"
3 changes: 3 additions & 0 deletions ansible/host_vars/prod-nbc/cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ FEATURE_CTL_TOOLS_COPY_ENABLED: "false"

FEATURE_IDENTITY_MANAGEMENT_STORE_ENABLED: "false"

# Migration wizard
FEATURE_USER_MIGRATION_SYSTEM_ID: "646df8f63bcc1a27c52af131"

# Bettermarks urls
BETTERMARKS_APPS_URL: "https://apps.bettermarks.niedersachsen.cloud"
BETTERMARKS_SCHOOL_URL: "https://school.bettermarks.niedersachsen.cloud"
Expand Down
3 changes: 3 additions & 0 deletions ansible/host_vars/ref-nbc/cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ NEXTCLOUD_BASE_URL: https://nextcloud.staging.niedersachsen.dbildungscloud.org/
BETTERMARKS_APPS_URL: "https://apps.bettermarks.staging.niedersachsen.dbildungscloud.org"
BETTERMARKS_SCHOOL_URL: "https://school.bettermarks.staging.niedersachsen.dbildungscloud.org"

# Migration wizard
FEATURE_USER_MIGRATION_SYSTEM_ID: "62dab6401c473a01956a0d7d"

FEATURE_CTL_TOOLS_COPY_ENABLED: "false"
Loading