-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/container url dropdown (#155)
* first attempt of container urls being a dropdown * fixed bug with dropdown not changing * only one call to getWorkspaces * added env vars to devfiles and edited dockerimage_path name * updated the algorithms extension version * added DEFAULT_DOCKERFILE_PATH as env variable * added 2nd --build-arg tag * corrected the dps base image url * added print statements to jupyter server extension * reverted back to old jupyter server extension right after removing need for environments.json to see if this fixes the problem * reverted changes for container url dropdown branch * corrected default and base image to be switched back
- Loading branch information
1 parent
c82a98d
commit 049f0cf
Showing
12 changed files
with
32 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,12 +36,12 @@ dependencies: | |
- jupyter-resource-usage==1.0.2 | ||
- git+https://github.com/MAAP-Project/[email protected]#egg-info=stac_ipyleaflet | ||
- rio-tiler==6.2.8 | ||
- maap-algorithms-jupyter-extension==0.3.6 | ||
- maap-algorithms-jupyter-extension==0.3.8 | ||
- maap-che-sidebar-visibility-jupyter-extension==1.1.2 | ||
- maap-dps-jupyter-extension==0.7.2 | ||
- maap-edsc-jupyter-extension==1.1.1 | ||
- maap-help-jupyter-extension==2.0.0 | ||
- maap-jupyter-server-extension==2.1.0 | ||
- maap-jupyter-server-extension==2.1.1 | ||
- maap-libs-jupyter-extension==1.2.4 | ||
- maap-user-workspace-management-jupyter-extension==0.1.3 | ||
variables: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,12 +18,12 @@ dependencies: | |
- pip: | ||
- jupyter-resource-usage==1.0.2 | ||
- git+https://github.com/MAAP-Project/[email protected]#egg-info=stac_ipyleaflet | ||
- maap-algorithms-jupyter-extension==0.3.6 | ||
- maap-algorithms-jupyter-extension==0.3.8 | ||
- maap-che-sidebar-visibility-jupyter-extension==1.1.2 | ||
- maap-dps-jupyter-extension==0.7.2 | ||
- maap-edsc-jupyter-extension==1.1.1 | ||
- maap-help-jupyter-extension==2.0.0 | ||
- maap-jupyter-server-extension==2.1.0 | ||
- maap-jupyter-server-extension==2.1.1 | ||
- maap-libs-jupyter-extension==1.2.4 | ||
- maap-user-workspace-management-jupyter-extension==0.1.3 | ||
variables: | ||
|