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

Kf1.7 jupyter apis index frontend #235

Merged
merged 3 commits into from
May 30, 2023

Conversation

mathis-marcotte
Copy link
Contributor

@mathis-marcotte mathis-marcotte commented May 26, 2023

for #218

Added the file index-default.component.ts in the i18n ticket since there are some new text in there

@mathis-marcotte mathis-marcotte requested a review from wg102 May 29, 2023 14:30
Copy link
Contributor

@wg102 wg102 left a comment

Choose a reason for hiding this comment

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

Questions:

  1. Are Dialogs still working? (They got removed or moved, but I think they still get called)
  2. If the answer to the comment in the code is 'we don't care' then it's LGTM

Comment on lines 56 to 62
filteringPreprocessorFn: element => {
if (element.serverType === 'group-one') {
return 'vscode Visual Studio Code';
} else if (element.serverType === 'group-two') {
return 'rstudio';
} else {
return 'jupyterlab';
Copy link
Contributor

Choose a reason for hiding this comment

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

If they mentioned the two groups + jupyterlab, do we want to add our third group to this option or wait...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh you are correct! Ill go update that now

Copy link
Contributor

@wg102 wg102 left a comment

Choose a reason for hiding this comment

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

LGTM

@mathis-marcotte mathis-marcotte merged commit e6ffd96 into kf1.7-upgrade May 30, 2023
@mathis-marcotte mathis-marcotte deleted the kf1.7-jupyter-apis-index branch May 30, 2023 16:21
mathis-marcotte added a commit that referenced this pull request Jun 28, 2023
* Update common folder (#227)

* Code update Common Folder

* added notebook page (#233)

Co-authored-by: Mathis Marcotte <mathis.marcotte@statcan.gc.ca>

* added volume-details-page (#234)

Co-authored-by: Mathis Marcotte <mathis.marcotte@statcan.gc.ca>

* Kf1.7 jupyter apis index frontend (#235)

* updated jupyter index files

---------

Co-authored-by: Mathis Marcotte <mathis.marcotte@statcan.gc.ca>

* Update jupyter general (#239)

General code in all folders

* Kf1.7 jupyter form update (#236)

* renamed form-default to form-new

* updated form for 1.7

---------

Co-authored-by: Mathis Marcotte <mathis.marcotte@statcan.gc.ca>

* Kf1.7 jupyter backend (#228)

* updated get pvcs request

* updated poddefaults return response

* added new jupyter endpoints

* updated access review spec

* added new volume endpoints

* updated readme for thunder client

---------

Co-authored-by: Mathis Marcotte <mathis.marcotte@statcan.gc.ca>

* Kf1.7 volume table stuff (#241)

* imported volume components

---------

Co-authored-by: Mathis Marcotte <mathis.marcotte@statcan.gc.ca>

* fixes to be able to run jupyter-apis (#242)

* fixes to be able to run jupyter-apis

* index related fixes

* revert change in namespace

* fixed some form issues

* fixed some issues with the details page

* fixed monaco-editor for loading

* hid volumes form

* fixed the custom image checkbox hiding images

* fixed some bugs with the form-image

* revert the form images

* fixed some more issues

* updated go package

---------

Co-authored-by: Mathis Marcotte <mathis.marcotte@statcan.gc.ca>

* fixed vulnerabilities (#246)

Co-authored-by: Mathis Marcotte <mathis.marcotte@statcan.gc.ca>

* deleted useless packa-lock file

* reverted change to build-angular package version

* Kf1.7 vulnerabilities (#247)

* fixed vulnerabilities for common

* fixed vulnerabilities for jupyter frontend

---------

Co-authored-by: Mathis Marcotte <mathis.marcotte@statcan.gc.ca>

* Kf1.7 frontend js tests (#248)

* fixes to be able to run jupyter-apis

* index related fixes

* revert change in namespace

* fixed some form issues

* fixed some issues with the details page

* fixed monaco-editor for loading

* hid volumes form

* fixed the custom image checkbox hiding images

* fixed some bugs with the form-image

* revert the form images

* fixed some more issues

* updated go package

* fixed some of the issues with the js tests

---------

Co-authored-by: Mathis Marcotte <mathis.marcotte@statcan.gc.ca>

* fixed bug with declarations

* set docker image to node 16

* Kf1.7 cypress (#249)

* kf1.7 cypress update

* fixed cypress tests

---------

Co-authored-by: Mathis Marcotte <mathis.marcotte@statcan.gc.ca>

* fixed semver vulnerability issue

* kf1.7 added new workflows (#250)

* added new workflows

* testing with different triggers

* ran prettier to format

* fixed lint picking up node_modules

* deleted workflow that got replaced

* ran prettier on jupyter

* initial lint fix for jupyter

* write prettier on jupyter

* jupyter lint

* more formatting and linting

* fixed issues

* formatting

---------

Co-authored-by: Mathis Marcotte <mathis.marcotte@statcan.gc.ca>

* removed old tslint file

* updated golang version

* updated go version

* updated readme

---------

Co-authored-by: Wendy Gaultier <wendy.gaultier2@canada.ca>
Co-authored-by: Mathis Marcotte <mathis.marcotte@statcan.gc.ca>
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