Yuvi Panda
76e65da9ff
Merge pull request #3925 from meeseeksmachine/auto-backport-of-pr-3906-on-2.x
...
Backport PR #3906 on branch 2.x (Force add existing certificates)
2022-06-06 18:39:24 +05:30
Yuvi Panda
eb9bb71655
Merge pull request #3924 from meeseeksmachine/auto-backport-of-pr-3889-on-2.x
...
Backport PR #3889 on branch 2.x (admin: make user-info table selectable)
2022-06-06 18:39:12 +05:30
Yuvi Panda
a39ef8f163
Merge pull request #3923 from meeseeksmachine/auto-backport-of-pr-3837-on-2.x
...
Backport PR #3837 on branch 2.x (ensure _import_error is set when JUPYTERHUB_SINGLEUSER_APP is unavailable)
2022-06-06 18:38:57 +05:30
Min RK
24e8362401
Backport PR #3906 : Force add existing certificates
2022-06-03 15:16:46 +00:00
Min RK
c4c662843c
Backport PR #3889 : admin: make user-info table selectable
2022-06-03 15:16:29 +00:00
Erik Sundell
6d5b13962c
Backport PR #3837 : ensure _import_error is set when JUPYTERHUB_SINGLEUSER_APP is unavailable
2022-06-03 15:16:20 +00:00
Min RK
fe64595d75
Bump to 2.3.1.dev
2022-05-06 16:06:06 +02:00
Min RK
a3c93088a8
Bump to 2.3.0
2.3.0
2022-05-06 16:05:34 +02:00
Min RK
834229622d
Merge pull request #3887 from minrk/2.3-backports
...
2.3 backports
2022-05-06 16:05:10 +02:00
Min RK
44a1ea42de
One more in the changelog
2022-05-06 15:56:13 +02:00
Simon Li
3879a96b67
Backport PR #3886 : Cleanup everything on API shutdown
...
`app.stop` triggers full cleanup and stopping of the event loop
closes 3881
Signed-off-by: Min RK <benjaminrk@gmail.com >
2022-05-06 15:55:00 +02:00
Min RK
d40627d397
changelog for 2.3
2022-05-05 13:24:00 +02:00
Min RK
057cdbc9e9
pre-commit autoupdate
2022-05-05 13:23:52 +02:00
Min RK
75390d2e46
Backport PR #3882 : Use log.exception when logging exceptions
...
This provides the stack trace in the log file, incredibly
useful when debugging
Signed-off-by: Min RK <benjaminrk@gmail.com >
2022-05-05 13:15:28 +02:00
Min RK
f5e4846cfa
Backport PR #3874 : Missing f
prefix on f-strings fix
...
Fixes 3873
Signed-off-by: Min RK <benjaminrk@gmail.com >
2022-05-05 13:15:27 +02:00
Georgiana Elena
3dc115a829
Backport PR #3876 : don't confuse :// in next_url query params for a redirect hostname
...
closes 3014
These query params should be url-encoded (https://github.com/jupyterhub/nbgitpuller/issues/118 ), but we still shouldn't be making the wrong assumptions about when a hostname is specified
Signed-off-by: Min RK <benjaminrk@gmail.com >
2022-05-05 13:15:25 +02:00
Min RK
af4ddbfc58
Backport PR #3867 : ci: update black configuration
...
Signed-off-by: Min RK <benjaminrk@gmail.com >
2022-05-05 13:15:24 +02:00
Min RK
50a4d1e34d
Backport PR #3863 : [Bug Fix] Search bar disabled on admin dashboard
...
I originally had `defaultValue` here and I changed it not realizing this would break/disable the input.
Signed-off-by: Min RK <benjaminrk@gmail.com >
2022-05-05 13:15:23 +02:00
Erik Sundell
86a238334c
Backport PR #3862 : Fix typo in [rest api] link in README.md
...
Signed-off-by: Min RK <benjaminrk@gmail.com >
2022-05-05 13:15:22 +02:00
Simon Li
dacb9d1668
Backport PR #3859 : Do not store Spawner.ip/port on spawner.server during get_env
...
we shouldn't mutate db state when getting the environment.
IIRC, this was part of an attempt to get the url via `self.server.bind_url` that didn't end up getting used in 3381. So this doesn't really have any positive effects, but it _can_ have negative effects if `get_env` is called in unusual circumstances (jupyterhub/batchspawner 236)
closes jupyterhub/batchspawner 236
Signed-off-by: Min RK <benjaminrk@gmail.com >
2022-05-05 13:15:21 +02:00
Min RK
95cc170383
Backport PR #3853 : Fix xsrf_cookie_kwargs ValueError
...
Fixes
`ValueError: too many values to unpack (expected 2)`
Related to code added as a fix for https://github.com/jupyterhub/jupyterhub/issues/3821
Signed-off-by: Min RK <benjaminrk@gmail.com >
2022-05-05 13:15:20 +02:00
Erik Sundell
437a9d150f
Backport PR #3849 : The word used
is duplicated in upgrade.md
...
This PR is to update doc for that the word `used` is duplicated in this doc.
Signed-off-by: Min RK <benjaminrk@gmail.com >
2022-05-05 13:15:19 +02:00
Erik Sundell
c9616d6f11
Backport PR #3843 : Some typos in docs
...
- fix some references to old 'all' name which was renamed 'inherit'
- fix a heading level in changlog that sphinx warns about
Signed-off-by: Min RK <benjaminrk@gmail.com >
2022-05-05 13:15:18 +02:00
Min RK
61aed70c4d
Backport PR #3841 : adopt pytest-asyncio asyncio_mode='auto'
...
removes need for our own implementation of the same behavior in conftest
Signed-off-by: Min RK <benjaminrk@gmail.com >
2022-05-05 13:15:17 +02:00
Erik Sundell
9abb573d47
Backport PR #3839 : Document version mismatch log message
...
Signed-off-by: Min RK <benjaminrk@gmail.com >
2022-05-05 13:15:16 +02:00
Erik Sundell
b074304834
Backport PR #3835 : remove lingering reference to distutils
...
traitlets, like most Jupyter projects (and Python itself), has a `.version_info` tuple to avoid needing to parse versions
Signed-off-by: Min RK <benjaminrk@gmail.com >
2022-05-05 13:15:15 +02:00
Min RK
201e7ca3d8
Backport PR #3834 : Admin Dashboard - Collapsible Details View
...
I made this PR to see if this feature would be useful for other people. Right now, you can't see all of a user or server's details in the admin page so I added a collapsible view which will let you see the entire server and user objects. I'm open to ideas about how the information is displayed. Will add more tests if this feature is accepted.

Signed-off-by: Min RK <benjaminrk@gmail.com >
2022-05-05 13:15:14 +02:00
Min RK
fa8cd90793
Merge pull request #3827 from NarekA/narek/admin-dashboard-search
...
[Admin Dash] Add search bar for user name
2022-03-15 11:35:57 +01:00
Narek Amirbekian
7dafae29fb
Update compiled files
2022-03-15 02:40:27 -07:00
Narek Amirbekian
89a6c745b5
Add base_url to spawner
2022-03-15 02:33:17 -07:00
Erik Sundell
821d9e229d
Merge pull request #3831 from jupyterhub/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-03-15 07:10:27 +01:00
Narek Amirbekian
db7619fa7a
Fix server url
2022-03-14 21:02:18 -07:00
Narek Amirbekian
1ed9423530
Update compiled jsx
2022-03-14 18:06:10 -07:00
Narek Amirbekian
147a578f7a
Fix index error on assertion
2022-03-14 18:03:56 -07:00
Narek Amirbekian
3a59a15164
Add front end tests for user search
2022-03-14 17:54:51 -07:00
pre-commit-ci[bot]
1b7aded7f9
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-03-14 23:25:52 +00:00
pre-commit-ci[bot]
bc45d77365
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](https://github.com/asottile/pyupgrade/compare/v2.31.0...v2.31.1 )
- [github.com/asottile/reorder_python_imports: v2.7.1 → v3.0.1](https://github.com/asottile/reorder_python_imports/compare/v2.7.1...v3.0.1 )
2022-03-14 23:24:13 +00:00
Narek Amirbekian
1b3b005ca4
Add test for name_filter
2022-03-14 13:33:05 -07:00
pre-commit-ci[bot]
e0be811b2c
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-03-14 19:17:28 +00:00
Narek Amirbekian
3627251246
Merge branch 'main' into narek/admin-dashboard-search
2022-03-14 12:16:50 -07:00
Erik Sundell
8d056170d7
Bump to 2.3.0.dev
2022-03-14 12:32:56 +01:00
Erik Sundell
3590d16e30
Bump to 2.2.2
2.2.2
2022-03-14 12:32:25 +01:00
Erik Sundell
572d258cd2
Merge pull request #3828 from consideRatio/pr/changelog-2.2.2
...
Add changelog for 2.2.2
2022-03-14 12:30:27 +01:00
Min RK
11d0954551
Merge pull request #3826 from consideRatio/pr/add-dedicated-jsx-tests
2022-03-14 12:27:59 +01:00
Erik Sundell
650d47d5c1
Add changelog for 2.2.2
2022-03-14 12:15:54 +01:00
Erik Sundell
945fc824d8
Remove autoformat added new line for generated file
2022-03-12 01:12:29 +01:00
Erik Sundell
a8aa737b00
Don't autoformat generated admin-react.js
2022-03-12 01:12:29 +01:00
Erik Sundell
cd689a1fab
ci: test jsx in a dedicated workflow along with src->dist check
2022-03-12 01:12:29 +01:00
Narek Amirbekian
b3f04e7c66
Add search bar for user name
2022-03-11 15:12:53 -08:00
Erik Sundell
fbcf857991
Add inline comments to .pre-commit-config.yaml
2022-03-12 00:00:27 +01:00