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

Bugs/double submit null username #79

Merged
merged 15 commits into from
Dec 4, 2023
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
a5835d7
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Sep 13, 2023
81bb7ad
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Sep 21, 2023
49ee438
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Sep 28, 2023
203416e
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Oct 4, 2023
9065760
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Oct 9, 2023
10f82d5
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Oct 10, 2023
486fd90
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Oct 23, 2023
eb3615e
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Oct 25, 2023
4d03679
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Oct 30, 2023
c09dd41
updated maap help to version 1.0.1
grallewellyn Oct 30, 2023
84a7f29
converted back to 1.0.0
grallewellyn Oct 30, 2023
9f23a8e
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Nov 2, 2023
d8e95ce
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Nov 8, 2023
d5e2f91
Merge branch 'develop' of github.com:MAAP-Project/maap-workspaces int…
grallewellyn Nov 30, 2023
af46eb5
upgraded dps version to add feature disabling submit button/ saying l…
grallewellyn Nov 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jupyterlab3/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN jupyter labextension disable @jupyterlab/apputils-extension:announcements
###############################
# Custom Jupyter Extensions
###############################
RUN jupyter labextension install @maap-jupyterlab/dps-jupyter-extension@0.5.1 --no-build
RUN jupyter labextension install @maap-jupyterlab/dps-jupyter-extension@0.5.2 --no-build

# PyPi package prepended with 'maap' so it more easily discoverable
RUN pip install maap-jupyter-server-extension==1.2.2
Expand Down