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

Merge 6454, 6456, 6457 to prod #6455

Merged
merged 6 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ repos:

# pre-commit.com provided hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
hooks:
# Autoformat: Makes sure files end in a newline and only a newline.
Expand Down
18 changes: 18 additions & 0 deletions deployments/biology/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,24 @@ jupyterhub:
subPath: _shared/course/mcb201b-shared
readOnly: true

# IB 134L, Fall 2024, https://github.com/berkeley-dsep-infra/datahub/issues/6453
course::1536425::enrollment_type::teacher:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/IB134L-shared-readwrite
subPath: _shared/course/IB134L-shared-readwrite
course::1536425::enrollment_type::ta:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/IB134L-shared-readwrite
subPath: _shared/course/IB134L-shared-readwrite
course::1536425::enrollment_type::student:
extraVolumeMounts:
- name: home
mountPath: /home/jovyan/IB134L-shared
subPath: _shared/course/IB134L-shared
readOnly: true

singleuser:
extraEnv:
# Unset NotebookApp from hub/values. Necessary for recent lab versions.
Expand Down
5 changes: 4 additions & 1 deletion scripts/user-image-management/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Tooling to help manage user image repos

See the official [documentation](https://docs.datahub.berkeley.edu/admins/howto/managing-multiple-user-image-repos.html)
The `manage-repos` repo is [here](https://github.com/berkeley-dsep-infra/manage-repos).

Please see the official [documentation](https://docs.datahub.berkeley.edu/admins/howto/managing-multiple-user-image-repos.html)
for installation instructions and detailed usage information.
199 changes: 0 additions & 199 deletions scripts/user-image-management/manage-image-repos.py

This file was deleted.

Loading