-
Notifications
You must be signed in to change notification settings - Fork 4
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
1.6 fix volumes #164
Merged
Merged
1.6 fix volumes #164
Conversation
This file contains 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
Closed
This was referenced Oct 18, 2022
mathis-marcotte
approved these changes
Oct 18, 2022
Jose-Matsuda
added a commit
that referenced
this pull request
Nov 3, 2022
* feat(frontend): upgrade frontend to 1.6 bringing in customizations * feat(translations): for 1.6, PRs (#166), (#183) * fix(angular translations): (#161) * feat(folder structure): changed folder structure to match 1.6 * chore(unwanted code): commented out unwanted features, removed dead code * feat(hint text): added back * feat(tables): add volume table (#145), add kubecost table (#149) * feat(sas): add SAS functionality back (#147) * fix(various): image pull policy fix (#151), validation (#144), volumes (#164) * fix(system language, limits): added back system language input (#150), modify limits (#152) * feat(Taskfile.yaml): update go:build task * fix(sc): added missing api endpoint for storage classes * refactor(Dockerfile): bind API to new port, change copy paths * fix(frontend): icon paths, svg paths, env path to logo svgs and added * fix(backend):update to handle new frontend structure * fix(failing build): (#169) * fix(volume name): update formCtrl.get() (#174) * feat(pro-b):added Pro b icon to notebook and volume table (#179) * fix(default language):language context set to system language input (#180) Co-authored-by: Wendy V Gaultier <wendyvgaultier@gmail.com> Co-authored-by: Bryan Paget <bryan.paget@statcan.gc.ca> Co-authored-by: Rohan Katkar <rohank_17@hotmail.ca> Co-authored-by: Mathis Marcotte <mathis.marcotte@statcan.gc.ca> Co-authored-by: Jose Manuel (Ito) <jose.matsuda@statcan.gc.ca> Co-authored-by: Wendy Gaultier <wendy.gaultier2@canada.ca> Co-authored-by: Jose-Matsuda <jose.matsuda@canada.ca> Co-authored-by: Collin Brown <collin.j.brown95@gmail.com> Co-authored-by: Collin Brown <Collinbrown95@gmail.com> Co-authored-by: Bryan Paget <bbrryyaann@protonmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fix volumes let people submit their workload requests
closes #158