Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-24 | Add generated coverage reports and binary to .gitignore | BonfaceKilz | |
2020-07-24 | Add basic config for coverage tool | BonfaceKilz | |
* .coveragerc: add it | |||
2020-07-24 | Rename test_numify.py to test_formatting.py | BonfaceKilz | |
2020-07-24 | Add unittests for *base/data_set* | BonfaceKilz | |
2020-07-24 | Inject redis instance into DatasetType class | BonfaceKilz | |
* 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 | |||
2020-07-24 | Add unittests for *utility/test_numify* | BonfaceKilz | |
2020-07-24 | Apply autopep-8 | BonfaceKilz | |
* wqflask/utility/formatting.py: apply it | |||
2020-07-24 | Add zero to num_repr dictionary | BonfaceKilz | |
* wqflask/utility/formatting.py(numify): Update `num_repr` to have a zero | |||
2020-07-24 | Remove redundant variable | BonfaceKilz | |
* wqflask/utility/corr_result_helpers.py(normalize_values_with_values): Remove `num_overlap` | |||
2020-07-24 | Remove unused assert | BonfaceKilz | |
* wqflask/utility/corr_result_helpers.py(normalize_values): At no one point will that assert be hit | |||
2020-07-24 | Remove unused doc-tests | BonfaceKilz | |
* wqflask/utility/corr_result_helpers.py: Delete doc-test | |||
2020-07-24 | Simplify normalize_values | BonfaceKilz | |
* wqflask/utility/corr_result_helpers.py(normalize_values): Replace loop with zip form | |||
2020-07-24 | Add unittests for *utility/corr_result_helper* | BonfaceKilz | |
2020-07-24 | Add unittests for *utility/corestats* | BonfaceKilz | |
2020-07-24 | Remove unused doc-tests | BonfaceKilz | |
* wqflask/utility/chunks.py: Remove test code from module | |||
2020-07-24 | Test utility methods for chunking | BonfaceKilz | |
* wqflask/tests/utility/test_chunks.py: New test | |||
2020-07-24 | Move tests to module | BonfaceKilz | |
* test/unittest/: Move to wqflask/tests/ | |||
2020-07-24 | Apply autopep-8 | BonfaceKilz | |
* wqflask/base/data_set.py: Apply autopep-8 | |||
2020-07-24 | Revert "Add work-around for failed imports in unittest" | BonfaceKilz | |
This reverts commit d5e87fa6fe7546b46790f512d984a5501223082f. | |||
2020-07-24 | Apply autopep-8 | BonfaceKilz | |
* wqflask/base/GeneralObject.py: Replace tabs with 4 spaces | |||
2020-07-24 | Make test file a module | BonfaceKilz | |
* test/__init__.py: Add it. Makes the test folder discoverable by unittest | |||
2020-07-24 | Remove mock directory | BonfaceKilz | |
* wqflask/mock: Delete it. Causes name conflicts with Python's mock module | |||
2020-07-24 | Add work-around for failed imports in unittest | BonfaceKilz | |
* wqflask/utility/tools.py: Unittests will use `from wqflask.wqflask import app` and the gn2 script will use `from wqflask import app` | |||
2020-07-24 | Remove unused config | BonfaceKilz | |
2020-07-24 | Remove unused import | BonfaceKilz | |
2020-07-24 | Add basic unittests | BonfaceKilz | |
2020-07-24 | Increased width for Min Expr since it was getting cut off if you added more ↵ | zsloan | |
than 3 digits | |||
2020-07-24 | Fixed issue where DataTable was getting initialized twice when adding ↵ | zsloan | |
cofactors to a scatterplot + fixed issue where sizev and datav sometimes weren't set when drawing scatterplot | |||
2020-07-24 | decodeURIComponent was throwing an error after the query-level fix to the ↵ | zsloan | |
unicode issue, so I removed it | |||
2020-07-24 | Added binary casting to phenotype trait info query to fix unicode issue | zsloan | |
2020-07-24 | Added pagination to search pages and moved info to both top and bottom of ↵ | zsloan | |
each table | |||
2020-07-24 | Changed mapping buttons back to buttons instead of inputs, since apparently ↵ | zsloan | |
having them as inputs caused forms to stop submitting after loading cofactors | |||
2020-07-24 | Fixed another issue with the drop-downs | zsloan | |
2020-07-16 | Remove unused test | BonfaceKilz | |
2020-07-16 | Use a non-relative link: "/" instead of "./" | BonfaceKilz | |
Using "./" causes mechanical rob to crash when checking for links | |||
2020-07-16 | Expose elastic-search variables for tests to pass | BonfaceKilz | |
2020-07-16 | Replace mapping endpoint to "/loading" | BonfaceKilz | |
At one point, "/marker_regression" got replaced, and the html structure changed. | |||
2020-07-16 | Check for specific text in response and then assert a 200 code | BonfaceKilz | |
"/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. | |||
2020-07-16 | Lower-case http link | BonfaceKilz | |
2020-07-16 | Add missing "href" to a links | BonfaceKilz | |
Without the href, mechanical rob spews some errors | |||
2020-07-14 | Remove stale comments | BonfaceKilz | |
2020-07-10 | Remove deprecated directory | BonfaceKilz | |
2020-07-08 | Removed remaining unused references to the old qtlreaper | zsloan | |
2020-07-06 | Temporarily commented out the line in trait.py doing the encoding until we ↵ | zsloan | |
figure out the real solution to that issue | |||
2020-07-06 | Fixed remaining issue with the logic for making the categories for the Type ↵ | zsloan | |
drop-down on the home search page | |||
2020-07-06 | Fixed issue where the N on the mapping loading page would sometimes be wrong ↵ | zsloan | |
when reloading the page or zooming in, etc | |||
2020-07-06 | Fixed some of the logic with how traits are authenticated to avoid situation ↵ | zsloan | |
where a trait is authenticated twice | |||
2020-06-29 | Fixed remaining issue with the logic for creating the type dropdown option ↵ | zsloan | |
groups for the home page search | |||
2020-06-29 | Loading screen should now show correct N when re-mapping or zooming into a map | zsloan | |
2020-06-29 | Change that hopefully fixes some encoding stuff | zsloan | |