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

Update README.md #96

Merged
merged 1 commit into from
Mar 15, 2022
Merged

Update README.md #96

merged 1 commit into from
Mar 15, 2022

Conversation

dlabaj
Copy link
Contributor

@dlabaj dlabaj commented Oct 6, 2021

Updated Readme to specify that a build is required prior to running the development server.

Updated Readme to specify that a build is required prior to running the development server.
Copy link
Contributor

@jeff-phillips-18 jeff-phillips-18 left a comment

Choose a reason for hiding this comment

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

LGTM

dlabaj pushed a commit to dlabaj/odh-dashboard that referenced this pull request Jan 10, 2022
@dlabaj dlabaj merged commit db5c813 into opendatahub-io:master Mar 15, 2022
cfchase added a commit to cfchase/odh-dashboard that referenced this pull request Mar 28, 2022
* master:
  Add culler timeout settings feature (opendatahub-io#134)
  Fix for input not allowing blank spaces.:
  Update README.md (opendatahub-io#96)
  Update backend port setting and makefile dev commands. (opendatahub-io#133)
  Updated way that to detect an admin. (opendatahub-io#137)
  PVC cluster settings update to restart juypter hub with changes. (opendatahub-io#135)
dlabaj added a commit that referenced this pull request Mar 30, 2022
* Updated way that to detect an admin. (#137)

Fixed linting error.

* Update backend port setting and makefile dev commands. (#133)

* Update README.md (#96)

Updated Readme to specify that a build is required prior to running the development server.

* Fix for input not allowing blank spaces.:

Fix to allow a user to enter an empty string.

Fixed with review comment.

* Add culler timeout settings feature (#134)

* Added types for notebookimage and status (#147)

Updated with REST api notebook image endpoints and new notebook image types.

* Updated REST API  (#155)

* Updated with REST API design changes.

Fixed formatting error.

* Update backend/src/types.ts

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

* Updated type.ts in front end with Succeeded

* [byon] Implement backend (#156)

* feat(byon): List all notebooks

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Get single notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* fix(byon): Update api spec to include software and id

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Schedule new notebook import

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Delete notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Update notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

Co-authored-by: Christopher Chase <cchase@redhat.com>
Co-authored-by: Chad Roberts <croberts@redhat.com>
Co-authored-by: Juntao Wang <37624318+DaoDaoNoCode@users.noreply.github.com>
Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>
dlabaj added a commit to dlabaj/odh-dashboard that referenced this pull request Apr 8, 2022
Updated with REST api notebook image endpoints and new notebook image types.
Updated REST API  (opendatahub-io#155)

* Updated with REST API design changes.

Fixed formatting error.

* Update backend/src/types.ts

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>
Updated type.ts in front end with Succeeded
[byon] Implement backend (opendatahub-io#156)

* feat(byon): List all notebooks

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Get single notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* fix(byon): Update api spec to include software and id

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Schedule new notebook import

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Delete notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Update notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
Rebased BYON from master (opendatahub-io#162)

* Updated way that to detect an admin. (opendatahub-io#137)

Fixed linting error.

* Update backend port setting and makefile dev commands. (opendatahub-io#133)

* Update README.md (opendatahub-io#96)

Updated Readme to specify that a build is required prior to running the development server.

* Fix for input not allowing blank spaces.:

Fix to allow a user to enter an empty string.

Fixed with review comment.

* Add culler timeout settings feature (opendatahub-io#134)

* Added types for notebookimage and status (opendatahub-io#147)

Updated with REST api notebook image endpoints and new notebook image types.

* Updated REST API  (opendatahub-io#155)

* Updated with REST API design changes.

Fixed formatting error.

* Update backend/src/types.ts

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

* Updated type.ts in front end with Succeeded

* [byon] Implement backend (opendatahub-io#156)

* feat(byon): List all notebooks

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Get single notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* fix(byon): Update api spec to include software and id

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Schedule new notebook import

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Delete notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Update notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

Co-authored-by: Christopher Chase <cchase@redhat.com>
Co-authored-by: Chad Roberts <croberts@redhat.com>
Co-authored-by: Juntao Wang <37624318+DaoDaoNoCode@users.noreply.github.com>
Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>
fix(byon): Use notebook-image label for visibility toggle (opendatahub-io#169)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Feat add creator annotation (opendatahub-io#170)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Allow to patch name and description on notebook (opendatahub-io#172)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Allow python dependency visibility field changes (opendatahub-io#173)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
Added code for importing byon image. (opendatahub-io#171)

Updated front end code with import and start of table.
Updated with byon changes

Updated code with byon ui changes.
Integrated import, delete, and get functionality for notebooks.

Added start of edit panel.

Updated build error fixes.

Updates to edit dialog and linting cleanup.

Added sort to table.

Added filtering.

Added failure warning to allow user to click

Add check disable enabling failed notebook images

Fixed with review comments.

Fixed time bug.

Removed admin
dlabaj added a commit to dlabaj/odh-dashboard that referenced this pull request Apr 8, 2022
Updated with REST api notebook image endpoints and new notebook image types.
Updated REST API  (opendatahub-io#155)

* Updated with REST API design changes.

Fixed formatting error.

* Update backend/src/types.ts

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>
Updated type.ts in front end with Succeeded
[byon] Implement backend (opendatahub-io#156)

* feat(byon): List all notebooks

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Get single notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* fix(byon): Update api spec to include software and id

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Schedule new notebook import

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Delete notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Update notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
Rebased BYON from master (opendatahub-io#162)

* Updated way that to detect an admin. (opendatahub-io#137)

Fixed linting error.

* Update backend port setting and makefile dev commands. (opendatahub-io#133)

* Update README.md (opendatahub-io#96)

Updated Readme to specify that a build is required prior to running the development server.

* Fix for input not allowing blank spaces.:

Fix to allow a user to enter an empty string.

Fixed with review comment.

* Add culler timeout settings feature (opendatahub-io#134)

* Added types for notebookimage and status (opendatahub-io#147)

Updated with REST api notebook image endpoints and new notebook image types.

* Updated REST API  (opendatahub-io#155)

* Updated with REST API design changes.

Fixed formatting error.

* Update backend/src/types.ts

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

* Updated type.ts in front end with Succeeded

* [byon] Implement backend (opendatahub-io#156)

* feat(byon): List all notebooks

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Get single notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* fix(byon): Update api spec to include software and id

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Schedule new notebook import

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Delete notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Update notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

Co-authored-by: Christopher Chase <cchase@redhat.com>
Co-authored-by: Chad Roberts <croberts@redhat.com>
Co-authored-by: Juntao Wang <37624318+DaoDaoNoCode@users.noreply.github.com>
Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>
fix(byon): Use notebook-image label for visibility toggle (opendatahub-io#169)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Feat add creator annotation (opendatahub-io#170)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Allow to patch name and description on notebook (opendatahub-io#172)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Allow python dependency visibility field changes (opendatahub-io#173)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
Added code for importing byon image. (opendatahub-io#171)

Updated front end code with import and start of table.
Updated with byon changes

Updated code with byon ui changes.
Integrated import, delete, and get functionality for notebooks.

Added start of edit panel.

Updated build error fixes.

Updates to edit dialog and linting cleanup.

Added sort to table.

Added filtering.

Added failure warning to allow user to click

Add check disable enabling failed notebook images

Fixed with review comments.

Fixed time bug.

Removed admin
dlabaj added a commit to dlabaj/odh-dashboard that referenced this pull request Apr 8, 2022
Updated with REST api notebook image endpoints and new notebook image types.
Updated REST API  (opendatahub-io#155)

* Updated with REST API design changes.

Fixed formatting error.

* Update backend/src/types.ts

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>
Updated type.ts in front end with Succeeded
[byon] Implement backend (opendatahub-io#156)

* feat(byon): List all notebooks

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Get single notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* fix(byon): Update api spec to include software and id

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Schedule new notebook import

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Delete notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Update notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
Rebased BYON from master (opendatahub-io#162)

* Updated way that to detect an admin. (opendatahub-io#137)

Fixed linting error.

* Update backend port setting and makefile dev commands. (opendatahub-io#133)

* Update README.md (opendatahub-io#96)

Updated Readme to specify that a build is required prior to running the development server.

* Fix for input not allowing blank spaces.:

Fix to allow a user to enter an empty string.

Fixed with review comment.

* Add culler timeout settings feature (opendatahub-io#134)

* Added types for notebookimage and status (opendatahub-io#147)

Updated with REST api notebook image endpoints and new notebook image types.

* Updated REST API  (opendatahub-io#155)

* Updated with REST API design changes.

Fixed formatting error.

* Update backend/src/types.ts

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

* Updated type.ts in front end with Succeeded

* [byon] Implement backend (opendatahub-io#156)

* feat(byon): List all notebooks

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Get single notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* fix(byon): Update api spec to include software and id

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Schedule new notebook import

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Delete notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Update notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

Co-authored-by: Christopher Chase <cchase@redhat.com>
Co-authored-by: Chad Roberts <croberts@redhat.com>
Co-authored-by: Juntao Wang <37624318+DaoDaoNoCode@users.noreply.github.com>
Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>
fix(byon): Use notebook-image label for visibility toggle (opendatahub-io#169)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Feat add creator annotation (opendatahub-io#170)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Allow to patch name and description on notebook (opendatahub-io#172)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Allow python dependency visibility field changes (opendatahub-io#173)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
Added code for importing byon image. (opendatahub-io#171)

Updated front end code with import and start of table.
Updated with byon changes

Updated code with byon ui changes.
Integrated import, delete, and get functionality for notebooks.

Added start of edit panel.

Updated build error fixes.

Updates to edit dialog and linting cleanup.

Added sort to table.

Added filtering.

Added failure warning to allow user to click

Add check disable enabling failed notebook images

Fixed with review comments.

Fixed time bug.

Removed admin
dlabaj added a commit to dlabaj/odh-dashboard that referenced this pull request Apr 8, 2022
Updated with REST api notebook image endpoints and new notebook image types.
Updated REST API  (opendatahub-io#155)

* Updated with REST API design changes.

Fixed formatting error.

* Update backend/src/types.ts

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>
Updated type.ts in front end with Succeeded
[byon] Implement backend (opendatahub-io#156)

* feat(byon): List all notebooks

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Get single notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* fix(byon): Update api spec to include software and id

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Schedule new notebook import

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Delete notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Update notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
Rebased BYON from master (opendatahub-io#162)

* Updated way that to detect an admin. (opendatahub-io#137)

Fixed linting error.

* Update backend port setting and makefile dev commands. (opendatahub-io#133)

* Update README.md (opendatahub-io#96)

Updated Readme to specify that a build is required prior to running the development server.

* Fix for input not allowing blank spaces.:

Fix to allow a user to enter an empty string.

Fixed with review comment.

* Add culler timeout settings feature (opendatahub-io#134)

* Added types for notebookimage and status (opendatahub-io#147)

Updated with REST api notebook image endpoints and new notebook image types.

* Updated REST API  (opendatahub-io#155)

* Updated with REST API design changes.

Fixed formatting error.

* Update backend/src/types.ts

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

* Updated type.ts in front end with Succeeded

* [byon] Implement backend (opendatahub-io#156)

* feat(byon): List all notebooks

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Get single notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* fix(byon): Update api spec to include software and id

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Schedule new notebook import

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Delete notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Update notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

Co-authored-by: Christopher Chase <cchase@redhat.com>
Co-authored-by: Chad Roberts <croberts@redhat.com>
Co-authored-by: Juntao Wang <37624318+DaoDaoNoCode@users.noreply.github.com>
Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>
fix(byon): Use notebook-image label for visibility toggle (opendatahub-io#169)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Feat add creator annotation (opendatahub-io#170)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Allow to patch name and description on notebook (opendatahub-io#172)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Allow python dependency visibility field changes (opendatahub-io#173)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
Added code for importing byon image. (opendatahub-io#171)

Updated front end code with import and start of table.
Updated with byon changes

Updated code with byon ui changes.
Integrated import, delete, and get functionality for notebooks.

Added start of edit panel.

Updated build error fixes.

Updates to edit dialog and linting cleanup.

Added sort to table.

Added filtering.

Added failure warning to allow user to click

Add check disable enabling failed notebook images

Fixed with review comments.

Fixed time bug.

Removed admin
Update backend port setting and makefile dev commands. (opendatahub-io#133)
Use webpack dev server proxy instead of CORS utilities (opendatahub-io#127)


Fixed issues with cherry picks.
dlabaj added a commit to dlabaj/odh-dashboard that referenced this pull request Apr 8, 2022
Updated with REST api notebook image endpoints and new notebook image types.
Updated REST API  (opendatahub-io#155)

* Updated with REST API design changes.

Fixed formatting error.

* Update backend/src/types.ts

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>
Updated type.ts in front end with Succeeded
[byon] Implement backend (opendatahub-io#156)

* feat(byon): List all notebooks

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Get single notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* fix(byon): Update api spec to include software and id

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Schedule new notebook import

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Delete notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Update notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
Rebased BYON from master (opendatahub-io#162)

* Updated way that to detect an admin. (opendatahub-io#137)

Fixed linting error.

* Update backend port setting and makefile dev commands. (opendatahub-io#133)

* Update README.md (opendatahub-io#96)

Updated Readme to specify that a build is required prior to running the development server.

* Fix for input not allowing blank spaces.:

Fix to allow a user to enter an empty string.

Fixed with review comment.

* Add culler timeout settings feature (opendatahub-io#134)

* Added types for notebookimage and status (opendatahub-io#147)

Updated with REST api notebook image endpoints and new notebook image types.

* Updated REST API  (opendatahub-io#155)

* Updated with REST API design changes.

Fixed formatting error.

* Update backend/src/types.ts

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

* Updated type.ts in front end with Succeeded

* [byon] Implement backend (opendatahub-io#156)

* feat(byon): List all notebooks

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Get single notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* fix(byon): Update api spec to include software and id

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Schedule new notebook import

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Delete notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Update notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

Co-authored-by: Christopher Chase <cchase@redhat.com>
Co-authored-by: Chad Roberts <croberts@redhat.com>
Co-authored-by: Juntao Wang <37624318+DaoDaoNoCode@users.noreply.github.com>
Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>
fix(byon): Use notebook-image label for visibility toggle (opendatahub-io#169)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Feat add creator annotation (opendatahub-io#170)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Allow to patch name and description on notebook (opendatahub-io#172)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Allow python dependency visibility field changes (opendatahub-io#173)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
Added code for importing byon image. (opendatahub-io#171)

Updated front end code with import and start of table.
Updated with byon changes

Updated code with byon ui changes.
Integrated import, delete, and get functionality for notebooks.

Added start of edit panel.

Updated build error fixes.

Updates to edit dialog and linting cleanup.

Added sort to table.

Added filtering.

Added failure warning to allow user to click

Add check disable enabling failed notebook images

Fixed with review comments.

Fixed time bug.

Removed admin
Update backend port setting and makefile dev commands. (opendatahub-io#133)
Use webpack dev server proxy instead of CORS utilities (opendatahub-io#127)


Fixed issues with cherry picks.
dlabaj added a commit to dlabaj/odh-dashboard that referenced this pull request Apr 13, 2022
Updated with REST api notebook image endpoints and new notebook image types.
Updated REST API  (opendatahub-io#155)

* Updated with REST API design changes.

Fixed formatting error.

* Update backend/src/types.ts

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>
Updated type.ts in front end with Succeeded
[byon] Implement backend (opendatahub-io#156)

* feat(byon): List all notebooks

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Get single notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* fix(byon): Update api spec to include software and id

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Schedule new notebook import

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Delete notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Update notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
Rebased BYON from master (opendatahub-io#162)

* Updated way that to detect an admin. (opendatahub-io#137)

Fixed linting error.

* Update backend port setting and makefile dev commands. (opendatahub-io#133)

* Update README.md (opendatahub-io#96)

Updated Readme to specify that a build is required prior to running the development server.

* Fix for input not allowing blank spaces.:

Fix to allow a user to enter an empty string.

Fixed with review comment.

* Add culler timeout settings feature (opendatahub-io#134)

* Added types for notebookimage and status (opendatahub-io#147)

Updated with REST api notebook image endpoints and new notebook image types.

* Updated REST API  (opendatahub-io#155)

* Updated with REST API design changes.

Fixed formatting error.

* Update backend/src/types.ts

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

* Updated type.ts in front end with Succeeded

* [byon] Implement backend (opendatahub-io#156)

* feat(byon): List all notebooks

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Get single notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* fix(byon): Update api spec to include software and id

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Schedule new notebook import

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Delete notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Update notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

Co-authored-by: Christopher Chase <cchase@redhat.com>
Co-authored-by: Chad Roberts <croberts@redhat.com>
Co-authored-by: Juntao Wang <37624318+DaoDaoNoCode@users.noreply.github.com>
Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>
fix(byon): Use notebook-image label for visibility toggle (opendatahub-io#169)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Feat add creator annotation (opendatahub-io#170)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Allow to patch name and description on notebook (opendatahub-io#172)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Allow python dependency visibility field changes (opendatahub-io#173)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
Added code for importing byon image. (opendatahub-io#171)

Updated front end code with import and start of table.
Updated with byon changes

Updated code with byon ui changes.
Integrated import, delete, and get functionality for notebooks.

Added start of edit panel.

Updated build error fixes.

Updates to edit dialog and linting cleanup.

Added sort to table.

Added filtering.

Added failure warning to allow user to click

Add check disable enabling failed notebook images

Fixed with review comments.

Fixed time bug.

Removed admin
Update backend port setting and makefile dev commands. (opendatahub-io#133)
Use webpack dev server proxy instead of CORS utilities (opendatahub-io#127)


Fixed issues with cherry picks.

Fixed additional git cherry pick issues.

Added ability to add packages, modify packages, etc.

Added software package on import.

Added additional table and fix some styling issues.


Fixed issue where form was submitted.

Updated import in notebooksUtils.ts

Updated code to work with image streams instead of pipelines.
dlabaj added a commit to dlabaj/odh-dashboard that referenced this pull request Apr 21, 2022
[UPSTREAM] Fix to allow a user to enter an empty string.
Fixed linting error.

Updated to read userTrackingEnabled instead of clusterSettings.userTrackingEnabled.

[Upstream] Added BYON, webpack proxy, and CORS heading fix.

Updated with REST api notebook image endpoints and new notebook image types.
Updated REST API  (opendatahub-io#155)

* Updated with REST API design changes.

Fixed formatting error.

* Update backend/src/types.ts

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>
Updated type.ts in front end with Succeeded
[byon] Implement backend (opendatahub-io#156)

* feat(byon): List all notebooks

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Get single notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* fix(byon): Update api spec to include software and id

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Schedule new notebook import

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Delete notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Update notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
Rebased BYON from master (opendatahub-io#162)

* Updated way that to detect an admin. (opendatahub-io#137)

Fixed linting error.

* Update backend port setting and makefile dev commands. (opendatahub-io#133)

* Update README.md (opendatahub-io#96)

Updated Readme to specify that a build is required prior to running the development server.

* Fix for input not allowing blank spaces.:

Fix to allow a user to enter an empty string.

Fixed with review comment.

* Add culler timeout settings feature (opendatahub-io#134)

* Added types for notebookimage and status (opendatahub-io#147)

Updated with REST api notebook image endpoints and new notebook image types.

* Updated REST API  (opendatahub-io#155)

* Updated with REST API design changes.

Fixed formatting error.

* Update backend/src/types.ts

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

* Updated type.ts in front end with Succeeded

* [byon] Implement backend (opendatahub-io#156)

* feat(byon): List all notebooks

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Get single notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* fix(byon): Update api spec to include software and id

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Schedule new notebook import

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Delete notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Update notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

Co-authored-by: Christopher Chase <cchase@redhat.com>
Co-authored-by: Chad Roberts <croberts@redhat.com>
Co-authored-by: Juntao Wang <37624318+DaoDaoNoCode@users.noreply.github.com>
Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>
fix(byon): Use notebook-image label for visibility toggle (opendatahub-io#169)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Feat add creator annotation (opendatahub-io#170)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Allow to patch name and description on notebook (opendatahub-io#172)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Allow python dependency visibility field changes (opendatahub-io#173)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
Added code for importing byon image. (opendatahub-io#171)

Updated front end code with import and start of table.
Updated with byon changes

Updated code with byon ui changes.
Integrated import, delete, and get functionality for notebooks.

Added start of edit panel.

Updated build error fixes.

Updates to edit dialog and linting cleanup.

Added sort to table.

Added filtering.

Added failure warning to allow user to click

Add check disable enabling failed notebook images

Fixed with review comments.

Fixed time bug.

Removed admin
Update backend port setting and makefile dev commands. (opendatahub-io#133)
Use webpack dev server proxy instead of CORS utilities (opendatahub-io#127)


Fixed issues with cherry picks.

Fixed additional git cherry pick issues.

Added ability to add packages, modify packages, etc.

Added software package on import.

Added additional table and fix some styling issues.


Fixed issue where form was submitted.

Updated import in notebooksUtils.ts

Updated code to work with image streams instead of pipelines.

Fixed linting errors.

Fixed empty software package bug.

Fixed bugs found during testing.

Notebook image table update.

Fixed error where not showing the empty state.

Fixed table issue.

Add another update of the notbook image table.
dlabaj added a commit to dlabaj/odh-dashboard that referenced this pull request Apr 21, 2022
[UPSTREAM] Fix to allow a user to enter an empty string.
Fixed linting error.

Updated to read userTrackingEnabled instead of clusterSettings.userTrackingEnabled.

[Upstream] Added BYON, webpack proxy, and CORS heading fix.

Updated with REST api notebook image endpoints and new notebook image types.
Updated REST API  (opendatahub-io#155)

* Updated with REST API design changes.

Fixed formatting error.

* Update backend/src/types.ts

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>
Updated type.ts in front end with Succeeded
[byon] Implement backend (opendatahub-io#156)

* feat(byon): List all notebooks

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Get single notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* fix(byon): Update api spec to include software and id

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Schedule new notebook import

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Delete notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Update notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
Rebased BYON from master (opendatahub-io#162)

* Updated way that to detect an admin. (opendatahub-io#137)

Fixed linting error.

* Update backend port setting and makefile dev commands. (opendatahub-io#133)

* Update README.md (opendatahub-io#96)

Updated Readme to specify that a build is required prior to running the development server.

* Fix for input not allowing blank spaces.:

Fix to allow a user to enter an empty string.

Fixed with review comment.

* Add culler timeout settings feature (opendatahub-io#134)

* Added types for notebookimage and status (opendatahub-io#147)

Updated with REST api notebook image endpoints and new notebook image types.

* Updated REST API  (opendatahub-io#155)

* Updated with REST API design changes.

Fixed formatting error.

* Update backend/src/types.ts

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

* Updated type.ts in front end with Succeeded

* [byon] Implement backend (opendatahub-io#156)

* feat(byon): List all notebooks

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Get single notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* fix(byon): Update api spec to include software and id

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Schedule new notebook import

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Delete notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Update notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

Co-authored-by: Christopher Chase <cchase@redhat.com>
Co-authored-by: Chad Roberts <croberts@redhat.com>
Co-authored-by: Juntao Wang <37624318+DaoDaoNoCode@users.noreply.github.com>
Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>
fix(byon): Use notebook-image label for visibility toggle (opendatahub-io#169)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Feat add creator annotation (opendatahub-io#170)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Allow to patch name and description on notebook (opendatahub-io#172)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Allow python dependency visibility field changes (opendatahub-io#173)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
Added code for importing byon image. (opendatahub-io#171)

Updated front end code with import and start of table.
Updated with byon changes

Updated code with byon ui changes.
Integrated import, delete, and get functionality for notebooks.

Added start of edit panel.

Updated build error fixes.

Updates to edit dialog and linting cleanup.

Added sort to table.

Added filtering.

Added failure warning to allow user to click

Add check disable enabling failed notebook images

Fixed with review comments.

Fixed time bug.

Removed admin
Update backend port setting and makefile dev commands. (opendatahub-io#133)
Use webpack dev server proxy instead of CORS utilities (opendatahub-io#127)


Fixed issues with cherry picks.

Fixed additional git cherry pick issues.

Added ability to add packages, modify packages, etc.

Added software package on import.

Added additional table and fix some styling issues.


Fixed issue where form was submitted.

Updated import in notebooksUtils.ts

Updated code to work with image streams instead of pipelines.

Fixed linting errors.

Fixed empty software package bug.

Fixed bugs found during testing.

Notebook image table update.

Fixed error where not showing the empty state.

Fixed table issue.

Add another update of the notbook image table.

Fixed issue where notebook would description disappeared.

Fixed missing notification.

Prevent duplicate names.

Fixed issue with notebook images not updating correctly.
dlabaj added a commit to dlabaj/odh-dashboard that referenced this pull request Apr 22, 2022
[UPSTREAM] Fix to allow a user to enter an empty string.
Fixed linting error.

Updated to read userTrackingEnabled instead of clusterSettings.userTrackingEnabled.

[Upstream] Added BYON, webpack proxy, and CORS heading fix.

Updated with REST api notebook image endpoints and new notebook image types.
Updated REST API  (opendatahub-io#155)

* Updated with REST API design changes.

Fixed formatting error.

* Update backend/src/types.ts

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>
Updated type.ts in front end with Succeeded
[byon] Implement backend (opendatahub-io#156)

* feat(byon): List all notebooks

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Get single notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* fix(byon): Update api spec to include software and id

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Schedule new notebook import

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Delete notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Update notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
Rebased BYON from master (opendatahub-io#162)

* Updated way that to detect an admin. (opendatahub-io#137)

Fixed linting error.

* Update backend port setting and makefile dev commands. (opendatahub-io#133)

* Update README.md (opendatahub-io#96)

Updated Readme to specify that a build is required prior to running the development server.

* Fix for input not allowing blank spaces.:

Fix to allow a user to enter an empty string.

Fixed with review comment.

* Add culler timeout settings feature (opendatahub-io#134)

* Added types for notebookimage and status (opendatahub-io#147)

Updated with REST api notebook image endpoints and new notebook image types.

* Updated REST API  (opendatahub-io#155)

* Updated with REST API design changes.

Fixed formatting error.

* Update backend/src/types.ts

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>

* Updated type.ts in front end with Succeeded

* [byon] Implement backend (opendatahub-io#156)

* feat(byon): List all notebooks

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Get single notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* fix(byon): Update api spec to include software and id

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Schedule new notebook import

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Delete notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

* feat(byon): Update notebook

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>

Co-authored-by: Christopher Chase <cchase@redhat.com>
Co-authored-by: Chad Roberts <croberts@redhat.com>
Co-authored-by: Juntao Wang <37624318+DaoDaoNoCode@users.noreply.github.com>
Co-authored-by: Tom Coufal <7453394+tumido@users.noreply.github.com>
fix(byon): Use notebook-image label for visibility toggle (opendatahub-io#169)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Feat add creator annotation (opendatahub-io#170)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Allow to patch name and description on notebook (opendatahub-io#172)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
feat(byon): Allow python dependency visibility field changes (opendatahub-io#173)

Signed-off-by: Tomas Coufal <tcoufal@redhat.com>
Added code for importing byon image. (opendatahub-io#171)

Updated front end code with import and start of table.
Updated with byon changes

Updated code with byon ui changes.
Integrated import, delete, and get functionality for notebooks.

Added start of edit panel.

Updated build error fixes.

Updates to edit dialog and linting cleanup.

Added sort to table.

Added filtering.

Added failure warning to allow user to click

Add check disable enabling failed notebook images

Fixed with review comments.

Fixed time bug.

Removed admin
Update backend port setting and makefile dev commands. (opendatahub-io#133)
Use webpack dev server proxy instead of CORS utilities (opendatahub-io#127)


Fixed issues with cherry picks.

Fixed additional git cherry pick issues.

Added ability to add packages, modify packages, etc.

Added software package on import.

Added additional table and fix some styling issues.


Fixed issue where form was submitted.

Updated import in notebooksUtils.ts

Updated code to work with image streams instead of pipelines.

Fixed linting errors.

Fixed empty software package bug.

Fixed bugs found during testing.

Notebook image table update.

Fixed error where not showing the empty state.

Fixed table issue.

Add another update of the notbook image table.

Fixed issue where notebook would description disappeared.

Fixed missing notification.

Prevent duplicate names.

Fixed issue with notebook images not updating correctly.
maroroman pushed a commit to maroroman/odh-dashboard that referenced this pull request May 30, 2022
Updated Readme to specify that a build is required prior to running the development server.
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.

2 participants