Age | Commit message (Expand) | Author |
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 |
2021-02-18 | Increased sample table width added for each case attribute. At some point thi... | zsloan |
2021-02-18 | Committing changes that added some fields to mapping export - one of the test... | zsloan |
2021-02-18 | Convert user ID to string | zsloan |
2021-02-18 | Remove the deocde since it was throwing an error | zsloan |
2021-02-18 | Changed gsearch to be able to account for permissions either being a list or ... | zsloan |
2021-02-18 | Changed DEFAULT_PERMISSIONS AND SUPER_PERMISSIONS to not have permissions be ... | zsloan |
2021-02-18 | Changed authentication_tools.py to account for encoding str as bytes and deal... | zsloan |
2021-02-18 | Need to account for permissions having either a list or string until I figure... | zsloan |
2021-02-18 | Fixed missing colon | zsloan |
2021-02-18 | Fixed checking permissions in trait.py | zsloan |
2021-02-18 | Fixed views.py to read properly formatted access masks correctly | zsloan |
2021-02-18 | Fixed SUPER_PRIVILEGES and DEFAULT_PRIVILEGES | zsloan |
2021-02-18 | Fixed remaining issue with gen_menu query to also sort by CreateTime, change ... | zsloan |
2021-02-18 | Fixed gen_menu to order ProbeSet datasets correctly - needed to remove DESC | zsloan |
2021-02-17 | Fixed error caused by user IDs being encoded as bytes | zsloan |
2021-02-16 | Changed a couple loops to checking if value is in a list comprehension | zsloan |
2021-02-16 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing | zsloan |
2021-02-16 | Added iDisplayLength to search result table that should fix the issue where i... | zsloan |
2021-02-13 | fix:broken-links | Alexander Kabui |
2021-02-13 | replace broken links with text | Alexander Kabui |
2021-02-13 | add styles for broken links | Alexander Kabui |
2021-02-12 | Fixed row highlighting for Interval Analyst table | zsloan |
2021-02-12 | Changed default to No for cofactors with qtlreaper | zsloan |
2021-02-11 | Removed some log statements | zsloan |
2021-02-11 | Ensure trait description_display is set | zsloan |
2021-02-10 | Fixed phenotype sample_data API request to use the correct trait IDs | zsloan |
2021-02-10 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing | zsloan |
2021-02-10 | Changed parser.py to account for the ? wildcard in the same way as GN1, but I... | zsloan |
2021-02-10 | delete commented libs | Alexander Kabui |
2021-02-10 | replace jscolor in mapping_results.html | Alexander Kabui |
2021-02-10 | delete nouislider directory | Alexander Kabui |
2021-02-10 | delete ./js-external dir | Alexander Kabui |
2021-02-10 | delete smart-time-ago file | Alexander Kabui |
2021-02-10 | delete purescript-genetics-browser | Alexander Kabui |
2021-02-10 | delete smart-time-ago directory | Alexander Kabui |
2021-02-10 | delete underscore directory | Alexander Kabui |
2021-02-10 | delete bootstrap directory | Alexander Kabui |
2021-02-10 | delete colorbox directory | Alexander Kabui |
2021-02-08 | Increased scroll height to 100vh for trait page sample tables | zsloan |
2021-02-08 | Called draw function on trait page tables in order to adjust their height on ... | zsloan |
2021-02-08 | Added CSS to fix the Scroller issue of a 0 appearing at the bottom of the table | zsloan |
2021-02-08 | Fixed issue with correlation page info not having a good width and prevented ... | zsloan |
2021-02-08 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing | zsloan |
2021-02-08 | Changed the table row highlighting logic such that clicking a trait link does... | zsloan |
2021-02-08 | Changed min-width on the header navbar to prevent it wrapping when the window... | zsloan |
2021-02-05 | Replace format and % strings with f-strings | BonfaceKilz |
2021-02-05 | Remove commented out code and unused variables | BonfaceKilz |
2021-02-05 | Apply auto-pep 8 formatting | BonfaceKilz |