Yuvi Panda
a8e43198a9
Fix capitalization
...
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2023-11-06 14:42:40 +05:30
Simon Li
b75082e1b6
Merge pull request #4623 from jupyterhub/dependabot/github_actions/actions/setup-node-4
...
Bump actions/setup-node from 3 to 4
2023-11-01 10:14:02 +00:00
dependabot[bot]
982e2e8e6c
Bump actions/setup-node from 3 to 4
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3...v4 )
---
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 >
2023-11-01 05:18:48 +00:00
Erik Sundell
70a3e5fb9c
Merge pull request #4619 from varundhand/main
...
FIx: typo in auth.py
2023-10-29 19:01:47 +01:00
Varun Dhand
f47165b5d2
Update auth.py
2023-10-29 23:16:39 +05:30
Erik Sundell
f1a2f7d2d0
Merge pull request #4618 from minrk/flaky-browser
...
browser test: wait for token request to finish before reloading
2023-10-27 13:32:23 +02:00
Erik Sundell
2bde84d452
Merge pull request #4617 from minrk/flaky-external-proxy
...
try to improve reliability of test_external_proxy
2023-10-27 13:31:07 +02:00
Min RK
40df3cda62
browser test: wait for token request to finish before reloading
...
this may be the cause of flaky tests where there are no tokens to list
2023-10-27 12:57:59 +02:00
Min RK
b4d8d67c75
try to improve reliability of test_external_proxy
...
- use random ports instead of pre-specified numbers, which may collide
- mark test as flaky to give it a second chance to succeed
2023-10-27 12:57:01 +02:00
Erik Sundell
cafe193504
Merge pull request #4616 from minrk/fix-token-url
...
test: ensure test server is added to proxy before talking to it
2023-10-27 12:40:07 +02:00
Min RK
3a52b5be72
test: ensure test server is added to proxy before talking to it
...
this should fix some flaky test failures in test_singleuser
not sure why it doesn't _always_ fail
2023-10-27 12:21:19 +02:00
Min RK
5108a987fb
fix iteration over cookie options
2023-10-27 11:25:18 +02:00
Min RK
63e3f91ee0
clear all oauth cookies on first successful oauth
...
prevents leftover stale state
2023-10-27 10:30:57 +02:00
Min RK
c3510d2853
move service oauth state fields to in-memory
...
only use a random token as the actual oauth state,
and use a local cache dict to store the extra info like cookie_name, next_url
this avoids the state field getting too big and passing local browser-server info to anyone else
2023-10-27 10:26:53 +02:00
Min RK
20c39d474a
add event_loop_interval_seconds metric
...
measures event loop responsiveness
uses a Histogram to track how many iterations fit in a given bucket
2023-10-26 14:25:36 +02:00
YuviPanda
2a1f82d7a9
Remove non-working quay.io shield
2023-10-23 14:00:28 +05:30
YuviPanda
f5cf87d91b
Don't tell people to use :latest
2023-10-23 11:30:11 +05:30
Erik Sundell
04eb9ca5ea
docs: future proof example referencing version 1.4.0 by using latest
2023-10-23 00:04:45 +02:00
YuviPanda
f366b785a3
Move from dockerhub to quay.io
...
See https://github.com/jupyterhub/team-compass/issues/688
for context.
I've also added `QUAY_USERNAME` and `QUAY_PASSWORD` to environment
secrets, but *not* `env.REGISTRY`. I will do so once this gets
merged.
2023-10-22 10:27:42 +05:30
Min RK
26a744456b
Merge pull request #4607 from jupyterhub/dependabot/npm_and_yarn/jsx/babel/traverse-7.23.2
...
Bump @babel/traverse from 7.22.5 to 7.23.2 in /jsx
2023-10-20 10:09:45 +02:00
dependabot[bot]
21e7cc53f9
Bump @babel/traverse from 7.22.5 to 7.23.2 in /jsx
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.22.5 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-19 10:22:55 +00:00
Erik Sundell
0d6c27ca1d
Merge pull request #4603 from yuvipanda/nokpy
...
Remove links to okpy from docs
2023-10-16 06:58:42 +02:00
Yuvi Panda
c5e11e4d7a
Merge pull request #4602 from johncf/johncf-patch-1
...
Change `db_url` schema in docs from `postgres` to `postgresql`
2023-10-16 09:52:25 +05:30
YuviPanda
b50fa894ad
Remove links to okpy from docs
...
These were removed in
https://github.com/jupyterhub/oauthenticator/pull/691 ,
and now the link checker is not happy.
2023-10-16 09:49:50 +05:30
John Charankattu
1ed2c4d07d
DOC change db_url schema from postgres to postgresql
...
sqlalchemy no longer supports postgres schema
2023-10-13 19:51:51 +05:30
Simon Li
70717dc9ab
Merge pull request #4599 from jupyterhub/dependabot/npm_and_yarn/jsx/postcss-8.4.31
...
Bump postcss from 8.4.24 to 8.4.31 in /jsx
2023-10-04 09:48:08 +01:00
dependabot[bot]
f8ec54c3e0
Bump postcss from 8.4.24 to 8.4.31 in /jsx
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.24 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.24...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-04 03:13:34 +00:00
Yuvi Panda
6f0e4e1f7d
Merge pull request #4598 from minrk/un-yarn
...
jsx: trade yarn for npm
2023-10-03 20:12:59 -07:00
Min RK
c689ec726d
jsx: trade yarn for npm
...
we're already using npm at the top-level, using both yarn and npm complicates things
- stop excluding package-lock.json from the repo
2023-10-03 14:40:10 +02:00
Min RK
5deb594933
Merge pull request #4597 from minrk/nodesource
...
update nodesource installation in docker
2023-10-03 14:35:06 +02:00
Erik Sundell
671ae3c0d7
Merge pull request #4596 from minrk/fix-docker
...
fix package_data in docker images
2023-10-03 13:43:29 +02:00
Min RK
8a6fab9673
update nodesource installation
...
old script is deprecated and adds 60 second delay to builds
update build node to 20 while we're at it
2023-10-03 13:26:47 +02:00
Min RK
3baae644d6
fix setuptools-scm in docker
...
- needs git, .git files
- needs setuptools_scm config section in pyproject.toml
2023-10-03 13:00:59 +02:00
Min RK
00777568d0
verify installed data files in docker images
2023-10-03 13:00:42 +02:00
Erik Sundell
e5b52b9ac5
Merge pull request #4595 from jupyterhub/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2023-10-03 12:38:34 +02:00
pre-commit-ci[bot]
7a5a21be29
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/asottile/pyupgrade: v3.10.1 → v3.14.0](https://github.com/asottile/pyupgrade/compare/v3.10.1...v3.14.0 )
- [github.com/psf/black: 23.7.0 → 23.9.1](https://github.com/psf/black/compare/23.7.0...23.9.1 )
2023-10-03 10:33:36 +00:00
Min RK
29e954c407
Merge pull request #4588 from jupyterhub/dependabot/github_actions/docker/build-push-action-5
...
Bump docker/build-push-action from 4 to 5
2023-10-02 11:56:51 +02:00
dependabot[bot]
7e3b0008f8
Bump docker/build-push-action from 4 to 5
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5 )
---
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 >
2023-10-01 08:52:41 +00:00
Erik Sundell
02622edcc6
Merge pull request #4589 from jupyterhub/dependabot/github_actions/docker/setup-qemu-action-3
...
Bump docker/setup-qemu-action from 2 to 3
2023-10-01 10:52:07 +02:00
dependabot[bot]
f89fd26d92
Bump docker/setup-qemu-action from 2 to 3
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3 )
---
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 >
2023-10-01 08:26:18 +00:00
Erik Sundell
f0ed10091b
Merge pull request #4590 from jupyterhub/dependabot/github_actions/docker/setup-buildx-action-3
...
Bump docker/setup-buildx-action from 2 to 3
2023-10-01 10:25:26 +02:00
Erik Sundell
6175819f54
Merge pull request #4591 from jupyterhub/dependabot/github_actions/actions/checkout-4
...
Bump actions/checkout from 3 to 4
2023-10-01 10:08:07 +02:00
dependabot[bot]
9f8516d47e
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [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/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-01 05:54:39 +00:00
dependabot[bot]
c5c72cddfc
Bump docker/setup-buildx-action from 2 to 3
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3 )
---
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 >
2023-10-01 05:54:35 +00:00
Erik Sundell
060ef8be58
Merge pull request #4586 from minrk/linux-die
...
skip linkcheck for linux.die.net
2023-09-29 12:06:09 +02:00
Min RK
6905c75cea
skip linkcheck for linux.die.net
...
links work, but site seems to block linkcheck requests from CI with 403
2023-09-29 11:10:45 +02:00
Min RK
1b7ca1e5de
Merge pull request #4568 from LexiJess/main
...
Update gallery-jhub-deployments.md
2023-09-29 11:02:28 +02:00
Yuvi Panda
be96990258
Fix link syntax
...
Co-authored-by: Min RK <benjaminrk@gmail.com >
2023-09-27 10:37:22 -07:00
Simon Li
be9f9b18d2
Merge pull request #4583 from minrk/go-away-dependabot
...
move oldest-dependencies to requirements.old
2023-09-26 09:47:22 +01:00
Min RK
4433efe14d
move oldest-dependencies to requirements.old
...
to avoid dependabot alerts
2023-09-26 09:44:35 +02:00