aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-24Add basic config for coverage tool...* .coveragerc: add it BonfaceKilz
2020-07-24Rename test_numify.py to test_formatting.pyBonfaceKilz
2020-07-24Add unittests for *base/data_set*BonfaceKilz
2020-07-24Inject redis instance into DatasetType class...* wqflask/base/data_set.py(DatasetType): - Rename Redis instance to r to avoid confusion and name collisions - Inject the redis instance into Dataset_Types class to make it easier to test - Rename Dataset_Types class to DatasetType class BonfaceKilz
2020-07-24Add unittests for *utility/test_numify*BonfaceKilz
2020-07-24Apply autopep-8...* wqflask/utility/formatting.py: apply it BonfaceKilz
2020-07-24Add zero to num_repr dictionary...* wqflask/utility/formatting.py(numify): Update `num_repr` to have a zero BonfaceKilz
2020-07-24Remove redundant variable...* wqflask/utility/corr_result_helpers.py(normalize_values_with_values): Remove `num_overlap` BonfaceKilz
2020-07-24Remove unused assert...* wqflask/utility/corr_result_helpers.py(normalize_values): At no one point will that assert be hit BonfaceKilz
2020-07-24Remove unused doc-tests...* wqflask/utility/corr_result_helpers.py: Delete doc-test BonfaceKilz
2020-07-24Simplify normalize_values...* wqflask/utility/corr_result_helpers.py(normalize_values): Replace loop with zip form BonfaceKilz
2020-07-24Add unittests for *utility/corr_result_helper*BonfaceKilz
2020-07-24Add unittests for *utility/corestats*BonfaceKilz
2020-07-24Remove unused doc-tests...* wqflask/utility/chunks.py: Remove test code from module BonfaceKilz
2020-07-24Test utility methods for chunking...* wqflask/tests/utility/test_chunks.py: New test BonfaceKilz
2020-07-24Move tests to module...* test/unittest/: Move to wqflask/tests/ BonfaceKilz
2020-07-24Apply autopep-8...* wqflask/base/data_set.py: Apply autopep-8 BonfaceKilz
2020-07-24Revert "Add work-around for failed imports in unittest"...This reverts commit d5e87fa6fe7546b46790f512d984a5501223082f. BonfaceKilz
2020-07-24Apply autopep-8...* wqflask/base/GeneralObject.py: Replace tabs with 4 spaces BonfaceKilz
2020-07-24Make test file a module...* test/__init__.py: Add it. Makes the test folder discoverable by unittest BonfaceKilz
2020-07-24Remove mock directory...* wqflask/mock: Delete it. Causes name conflicts with Python's mock module BonfaceKilz
2020-07-24Add work-around for failed imports in unittest...* wqflask/utility/tools.py: Unittests will use `from wqflask.wqflask import app` and the gn2 script will use `from wqflask import app` BonfaceKilz
2020-07-24Remove unused configBonfaceKilz
2020-07-24Remove unused importBonfaceKilz
2020-07-24Add basic unittestsBonfaceKilz
2020-07-24Increased width for Min Expr since it was getting cut off if you added more t...zsloan
2020-07-24Fixed issue where DataTable was getting initialized twice when adding cofacto...zsloan
2020-07-24decodeURIComponent was throwing an error after the query-level fix to the uni...zsloan
2020-07-24Added binary casting to phenotype trait info query to fix unicode issuezsloan
2020-07-24Added pagination to search pages and moved info to both top and bottom of eac...zsloan
2020-07-24Changed mapping buttons back to buttons instead of inputs, since apparently h...zsloan
2020-07-24Fixed another issue with the drop-downszsloan
2020-07-23Changed search page/collection export to include trait sample data and export...zsloan
2020-07-22It should add new resources to Redis automatically nowzsloan
2020-07-21Fixed issue that caused group codes to be wrong sometimeszsloan
2020-07-16Remove unused testBonfaceKilz
2020-07-16Use a non-relative link: "/" instead of "./"...Using "./" causes mechanical rob to crash when checking for links BonfaceKilz
2020-07-16Expose elastic-search variables for tests to passBonfaceKilz
2020-07-16Replace mapping endpoint to "/loading"...At one point, "/marker_regression" got replaced, and the html structure changed. BonfaceKilz
2020-07-16Check for specific text in response and then assert a 200 code..."/show_trait?trait_id=1435395_s_at&dataset=HC_M2_0606_P" is missing in the response code. At one point the html structure changed. BonfaceKilz
2020-07-16Lower-case http linkBonfaceKilz
2020-07-16Add missing "href" to a links...Without the href, mechanical rob spews some errors BonfaceKilz
2020-07-15Increased width for Min Expr since it was getting cut off if you added more t...zsloan
2020-07-15Fixed issue where DataTable was getting initialized twice when adding cofacto...zsloan
2020-07-15decodeURIComponent was throwing an error after the query-level fix to the uni...zsloan
2020-07-14Added binary casting to phenotype trait info query to fix unicode issuezsloan
2020-07-14Remove stale commentsBonfaceKilz
2020-07-13Added pagination to search pages and moved info to both top and bottom of eac...zsloan
2020-07-11Changed mapping buttons back to buttons instead of inputs, since apparently h...zsloan
2020-07-10Remove deprecated directoryBonfaceKilz