This changelog is maintained manually with assistance of
github-activity
.
- add options to cull named servers and default servers separately #74 (@HCharlie, @yuvipanda)
- ci: test against jupyterhub 5 #80 (@consideRatio)
The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.
(GitHub contributors page for this release)
@consideRatio (activity) | @HCharlie (activity) | @yuvipanda (activity)
Fixes missing dependency on packaging
in 1.3.0.
- missing dependency on packaging #70 (@minrk, @consideRatio)
The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.
(GitHub contributors page for this release)
@consideRatio (activity) | @minrk (activity)
jupyterhub-idle-culler
now functions with Python 3.12.
- fix type of request_timeout when $JUPYTERHUB_REQUEST_TIMEOUT is set #49 (@minrk, @consideRatio)
- Add dependabot to bump github actions and misc ci updates #65 (@consideRatio)
- maint: require py37, fix tests, use pyupgrade/isort/autoflake, use pyproject.toml, more f-strings #58 (@consideRatio, @yuvipanda, @minrk, @manics)
- Add a test #39 (@minrk, @consideRatio)
- Refresh README.md #57 (@consideRatio, @minrk)
- docs: fix typo in README.md #54 (@jincheng9, @consideRatio)
- docs: fix omission of required read:servers scope #41 (@consideRatio, @minrk)
The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.
(GitHub contributors page for this release)
@consideRatio (activity) | @jincheng9 (activity) | @manics (activity) | @minrk (activity) | @yuvipanda (activity)
- Avoid the need for read:hub scope #35 (@consideRatio)
- docs: change from master branch to main #37 (@consideRatio)
- Minor tweaks to the readme #34 (@consideRatio)
(GitHub contributors page for this release)
- Flag --cull-admin-users added (default: true) for when --cull-users=true #24 (@anderoonies)
- support JupyterHub 2.0 API pagination #30 (@minrk)
- Change default request_timeout and allow override #27 (@mriedem)
- Filter users on the server if possible #22 (@mriedem)
- document required scopes for non-admin permissions with hub 2.0 #32 (@minrk)
- Add documentation about how it works in README.md #28 (@consideRatio)
- Update README CLI's options list and fix indentation issues for --help #23 (@consideRatio)
(GitHub contributors page for this release)
@anderoonies | @consideRatio | @minrk | @mriedem | @yuvipanda
- General maintenance: readme badges, autoformatting, flake8 test, .gitignore, changelog #20 (@consideRatio)
- Add pypi installation instructions #17 (@manics)
- Consolidate docs in README #15 (@yuvipanda)
- Docs: Add closing bracket #12 (@1kastner)
- Add more explanation regarding the project purpose #7 (@1kastner)
- Simple documentation of service capabilities #6 (@1kastner)
- Package license #3 (@ericdill)
- Fixed typo in readme #2 (@riyasyash)
@1kastner | @betatim | @chancez | @ericdill | @manics | @meeseeksmachine | @minrk | @riyasyash | @rkdarst | @yuvipanda
Initial release as a standalone Python package.