notebooks/components/crud-web-apps/jupyter/frontend
Eder Ignatowicz f1f441c89b chore: migrate docker images to ghcr (kubeflow/kubeflow#7706)
* chore: migrate docker images to ghcr

Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>

* adding dash for central dashboard

Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>

* update the spawner images

Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>

* try to fix qemu

Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>

* fix notebook-servers GHCR image path

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* update example-notebook-servers README

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* fix missed `IMG` updates

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* remove remaining cases of `kubeflownotebookswg`

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* fix typos

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* remove `DOCKER_USER` env-var from workflows

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

---------

Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
Co-authored-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2025-03-18 02:12:20 +00:00
..
i18n add(web-apps): i18n Fr translations (kubeflow/kubeflow#6122) 2021-11-24 15:29:47 +00:00
scripts Add CI format checks for the Jupyter web app (kubeflow/kubeflow#5811) 2021-04-08 03:51:02 -07:00
src chore: migrate docker images to ghcr (kubeflow/kubeflow#7706) 2025-03-18 02:12:20 +00:00
tests chore: migrate docker images to ghcr (kubeflow/kubeflow#7706) 2025-03-18 02:12:20 +00:00
.browserslistrc Update CRUD web apps from Angular 8 to Angular 12 (kubeflow/kubeflow#6004) 2021-07-21 02:35:50 -07:00
.editorconfig Initialize the Jupyter web app frontend in crud-web-apps (kubeflow/kubeflow#5332) 2020-10-27 07:45:59 -07:00
.eslintrc.json jwa(front): Add details page functionalities & unit tests (kubeflow/kubeflow#6822) 2022-12-15 11:54:21 +00:00
.gitignore chore: update node in crud-web-apps from 12 to 16 (kubeflow/kubeflow#7637) 2024-11-26 17:15:52 +00:00
.prettierrc Initialize the Jupyter web app frontend in crud-web-apps (kubeflow/kubeflow#5332) 2020-10-27 07:45:59 -07:00
OWNERS chore: cleanup inactive owners (kubeflow/kubeflow#7402) 2024-01-24 18:47:53 +00:00
README.md jwa(front): Add UI tests with Cypress (kubeflow/kubeflow#6891) 2023-01-16 11:03:00 +00:00
angular.json chore: update node in crud-web-apps from 12 to 16 (kubeflow/kubeflow#7637) 2024-11-26 17:15:52 +00:00
karma.conf.cjs chore: update node in crud-web-apps from 12 to 16 (kubeflow/kubeflow#7637) 2024-11-26 17:15:52 +00:00
package-lock.json chore: update node in crud-web-apps from 12 to 16 (kubeflow/kubeflow#7637) 2024-11-26 17:15:52 +00:00
package.json chore: update node in crud-web-apps from 12 to 16 (kubeflow/kubeflow#7637) 2024-11-26 17:15:52 +00:00
playwright.config.ts chore: update node in crud-web-apps from 12 to 16 (kubeflow/kubeflow#7637) 2024-11-26 17:15:52 +00:00
tsconfig.app.json Initialize the Jupyter web app frontend in crud-web-apps (kubeflow/kubeflow#5332) 2020-10-27 07:45:59 -07:00
tsconfig.json chore: update node in crud-web-apps from 12 to 16 (kubeflow/kubeflow#7637) 2024-11-26 17:15:52 +00:00
tsconfig.spec.json Initialize the Jupyter web app frontend in crud-web-apps (kubeflow/kubeflow#5332) 2020-10-27 07:45:59 -07:00

README.md

Frontend

This project was generated with Angular CLI version 9.0.2.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running integration tests

To run integration tests locally, make sure that node modules are installed and the frontend is serving the UI under localhost:4200. Then use npm run e2e to execute the integration tests via Cypress. This will open Cypress and there select the browser in which the tests will run.

Ideally, tests should be run both in Chrome and Firefox and for that there is the script npm run e2e-ci-all that runs (instead of opening) Cypress. Note that in order for tests to run in a browser, the browser needs to be already installed on the system.

Make sure to check out these guides for system-specific information on installing and running Cypress

WSL2

In order to be run in a WSL2 installation, Cypress requires these dependencies.

In the case of WSL2 on Windows 10, this extra setup is required in order to have an X Server running in Windows host and creating the browser window.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI documents.