-
Notifications
You must be signed in to change notification settings - Fork 18
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
Jupyter server #230
Jupyter server #230
Commits on Jul 29, 2021
-
jupyter server extension application:
* convert UIS to a jupter server extension application
Configuration menu - View commit details
-
Copy full SHA for e017edc - Browse repository at this point
Copy the full SHA e017edcView commit details -
cli: add entry points for server commands
* put extension behind cylc app * deal with namespace package issues * allow args to be passed through to jupyter_server
Configuration menu - View commit details
-
Copy full SHA for 2dffb0d - Browse repository at this point
Copy the full SHA 2dffb0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 449635b - Browse repository at this point
Copy the full SHA 449635bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0631d0 - Browse repository at this point
Copy the full SHA e0631d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2bcfe8 - Browse repository at this point
Copy the full SHA a2bcfe8View commit details -
userprofile: add an owner field
* this is for the workflow owner not the authenticated user
Configuration menu - View commit details
-
Copy full SHA for 7fa2f97 - Browse repository at this point
Copy the full SHA 7fa2f97View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2fb384 - Browse repository at this point
Copy the full SHA b2fb384View commit details -
logging: convert bespoke logging to jupyter_server logging
* logging -> self.log
Configuration menu - View commit details
-
Copy full SHA for d3bfa88 - Browse repository at this point
Copy the full SHA d3bfa88View commit details -
Configuration menu - View commit details
-
Copy full SHA for da35266 - Browse repository at this point
Copy the full SHA da35266View commit details -
* tighter integration with jupyter_server * less bespoke static logic
Configuration menu - View commit details
-
Copy full SHA for fb88a33 - Browse repository at this point
Copy the full SHA fb88a33View commit details
Commits on Jul 30, 2021
-
* setup.py -> setup.cfg * pytest.ini -> pyproject.toml * pypi classifiers
Configuration menu - View commit details
-
Copy full SHA for e9f3ac9 - Browse repository at this point
Copy the full SHA e9f3ac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49b096a - Browse repository at this point
Copy the full SHA 49b096aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a521675 - Browse repository at this point
Copy the full SHA a521675View commit details -
authorisation: reinstate decorator
* revert to decorator approach
Configuration menu - View commit details
-
Copy full SHA for b73c6c3 - Browse repository at this point
Copy the full SHA b73c6c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5166b0b - Browse repository at this point
Copy the full SHA 5166b0bView commit details -
* standardise flake8 setup with cylc flow * fix violations
Configuration menu - View commit details
-
Copy full SHA for eb30dc0 - Browse repository at this point
Copy the full SHA eb30dc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75160b2 - Browse repository at this point
Copy the full SHA 75160b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e19717a - Browse repository at this point
Copy the full SHA e19717aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1916f7 - Browse repository at this point
Copy the full SHA c1916f7View commit details
Commits on Aug 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for edf3fa1 - Browse repository at this point
Copy the full SHA edf3fa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ec12e5 - Browse repository at this point
Copy the full SHA 1ec12e5View commit details
Commits on Aug 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cd5e9c4 - Browse repository at this point
Copy the full SHA cd5e9c4View commit details
Commits on Aug 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for aa6a095 - Browse repository at this point
Copy the full SHA aa6a095View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b0b51b - Browse repository at this point
Copy the full SHA 3b0b51bView commit details
Commits on Aug 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8b0c544 - Browse repository at this point
Copy the full SHA 8b0c544View commit details
Commits on Aug 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 72e05c5 - Browse repository at this point
Copy the full SHA 72e05c5View commit details -
authenticate the static handler
* Closes cylc#231 * Provide our own static handler rather than using Jupyter Server because: * Our static files are contained in sub dirs, Jupyter Server does not support this for static files. * We are not using the same template/static resource approach. * We would have to edit URLs in the UI to point at `static/cylc/*`. * We are opening these static files to multiple users so need to push them through our authorisation code. * Adding authentication here provides login redirection and does all the cookie / token stuff.
Configuration menu - View commit details
-
Copy full SHA for 5da6044 - Browse repository at this point
Copy the full SHA 5da6044View commit details -
* Add an endpoint that provides the equivalent to `cylc version --long` * This replaces the `hello` handler used during development. * As it doesn't engage any extra logic it may be useful for debugging UI/UIS issues. * It may also be useful for debugging environment issues. * Document handlers.
Configuration menu - View commit details
-
Copy full SHA for 4c63763 - Browse repository at this point
Copy the full SHA 4c63763View commit details
Commits on Aug 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for acc20b1 - Browse repository at this point
Copy the full SHA acc20b1View commit details