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
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
Erik Sundell
6c5e5452bc
Merge pull request #3825 from NarekA/narek/fix-admin-table-sorting-2
...
Update admin-react.js
2022-03-11 18:33:33 +01:00
pre-commit-ci[bot]
2f5ba7ba30
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-03-11 17:15:21 +00:00
Narek Amirbekian
a045eefa64
React file not updated
2022-03-11 09:13:14 -08:00
Min RK
6ea4f2af0d
Bump to 2.3.0.dev
2022-03-11 17:00:28 +01:00
Min RK
3d3ad2929c
Bump to 2.2.1
2.2.1
2022-03-11 16:59:52 +01:00
Erik Sundell
00287ff5ba
Merge pull request #3824 from minrk/221
...
changelog for 2.2.1
2022-03-11 16:17:11 +01:00
Min RK
805d063d1d
changelog for 2.2.1
2022-03-11 15:52:41 +01:00
Min RK
e6bacf7109
Merge pull request #3822 from NarekA/narek/fix-admin-table-sorting
...
Fix admin dashboard table sorting
2022-03-11 15:48:45 +01:00
Min RK
33ccfa7963
handle null user.server
...
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com >
2022-03-11 14:16:30 +01:00
Erik Sundell
593404f558
Merge pull request #3823 from minrk/clear-cookie-kwargs
...
Fix clearing cookie with custom xsrf cookie options
2022-03-11 09:53:43 +01:00
Min RK
e7bc282c80
clear_cookie only accepts path, domain cookie args
2022-03-11 09:24:31 +01:00
pre-commit-ci[bot]
b939b482a1
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-03-11 06:38:13 +00:00
Narek Amirbekian
8afc2c9ae9
Fix admin table sorting
2022-03-10 22:20:01 -08:00
Chris Holdgraf
d11eda14ed
Merge pull request #3820 from yuvipanda/log-docs
2022-03-10 16:38:01 -08:00
Yuvi Panda
ab79251fe2
Reword for clarity
...
Co-authored-by: Chris Holdgraf <choldgraf@gmail.com >
2022-03-10 15:54:42 -08:00
Yuvi Panda
484dbf48de
Merge pull request #3819 from minrk/raise-no-orm-spawner
...
allow Spawner.server to be mocked without underlying orm_spawner
2022-03-10 13:46:49 -08:00
YuviPanda
6eb526d08a
Add a little more structure
2022-03-10 13:45:28 -08:00
YuviPanda
e0a17db5f1
Add some docs on common log messages
...
When debugging errors and outages, looking at the logs emitted by
JupyterHub is very helpful. This document tries to document some common
log messages, and what they mean.
I currently added just one log message, but we can add more
over time.
Ref https://github.com/2i2c-org/infrastructure/issues/1081
where this would've been useful troubleshooting
2022-03-10 12:45:09 -08:00
Min RK
45132b7244
allow Spawner.server to be mocked without underlying orm_spawner
2022-03-10 15:40:01 +01:00
Min RK
c23cddeb51
Bump to 2.2.0
2.2.0
2022-03-07 14:35:46 +01:00
Erik Sundell
672e19a22a
Merge pull request #3815 from minrk/changelog-2.2
...
Changelog for 2.2
2022-03-07 14:32:56 +01:00
Min RK
4a6c9c3a01
Prepare changelog for 2.2
2022-03-07 14:27:31 +01:00
Erik Sundell
2b79bc44da
Merge pull request #3802 from minrk/fresh-spawner
...
Replace failed spawners when starting new launch
2022-03-07 14:23:22 +01:00
Min RK
7861662e17
Replace failed spawners when starting new launch
...
Avoids leaving stale state when re-using a spawner that failed the last time it started
we keep failed spawners around to track their errors,
but we don't want to re-use them when it comes time to start a new launch.
adds User.get_spawner(server_name, replace_failed=True) to always get a non-failed Spawner
2022-03-07 14:03:48 +01:00
Simon Li
4a1842bf8a
Merge pull request #3809 from minrk/page_config_hook
...
Add user token to JupyterLab PageConfig
2022-03-04 21:27:34 +00:00
Min RK
8f18303e50
fix some links revealed by myst
...
mostly pre-myst markdown links
2022-03-04 10:41:20 +01:00
Min RK
bcad6e287d
Merge pull request #3812 from ktaletsk/patch-1
...
Update example to not reference an undefined scope
2022-03-04 10:03:53 +01:00
Min RK
9de1951952
Merge pull request #3813 from rzo1/apache-sec
...
Apache2 Documentation: Updates Reverse Proxy Configuration (TLS/SSL, Protocols, Headers)
2022-03-04 10:03:01 +01:00
pre-commit-ci[bot]
99cb1f17f0
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-03-03 15:41:17 +00:00
Richard Zowalla
10d5157e95
Apache2 Documentation: Updates Reverse Proxy Configuration (TLS/SSL, Protocols, Headers)
2022-03-03 16:40:38 +01:00
Konstantin Taletskiy
2fc4f26832
Update example to not reference an undefined scope
...
Fixes #3811
2022-03-01 12:25:54 -08:00
Simon Li
f6230001bb
Merge pull request #3810 from minrk/server-trait
...
Keep Spawner.server in sync with underlying orm_spawner.server
2022-03-01 17:40:33 +00:00
Min RK
960f7cbeb9
Keep Spawner.server in sync with underlying orm_spawner.server
...
Rather than one-time sets of ._server allowing it to become out-of-sync
with underlying orm_spawner.server
2022-03-01 15:59:16 +01:00
Erik Sundell
76f06a6b55
Merge pull request #3808 from manics/apache-x-forwarded-proto
...
Apache: set X-Forwarded-Proto header
2022-03-01 14:14:34 +01:00