-
Notifications
You must be signed in to change notification settings - Fork 328
Comparing changes
Open a pull request
base repository: jupyter-server/jupyter_server
base: v2.0.0b0
head repository: jupyter-server/jupyter_server
compare: 644540b4128e8295e5cedf75e7d7d1c04ba9b3ea
- 20 commits
- 37 files changed
- 14 contributors
Commits on Jul 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 19c716b - Browse repository at this point
Copy the full SHA 19c716bView commit details
Commits on Jul 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for eb9bf30 - Browse repository at this point
Copy the full SHA eb9bf30View commit details
Commits on Jul 25, 2022
-
[pre-commit.ci] pre-commit autoupdate (#928)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3090893 - Browse repository at this point
Copy the full SHA 3090893View commit details
Commits on Jul 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e59610b - Browse repository at this point
Copy the full SHA e59610bView commit details -
* Adds anonymous users * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * removes unused import * Removes random colors Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Zachary Sailer <zsailer@apple.com>
Configuration menu - View commit details
-
Copy full SHA for 0c22000 - Browse repository at this point
Copy the full SHA 0c22000View commit details
Commits on Jul 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e32f726 - Browse repository at this point
Copy the full SHA e32f726View commit details -
Configuration menu - View commit details
-
Copy full SHA for f373286 - Browse repository at this point
Copy the full SHA f373286View commit details -
Configuration menu - View commit details
-
Copy full SHA for 426d996 - Browse repository at this point
Copy the full SHA 426d996View commit details
Commits on Aug 1, 2022
-
[pre-commit.ci] pre-commit autoupdate (#938)
updates: - [github.com/asottile/pyupgrade: v2.37.2 → v2.37.3](asottile/pyupgrade@v2.37.2...v2.37.3) - [github.com/PyCQA/doc8: 0.11.2 → v1.0.0](PyCQA/doc8@0.11.2...v1.0.0) - [github.com/pycqa/flake8: 4.0.1 → 5.0.2](PyCQA/flake8@4.0.1...5.0.2) - [github.com/pre-commit/mirrors-eslint: v8.20.0 → v8.21.0](pre-commit/mirrors-eslint@v8.20.0...v8.21.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 54164ac - Browse repository at this point
Copy the full SHA 54164acView commit details
Commits on Aug 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a8bf3f6 - Browse repository at this point
Copy the full SHA a8bf3f6View commit details
Commits on Aug 4, 2022
-
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ba7ac85 - Browse repository at this point
Copy the full SHA ba7ac85View commit details
Commits on Aug 8, 2022
-
[pre-commit.ci] pre-commit autoupdate (#942)
updates: - [github.com/pycqa/flake8: 5.0.2 → 5.0.4](PyCQA/flake8@5.0.2...5.0.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7623966 - Browse repository at this point
Copy the full SHA 7623966View commit details
Commits on Aug 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 260351e - Browse repository at this point
Copy the full SHA 260351eView commit details -
[pre-commit.ci] pre-commit autoupdate (#945)
updates: - [github.com/pre-commit/mirrors-eslint: v8.21.0 → v8.22.0](pre-commit/mirrors-eslint@v8.21.0...v8.22.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 323def5 - Browse repository at this point
Copy the full SHA 323def5View commit details
Commits on Aug 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6baed5e - Browse repository at this point
Copy the full SHA 6baed5eView commit details
Commits on Aug 29, 2022
-
Check for serverapp for reraise flag (#887)
* Check for serverapp for reraise flag The supporting serverextension apps (enable/disable/list) should probably always complete even if an exception raises an error, so in those cases, default to just warning about exceptions, but still complete. * Add regtest for ExtensionManager wo/serverapp It should not raise exceptions if there is no serverapp. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix lint Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
Configuration menu - View commit details
-
Copy full SHA for 0028483 - Browse repository at this point
Copy the full SHA 0028483View commit details -
switch to jupyter_events (#862)
* switch to jupyter_events * update to jupyter_events 0.2.0 * remove unused import * fix payload in events unit tests * update to use latest jupyter_events * add unit test for extensions * get tests working
Configuration menu - View commit details
-
Copy full SHA for 63bb2a9 - Browse repository at this point
Copy the full SHA 63bb2a9View commit details -
[pre-commit.ci] pre-commit autoupdate (#955)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
Configuration menu - View commit details
-
Copy full SHA for cc7e6c4 - Browse repository at this point
Copy the full SHA cc7e6c4View commit details
Commits on Aug 31, 2022
-
Emit events from the Contents Service (#954)
* emit events from the contents manager * remove unused imports * return default event_logger in contents manager * remove unused actions
Configuration menu - View commit details
-
Copy full SHA for 6dc7d53 - Browse repository at this point
Copy the full SHA 6dc7d53View commit details -
Update pytest_plugin with fixtures to test auth in core and extensions (
#956) Co-authored-by: Akshay Chitneni <achitneni@apple.com>
Configuration menu - View commit details
-
Copy full SHA for 644540b - Browse repository at this point
Copy the full SHA 644540bView commit details
There are no files selected for viewing