aboutsummaryrefslogtreecommitdiff
path: root/gn3/db
AgeCommit message (Expand)Author
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
2024-08-26Fix pylint errors.Munyoki Kilyungi
2024-08-26If there's no data, return a 404.Munyoki Kilyungi
2024-08-26Replace map with list comprehension.Munyoki Kilyungi
2024-08-26Fetch all the wiki entries by symbol.Munyoki Kilyungi
2024-08-26Move constants to their own file.Munyoki Kilyungi
2024-08-26chore: fix pylint errorsJohn Nduli
2024-08-26refactor: split out utlities into their modules and change api to use metadataJohn Nduli
2024-04-30Add an endpoint to query a dataset's git history from it's id.Munyoki Kilyungi
2024-04-30Add a method for saving a dataset's metadata to git.Munyoki Kilyungi
2024-04-30Rename retrieve_dataset_metadata to retrieve_metadata.Munyoki Kilyungi
2024-04-30Remove an f-string that doesn't have any interpolated variables.Munyoki Kilyungi
2024-04-29Prevent error when group isn't in parents/f1s JSON filezsloan