[GRDM-44131] Upstreamの取り込み(JupyterHub 5.2.1)#19
Merged
ikfj merged 1412 commits intoRCOSDP:masterfrom Jan 29, 2025
Merged
Conversation
changelog for 5.0, add migration doc
Possible bug, djlint doesn't respect `djlint off` comments
Fix rest API djlint auto-formatting
whoami-api is api-only, it shouldn't be in the services dropdown
login via redirect is an artifact of the old services cookie, removed in 2.0
403 instead of redirect for token-only HubAuth
if public_url is defined
check directly if it is just a path, instead of trying to check other config that means it ought to be
add full_url, full_progress_url to server models
- the asynccontextmanager object is available in the standard contextlib module since Pyhton 3.7 - the aclosing object is available in the standard contextlib module since Pyhton 3.10 - JupyterHub currently requires Python 3.8 or newer
Relax dependency on async_generator
document conditions for oauth_redirect_url more clearly
redirects user.domain/user/foo -> hub.domain/hub/user/foo when server is not running ensures right cookies, etc. are available
include domain in PrefixRedirectHandler
gr_mem check is less reliable
- id must be a URL - change `record_event` to `emit`
use os.getgrouplist to check group membership in allowed_groups
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.3](astral-sh/ruff-pre-commit@v0.3.5...v0.4.3) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
docs: fix internal reference typo
Bumps the jsx-minor group in /jsx with 9 updates: | Package | From | To | | --- | --- | --- | | [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) | `2.10.4` | `2.10.5` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.26.1` | `6.26.2` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.0.0` | `16.0.1` | | [babel-loader](https://github.com/babel/babel-loader) | `9.1.3` | `9.2.1` | | [eslint](https://github.com/eslint/eslint) | `9.9.1` | `9.11.1` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.35.0` | `7.37.1` | | [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports) | `4.1.3` | `4.1.4` | | [webpack](https://github.com/webpack/webpack) | `5.94.0` | `5.95.0` | | [webpack-dev-server](https://github.com/webpack/webpack-dev-server) | `5.0.4` | `5.1.0` | Updates `react-bootstrap` from 2.10.4 to 2.10.5 - [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases) - [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md) - [Commits](react-bootstrap/react-bootstrap@v2.10.4...v2.10.5) Updates `react-router-dom` from 6.26.1 to 6.26.2 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.26.2/packages/react-router-dom) Updates `@testing-library/react` from 16.0.0 to 16.0.1 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v16.0.0...v16.0.1) Updates `babel-loader` from 9.1.3 to 9.2.1 - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](babel/babel-loader@v9.1.3...v9.2.1) Updates `eslint` from 9.9.1 to 9.11.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.9.1...v9.11.1) Updates `eslint-plugin-react` from 7.35.0 to 7.37.1 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.35.0...v7.37.1) Updates `eslint-plugin-unused-imports` from 4.1.3 to 4.1.4 - [Commits](sweepline/eslint-plugin-unused-imports@v4.1.3...v4.1.4) Updates `webpack` from 5.94.0 to 5.95.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.94.0...v5.95.0) Updates `webpack-dev-server` from 5.0.4 to 5.1.0 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v5.0.4...v5.1.0) --- updated-dependencies: - dependency-name: react-bootstrap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: jsx-minor - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: jsx-minor - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: jsx-minor - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-minor dependency-group: jsx-minor - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: jsx-minor - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor dependency-group: jsx-minor - dependency-name: eslint-plugin-unused-imports dependency-type: direct:development update-type: version-update:semver-patch dependency-group: jsx-minor - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: jsx-minor - dependency-name: webpack-dev-server dependency-type: direct:development update-type: version-update:semver-minor dependency-group: jsx-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…_yarn/jsx/jsx-minor-b45f950fe0 Bump the jsx-minor group in /jsx with 9 updates
Bumps [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.6.0...v0.7.1) Updates `express` from 4.21.0 to 4.21.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md) - [Commits](expressjs/express@4.21.0...4.21.1) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…_yarn/jsx/multi-9f37c16f8f Bump cookie and express in /jsx
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
Abort jupyterhub startup only if managed services fail
Remove out-of-date info from subdomain_hook doc
- defer jupyter_core import that caused earlier, less informative ImportError - point to `pip install jupyterhub[singleuser]` in the error - use `raise from` so original import error is still reported
why did I think it was?
informative error on missing dependencies for singleuser server
changelog for 5.2.1
pytest-asyncio 0.25.2 doesn't handle closed event loop we don't need to close asyncio, but we do need to close sockets, etc. associated with tornado
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #19 +/- ##
==========================================
- Coverage 84.62% 80.65% -3.97%
==========================================
Files 44 49 +5
Lines 9125 11255 +2130
==========================================
+ Hits 7722 9078 +1356
- Misses 1403 2177 +774 ☔ View full report in Codecov by Sentry. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
JupyterHubの最新コード (5.2.1) の取り込みを行いました。