| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 13 days | Update code to handle resource creators and creation times. | Frederick Muriuki Muriithi | |
| 2025-02-26 | Fix pylint errors. | Frederick Muriuki Muriithi | |
| 2024-06-20 | Reorganise test fixtures. Fix tests and issues caught. | Frederick Muriuki Muriithi | |
| Reorganise test fixtures to more closely follow the design of the auth system. Fix the broken tests due to refactors and fix all issues caught by the running tests. | |||
| 2024-06-18 | Update tests for new paradigm | Frederick Muriuki Muriithi | |
| * Create a jwt token generator in place of a static token * Update some fixtures * Skip some tests that will require more work to fix | |||
| 2023-09-26 | Add System resource, and group resource(s) to list of user resources | Frederick Muriuki Muriithi | |
| * The system resource is public, and should be present for all users. * Each user that is a member of a group, should have their group show up in their list of resources. * Fix the SQL join: add an `ON ...` clause. | |||
| 2023-09-26 | Update `user_roles`: Return roles for user by resource. | Frederick Muriuki Muriithi | |
| 2023-09-26 | Move `groups` package under `resources` package | Frederick Muriuki Muriithi | |
| With user groups being resources that users can act on (with the recent changes), this commit moves the `groups` module to under the `resources` module. It also renames the `*_resources.py` modules by dropping the `_resources` part since the code is under the `resources` module anyway. | |||
| 2023-09-26 | Update tests & fixtures to conform to schema changes | Frederick Muriuki Muriithi | |
| 2023-08-07 | Change imports to new unified db module. | Frederick Muriuki Muriithi | |
| 2023-08-07 | Update module name/path | Frederick Muriuki Muriithi | |
| Change from gn3 to gn_auth | |||
| 2023-08-04 | Copy over files from GN3 repository. | Frederick Muriuki Muriithi | |
