Min RK
c657498d75
require Python 3.7
...
drops support for Python 3.6
2022-07-14 09:05:01 -07:00
Min RK
001d0c9af1
call legacy notebook matrix entry legacy_notebook
...
instead of nbclassic, which is explicitly classic nb ui on jupyter-server (the opposite of these tests)
2022-07-14 09:05:01 -07:00
Min RK
dee671b640
Merge pull request #3883 from minrk/async-hub-auth
...
allow HubAuth to be async
2022-07-13 20:38:36 -07:00
Erik Sundell
fa47529cf1
Merge pull request #3971 from minrk/nbclassic-renamed
...
nbclassic extension name has been renamed
2022-07-12 08:06:29 +02:00
Erik Sundell
6769de5b01
Merge pull request #3970 from jupyterhub/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-07-12 08:03:49 +02:00
Min RK
c8a8892292
nbclassic extension name has been renamed
...
our patches to the jinja env need updating to find the new env
2022-07-11 20:37:29 -07:00
pre-commit-ci[bot]
273b25cb6f
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/asottile/pyupgrade: v2.34.0 → v2.37.1](https://github.com/asottile/pyupgrade/compare/v2.34.0...v2.37.1 )
2022-07-11 21:54:26 +00:00
Erik Sundell
71e06a4cd7
Merge pull request #3958 from minrk/autocomplete-annotation
...
add correct autocomplete fields for login form
2022-07-10 12:11:04 +02:00
Min RK
b9c83cf7ab
allow HubAuth to be async
...
Switches requests to tornado AsyncHTTPClient instead of requests
For backward-compatibility, use opt-in `sync=False` arg for all public methods that _may_ be async
When sync=True (default), async functions still used, but blocking via ThreadPool + asyncio run_until_complete
2022-07-09 16:45:41 -07:00
Min RK
8a44748324
Bump to 2.4.0.dev
2022-07-09 16:44:24 -07:00
Min RK
e4f469ef73
Merge pull request #3968 from minrk/test-nbclassic
...
pin nbclassic in dev requirements
2022-07-09 16:41:27 -07:00
Min RK
4cf4566fff
pin nbclassic < 0.4
...
0.4 doesn't actually load at all
2022-07-09 10:05:15 -07:00
Min RK
55c866f340
note why we depend on nbclassic
...
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com >
2022-07-08 12:15:41 -07:00
Min RK
fd550e223e
add nbclassic to dev requirements
...
ensures `/tree/` handler is present
2022-07-08 10:32:13 -07:00
Erik Sundell
ee4c8b835b
Merge pull request #3964 from jupyterhub/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-07-05 10:56:02 +02:00
pre-commit-ci[bot]
f43ad0c176
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/psf/black: 22.3.0 → 22.6.0](https://github.com/psf/black/compare/22.3.0...22.6.0 )
2022-07-04 22:34:28 +00:00
Min RK
95de2618a3
Merge pull request #3960 from cqzlxl/cqzlxl-patch-1
...
Fix GET /api/proxy with pagination
2022-06-30 21:18:09 +02:00
Min RK
48c9f6ca50
Test proxy API endpoint with pagination
2022-06-30 12:09:20 -07:00
cqzlxl
2d56bb74eb
FIX a bug
...
it's an obvious bug.
2022-06-27 22:42:33 +08:00
Min RK
42cc3cae8e
add correct autocomplete fields for login form
2022-06-24 10:37:50 +02:00
Min RK
02da11e06e
Merge pull request #3955 from jupyterhub/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-06-21 09:58:36 +02:00
pre-commit-ci[bot]
eb1061a910
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/pre-commit/mirrors-prettier: v2.6.2 → v2.7.1](https://github.com/pre-commit/mirrors-prettier/compare/v2.6.2...v2.7.1 )
2022-06-20 21:02:45 +00:00
Min RK
d852d9e37c
Merge pull request #3953 from silenius/freebsd_pw
...
FreeBSD, missing -n for pw useradd
2022-06-16 11:33:06 +02:00
Julien Cigar
1392aee195
-n is required
2022-06-15 17:23:13 +02:00
Erik Sundell
63b7defe1a
Merge pull request #3950 from jupyterhub/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-06-14 00:43:29 +02:00
pre-commit-ci[bot]
00803f039a
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/asottile/pyupgrade: v2.32.1 → v2.34.0](https://github.com/asottile/pyupgrade/compare/v2.32.1...v2.34.0 )
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.3.0 )
2022-06-13 22:29:26 +00:00
Erik Sundell
2b1c246c13
Merge pull request #3947 from jupyterhub/dependabot/github_actions/char0n/swagger-editor-validate-8829b79e438e100191c1e6ec1519daf0b66fed34
...
Bump char0n/swagger-editor-validate from 182d1a5d26ff5c2f4f452c43bd55e2c7d8064003 to 1.3.1
2022-06-13 13:48:53 +02:00
Erik Sundell
4f6dd69cb1
Merge pull request #3949 from jupyterhub/dependabot/github_actions/actions/setup-python-4
...
Bump actions/setup-python from 2 to 4
2022-06-13 13:48:43 +02:00
Erik Sundell
4fde1d2b65
Apply suggestions from code review
2022-06-13 13:48:21 +02:00
Erik Sundell
ccceebe257
Merge pull request #3948 from jupyterhub/dependabot/github_actions/actions/upload-artifact-3
...
Bump actions/upload-artifact from 2 to 3
2022-06-13 13:47:09 +02:00
Erik Sundell
499dac9ee2
ci: fix typo in test-docs workflow triggers
2022-06-13 13:46:09 +02:00
Erik Sundell
1d26e61f7e
Apply suggestions from code review
2022-06-13 13:46:09 +02:00
dependabot[bot]
c40e20a3e3
Bump actions/setup-python from 2 to 4
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-13 11:38:08 +00:00
dependabot[bot]
549b2b8e95
Bump actions/upload-artifact from 2 to 3
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-13 11:38:04 +00:00
Erik Sundell
15665c0363
Merge pull request #3944 from jupyterhub/dependabot/github_actions/actions/setup-node-3
...
Bump actions/setup-node from 1 to 3
2022-06-13 13:38:01 +02:00
dependabot[bot]
226f993e7d
Bump char0n/swagger-editor-validate
...
Bumps [char0n/swagger-editor-validate](https://github.com/char0n/swagger-editor-validate ) from 182d1a5d26ff5c2f4f452c43bd55e2c7d8064003 to 1.3.1. This release includes the previously tagged commit.
- [Release notes](https://github.com/char0n/swagger-editor-validate/releases )
- [Commits](182d1a5d26...8829b79e43
)
---
updated-dependencies:
- dependency-name: char0n/swagger-editor-validate
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-13 11:38:00 +00:00
dependabot[bot]
9081265dab
Bump actions/setup-node from 1 to 3
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 1 to 3.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v1...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-13 11:37:44 +00:00
Erik Sundell
de14f18be8
Merge pull request #3946 from consideRatio/pr/weekly-05
...
ci: run dependabot updates weekly monday 05:00 UTC+0 time
2022-06-13 13:37:39 +02:00
Erik Sundell
da276f0c6b
Merge pull request #3945 from jupyterhub/dependabot/github_actions/actions/checkout-3
...
Bump actions/checkout from 2 to 3
2022-06-13 13:36:59 +02:00
Erik Sundell
5a3c98a849
Merge pull request #3943 from jupyterhub/dependabot/github_actions/docker/setup-qemu-action-2
...
Bump docker/setup-qemu-action from 1.0.2 to 2
2022-06-13 13:35:53 +02:00
Erik Sundell
51fa0af3fe
Merge pull request #3942 from jupyterhub/dependabot/github_actions/docker/setup-buildx-action-2
...
Bump docker/setup-buildx-action from 1.1.2 to 2
2022-06-13 13:35:37 +02:00
Erik Sundell
fcdce01ae6
Merge pull request #3941 from jupyterhub/dependabot/github_actions/docker/build-push-action-3
...
Bump docker/build-push-action from 2.4.0 to 3
2022-06-13 13:35:19 +02:00
dependabot[bot]
9af9a7bff7
Bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-13 11:32:36 +00:00
dependabot[bot]
1eef021704
Bump docker/setup-qemu-action from 1.0.2 to 2
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 1.0.2 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](25f0500ff2...8b122486ce
)
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-13 11:32:27 +00:00
dependabot[bot]
a308a0c9b4
Bump docker/setup-buildx-action from 1.1.2 to 2
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 1.1.2 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](2a4b53665e...dc7b9719a9
)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-13 11:32:23 +00:00
dependabot[bot]
726b8243eb
Bump docker/build-push-action from 2.4.0 to 3
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 2.4.0 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](e1b7f96249...e551b19e49
)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-13 11:32:17 +00:00
Erik Sundell
88cea51561
Run updates weekly monday 05:00 UTC+0 time
2022-06-13 13:32:12 +02:00
Erik Sundell
ec0bcb1f1b
Merge pull request #3940 from turrisxyz/Dependabot-GitHub-Actions
...
chore: add dependabot config for github actions
2022-06-13 13:31:32 +02:00
naveen
2df1808c4e
chore: Included githubactions in the dependabot config
...
This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure.
Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot
GitHub actions up to date https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com >
2022-06-13 01:30:37 +00:00
Erik Sundell
c85e90a71b
Merge pull request #3939 from turrisxyz/Pinned-Dependencies-GitHub
...
chore: Set permissions for GitHub actions
2022-06-12 10:19:14 +02:00