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

merging 6355 to prod #6356

Merged
merged 4 commits into from
Oct 9, 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
18 changes: 17 additions & 1 deletion .github/ISSUE_TEMPLATE/package_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ body:
- type: input
attributes:
label: Package Name
description: Which package do you want installed?
description: Which package do you want to get installed?
value:
validations:
required: true
- type: input
attributes:
label: Package Version
description: What is the version of the package?
value:
validations:
required: true
Expand Down Expand Up @@ -47,6 +54,15 @@ body:
- other
validations:
required: true
- type: textarea
attributes:
label: Reproducible test case
description: Please provide instructions to admins by uploading a reproducible test notebook (ipynb, rmd) or a code block (Python/R/Julia)
<!-- 1. Click the following notebook URL to Launch server on x.datahub.berkeley.edu URL
2. Run cell no. y to execute the code block using the requested package
3. You should get the following output to confirm that the package installation worked as expected.
validations:
required: true
- type: textarea
attributes:
label: Course Name
Expand Down
2 changes: 1 addition & 1 deletion deployments/publichealth/hubploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
images:
images:
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/publichealth-user-image:017e1f8f1a30
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/publichealth-user-image:78e9a74723e4

cluster:
provider: gcloud
Expand Down
Loading