Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-06 | Fix displayed error message | Frederick Muriuki Muriithi | |
2024-04-24 | Bug: use dict object on Response object. | Frederick Muriuki Muriithi | |
2024-04-24 | Fetch message for authlib errors. | Frederick Muriuki Muriithi | |
2024-03-26 | Delete "raise_unimplemented". | Munyoki Kilyungi | |
* gn2/wqflask/oauth2/groups.py: Remove unused "raise_unimplemented" import. * gn2/wqflask/oauth2/request_utils.py (raise_unimplemented): Delete function. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2024-03-05 | configs: Fetch configs from app not `gn2.utility.tools` | Frederick Muriuki Muriithi | |
Fetch configurations from the application, rather than from the `gn2.utility.tools` module that does not get the updated values from the secrets file. | |||
2024-01-30 | Error reporting: Pass external error forward to GN2's error handling | Frederick Muriuki Muriithi | |
2023-12-29 | Namespace all modules under gn2. | Arun Isaac | |
We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service. |