aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
chores/code-refactoringcode cleanupAlexander_Kabui2 years
chores/lmdb-integrationwrite files to TMPDIRAlexander_Kabui2 years
chores/script-textfile-generatormodify alloaction sizeAlexander_Kabui2 years
decouple_tools_and_wqflask_appFetch configs from app object not modulesFrederick Muriuki Muriithi2 years
hook-up-auth-to-traits-pageIntegrate OAuth2 auth with GN2 UIFrederick Muriuki Muriithi2 years
lmdb-code/refactoringcode refactoringAlexander_Kabui2 years
oauth2-migrate-user-details-and-dataoauth2: Migrate user details and dataFrederick Muriuki Muriithi2 years
refactor-configurationsRestore `(before/after)_request` functions to original module.Frederick Muriuki Muriithi2 years
rework-genotype-linkingRework Genotype linkingFrederick Muriuki Muriithi2 years
testingfix: failing tests due to changes in geno_db_existsJohn Nduli7 months
[...]
 
TagDownloadAuthorAge
v2.0genenetwork2-2.0.tar.gz  Pjotr Prins9 years
 
AgeCommit messageAuthor
2023-06-21code refactoringlmdb-code/refactoringAlexander_Kabui
2023-06-21generate general info for file outputAlexander_Kabui
2023-06-21code to fetch csv infoAlexander_Kabui
2023-06-21code to fetch lmdb info for rust correlation preprocessingAlexander_Kabui
2023-05-15Create new collection via GN3 API•••* wqflask/wqflask/collect.py: Send data to the GN3 API to create the new collections. * wqflask/wqflask/oauth2/client.py: Ensure request is sent as a json request. * wqflask/wqflask/static/new/javascript/search_results.js: use "POST" rather than "GET" and send the traits also, in addition to the hash Frederick Muriuki Muriithi
2023-05-12auth: Fetch anonymous collections from separate endpoint.Frederick Muriuki Muriithi
2023-05-12auth: Integrate sessions with auth•••Rework the sessions to do what was handled by the soon-to-be-obsolete `wqflask.user_sessions` module. This is necessary in order to retain the expected functionality of the user collections, especially: * anonymous user collections * authenticated user collections * import of anonymous collections when user authenticates Frederick Muriuki Muriithi
2023-05-10auth: Fetch user collections from GN3•••Fetch the user collections from GN3 for users that have authenticated. Frederick Muriuki Muriithi
2023-05-10auth: bug-fix: Call `logged_in` function•••The `logged_in` symbol was changed from a plain variable into a function, so we need to call it to get its actual value. Frederick Muriuki Muriithi
2023-05-09Integrate OAuth2 auth with GN2 UI•••Update the templates to make use of the OAuth2 authentication rather than the older authentication that used Redis. hook-up-auth-to-traits-pageFrederick Muriuki Muriithi
[...]