Age | Commit message (Expand) | Author |
---|---|---|
2024-08-28 | 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"....* 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> | Munyoki Kilyungi |
2024-03-05 | configs: Fetch configs from app not `gn2.utility.tools`...Fetch configurations from the application, rather than from the `gn2.utility.tools` module that does not get the updated values from the secrets file. | Frederick Muriuki Muriithi |
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....We move all modules under a gn2 directory. This is important for "correct" packaging and deployment as a Guix service. | Arun Isaac |