-
Notifications
You must be signed in to change notification settings - Fork 35
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
[pull] master from kubeflow:master #413
base: master
Are you sure you want to change the base?
Conversation
Create a .gitignore file to ignore web-apps-dev files generated during the virtual env creation. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com>
…le-notebook-servers/jupyter-tensorflow (#6755) Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.3 to 2.9.3. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v2.5.3...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…s/common/frontend/kubeflow-common-lib (#6756) Bumps [engine.io](https://github.com/socketio/engine.io) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `engine.io` from 6.1.3 to 6.2.1 - [Release notes](https://github.com/socketio/engine.io/releases) - [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md) - [Commits](socketio/engine.io@6.1.3...6.2.1) Updates `socket.io` from 4.4.1 to 4.5.3 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](socketio/socket.io@4.4.1...4.5.3) --- updated-dependencies: - dependency-name: engine.io dependency-type: indirect - dependency-name: socket.io dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…s/volumes/frontend (#6758) Bumps [engine.io](https://github.com/socketio/engine.io) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `engine.io` from 6.1.3 to 6.2.1 - [Release notes](https://github.com/socketio/engine.io/releases) - [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md) - [Commits](socketio/engine.io@6.1.3...6.2.1) Updates `socket.io` from 4.4.1 to 4.5.3 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](socketio/socket.io@4.4.1...4.5.3) --- updated-dependencies: - dependency-name: engine.io dependency-type: indirect - dependency-name: socket.io dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* vwa(back): Get a single PVC and the pods using it Add logic in the backend to fetch a single PVC and the pods using it. Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> * vwa(front): Create Volume details page with OVERVIEW tab Create OVERVIEW tab to show key information about the PVC. * vwa(front): Format files Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com>
Add tab to show the full YAML both from the Notebook and from its underlying pod, when there is one. Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com>
* centraldashboard-angular(back): Fix coverage script Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> * centraldashboard-angular(front): Introduce test,format & lint changes - Introduce linting files - Fix unit tests failing - Introduce coverage script - Introduce format check using Prettier Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> * centraldashboard-angular(front): Format files using prettier Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> * gh-actions: Add GH actions for centraldashboard-angular - Add CentralDashboard-angular Backend check GH action that runs: - unit tests - TSlint - Add CentralDashboard-angular Frontend check GH action that runs: - unit tests - format check - Modify Frontend Lint GH action to lint CentralDashboard-angular frontend Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> * centraldashboard-angular(front): Add Eslint Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> * fixup! gh-actions: Add GH actions for centraldashboard-angular Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com>
* jwa(front): Rename form-default component Signed-off-by: Elena Zioga <elena@arrikto.com> * jwa(front): Create missing module files Signed-off-by: Elena Zioga <elena@arrikto.com> * jwa(front): Remove form-rok and form components Signed-off-by: Elena Zioga <elena@arrikto.com> * jwa(front): Update JWA's @angular/common package Signed-off-by: Elena Zioga <elena@arrikto.com> * jwa(front): Modify rok-url component Signed-off-by: Elena Zioga <elena@arrikto.com> * web-apps(front): Add Rok URL message Signed-off-by: Elena Zioga <elena@arrikto.com> * vwa(front): Update VWA's @angular/common package Signed-off-by: Elena Zioga <elena@arrikto.com> * vwa(front): Remove the headers request Remove the headers request since the common code implements it. Signed-off-by: Elena Zioga <elena@arrikto.com> * jwa(front): Fix JWA's unit tests Fix JWA's unit tests. Signed-off-by: Elena Zioga <elena@arrikto.com> * gh-actions: Add GH action to run JWA unit tests Signed-off-by: Elena Zioga <elena@arrikto.com> * jwa(build): Update Dockerfile Update Dockerfile to not build Rok. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com>
* vwa(front): Fix tests symLinks to Kubeflow common code Add field preserveSymLinks in angular.json in order to link to Kubeflow common library during tests. Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> * vwa(front): Fix unit tests failing Fix unit tests failing for the following components: app, index, index-default, index-rok, form-default, form-rok Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> * vwa(front): Add delete button to Volume details page In this commit: - Add button for Delete action. - Create Actions Service to handle delete action and implement it in all components that use it. Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> * vwa(back): Get a PVC's events Add logic in the backend to fetch the events of a PVC. Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> * vwa(front): Add EVENTS tab to Volume details page Add Events tab to show the available events of the pvc in the form of a table, in order to help a user with debugging the pvc. Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> * vwa(front): fix linting errors Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com>
…mage volumes-web-app (#6811)
Update manifests for volumes-web-app-cluster-role to be able to list notebooks in kubeflow.org. Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com>
cherry-picking: #6548 * Update all images to use DockerHub * Update releasing script for dockerhub Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com> Cherry-picked-by: Apostolos Gerakaris <apoger@arrikto.com> Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com> Co-authored-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
…ch docker image (#6803)
…ti-arch docker images. (#6805)
…arch docker images. (#6810)
Add tab to show the full yaml of the PVC. Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com> Signed-off-by: Orfeas Kourkakis <orfeas@arrikto.com>
* twa(front): Update @angular/common package Signed-off-by: Elena Zioga <elena@arrikto.com> * twa(front): Fix unit tests Signed-off-by: Elena Zioga <elena@arrikto.com> * gh-actions: Add GH action to run TWA unit tests Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com>
* jwa(front): Add source maps in the browser * Enable source maps in both development and production. Signed-off-by: Elena Zioga <elena@arrikto.com> * vwa(front): Add source maps in the browser * Enable source maps in both development and production. Signed-off-by: Elena Zioga <elena@arrikto.com> * twa(front): Add source maps in the browser * Enable source maps in both development and production. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com>
* Introduce github action workflow for intergration test Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * Publish Docker image only when PR is merged Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * Remove kind & manifest gh action tests * Review fixes Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * Extend intergration test * Trigger workflow when kfam code changes since KFAM manifests are deployed with Profile Controller manifests. * Build KFAM image as well and update manifests with sed before deploying them in the KinD cluster. * Update tag in manifests to v1.6.0 since the images with tag v1.5.0 do not exist in Dockerhub. Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com>
* jwa: Extend tests for using images of each PR Changes: * Introduce intergration test workflow for JWA * Publish Docker image only when PR is merged * Remove kind & manifest gh-action workflows * Update tag in manifests to v1.6.0 - This change is required as images with tag v1.5.0 do not exist in "docker.io/kubeflownotebookswg" registry. Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * twa: Extend tests for using images of each PR Changes: * Introduce intergration test workflow for TWA * Publish Docker image only when PR is merged * Remove kind & manifest gh-action workflows * Update tag in manifests to v1.6.0 - This change is required as images with tag v1.5.0 do not exist in "docker.io/kubeflownotebookswg" registry. Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * vwa: Extend tests for using images of each PR Changes: * Introduce intergration test workflow for VWA * Publish Docker image only when PR is merged * Remove kind & manifest gh-action workflows * Update tag in manifests to v1.6.0 - This change is required as images with tag v1.5.0 do not exist in "docker.io/kubeflownotebookswg" registry. Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com>
* Introduce intergration test workflow for tensorboard-controller Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * Publish Docker image only when PR is merged Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * Remove kind & manifest gh-action workflows Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * Update tag in manifests to v1.6.0 This change is required as images with v1.5.0 do not exist in Dockerhub. Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com>
* Introduce intergration test workflow for notebook-controller Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * Publish Docker image only when PR is merged Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * Remove kind & manifest gh-action workflows Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * Update tag in manifests to v1.6.0 This change is required as images with v1.5.0 do not exist in Dockerhub. Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com>
Extend spinner component by adding some text below the spinner in order to inform users why we're spinning about. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com>
Changes: * Introduce intergration test workflow * Publish Docker image only when PR is merged * Remove kind & manifest gh-action workflows * Update tag in manifests to v1.6.0 - This change is required as images with tag v1.5.0 do not exist in "docker.io/kubeflownotebookswg" registry. * Fix centrardashboard-angular docker-build workflow Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com>
* poddefaults: Extend tests for using images of each PR Changes: * Introduce intergration test workflow * Publish Docker image only when PR is merged * Remove kind & manifest gh-action workflows * Update tag in manifests to v1.6.0 - This change is required as images with tag v1.5.0 do not exist in "docker.io/kubeflownotebookswg" registry. Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * Introduce bash script to install cert-manager Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> * review: Fix cert-manager installation script Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com> Signed-off-by: Apostolos Gerakaris <apoger@arrikto.com>
* jwa(front): Fix panel.ts file Signed-off-by: Elena Zioga <elena@arrikto.com> * jwa(front): Modify form name component Signed-off-by: Elena Zioga <elena@arrikto.com> * web-apps(front): Add a helper tooltip in section component Signed-off-by: Elena Zioga <elena@arrikto.com> * jwa(front): Rework the Create page Signed-off-by: Elena Zioga <elena@arrikto.com> * jwa(front): Fix linting errors Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com>
* Fix docker-publish workflows * Remove workflow that builds/push all images * Remove redundant files from manifests
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
* using GET instead of POST method to handle logout Signed-off-by: Tarek Abouzeid <tarek.abouzeid@teliacompany.com> * adding logoutURL template to href Signed-off-by: Tarek Abouzeid <tarek.abouzeid@teliacompany.com> * refactor logout Signed-off-by: Tarek Abouzeid <tarek.abouzeid@teliacompany.com> --------- Signed-off-by: Tarek Abouzeid <tarek.abouzeid@teliacompany.com>
Signed-off-by: Raulian-Ionut Chiorescu <raulian-ionut.chiorescu@cern.ch>
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Signed-off-by: Ricardo M. Oliveira <rmartine@redhat.com>
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* upgrade node from 12 to 16 Signed-off-by: tariq-hasan <mmtariquehsn@gmail.com> * replace cypress with playwright for e2e tests in jupyter Signed-off-by: tariq-hasan <mmtariquehsn@gmail.com> * update base image for node Signed-off-by: tariq-hasan <mmtariquehsn@gmail.com> * update build scripts for tensorboard Signed-off-by: tariq-hasan <mmtariquehsn@gmail.com> * update build scripts for jupyter Signed-off-by: tariq-hasan <mmtariquehsn@gmail.com> --------- Signed-off-by: tariq-hasan <mmtariquehsn@gmail.com>
See Commits and Changes for more details.
Created by pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )