vpopescu
2cdba6f42a
Added type checks
2022-09-22 15:36:17 +02:00
vpopescu
6219c206e9
Merge branch 'group_property_feature' of https://github.com/vladfreeze/jupyterhub into group_property_feature
2022-09-22 15:23:48 +02:00
vpopescu
9d82a64a85
Removed setpropkeys and setpropvalues for testing
2022-09-22 15:23:46 +02:00
pre-commit-ci[bot]
7a4a00e5c1
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-09-22 13:12:51 +00:00
vpopescu
f28b613ccb
Merge branch 'group_property_feature' of https://github.com/vladfreeze/jupyterhub into group_property_feature
2022-09-22 15:11:42 +02:00
vpopescu
20f5c2690b
Added check for current_propobject
2022-09-22 15:11:40 +02:00
Min RK
38afbcc0d0
Merge pull request #4045 from miwig/fix_crash_when_removing_scopes
...
Fix crash when removing scopes attribute from an existing role
2022-09-22 15:08:27 +02:00
pre-commit-ci[bot]
f9b3ff58f9
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-09-22 11:02:27 +00:00
vpopescu
0a1811e86c
Made DynamicTable functional
2022-09-22 13:01:53 +02:00
Vlad Vifor
e8ae58f6b5
Merge branch 'jupyterhub:main' into group_property_feature
2022-09-22 12:34:30 +02:00
mouse1203
08b71e7f56
adding asyncio.sleep into test_invalid_credantials
...
added asyncio.sleep into test_invalid_credantials
2022-09-19 16:28:33 +02:00
mouse1203
9d90496549
updating regarding to the review
...
removed time.sleep(), removed inrelevant comments, removed unused packages, added few explanations for some functions (in progress), documenting in progress, added to conftest.py package with Options class
2022-09-19 15:18:07 +02:00
Simon Li
df222de915
verify sdist can be installed without npm/yarn
2022-09-18 17:14:05 +01:00
pre-commit-ci[bot]
01e4f2b974
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-09-17 10:27:34 +00:00
neerajnatu
bffdf690d9
adding to contributor list
2022-09-17 15:49:26 +05:30
neerajnatu
0f06c9376a
mentioning limitations of spawner.environment
2022-09-17 15:17:23 +05:30
pre-commit-ci[bot]
99eb8d6a2a
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-09-16 12:43:30 +00:00
Michael Wigard
3bb0d57e35
Fix crash when removing scopes attribute from an existing role
2022-09-16 14:27:12 +02:00
Min RK
29ffb23d67
Merge pull request #4039 from hjoliver/fix-launch-instance
2022-09-13 17:05:11 +02:00
Min RK
729099f87d
test coverage for launch_instance(argv)
2022-09-13 12:02:02 +02:00
Hilary James Oliver
daf395c2c3
Pass launch_instance args on correctly.
2022-09-13 09:27:49 +12:00
Simon Li
8b68286486
setup.py: require npm, check that NPM CSS JSX commands succeed
2022-09-10 17:59:53 +01:00
Erik Sundell
ad44b16104
Merge pull request #4034 from manics/docker-yarn
...
Fix Dockerfile yarn JSX build
2022-09-10 16:42:04 +02:00
Simon Li
fa33faeefa
Dockerfile: check static/js/admin-react.js exists
2022-09-10 12:31:27 +01:00
Simon Li
a3b20bb220
Dockerfile: install yarn with npm
2022-09-10 12:24:17 +01:00
Simon Li
b644052cb4
Dockerfile: Use python -m build to match release workflow
2022-09-10 12:12:58 +01:00
Min RK
02dead8ab1
Bump to 3.1.0.dev
2022-09-09 08:37:18 +02:00
Min RK
24506888ea
Bump to 3.0.0
3.0.0
2022-09-09 08:32:58 +02:00
Min RK
457ad3ec85
Merge pull request #4029 from consideRatio/pr/update-changelog-for-3.0.0
...
Update changelog for 3.0.0
2022-09-09 08:16:24 +02:00
Min RK
75e8274a7b
date for 3.0.0
2022-09-09 08:16:07 +02:00
Min RK
dd69213a3c
[capacity doc]: add concurrent user section
2022-09-07 12:42:41 +02:00
Min RK
1aafdb1d1b
doc: More suggestions from review
...
- add costs, links
- labels for use cases
- literal math formatting
2022-09-07 12:29:09 +02:00
pre-commit-ci[bot]
9a84b9d9a1
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-09-07 09:56:00 +00:00
Min RK
bf6786c55b
Apply suggestions from code review
...
Co-authored-by: Chris Holdgraf <choldgraf@gmail.com >
2022-09-07 11:55:33 +02:00
Erik Sundell
2a3ceff29f
Update changelog for 3.0.0
2022-09-07 09:58:17 +02:00
Min RK
1e9614b218
Add capacity planning doc
2022-09-06 12:25:39 +02:00
Erik Sundell
5e29605341
Merge pull request #4018 from minrk/reset-offset
...
reset offset to 0 on name filter change
2022-09-05 18:46:08 +02:00
Min RK
34b6bc3a3f
call reducers in some tests
...
allows testing reducer functionality
workaround bug preventing mocked useSelector from behaving realistically
2022-09-05 15:09:11 +02:00
Min RK
485190e5af
make selenium tests opt-in
...
avoids running them over and over again
2022-09-02 14:00:19 +02:00
Min RK
b90200667f
fix headless firefox option
2022-09-02 14:00:19 +02:00
mouse1203
5885f88d79
Update jupyterhub/tests/selenium/conftest.py
...
Co-authored-by: Min RK <benjaminrk@gmail.com >
2022-09-02 13:43:20 +02:00
mouse1203
b87561d396
remove conditional for FireFox
...
removing conditionals for FF
2022-09-02 13:32:11 +02:00
mouse1203
10aba2c038
Merge branch 'main' of https://github.com/jupyterhub/jupyterhub
2022-09-02 13:14:28 +02:00
mouse1203
09c4fee780
add selenium tests
2022-09-02 13:12:31 +02:00
pre-commit-ci[bot]
4033dbbd3f
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-08-25 12:37:08 +00:00
vpopescu
85da3be6af
Merge branch 'group_property_feature' of https://github.com/vladfreeze/jupyterhub into group_property_feature
2022-08-25 14:36:38 +02:00
vpopescu
59d43edea1
Removed redirect to /groups when clicking on apply
2022-08-25 14:36:35 +02:00
pre-commit-ci[bot]
4a93cffb52
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-08-25 12:33:48 +00:00
vpopescu
7fb6df1c18
Fixed bug where inputs remained in the fields after already being added
2022-08-25 14:31:17 +02:00
Erik Sundell
7a48da1916
Merge pull request #4022 from possiblyMikeB/token-template-correction
...
Use correct expiration labels in drop-down menu on token page.
2022-08-24 20:01:20 +02:00