Age | Commit message (Expand) | Author |
---|---|---|
2024-09-30 | chore: pylint code fix | John Nduli |
2024-09-30 | fix: rdf and sql queries for fetching rif data...SQL queries fail because we get bytes instead of strings which cannot be decoded. We decode results from DictCursor to fix this. For RDF, we cast `?symbol` to a string. | John Nduli |
2024-09-17 | fix: error when result dict contains None | John Nduli |
2024-09-17 | feat: require auth for edit api call | John Nduli |
2024-09-05 | Fix type error....* gn3/api/metadata_api/wiki.py: Remove FIXME comment. * gn3/db/wiki.py: Fix type error. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-09-05 | Add missing doc-strings to make pylint pass....Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2024-08-29 | chore: pylint docstring | John Nduli |
2024-08-29 | feat: add api calls to get categories and last comment | John Nduli |
2024-08-26 | chore: fix pylint errors | John Nduli |
2024-08-26 | refactor: split out utlities into their modules and change api to use metadata | John Nduli |