Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-23 | Scripts: Update script for newer db schema | Frederick Muriuki Muriithi | |
The schema changed a while back, and the script that is used to make all existing data public needs to be updated for the new schema. This commit does exactly that. | |||
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. |