Min RK
eaa1353dcd
typos in use of partition
2020-10-23 14:16:46 +02:00
Leo Gallucci
b9a3b0a66a
Fix #2284 must be sent from authorization pageUpdate jupyterhub/apihandlers/auth.py
...
Co-authored-by: Min RK <benjaminrk@gmail.com >
2020-10-22 11:36:15 +02:00
Leo Gallucci
929b805fae
Fix #2284 must be sent from authorization page
...
Fix #2284 Authorization form must be sent from authorization page
2020-10-21 17:57:14 +02:00
IvanaH8
4142dc1bc0
update to roles utils
2020-10-21 16:36:50 +02:00
IvanaH8
ced80f9e6b
removing rest-api.yml changes
2020-10-20 08:11:42 +02:00
IvanaH8
10a1280f84
Include latest changes from master
2020-10-20 08:03:15 +02:00
IvanaH8
f1ed74bae1
creating roles module
2020-10-19 19:57:55 +02:00
IvanaH8
ff38a9e383
scope schema definitions for rest-api
2020-10-19 19:50:46 +02:00
0mar
b6fa353201
Implemented scope-based access in API handlers
2020-10-19 13:09:26 +02:00
Min RK
082f6516a1
1.2.0b1
1.2.0b1
2020-10-16 10:14:32 +02:00
Erik Sundell
1aa21f1d6c
Merge pull request #3192 from consideRatio/pr/changelog-for-1.2.0b1
...
changelog for 1.2.0b1
2020-10-15 15:30:30 +02:00
Erik Sundell
cec9702796
changelog for 1.2.0b1 updated
2020-10-15 14:56:43 +02:00
Erik Sundell
f8cbda9c3c
Merge pull request #3208 from minrk/traitlets-list-allow-none
...
avoid specifying default_value=None in Command traits
2020-10-15 14:47:36 +02:00
Min RK
71aee05bc0
use /api/status to test server
...
workaround 404 issue with /api/spec.yaml in jupyter-server 1.0.4
2020-10-15 13:23:02 +02:00
Erik Sundell
772de55a0d
Merge pull request #3209 from minrk/rtd-docs
...
stop building docs on circleci
2020-10-15 12:14:40 +02:00
Min RK
e6f92238b1
stop building docs on circleci
...
RTD CI is enabled now
2020-10-15 11:41:11 +02:00
Min RK
db76b52e35
avoid specifying default_value=None in Command traits
...
causes issues with traitlets dev where 'unspecified' should be Undefined, not specified-None
Best to leave it out if it's really unspecified
2020-10-15 11:38:08 +02:00
Min RK
e6e994e843
add changelog highlights for 1.2.0
2020-10-15 11:01:26 +02:00
Min RK
284e379341
Merge pull request #3204 from kreuzert/exponential_backoff_overflow_exception
...
Prevent OverflowErrors in exponential_backoff()
2020-10-15 10:39:28 +02:00
Erik Sundell
3ce1cc63af
Merge pull request #3207 from kinow/patch-2
...
[docs] Remove duplicate line in changelog for 1.1.0
2020-10-15 00:34:56 +02:00
Bruno P. Kinoshita
9945a7f7be
Update changelog.md
...
Remove duplicate changelog from 1.1.0
2020-10-15 09:59:04 +13:00
Tim Kreuzer
004c964cc1
Update utils.py
2020-10-13 10:37:31 +02:00
Tim Kreuzer
0f0d6d12d3
Update jupyterhub/utils.py
...
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com >
2020-10-13 10:30:05 +02:00
Tim Kreuzer
c97e4d4e2f
Update utils.py
...
Prevent exponential_backoff() to crash with an Vverflow Error
2020-10-12 17:25:25 +02:00
IvanaH8
a220899bf9
fix for scope names in rest-api.yml
2020-10-08 13:49:04 +02:00
Erik Sundell
53d496aff5
changelog for 1.2.0b1
2020-10-04 07:04:42 +02:00
Min RK
032ae29066
Merge pull request #3184 from rainwoodman/patch-1
...
Mention the PAM pitfall on fedora.
2020-10-02 10:50:17 +02:00
Yu Feng
21caa57e7b
remove sshauthenticator reference.
2020-10-01 09:13:37 -07:00
Yu Feng
37ee104afa
Update docs/source/reference/config-sudo.md
...
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com >
2020-10-01 09:11:15 -07:00
Erik Sundell
dac75ff996
Merge pull request #3019 from stv0g/remove-unused-imports
...
Remove unused imports
2020-10-01 13:17:36 +02:00
Erik Sundell
67e06e5a18
Fix order of imports
2020-10-01 12:44:51 +02:00
Erik Sundell
4cbc0bad34
Merge branch 'master' into remove-unused-imports
2020-10-01 12:07:37 +02:00
Erik Sundell
9f8c1decc4
Merge pull request #2891 from rajat404/auto-gen-docs
...
Generate prometheus metrics docs
2020-10-01 11:40:05 +02:00
Erik Sundell
1244533387
Merge pull request #3185 from rainwoodman/patch-2
...
Add SELinux configuration for nginx
2020-10-01 11:15:32 +02:00
Erik Sundell
8c30724f17
monitoring docs: fixes following monitoring section relocation
2020-10-01 10:45:11 +02:00
Erik Sundell
50868f5bb5
monitoring docs: relocate monitoring section under technical reference
2020-10-01 10:36:19 +02:00
Erik Sundell
e15b6ad52e
Makefile: let make html depend on generated metrics.rst
2020-10-01 10:13:31 +02:00
Rajat Goyal
b194135a0f
Generate list of prometheus metrics in reStructuredText rather than markdown
2020-09-30 23:52:29 +05:30
Rajat Goyal
5b8a7fd191
Remove unused dependency
2020-09-30 23:25:22 +05:30
Rajat Goyal
be272ffb2a
Formatted text for better readability
2020-09-30 23:14:21 +05:30
Rajat Goyal
8ee60ce0c7
Add metrics documentation generation step in CircleCI & RTD configs
...
Also rename generated metrics documentation directory `_gen` from `gen`
2020-09-30 22:57:46 +05:30
Rajat Goyal
e553bcb7e2
Unpin dependencies from their patch versions
2020-09-30 22:08:50 +05:30
Rajat Goyal
c0288ec6f6
Update docs/source/monitoring/index.rst
...
- Fixes typo (eolving -> evolving)
- re-use the word current instead of momentary for comprehensibility
- references JupyterHubs current state with its instead of the for comprehensibility
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com >
2020-09-30 22:08:50 +05:30
Rajat Goyal
65b83f5f00
Update docs/source/monitoring/index.rst
...
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com >
2020-09-30 22:08:50 +05:30
Rajat Goyal
dcd520179c
Made changes in monitoring docs as per the feedback on PR review
2020-09-30 22:08:50 +05:30
Rajat Goyal
c830d964d5
Apply suggestions from code review
...
Co-authored-by: Min RK <benjaminrk@gmail.com >
2020-09-30 22:08:50 +05:30
rajat404
9e5993f1da
Docs: Fix typo; Add generate
task as sub-task in html
2020-09-30 22:08:50 +05:30
rajat404
7ed3e0506b
Extract doc generation logic in separate method
2020-09-30 22:08:50 +05:30
rajat404
7045e1116c
Inspect metrics and generate metric list in docs; Add monitoring section in Docs
2020-09-30 22:08:50 +05:30
Yu Feng
fb56fd406f
Add SELinux configuration for nginx
...
On a Fedora workstation these steps are needed.
2020-09-22 22:08:42 -07:00