aboutsummaryrefslogtreecommitdiff
path: root/gn3/db
AgeCommit message (Expand)Author
2024-09-30chore: pylint code fixJohn Nduli
2024-09-30fix: rdf and sql queries for fetching rif dataJohn Nduli
2024-09-23Revert "Remove one-line if/else statement."Munyoki Kilyungi
2024-09-23Remove one-line if/else statement.Munyoki Kilyungi
2024-09-23Use correct object modifier for a label when inserting a comment.Munyoki Kilyungi
2024-09-23Update docstring for "update_wiki_comment".Munyoki Kilyungi
2024-09-23Use correct object modifier in triple when fetching comment history.Munyoki Kilyungi
2024-09-23Use correct modifier when getting species name in SPARQL.Munyoki Kilyungi
2024-09-23Remove dead variable from RDF query.Munyoki Kilyungi
2024-09-23Alphabetically sort the categories and pubmed_ids array.Munyoki Kilyungi
2024-09-23Remove un-necessary triple in comment history RDF query.Munyoki Kilyungi
2024-09-19Use correct return type.Munyoki Kilyungi
2024-09-18Pass in insert_dict instead of payload in "get_wiki_entries".Munyoki Kilyungi
2024-09-18Pass in the createtime as an arg when inserting into RDF graph.Munyoki Kilyungi
2024-09-18Get the next versionId from SQL.Munyoki Kilyungi
2024-09-18Add method that inserts new RIF comments.Munyoki Kilyungi
2024-09-18Fetch symbol by it's name.Munyoki Kilyungi
2024-09-18Fetch the next comment version in RDF.Munyoki Kilyungi
2024-09-18Rename sparql_construct_query -> sparql_query.Munyoki Kilyungi
2024-09-18Add new method for updating RDF Graph content.Munyoki Kilyungi
2024-09-18Run python-black against file.Munyoki Kilyungi
2024-09-17fix: error when result dict contains NoneJohn Nduli
2024-09-17feat: require auth for edit api callJohn Nduli
2024-09-11Update SPARQL queries to fetch from graph with a default value.Munyoki Kilyungi
2024-09-11Handle case when result is empty when sanitizing json-ld result.Munyoki Kilyungi
2024-09-11Fix mypy errors.Munyoki Kilyungi
2024-09-11Run python-black against file.Munyoki Kilyungi
2024-09-11Move comment on the manual sort to the doc-string.Munyoki Kilyungi
2024-09-11Abstract out sanitizing json-ld result into a function.Munyoki Kilyungi
2024-09-11Update RDF queries to match ADR/000/gn-transform-databases.Munyoki Kilyungi
2024-09-05Update comment explaining why CONSTRUCT doesn't respect ORDER BY.Munyoki Kilyungi
2024-09-05Correctly get categories in response.Munyoki Kilyungi
2024-09-05Sort the RIF history data in reverse order.Munyoki Kilyungi
2024-09-05Enforce array type to "categories" and "pmids" fields.Munyoki Kilyungi
2024-09-05Set OPTIONAL values to default to an empty string.Munyoki Kilyungi
2024-09-05Rename "pubmed_id" -> "pubmed_ids" to be explicit it's an array.Munyoki Kilyungi
2024-09-05Remove type from wiki history.Munyoki Kilyungi
2024-09-05Fix type error.Munyoki Kilyungi
2024-09-05Add comment history.Munyoki Kilyungi
2024-09-05Always output the top-level graph when compacting.Munyoki Kilyungi
2024-09-05Use correct prefix when querying for email in triple.Munyoki Kilyungi
2024-09-05Create global wiki context usable by all functions in gn3.rdf.wikiMunyoki Kilyungi
2024-09-05Add missing doc-strings to make pylint pass.Munyoki Kilyungi
2024-09-05Restructure RDF module.Munyoki Kilyungi
2024-08-29chore: pylint docstringJohn Nduli
2024-08-29feat: add api calls to get categories and last commentJohn Nduli
2024-08-29Remove "@id" re-map in the json-ld base context.Munyoki Kilyungi
2024-08-29Fetch the latest comment by the versionId.Munyoki Kilyungi
2024-08-29Make fetching wiki entries by symbol case insensitive.Munyoki Kilyungi
2024-08-29Add "created" to wiki return.Munyoki Kilyungi