Min RK
f6f6b3afa3
back to dev
2020-12-11 12:08:22 +01:00
Min RK
a91197635a
release 1.3.0
1.3.0
2020-12-11 12:07:55 +01:00
Min RK
88706d4c27
final changelog edits for 1.3.0
2020-12-11 12:07:06 +01:00
Min RK
29fac11bfe
Merge pull request #3295 from minrk/changelog-1.3
...
begin changelog for 1.3
2020-12-11 12:02:15 +01:00
Erik Sundell
947ef67184
Merge pull request #3303 from Sangarshanan/patch-1
...
Remove the extra parenthesis in service.md
2020-12-11 09:39:28 +01:00
sangarshanan
8ede924956
Remove extra paranthesis
2020-12-11 13:15:13 +05:30
sangarshanan
55c2d3648e
Add the missing parenthesis in service.md
2020-12-11 01:53:35 +05:30
Min RK
2cf8e48fb5
start changelog for 1.3
...
I noticed that our jinja async feature is new in 2.9, and matured in 2.11, so explicitly require that
2020-12-09 14:31:10 +01:00
Min RK
ae77038a64
Merge pull request #3293 from minrk/services-whoami
...
allow services to call /api/user to identify themselves
2020-12-09 13:25:46 +01:00
Min RK
ffed8f67a0
Merge pull request #3294 from minrk/paginate-per-page
...
fix increasing pagination limits
2020-12-08 10:03:51 +01:00
Erik Sundell
1efd7da6ee
Merge pull request #3300 from mxjeff/fixed-doc-services
...
Fixed idle-culler references.
2020-12-04 11:46:04 +01:00
Geoffroy Youri Berret
6e161d0140
Fixed idle-culler references.
...
Merge request #3257 fixed #3256 only on getting-started/services-basics.md
There is still a reference to jupyterhub example cull-idle in reference/services.md
2020-12-04 09:28:02 +01:00
Min RK
5f4144cc98
Merge pull request #3298 from coffeebenzene/master
...
Fix asyncio deprecation asyncio.Task.all_tasks
2020-12-03 11:16:46 +01:00
coffeebenzene
f866bbcf45
Use variable instead of monkey patching asyncio
2020-12-02 19:50:49 +00:00
coffeebenzene
ed6231d3aa
Fix asyncio deprecation asyncio.Task.all_tasks
2020-12-02 17:57:28 +00:00
Min RK
9d38259ad7
fix increasing pagination limits
...
setting per_page in constructor resolves before max_per_page limit is updated from config,
preventing max_per_page from being increased beyond the default limit
we already loaded these values anyway in the first instance,
so remove the redundant Pagination object
2020-12-02 12:52:42 +01:00
Min RK
4b254fe5ed
Merge pull request #3243 from agp8x/master
...
[Metrics] Add prefix to prometheus metrics to group all jupyterhub metrics
2020-12-02 12:22:32 +01:00
Min RK
f8040209b0
allow services to call /api/user to identify themselves
2020-12-02 12:21:25 +01:00
Min RK
e59ee33a6e
note versionchanged in metrics module docstring
2020-12-02 11:36:13 +01:00
Min RK
ff15ced3ce
Merge pull request #3225 from cbanek/configurable_options_from_form
...
Allow options_from_form to be configurable
2020-12-02 11:32:24 +01:00
Min RK
75acd6a67b
Merge pull request #3264 from tlvu/add-user-agreement-to-login-screen
...
Add optional user agreement to login screen
2020-12-02 11:31:23 +01:00
Min RK
73ac6207af
Merge pull request #3244 from mhwasil/fix-https-redirect-issues
...
[Docs] Fix https reverse proxy redirect issues
2020-12-02 11:30:09 +01:00
Min RK
e435fe66a5
Merge pull request #3292 from minrk/oldest-metrics
...
bump oldest-required prometheus-client
2020-12-02 11:27:27 +01:00
Min RK
d7569d6f8e
bump oldest-required prometheus-client
...
oldest-dependency tests caught an error with our base required version
2020-12-02 11:20:30 +01:00
Min RK
ba6c2cf854
Merge pull request #3266 from 0mar/reduce_ssl_testing
...
Test internal_ssl separately
2020-12-02 10:59:39 +01:00
0mar
970b25d017
Added docstrings
2020-12-01 10:49:10 +01:00
0mar
671ef0d5ef
Moved ssl options to proxy
2020-12-01 10:30:44 +01:00
Erik Sundell
77220d6662
Merge pull request #3289 from minrk/user-count
...
fix and test TOTAL_USERS count
2020-11-30 15:21:48 +01:00
Min RK
7e469f911d
fix and test TOTAL_USERS count
...
Don't assume UserDict contains all users
which assumption led to double-counting when a user in the db was loaded into the dict cache
2020-11-30 13:27:52 +01:00
Erik Sundell
18393ec6b4
Merge pull request #3287 from minrk/bump-black
...
bump black pre-commit hook to 20.8
2020-11-30 10:26:55 +01:00
Min RK
28fdbeb0c0
update back pre-commit hook
...
specify minimum target_version as py36
results in some churn
2020-11-30 10:13:10 +01:00
Tim Head
5664e4d318
Merge pull request #3286 from Sangarshanan/patch-1
...
Fix curl in jupyter announcements
2020-11-30 07:47:27 +01:00
sangarshanan
24c83e721f
Fix curl in jupyter announcements
...
Running the Curl as is return a 500 with ```json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 2 (char 1)
``` Converting the payload to a proper Json
2020-11-28 17:50:44 +05:30
0mar
cc73ab711e
Disabled ssl testing
2020-11-27 17:50:47 +01:00
0mar
2cfe4474ac
Submitting reason for skiptest
2020-11-27 17:26:44 +01:00
0mar
74766e4786
Resolving merge conflichts
2020-11-27 17:18:40 +01:00
0mar
ed461ff4a7
Merge branch 'tmp' into reduce_ssl_testing
...
# Conflicts:
# jupyterhub/tests/test_proxy.py
2020-11-27 17:05:26 +01:00
0mar
184d87ff2a
Skip SSL-free tests if not on SSL matrix
2020-11-27 17:00:09 +01:00
Min RK
06ed7dc0cf
Merge pull request #3284 from minrk/12-cl
...
Changelog for 1.2.2
2020-11-27 14:41:08 +01:00
Min RK
a0b229431c
Update docs/source/changelog.md
...
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com >
2020-11-27 14:40:59 +01:00
0mar
2a06c8a94c
WIP: Attempt to access SSL parameters, failing due to self-signed certificate error
2020-11-27 13:26:32 +01:00
Min RK
91159d08d3
Changelog for 1.2.2
2020-11-27 10:09:54 +01:00
Erik Sundell
06a83f146b
Merge pull request #3281 from olifre/patch-1
...
CONTRIBUTING: Fix contributor guide URL
2020-11-27 09:53:41 +01:00
Oliver Freyermuth
7b66d1656b
CONTRIBUTING: Fix contributor guide URL
...
The link has been changed.
2020-11-27 09:39:29 +01:00
0mar
40176a667f
Attempt to patch proxy, unsuccessful
2020-11-26 12:22:43 +01:00
Omar Richardson
e02345a4e8
WIP: Moved ssl options to new method
2020-11-26 09:24:44 +01:00
Long Vu
1408e9f5f4
Merge remote-tracking branch 'origin/master' into add-user-agreement-to-login-screen
2020-11-25 10:31:38 -05:00
Long Vu
b66d204d69
login page: no javascript needed for the optional accept terms and conditions feature
...
Bonus user gets a pop-up notification to check the checkbox.
Tested on Mozilla Firefox
(https://user-images.githubusercontent.com/11966697/100246404-18115e00-2f07-11eb-9061-d35434ace3aa.gif )
and Google Chrome.
Feedback from @minrk.
2020-11-25 10:30:22 -05:00
Omar Richardson
164447717f
Fix formulation
2020-11-20 15:30:23 +01:00
Omar Richardson
0472ef0533
Central internal_ssl switch
2020-11-20 15:27:50 +01:00