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-1206 show classes and goups #643

Merged
merged 8 commits into from
Sep 27, 2023
6 changes: 6 additions & 0 deletions ansible/group_vars/all/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,12 @@ configuration_all:
server: true
client: false
nuxtclient: false
FEATURE_SHOW_NEW_CLASS_VIEW_ENABLED:
value: "false"
server: true
client: true
nuxtclient: false

FEATURE_COLUMN_BOARD_EXTERNAL_TOOLS_ENABLED:
value: "false"
server: true
Expand Down
8 changes: 8 additions & 0 deletions ansible/group_vars/all/x_ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ default_ingress:
path: /administration/teachers
serviceName: nuxtclient-svc
servicePort: "{{ NUXTCLIENT_PORT }}"
administration_groups_classes:
path: /administration/groups/classes
serviceName: nuxtclient-svc
servicePort: "{{ NUXTCLIENT_PORT }}"
rooms-overview:
path: /rooms-overview
serviceName: nuxtclient-svc
Expand Down Expand Up @@ -237,6 +241,10 @@ default_ingress:
path: /api/v3/videoconference2
serviceName: api-svc
servicePort: "{{ PORT_SERVER }}"
api_v3_groups:
path: /api/v3/groups
serviceName: api-svc
servicePort: "{{ PORT_SERVER }}"
api_v3_pseudonyms:
path: /api/v3/pseudonyms
serviceName: api-svc
Expand Down
1 change: 1 addition & 0 deletions ansible/group_vars/nbc/instance_cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ FEATURE_ENABLE_LDAP_SYNC_DURING_MIGRATION: "true"
FEATURE_CTL_CONTEXT_CONFIGURATION_ENABLED: "true"
FEATURE_CTL_TOOLS_ENABLED: "true"
FEATURE_LTI_TOOLS_ENABLED: "false"
FEATURE_SHOW_NEW_CLASS_VIEW_ENABLED: "true"
FEATURE_COLUMN_BOARD_EXTERNAL_TOOLS_ENABLED: "true"

TEACHER_STUDENT_VISIBILITY__IS_ENABLED_BY_DEFAULT: "false"
Expand Down
2 changes: 1 addition & 1 deletion ansible/host_vars/nbc_host/cfg.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
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/
1 change: 1 addition & 0 deletions ansible/host_vars/prod-nbc/cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ NEXTCLOUD_REDIRECT_URL: https://nextcloud.niedersachsen.cloud/apps/files/?dir=/
NEXTCLOUD_BASE_URL: https://nextcloud.niedersachsen.cloud

FEATURE_SANIS_GROUP_PROVISIONING_ENABLED: "false"
FEATURE_SHOW_NEW_CLASS_VIEW_ENABLED: "false"

FEATURE_COLUMN_BOARD_EXTERNAL_TOOLS_ENABLED: "false"
2 changes: 2 additions & 0 deletions ansible/host_vars/ref-nbc/cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ NEXTCLOUD_BASE_URL: https://nextcloud.staging.niedersachsen.dbildungscloud.org/
FEATURE_SANIS_GROUP_PROVISIONING_ENABLED: "false"

FEATURE_COLUMN_BOARD_EXTERNAL_TOOLS_ENABLED: "false"

FEATURE_SHOW_NEW_CLASS_VIEW_ENABLED: "false"