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

Validation fix #144

Merged
merged 20 commits into from
Oct 3, 2022
Merged

Validation fix #144

merged 20 commits into from
Oct 3, 2022

Conversation

Jose-Matsuda
Copy link
Contributor

@Jose-Matsuda Jose-Matsuda commented Sep 22, 2022

LAST THING TO DO IS TRANSLATIONS (probably not in this PR)

Closes #138

Note that AAW specific changes are tagged with a comment saying AAW

https://github.com/StatCan/jupyter-apis/pull/51/files
I think this is good, would want to confirm im a bit unsure
@@ -47,7 +47,7 @@ export class NamespaceService {
this.dashboardConnectedSource.next(DashboardState.Disconnected);

if (this.currNamespace === undefined) {
this.updateSelectedNamespace('kubeflow-user');
this.updateSelectedNamespace('jose-matsuda');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dont forget to change this back to kubeflow-user

@Jose-Matsuda Jose-Matsuda marked this pull request as ready for review September 28, 2022 19:47
@Jose-Matsuda Jose-Matsuda changed the title Validation fix (IN PROGRESS) Validation fix Sep 28, 2022
@mathis-marcotte
Copy link
Contributor

I noticed this error appearing in the browser console(tested on firefox) when you open the form(hitting the New notebook button)

image

@Jose-Matsuda Jose-Matsuda linked an issue Oct 3, 2022 that may be closed by this pull request
@Jose-Matsuda Jose-Matsuda merged commit f72afcd into upgrade-frontend-1.6 Oct 3, 2022
@wg102 wg102 deleted the 1.6-fix-validation branch October 5, 2022 18:32
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix-1.6 Validation
2 participants