aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Expand)Author
2022-09-08Deleting utility.loggerMunyoki Kilyungi
2022-09-08Add missing "," in cursor.execute()Munyoki Kilyungi
2022-09-08Delete unused importsMunyoki Kilyungi
2022-09-08Remove intermediate variables that are only used onceMunyoki Kilyungi
2022-09-08Replace "g.db" mocks with "database_connection" mocksMunyoki Kilyungi
2022-09-08Adjust expected table widthMunyoki Kilyungi
2022-09-08Condense test-cases for "get_ncbi_summary_request" into one testMunyoki Kilyungi
2022-09-08Parametrize test cases for "check_if_attr_exists"Munyoki Kilyungi
2022-09-08Add extra distinct_values and id attributes to test TraitObjectMunyoki Kilyungi
2022-09-08Remove app initialisation in testMunyoki Kilyungi
2022-09-08Move data.gen_menu_json to test_data_set.pyMunyoki Kilyungi
2022-09-08Remove "g.db" init from every sessionMunyoki Kilyungi
2022-09-08Remove sql_alchemy initialisation when profiling correlationsMunyoki Kilyungi
2022-09-08Delete dead importsMunyoki Kilyungi
2022-09-08Replace g.db with database_connection() context managerMunyoki Kilyungi
2022-09-08Delete logger importMunyoki Kilyungi
2022-09-08Replace assertion with Value Error for non-existent datasetMunyoki Kilyungi
2022-09-08Replace g.db with database_connection() context managerMunyoki Kilyungi
2022-09-08Delete insert query that's not runMunyoki Kilyungi
2022-09-08Remove "if" block that does nothingMunyoki Kilyungi
2022-09-08Restructure "if ... else" to first check for a ValueErrorMunyoki Kilyungi
2022-09-08Raise a ValueError instead of generic exceptionMunyoki Kilyungi
2022-09-08Replace format-strings with f-stringsMunyoki Kilyungi
2022-09-08Remove '+' when concatenating strings inside bracketsMunyoki Kilyungi
2022-09-08Use db_connection and rework "if ... else" clausesMunyoki Kilyungi
2022-09-08Delete dead commentMunyoki Kilyungi
2022-09-08Refactor if clause to check for string in listMunyoki Kilyungi
2022-09-08Refactor "if ... else" block to check the truthy case firstMunyoki Kilyungi
2022-09-08Replace g.db with database_connection() context managerMunyoki Kilyungi
2022-09-08Delete unused news moduleMunyoki Kilyungi
2022-09-08Merge pull request #727 from Alexanderlacuna/feature/use-textfilesAlexander Kabui
2022-09-08fixup query formattingAlexander_Kabui
2022-09-07catch general errors this will recreate the fileAlexander_Kabui
2022-09-07use csv to parse filesAlexander_Kabui
2022-09-07filter list vals with indexAlexander_Kabui
2022-09-06Change collections/view forms' default action from /delete to /loading (becau...zsloan
2022-09-06Add data-trait-info to collections/view columnDefszsloan
2022-09-06Include trait_info_str in trait JSON, so it can be included in collection tab...zsloan
2022-09-06Fix mistake from generalize_tables mergezsloan
2022-09-06Fix error with dataset menu query in data_set.pyzsloan
2022-09-06Fix a few problems with ind_genofile conversion scriptzsloan
2022-09-06Merge branch 'testing' into feature/generalize_tableszsloan
2022-09-06Placeholder: Set trait location to ??? if the Mb is NULLFrederick Muriuki Muriithi
2022-09-06Refactor: Use joins for queriesFrederick Muriuki Muriithi
2022-09-06Set up the self.* variables from query resultsFrederick Muriuki Muriithi
2022-09-06Use dataset name if dataset group name is not set.Frederick Muriuki Muriithi
2022-09-05Fix failing mapping test by using get to fetch values from a dictMunyoki Kilyungi
2022-09-05Replace "assert" with ValueErrorMunyoki Kilyungi
2022-09-05Update values for "additive" in failing gemma testMunyoki Kilyungi
2022-09-01Remove unused string import.Arun Isaac