aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
auth/implement-authorization-code-flowauth: Implement "Authorization Code Flow"Frederick Muriuki Muriithi2 years
data-access-levels-endpointauth: Unlink data from resourcesFrederick Muriuki Muriithi2 years
feature/autocomplete-generationinit commitAlexander_Kabui2 years
feature/lmdb-rustadd lmdb rust caller functionAlexander_Kabui2 years
gn-guileAdded commentPjotr Prins24 months
lunaRunning luna in containerGN3 production3 years
mainAdd rdf-tests after the check phase.Munyoki Kilyungi10 months
migrate-to-python3.10Fix linting errors caused by bump to Python 3.10Frederick Muriuki Muriithi2 years
oauth2_auth_flowauth: implement OAuth2 flow.Frederick Muriuki Muriithi3 years
rework-genotype-linkingRework genenetwork linkingFrederick Muriuki Muriithi2 years
[...]
 
 
AgeCommit messageAuthor
2023-04-21init commitfeature/autocomplete-generationAlexander_Kabui
2023-04-06Fix linting issuesFrederick Muriuki Muriithi
2023-04-06Remove deprecated `gn3.db_utils.database_connector` function•••Remove the deprecated function and fix a myriad of bugs that arise from removing the function. Issue: https://issues.genenetwork.org/issues/bugfix_coupling_current_app_and_db_utils Frederick Muriuki Muriithi
2023-04-05Enable use of `database_connection` in scripts without current_app•••There is need to run external scripts using the same configurations as the application but without the need to couple the script to the application. In this case, we provide the needed configuration directly in the CLI, and modify the existing `gn3.db_utils.database_connection` function to allow it to work coupled to the app or otherwise. Frederick Muriuki Muriithi
2023-04-04auth: Search for linking genotype datasets.Frederick Muriuki Muriithi
2023-04-04Add tables to link genotype dataFrederick Muriuki Muriithi
2023-03-23tests: Set up fixture and mock out config variableFrederick Muriuki Muriithi
2023-03-23auth: list the species in the database.Frederick Muriuki Muriithi
2023-03-23Docs: Add a note on how the configuration system works.Frederick Muriuki Muriithi
2023-03-23auth: Don't try loading the user if no client is found•••Fix the bug where the system was trying to load a user from a non-existing OAuth2 client, leading to an exception. Frederick Muriuki Muriithi
[...]