Commit Graph

1281 Commits

Author SHA1 Message Date
Erik Sundell
ad38fad96a Merge pull request #755 from consideRatio/pr/apply-black
pre-commit: apply black formatting (and prettier on one yaml file)
2021-11-04 11:35:09 +01:00
Erik Sundell
1120466b71 pre-commit: run prettier 2021-11-03 23:55:54 +01:00
Erik Sundell
e0aaa4f995 pre-commit: run black with string normalization 2021-11-03 23:55:34 +01:00
Erik Sundell
2ba942ba76 pre-commit: manual adjustments following black 2021-11-03 23:53:43 +01:00
Erik Sundell
771ae59636 pre-commit: run black without string normalization 2021-11-03 23:53:41 +01:00
Erik Sundell
e75de14839 Merge pull request #679 from cdibble/dev_connor
Add support for installing TLJH on Arm64 systems
2021-11-03 23:47:13 +01:00
Connor Dibble
912f395538 Add CircleCI test against Arm64 architecture 2021-11-03 23:06:37 +01:00
Connor Dibble
a91571dd22 Support Arm64 CPU architectures 2021-11-03 23:06:37 +01:00
Connor Dibble
f25d35d7a0 docs: notes for arm64 support 2021-11-03 22:44:49 +01:00
Erik Sundell
8edadb4894 Merge pull request #754 from consideRatio/pr/remove-requirements-txt-fixer
pre-commit: remove requirements-txt-fixer
2021-11-03 22:08:55 +01:00
Erik Sundell
2ce091cbc5 pre-commit: remove requirements-txt-fixer 2021-11-01 09:39:20 +01:00
Yuvi Panda
ece294f6eb Merge pull request #748 from consideRatio/pr/add-pre-commit-config
Add .pre-commit-config
2021-11-01 14:04:15 +05:30
Erik Sundell
4ba60a2814 Add .pre-commit-config (from jupyterhub/oauthenticator) 2021-11-01 09:23:34 +01:00
Yuvi Panda
770cb3a3ac Merge pull request #747 from consideRatio/pr/pre-adding-pre-commit-fixes
Small fixes for flake8 and other smaller pre-commit tools
2021-11-01 13:42:31 +05:30
Erik Sundell
c2c4d708f5 pyupgrade fixes 2021-10-31 11:26:40 +01:00
Erik Sundell
b0375627e3 prettier fixes 2021-10-31 11:15:22 +01:00
Erik Sundell
623ab321f0 check-executable-have-shebangs fixes 2021-10-31 11:15:22 +01:00
Erik Sundell
0b817fb563 end-of-file-fixer fixes 2021-10-31 11:15:22 +01:00
Erik Sundell
a64f242b61 flake8 fixes: unused imports and f-strings without vars 2021-10-28 15:43:50 +02:00
Erik Sundell
39ed51b841 Add flake8 config 2021-10-28 15:43:50 +02:00
Erik Sundell
0cdf03afd2 Merge pull request #749 from consideRatio/pr/bump-firstuseauth
Update firstuseauthenticator to 1.0.0
2021-10-28 14:00:58 +02:00
Erik Sundell
2d10400f89 Update firstuseauthenticator to 1.0.0 2021-10-28 13:39:14 +02:00
Erik Sundell
2d6d970146 Merge pull request #719 from consideRatio/pr/update-hub-user-env-and-tljh-deps
Bump to recent versions, and make bootstrap.py update to those when run
2021-10-28 03:47:42 +02:00
Erik Sundell
3de51ff637 Remove --no-cache-dir flag 2021-10-27 15:34:44 +02:00
Erik Sundell
125e12ca5e Let pip upgrade packages
Since we now longer pin versions to the patch version, we should make
an install cause the packages upgrade within the version constraints
rathern than just settle for the current version if it is already
installed.
2021-10-27 10:41:43 +02:00
Yuvi Panda
bbd358fb50 Merge pull request #745 from minrk/rm-fixmes
remove addressed FIXMEs in update_auth
2021-10-27 13:31:20 +05:30
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