mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 10:34:10 +00:00

and govern GET /users|groups|services endpoints with these Greatly simplifies filtering and pagination, because these filters can be expressed in db filters, unlike the potentially complex `read:users`. Now the query itself will never return a model that should be excluded. While writing the tests, I added more cleanup between tests. We now ensure cleanup of all users and groups after each test, which required updating some group tests which relied on this state leaking