aboutsummaryrefslogtreecommitdiff
path: root/gn3
AgeCommit message (Expand)Author
2024-08-26Fix pylint errors.Munyoki Kilyungi
2024-08-26Fix handling of sparql errors.Munyoki Kilyungi
2024-08-26If there's no data, return a 404.Munyoki Kilyungi
2024-08-26Set correct content-header & status code for ld+json/json response.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-26Run autopep8 against 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-08-26refactor: clean up wiki edit implementationJohn Nduli
2024-08-26feat: add support for categories in edit query and clearer errorsJohn Nduli
2024-08-26feat: support for edit wiki entryJohn Nduli
2024-08-13Fix pylint errors.Munyoki Kilyungi
2024-08-09Use correct stemming strategy when searching.Munyoki Kilyungi
2024-08-09Add RIF/WIKI as search prefixes for XRF/XWK.Munyoki Kilyungi
2024-08-01Add logging for helping with troubleshooting.Frederick Muriuki Muriithi
2024-08-01Add handler for unhandled exceptions from `gn3.oauth2` module.Frederick Muriuki Muriithi
2024-08-01Update case-attribute editing to use new authorisation.Frederick Muriuki Muriithi
2024-08-01Add `gn3.oauth2` module to handle authorisationsFrederick Muriuki Muriithi
2024-08-01Stem group field regardless of case.Arun Isaac
2024-08-01Stem all the time.Arun Isaac
2024-07-08Pass output directory to R/qtl script instead of pulling it from thezsloan
2024-07-05fix: return query error message from xapianJohn Nduli
2024-07-03fix: use correct prefix and index key; group wiki cache queryJohn Nduli
2024-07-03feat: add wikidata prefix to search apiJohn Nduli
2024-06-26Increase max number of results to 50000 for Xapian searchzsloan
2024-06-14fix: typehints in index-genenetwork scriptJohn Nduli
2024-06-12refactor: add db_utils global logger that will be the defaultJohn Nduli
2024-06-12fix: use current_app's logger to log db errorsJohn Nduli
2024-06-12fix: log errors when an exception occurs due to db_utilsJohn Nduli
2024-06-01Add geneRIF prefix.Munyoki Kilyungi
2024-05-29Add delete functionality for gnqa history.Alexander_Kabui
2024-05-27Add regular expressions for parsing links in texts.Alexander_Kabui
2024-05-27Remove duplicate code for loading files.Alexander_Kabui
2024-05-27Delete filter response text method and update relevant code.Alexander_Kabui
2024-05-27Update Docstrings for Api endpoints and functions.Alexander_Kabui
2024-05-24Add created_at timestamp for Rating table.Alexander_Kabui
2024-05-24Add created_at timestamp to History table.Alexander_Kabui
2024-05-24Pylint fixes.Alexander_Kabui
2024-05-24Remove kwargs from LLMErrorr Exceptions and update relevant code.Alexander_Kabui
2024-05-24Initiliaze second args to LLMError as query parameter.Alexander_Kabui
2024-05-24Return first argument as error message.Alexander_Kabui
2024-05-24Remove Try/Excepts from llm api endponts.Alexander_Kabui
2024-05-24Removed status check on get_gnqa function.Alexander_Kabui
2024-05-24Check for null and empty data results and update timeout messageAlexander_Kabui
2024-05-24Pass query as an argument to api_client ask method.Alexander_Kabui
2024-05-24Initialize new class attribute self.query for to pass to LLMError.Alexander_Kabui
2024-05-24Remove try/block for get_answer/ask methods:Exception already raisedAlexander_Kabui
2024-05-24Update custom_request to raise LLMError for Exceptions.Alexander_Kabui