-
Notifications
You must be signed in to change notification settings - Fork 2
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
[REBASE only]: Migrate notebooks and add new amalthea #418
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for faa2246 - Browse repository at this point
Copy the full SHA faa2246View commit details -
feat!: expand environments specification (#338)
This is a breaking change in the API. It requires changes in the UI for it to be fully useful.
Configuration menu - View commit details
-
Copy full SHA for a6e8243 - Browse repository at this point
Copy the full SHA a6e8243View commit details -
feat: run notebooks in data service (#375)
Co-authored-by: Samuel Gaist <samuel.gaist@idiap.ch> squashme: resolve package version conflicts
Configuration menu - View commit details
-
Copy full SHA for f509340 - Browse repository at this point
Copy the full SHA f509340View commit details -
feat: ensure notebook endpoints do their job (#388)
This work brings the notebook related endpoints to a working state to serve as replacement for the renku-notebooks external service. Short summary: - API tests have been added - Code has been fixed to answer / handle exception - Automated test cluster creation has been added using k3d --------- Co-authored-by: Tasko Olevski <tasko.olevski@sdsc.ethz.ch>
Configuration menu - View commit details
-
Copy full SHA for 2e92ba6 - Browse repository at this point
Copy the full SHA 2e92ba6View commit details -
feat: use cloud storage from amalthea (#387)
Co-authored-by: Samuel Gaist <samuel.gaist@idiap.ch>
Configuration menu - View commit details
-
Copy full SHA for 4de34f3 - Browse repository at this point
Copy the full SHA 4de34f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12c2ab2 - Browse repository at this point
Copy the full SHA 12c2ab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34c99fa - Browse repository at this point
Copy the full SHA 34c99faView commit details -
fix: allow session launcher parameters to be reset (#434)
Allows the API to accept None as input for args, command and the session launcher resource class ID so that they can be reset to their defaults in patch endpoints.
Configuration menu - View commit details
-
Copy full SHA for 2cf4d78 - Browse repository at this point
Copy the full SHA 2cf4d78View commit details -
Configuration menu - View commit details
-
Copy full SHA for a03872e - Browse repository at this point
Copy the full SHA a03872eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8bfb8e - Browse repository at this point
Copy the full SHA a8bfb8eView commit details -
fix: find images when there is an oci index (#462)
This was causing the API to consider some images as non-existing. Whereas in reality they exist. I noticed this with this image: ghcr.io/salimkayal/renku-devcontainer-wizard:latest.
Configuration menu - View commit details
-
Copy full SHA for 40b64fa - Browse repository at this point
Copy the full SHA 40b64faView commit details -
Notebook: refactor blueprint business logic to core (#429)
The move of business logic out of the blueprint allows the code to be reusable without having to go through the web API. It also allows for tests to be added without the web complexity. Tests have been refactored so that test clusters will be created only when testing endpoints that actually require a cluster. This has the advantage of speeding up test time. This is especially useful when doing development. Finally, a new test option has been added so one can use a local cluster in place of re-creating one each time tests are run.
Configuration menu - View commit details
-
Copy full SHA for 95cfa9c - Browse repository at this point
Copy the full SHA 95cfa9cView commit details -
feat: add data connectors (#478)
Co-authored-by: Samuel Gaist <samuel.gaist@idiap.ch> Co-authored-by: Ralf Grubenmann <ralf.grubenmann@sdsc.ethz.ch> Co-authored-by: Flora Thiebaut <flora.thiebaut@sdsc.ethz.ch>
Configuration menu - View commit details
-
Copy full SHA for 684ab13 - Browse repository at this point
Copy the full SHA 684ab13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e28eb9 - Browse repository at this point
Copy the full SHA 3e28eb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03a24e0 - Browse repository at this point
Copy the full SHA 03a24e0View commit details -
fix: preserve the default url in the session spec (#514)
Co-authored-by: Ralf Grubenmann <ralf.grubenmann@sdsc.ethz.ch>
Configuration menu - View commit details
-
Copy full SHA for 55ad740 - Browse repository at this point
Copy the full SHA 55ad740View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0575d30 - Browse repository at this point
Copy the full SHA 0575d30View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6fd293 - Browse repository at this point
Copy the full SHA f6fd293View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d63208 - Browse repository at this point
Copy the full SHA 8d63208View commit details -
fix: run the /post-init.sh script if present
Co-authored-by: Flora Thiebaut <flora.thiebaut@sdsc.ethz.ch>
Configuration menu - View commit details
-
Copy full SHA for 1046f40 - Browse repository at this point
Copy the full SHA 1046f40View commit details