aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-08Fixed issue with correlation page info not having a good width and prevented ↵zsloan
buttons from wrapping when the window is small
2021-02-08Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2021-02-08Changed the table row highlighting logic such that clicking a trait link ↵zsloan
doesn't highlight/un-highlight the row
2021-02-08Changed min-width on the header navbar to prevent it wrapping when the ↵zsloan
window is smaller
2021-02-05Replace format and % strings with f-stringsBonfaceKilz
* wqflask/wqflask/marker_regression/gemma_mapping.py: Use f-strings which are easier to read. (generate_random_n_string): New function.
2021-02-05Remove commented out code and unused variablesBonfaceKilz
2021-02-05Apply auto-pep 8 formattingBonfaceKilz
* wqflask/wqflask/marker_regression/gemma_mapping.py: Run auto pep-8 to fix indentation and other issue.
2021-02-03Fixed lines that caused an error on search page if there were no resultszsloan
2021-02-02Disabled Scroller for search results when there are fewer than 20 results ↵zsloan
(in order to avoid strange behavior when there are only a handful of rows)
2021-02-02Made the Info buttons on the home page less widezsloan
2021-02-02Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2021-02-02Added the Info button for the group drop-down in the home page (that ↵zsloan
currently points to GN1)
2021-02-01replace colorbox linkAlexander Kabui
2021-02-01replace datatable scroller scrollerAlexander Kabui
2021-02-01replace underscore and d3js in show_trait.htmlAlexander Kabui
2021-02-01delete dt-boostrapAlexander Kabui
2021-02-01remove unused tabletools libAlexander Kabui
2021-02-01delete duplicate jszip libAlexander Kabui
2021-02-01delete obsolete json.js libAlexander Kabui
2021-02-01Fixed bug that was causing trait page export to not workzsloan
2021-02-01Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2021-02-01Randomized phenotype input file for GEMMA instead of just using the group ↵zsloan
and trait name
2021-01-31modify password strength messageAlexander Kabui
2021-01-31add zxcvbn.js to mechanical robAlexander Kabui
2021-01-31modify check for password strengthAlexander Kabui
2021-01-31replace javascript-zxcvbn-async with javascript-zxcvbnAlexander Kabui
2021-01-31Update sql query in testBonfaceKilz
* wqflask/tests/unit/wqflask/api/test_gen_menu.py (test_build_datasets_with_type_mrna): Update sql query to fix failing test
2021-01-31Merge pull request #513 from Alexanderlacuna/replace-bootstrapBonfaceKilz
Replace bootstrap lib
2021-01-30Fixed issue that was causing the Verify button link to not be generated ↵zsloan
correctly
2021-01-30Changed dropdown menu to sort mRNA assay datasets by OrderList instead of ↵zsloan
CreateTime
2021-01-29Merge branch 'testing' of https://github.com/genenetwork/genenetwork2 into ↵Alexander Kabui
replace-bootstrap
2021-01-21Added modified Scroller CSS to trait_list.css in order to add the text ↵zsloan
showing current row when scrolling and remove a 0 that was appearing below the table
2021-01-21Decreased the width of the Authors column somezsloan
2021-01-21Changed CSS for show/hide column buttons so it's more obvious when one is ↵zsloan
selected
2021-01-21Adjusted Search Result table column widths and header alignmentszsloan
2021-01-21Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2021-01-21Fixed the Select Top Rows feature to use DataTables API instead of JQueryzsloan
2021-01-18Revert "resize image in facilities page"BonfaceKilz
This reverts commit db31d53421c033a9907d2c67bc8a0c3c911b5402.
2021-01-18Remove extra newlines in PR and issue templatesBonfaceKilz
2021-01-18Pass salt as bytes when testing pbkdf2_hexBonfaceKilz
* wqflask/tests/unit/wqflask/test_pbkdf2.py (test_pbkdf2_hex): Make password salt bytes. Breaking change introduced in 0bac313ba.
2021-01-18add dataset object creation, permission check in global search code itself ↵uditgulati
which takes the load off creating Trait object
2021-01-18modify the main query in gene global search to add locus chr, locus mb and ↵uditgulati
optimize the speed of query
2021-01-17Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2021-01-17Set default description to avoid error in situations where description is Nonezsloan
2021-01-15resize image in facilities pageAlexanderkabui
2021-01-14Added some lines that check if salt is already bytes and convert it if ↵zsloan
necessary (this is caused by salt being passed to a function as bytes when an account is registered but being passed as a string when logging in)
2021-01-14Fixed mistake where the mapping figure Transform text didn't have its X ↵zsloan
position set correctly
2021-01-14Merge pull request #541 from zsloan/feature/swap_legend_metadata_positionszsloan
Feature/swap legend metadata positions
2021-01-14Merge branch 'testing' into feature/swap_legend_metadata_positionszsloan
2021-01-14Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan