Age | Commit message (Expand) | Author |
2021-10-25 | Update failing tests when testing `get_user_access_roles` | BonfaceKilz |
2021-10-25 | Replace "resource_id" with "resource_info" dict...This avoids calling Redis twice when fetching metadata about the
resource.
| BonfaceKilz |
2021-10-25 | Get a users access mask...If a user has several access roles, select the highest role.
| BonfaceKilz |
2021-10-25 | Add test-cases for `get_user_membership` | BonfaceKilz |
2021-10-25 | Move markdown_routes to api/markdown...All new API definitions should be migrated to "wqflask/ api"
| BonfaceKilz |
2021-10-13 | resolve merge conflict | Alexander Kabui |
2021-10-12 | Fixed export_mapping_results test in test_run_mapping.py | zsloan |
2021-10-09 | unittest for processing wgcna output | Alexander Kabui |
2021-10-06 | tests: test_run_mapping: Add missing "name" attribute to tests | BonfaceKilz |
2021-10-06 | tests: test_run_mapping: Add missing calls...After adding the missing attribute to "self.trait", we need to also
need to update some missing calls.
| BonfaceKilz |
2021-10-06 | tests: test_run_mapping: Fix failing assert when getting perm strata | BonfaceKilz |
2021-10-06 | tests: test_run_mapping: Add missing attribute to "self.trait" | BonfaceKilz |
2021-10-06 | tests: test_run_mapping: Add missing positional argument "vals_hash" | BonfaceKilz |
2021-07-06 | replace rpy2 for tissue corr | Alexander Kabui |
2021-05-27 | Merge pull request #579 from zsloan/feature/rqtl_with_gn3...Use GN3 API for R/qtl | zsloan |
2021-05-27 | Fix the way Mock is initialized | zsloan |
2021-05-27 | Change test_rqtl_mapping.py to account for full results being returned from t... | zsloan |
2021-05-27 | Fixed way MockGroup was initialized | zsloan |
2021-05-27 | Forgot to import dataclass | zsloan |
2021-05-27 | Fixed syntax mistake when creating dataclass in test_rqtl_mapping.py | zsloan |
2021-05-27 | Removed parts of test_rqtl_mapping.py referring to process_perm_results and p... | zsloan |
2021-05-27 | Updated test_run_mapping.py to account for attribute keys being checked as lo... | zsloan |
2021-05-27 | Improved test_rqtl_mapping.py with Bonface's recommendation of uses dataclasses | zsloan |
2021-05-26 | tests: test_gen_menu: Remove get_species | BonfaceKilz |
2021-05-22 | Fixed the mocked return_value for requests.post to fix broken test | zsloan |
2021-05-22 | Fixed a couple broken tests | zsloan |
2021-05-22 | Rewrote test_rqtl_mapping.py, though haven't done tests for all functions yet | zsloan |
2021-05-10 | Merge branch 'testing' into feature/integrate-correlation-api | Alexander Kabui |
2021-05-08 | tests: test_gen_menu: Remove app_context initialisation...This is no longer required since the global object "Flask.g.db" is no
longer coupled to the gen_menu module.
| BonfaceKilz |
2021-05-08 | tests: test_gen_menu: Update failing tests...Update tests to use (and mock) the injected MySQL connection object.
| BonfaceKilz |
2021-05-05 | tests: test_species: Update failing tests | BonfaceKilz |
2021-05-05 | templates: test_species: Add tests for instantiating Chromosomes | BonfaceKilz |
2021-05-05 | tests: test_species: Test that IndChromosome instantiates correctly | BonfaceKilz |
2021-05-05 | tests: test_species: Add test cases for TestTheSpecies class | BonfaceKilz |
2021-04-30 | autopep8: Run autopep8 100 times with target rules...Rules used are:
E20,E211,E22,E224,E224,E225,E226,E227,E228,E231,E241,E242,
E251,E252,E26,E265,E266,E27,E301,E302,E303,E304,E305,E306,
E401,E501,E70,E701,W291,W292,W293,W391,W504,E101,E11,E121,
E122,E123,E124,E125,E126,E127,E128,E129,E131,E133
| BonfaceKilz |
2021-04-30 | autopep8: Fix E121,E122,E123,EI24,E125,E126,E127,E128,E129,E131,E133 | BonfaceKilz |
2021-04-30 | autopep8: Fix E101, E11 | BonfaceKilz |
2021-04-30 | autopep8: Fix W504 | BonfaceKilz |
2021-04-30 | autopep8: Fix W291, W292, W293, W391 | BonfaceKilz |
2021-04-30 | autopep8: Fix E501 | BonfaceKilz |
2021-04-30 | autopep8: Fix E301,E302,E303,E304,E305,E306 | BonfaceKilz |
2021-04-30 | autopep8: Fix E20-E27...Run:
python -m autopep8 --in-place --recrusive ./ --select\
E20,E211,E22,E224,E224,E225,E226,E227,E228,E231,E241,\
E242,E251,E252,E26,E265,E266,E27 -p 3
| BonfaceKilz |
2021-04-29 | tests: test_data_set: Update test | BonfaceKilz |
2021-04-29 | tests: unit: test_data_set: Remove unused mock | BonfaceKilz |
2021-03-24 | initial commit for gn3-correlation api integration | Alexander Kabui |
2021-03-16 | Fixed test_check_resource_availability_of_super_user to account for user_id b... | zsloan |
2021-02-19 | Fixed test_gen_menu to reflect updated query | zsloan |
2021-02-19 | Fixed TestCheckResourceAvailability to make it work after realizing that Redi... | zsloan |
2021-02-19 | Fixed test_run_mapping.py to make export_mapping_results test work correctly | zsloan |
2021-02-19 | Patched utility.authentication_tools.g as TestUserSession because otherwise t... | zsloan |