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-1336 FEATURE_COMPUTE_TOOL_STATUS_WITHOUT_VERSIONS_ENABLED #697

Merged
merged 5 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions ansible/group_vars/all/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,11 @@ configuration_all:
server: true
client: true
nuxtclient: false

FEATURE_COMPUTE_TOOL_STATUS_WITHOUT_VERSIONS_ENABLED:
value: "false"
server: true
client: false
nuxtclient: false
FEATURE_COLUMN_BOARD_EXTERNAL_TOOLS_ENABLED:
value: "false"
server: true
Expand All @@ -923,4 +927,4 @@ configuration_all:
value: "3310"
server: true
client: false
nuxtclient: false
nuxtclient: false
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 @@ -48,6 +48,7 @@ FEATURE_LTI_TOOLS_ENABLED: "false"
FEATURE_SHOW_NEW_CLASS_VIEW_ENABLED: "true"
FEATURE_GROUPS_IN_COURSE_ENABLED: "true"
FEATURE_COLUMN_BOARD_EXTERNAL_TOOLS_ENABLED: "true"
FEATURE_COMPUTE_TOOL_STATUS_WITHOUT_VERSIONS_ENABLED: "true"

TEACHER_STUDENT_VISIBILITY__IS_ENABLED_BY_DEFAULT: "false"
TEACHER_STUDENT_VISIBILITY__IS_CONFIGURABLE: "true"
Expand Down
2 changes: 2 additions & 0 deletions ansible/group_vars/production/cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ ES_API_V7: "true"
H5P_FRAME_SRC_URLS: "https://rendering.services.edusharing.dbildungscloud.de/"

BETTERMARKS_CSP_URL: "https://apps.bettermarks.com"

FEATURE_COMPUTE_TOOL_STATUS_WITHOUT_VERSIONS_ENABLED: "true"
2 changes: 2 additions & 0 deletions ansible/group_vars/reference/cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ ES_DOMAIN: https://repository.sc-staging-edusharing.dbildungscloud.org
H5P_FRAME_SRC_URLS: "https://rendering.services.sc-staging-edusharing.dbildungscloud.org/"

BETTERMARKS_CSP_URL: "https://apps-ci00.bettermarks.com"

FEATURE_COMPUTE_TOOL_STATUS_WITHOUT_VERSIONS_ENABLED: "false"
IgorCapCoder marked this conversation as resolved.
Show resolved Hide resolved