Erik Sundell
6f440107f9
Merge pull request #744 from minrk/rm-mock-config
...
Remove MockConfigurer
2021-10-27 09:40:20 +02:00
Erik Sundell
6197784045
Try stop pinning chardet
2021-10-27 09:15:44 +02:00
Erik Sundell
78bdf76860
Update pinned tljh dependencies for: ruamel.yaml, pluggy
2021-10-27 09:15:44 +02:00
Erik Sundell
8910ffb1ab
user env: bump to require latest major version, less pinned now
2021-10-27 09:15:44 +02:00
Erik Sundell
990135e179
hub env: bump to require latest major version, less pinned now
2021-10-27 09:15:44 +02:00
Min RK
afa77c42f8
use Config object when testing config
...
Mocking only seems to make things more complicated
2021-10-27 09:14:33 +02:00
Min RK
e194a1a3c7
Merge pull request #721 from consideRatio/pr/make-auth-config-more-general
...
Apply TLJH auth config with less assumptions
2021-10-27 09:12:31 +02:00
Min RK
d3412a1c81
remove addressed FIXMEs in update_auth
...
These are both addressed by the use of traitlets.config
- an informative error is raised if the auth class cannot be imported
- only configurable traits can be set, not any attribute on any object
also fix a couple of typos in the docstring that I introduced during review
2021-10-27 09:12:24 +02:00
Min RK
0cd6b2a8b0
raise on ignored config in auth
...
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com >
2021-10-27 08:46:46 +02:00
Erik Sundell
efb8ee0ffc
Add back FIXME notes unchanged
2021-10-27 01:53:55 +02:00
Erik Sundell
ea720219d0
tests: make MockConfigurer support subscription
2021-10-27 01:53:55 +02:00
Erik Sundell
a32ec5ee04
Apply suggestions from code review
...
Co-authored-by: Min RK <benjaminrk@gmail.com >
2021-10-27 01:53:55 +02:00
Erik Sundell
5c8e5678ac
Apply TLJH auth config with less assumptions
2021-10-27 01:53:55 +02:00
Erik Sundell
c39cc9ab7a
Merge pull request #743 from consideRatio/pr/bump-sphinx-version
...
Bump to require sphinx>=2, otherwise error follows
2021-10-27 01:52:23 +02:00
Erik Sundell
269f400153
Bump to require sphinx==2, otherwise error follows
2021-10-27 01:50:15 +02:00
Erik Sundell
318e25703e
Merge pull request #741 from consideRatio/pr/modernize-docs-makefile
...
Modernize docs Makefile with sphinx-autobuild
2021-10-27 01:48:03 +02:00
Erik Sundell
f0837f34ea
Merge pull request #742 from consideRatio/pr/fix-broken-how-to-toc
...
docs: fix how-to sections table of content section
2021-10-27 01:47:33 +02:00
Erik Sundell
533b0d0c37
docs: fix how-to sections table of content section
2021-10-27 01:44:23 +02:00
Erik Sundell
bb158cc412
Modernize docs Makefile with sphinx-autobuild
2021-10-27 01:43:17 +02:00
Erik Sundell
c6c6e34886
Merge pull request #729 from minrk/awscognito
...
update awscognito docs to use GenericOAuthenticator
2021-10-24 23:46:13 +02:00
Min RK
fe081dff13
update awscognito docs to use GenericOAuthenticator
2021-10-22 15:58:39 +02:00
Erik Sundell
382e8837fb
Merge pull request #213 from gillybops/master
...
Document tljh-config commands by referencing the --help sections
2021-10-22 15:34:17 +02:00
Erik Sundell
56b6521e29
Merge pull request #325 from znicholls/docs-reading
...
Few updates from reading through the docs
2021-10-22 14:04:47 +02:00
Min RK
a02ed26978
clarify text per review
2021-10-22 13:44:46 +02:00
Erik Sundell
b2f72ada46
Apply suggestions from code review
...
Co-authored-by: Georgiana Elena <georgiana.dolocan@gmail.com >
2021-10-22 10:45:40 +02:00
Yuvi Panda
26811a8e8c
Merge pull request #710 from consideRatio/pr/github-ci-spacing
...
Revision of our GitHub Workflows and README.rst to README.md
2021-10-20 15:24:13 +05:30
Erik Sundell
6cb3172b93
ci: add fixme statements and organize for comprehension
2021-10-20 11:31:37 +02:00
Erik Sundell
4a8308b0db
ci: ensure all tests adjust based on matrix.ubuntu_version
2021-10-20 11:31:37 +02:00
Erik Sundell
3596039bbd
ci: ensure to --yes adding apt-get repository
2021-10-20 11:31:37 +02:00
Erik Sundell
26c34524b2
bootstrap: DEBIAN_FRONTEND=noninteractive during apt-get install
2021-10-20 11:31:37 +02:00
Erik Sundell
6531f79371
ci: Disable unit tests against 21.10
2021-10-19 14:42:36 +02:00
Erik Sundell
ba25e09b82
Pin pip to 21.3.*
2021-10-19 14:42:36 +02:00
Erik Sundell
1d6ac29145
ci: add notes about pytest --maxfail=2 choice
2021-10-19 14:42:36 +02:00
Erik Sundell
1fb43c4b3b
Bump jupyterhub-traefik-proxy to 0.3.*
2021-10-19 14:42:36 +02:00
Erik Sundell
5b820bc855
ci: provide a timeout to ensure logs are collected
2021-10-19 14:42:36 +02:00
Erik Sundell
fe8ba1596d
ci: fix missing test reference in docs
2021-10-19 14:42:36 +02:00
Erik Sundell
69f2b0b504
ci: test against 21.10
2021-10-19 14:42:36 +02:00
Erik Sundell
96c3e6fb93
ci: add debugging message
2021-10-19 14:42:36 +02:00
Erik Sundell
513aff1102
ci: Dockerfile: /lib/systemd/systemd instead of /sbin/init
2021-10-19 14:42:36 +02:00
Erik Sundell
a4768226ee
ci: make pytest report time per test
2021-10-19 14:42:36 +02:00
Erik Sundell
777c78e0fe
test: document test_bootstrap.py refactoring plan
2021-10-19 14:42:36 +02:00
Erik Sundell
104ffcf8a6
ci: pytest --capture=no for more logs
2021-10-19 14:42:36 +02:00
Erik Sundell
2b265baa0b
tests: improve test readability by partial string match
2021-10-19 14:42:36 +02:00
Erik Sundell
4042967437
Unpin pip to support 20.04
2021-10-19 14:42:36 +02:00
Erik Sundell
2dfe4b8211
ci: towards testing non-LTS ubuntu versions
2021-10-19 14:42:36 +02:00
Erik Sundell
e1b39cc4d3
ci: use separate steps for pytest install and run
2021-10-19 14:42:36 +02:00
Erik Sundell
32e50315ce
docs: update references from circleci to gha
2021-10-19 14:42:36 +02:00
Erik Sundell
fd99caa8fb
ci: bust cache based on python version
2021-10-19 14:42:36 +02:00
Erik Sundell
5d3e3c0f2c
ci: run unit tests against 18.04-20.04 and py36-py39
2021-10-19 14:42:36 +02:00
Erik Sundell
8054411e40
ci: dockerfile: avoid being asked question during apt-get
2021-10-19 14:42:36 +02:00