-
Notifications
You must be signed in to change notification settings - Fork 4
Debug local upgraded KF1.7 jupyter-apis #237
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
Comments
Upstream introduced a new function to get the value of the current namespace. So now we have |
Got jupyter-apis running, as in following all the start-up instructions and the Most initial issues were just related to making sure our custom code worked with the updated upstream, as well as making sure what got imported from the "Volumes" upstream app worked with our jupyter app. |
Index PageOn first glance, things look not too too bad, we the data is being displayed. Some issues i can first notice are:
In the console Yeah, the time is really messed up |
Notebook detailsSome things to note
Logs seem to work Events seem to work
|
EPIC StatCan/aaw#1632
Make jupyter-apis 1.7 able to run, and then test to report all the issues(or lack of issues) with the new 1.7 upgrade.
Things to note
Make sure dialogs work:
Looks like they worked while testing
jupyter/frontend/src/app/pages/form/form-new/form-cpu-ram/form-cpu-ram.component.html
In this file, we don't use the lib-positive-input component like upstream, but it is not mentionned why. So maybe it might be a good idea to test again to see if whatever issue was present is now fixed, or at least find out what the problem is so that we can comment that in the code:
Looking at it, it just seemed a lot more restrictive to use the lib-positive-input compared to just the normal input component.
jupyter/frontend/src/app/pages/form/form-new/volume/existing/pvc/pvc.component.ts
It seems like the term "PVC" and "Volume" gets used interchangibly. So in this file it seems like there was a difference between a function that used to be "getPVCS" is now "getVolumes" so we just need to make sure everthing still works.:
Set it all to "getPVCs" to match more with upstream
jupyter/frontend/src/app/pages/form/form-new/volume/mount/mount.component.ts
Quite a lot seemed to have changed in this file, so we just need to make sure that all the validators are still applied correctly(and this is also applacable to all the other inputs that we need to make sure validation is working):
Looks like all the validators worked while testing
The text was updated successfully, but these errors were encountered: