-
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/update maap help tour (#61) updated maap help jupyter extension to version 1.0.0 * Bugs/presigned url (#62) Main fix for the presigned url bug was changing 'maapsec/environment' to 'jupyter-server-extension/getConfig' There was another bug caused by a race condition that was causing users to not be able to get the presigned url about every 10th time. What fixed this bug is calling updateKeycloakToken upon the launch of the extension and also trying to call updateKeycloakToken again if getting the keycloak user information fails to get I confirmed this bug was fixed by trying to get the presigned url 25 times and it worked Successful build in vanilla here: https://repo.dit.maap-project.org/root/maap-workspaces/-/pipelines/3389 * Added memory extension (#59) added changes from cluttered commit branch * hysds base-image [skip ci] (#65) * Feature/libmamba solver (#64) * upgraded maap help jupyter extension version to 1.0.0 * reverted back changes * changed r docker to use libmamba solver * changed mamba install to conda * converted all images use libmamba solver like R image * added lang tz and debian frontend commands to vanilla docker image * copied pangeo dockerfile into vanilla * first line of packages back to vanilla versions * updated package versions for vanilla to be same as pangeo * updated isce2 package versions to match vanilla * updating continuumio/miniconda3 for rgedi and making other 3 top lines consistent * removed changes from rgedi * Update stac_ipyleaflet to 0.3.5 for Pangeo (#66) * Updated pinned version of stac_ipyleaflet to 0.3.5 for pangeo jupyter workspace. * Added environment variables to Pangeo environment yml. * Updated entrypoint bash script so the the base environment is activated before launching jupyter so that environment variables are accessible within jupyter. --------- Co-authored-by: Alex <[email protected]> * Remove hysds base_image [skip-ci] (#68) * Bugs/quick fix libmamba (#69) * removed libmamba sovler from conda env update * added solver to environment.yml * added conda libmamba solver version * added back in solvers and pinned version for conda-libmamba-solver * added back in space * Bugs/presigned url (#70) * changed dit url to test * changed dit back and changed ops to be maap-ops-workspace instead of dataset * Bugs/git tour link (#71) * manual build for change to maap help * updated npm version of maap help * updated custom ext versions (#72) * Feature/update maap py (#73) upgraded all maap py versions to 3.1.2 * bumped jupyter server extension (#74) * update server ext * bumped server ext * Bump maap-py to v3.1.3 (#75) * Update Dockerfile --------- Co-authored-by: Grace Llewellyn <[email protected]> Co-authored-by: Anil Natha <[email protected]> Co-authored-by: Alex <[email protected]> Co-authored-by: Marjorie Lucas <[email protected]> Co-authored-by: Sujen Shah <[email protected]>
- Loading branch information
1 parent
d8fb3e1
commit f5a9d19
Showing
8 changed files
with
17 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,18 +51,18 @@ RUN jupyter labextension disable @jupyterlab/apputils-extension:announcements | |
############################### | ||
# Custom Jupyter Extensions | ||
############################### | ||
RUN jupyter labextension install @maap-jupyterlab/dps-jupyter-extension@0.4.6 --no-build | ||
RUN jupyter labextension install @maap-jupyterlab/dps-jupyter-extension@0.5.1 --no-build | ||
|
||
# PyPi package prepended with 'maap' so it more easily discoverable | ||
RUN pip install maap-jupyter-server-extension==1.1.1 | ||
RUN pip install maap-jupyter-server-extension==1.2.2 | ||
RUN jupyter server extension enable jupyter_server_extension | ||
|
||
RUN jupyter labextension install @maap-jupyterlab/algorithms_jupyter_extension@0.1.1 --no-build | ||
RUN jupyter labextension install @maap-jupyterlab/algorithms_jupyter_extension@0.2.0 --no-build | ||
RUN jupyter labextension install @maap-jupyterlab/[email protected] --no-build | ||
RUN jupyter labextension install @maap-jupyterlab/[email protected] --no-build | ||
RUN jupyter labextension install @maap-jupyterlab/[email protected] --no-build | ||
RUN jupyter labextension install @maap-jupyterlab/[email protected] --no-build | ||
RUN jupyter labextension install @maap-jupyterlab/[email protected].0 --no-build | ||
RUN jupyter labextension install @maap-jupyterlab/[email protected].1 --no-build | ||
RUN jupyter labextension install @maap-jupyterlab/[email protected] --no-build | ||
|
||
RUN jupyter lab build && \ | ||
|
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