-
Notifications
You must be signed in to change notification settings - Fork 4
Upgrade Jupyter apis to v1.6.0 #132
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
Merged
Merged
Changes from 13 commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
a76d5f1
initial commit, take all upstream file
69287da
revert namespace service
8a875f6
install packages with npm install for all dirs
6254a79
Update publish.yaml
rohank07 387171a
Add translations
365f532
Merge branch 'feat-upgrade-1.4' of https://github.com/StatCan/jupyter…
4313244
updated kubeflow-common-lib to 1.6.0
471ee37
updated i18n to v1.6.0
536f6eb
replaced e2e folder with cypress to follow v1.6.0
30c7d71
updated jupyter folder to v1.6.0
a52e782
added back start script for local testing
ced2a50
updated jupyter/src to v1.6.0
fae5ba9
removed added package-lock
fedf5f1
removed unuse stuff
1290ff2
added back our own icons/logos
3a8e032
added back hint text
8c9d0df
added back the icons in the form sections
52034bc
Merge pull request #148 from StatCan/fix-136-add-hint-text
mathis-marcotte f5d2d52
Fix 139 add volume table (#145)
mathis-marcotte ec4741c
Fix 140 add kubecost table (#149)
mathis-marcotte bf8cb52
1.6 update - add sass (#147)
mathis-marcotte bb9529a
image pull policy fix (#151)
mathis-marcotte e522a64
added back system language input (#150)
mathis-marcotte f72afcd
Validation fix (#144)
Jose-Matsuda 2ff1ecd
modify limits, gpus and cpus (#152)
mathis-marcotte da7c7f5
add: empty dir
rohank07 d150736
added back change detector
bb864fc
Fix i18n angular (#161)
1983123
Merge branch 'main' into upgrade-frontend-1.6
d2ffd64
merge origin main with upgrade-frontend-1.6
9ca8822
Add gitignore
068a365
feat(Taskfile.yaml): update go:build task
Collinbrown95 8ee373a
rename(Taskfile): revert back to original Taskfile.yml
Collinbrown95 d10172c
fix(i18n): locale from en-US to en
Collinbrown95 5e0749b
add default en
1a2246c
added missing api endpoint for storage classes
0404b70
update publish.yml
rohank07 a2f50bb
debug(publish.yml): temporary push on dev branch
Collinbrown95 37f7fca
Merge pull request #162 from StatCan/fix-143-miscellaneous
Collinbrown95 9c2cffd
Merge pull request #163 from StatCan/missing-storage-classes-endpoint
Collinbrown95 66347d8
Merge pull request #155 from StatCan/downward-api
Collinbrown95 099bdc3
refactor(Dockerfile): bind API to new port
Collinbrown95 437dd25
Merge pull request #165 from StatCan/refactor/Dockerfile
Collinbrown95 1931282
refactor(Dockerfile): change copy paths
Collinbrown95 2388e8f
fix(environment): path to logo svgs
Collinbrown95 a096bf3
fix(frontend): icon paths
Collinbrown95 6d850d6
fix(frontend): svg paths
Collinbrown95 4f005f1
Update 1.6 translation files (#166)
mathis-marcotte 37df279
1.6 fix volumes (#164)
Jose-Matsuda 1e5580f
fix failing build? (#169)
Jose-Matsuda c695a0a
remove unused commit
Jose-Matsuda 223f6ab
fix(volume name): update formCtrl.get() (#174)
bryanpaget cb55521
set(sizeNum): default to 16
bryanpaget f839911
Merge pull request #175 from StatCan/fix-sizeNum-default-value
bryanpaget b4898ba
added missing json names
61a1d90
reapplied changes
dc103a4
removed form elements for clarity
21cdd47
updated message files
4ae94ed
added Pro b icon (#179)
mathis-marcotte f4091ed
added current language context to system language input (#180)
mathis-marcotte 977f1e4
updated message file
069937d
updated translations (#183)
mathis-marcotte d78c9ef
updated translation
e7b5cfd
remochore: ve action from dev branch
Jose-Matsuda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ on: | |
push: | ||
branches: | ||
- main | ||
- feat-upgrade-1.4 | ||
env: | ||
REGISTRY_NAME: k8scc01covidacr | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
coverage_unit.txt | ||
jupyter-apis | ||
meow-old | ||
crud-web-apps | ||
mathis-marcotte marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If not needed please remove