aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Expand)Author
2020-08-27Replace string arguments to "hmac.new" with bytearrayBonfaceKilz
2020-08-27Fix failing testsBonfaceKilz
2020-08-27Apply pep-8 formattingBonfaceKilz
2020-08-27Remove comment blockBonfaceKilz
2020-08-27Replace mysqldb's "escape" with the one from utils.db_toolsBonfaceKilz
2020-08-27Remove redundant methods which are defined elsewhereBonfaceKilz
2020-08-27Add global method to convert binary string to plain stringBonfaceKilz
2020-08-27Remove unused importsBonfaceKilz
2020-08-27Replace "string.split" & "string.join" with python's inbuilt methodsBonfaceKilz
2020-08-26Remove debug statementBonfaceKilz
2020-08-26Remove "from __future__ import new_feature" statementsBonfaceKilz
2020-08-26Replace "__cmp__" with "__eq__" magic methodBonfaceKilz
2020-08-26Rename "unicode" to "str"BonfaceKilz
2020-08-26Replace calls to "basestring with "str""BonfaceKilz
2020-08-26Fix failing tests that use python2-htmlgenBonfaceKilz
2020-08-26Replace python2-htmlgen with python-htmlgenBonfaceKilz
2020-08-26Update corestats importBonfaceKilz
2020-08-26Remove unused importsBonfaceKilz
2020-08-26Merge branch 'testing' into build/python3-migrationBonfaceKilz
2020-08-25Merge pull request #427 from BonfaceKilz/Build/add-scientific-js-datatables-p...zsloan
2020-08-25Merge pull request #425 from BonfaceKilz/refactor/extract-htmlgen-methods-to-...zsloan
2020-08-25Use scientific.js dataTables extension plugin from guixBonfaceKilz
2020-08-24Use natural.js dataTables extension plugin from guixBonfaceKilz
2020-08-24Remove non-keyword argsBonfaceKilz
2020-08-24Replace "HtmlGen" method calls with those from "HtmlGenWrapper"BonfaceKilz
2020-08-24Add new wrapper class for HtmlGen methodBonfaceKilz
2020-08-24Add tests for the HtmlGenWrapper classBonfaceKilz
2020-08-24Fix some pylint errorsBonfaceKilz
2020-08-24Remove unused importsBonfaceKilz
2020-08-24Rename fileBonfaceKilz
2020-08-24Fix failing testBonfaceKilz
2020-08-24Fixed issue where im_drawer wasn't being set in drawHaplotypeBandzsloan
2020-08-24The function draw_rotated_text_ was writing an image to /tmp, which GN2zsloan
2020-08-23Use Python3 string methodsBonfaceKilz
2020-08-23Remove unused importsBonfaceKilz
2020-08-22Set min-width for search result table, since the description columnzsloan
2020-08-20Changed Molecular Trait Datasets to Molecular Traits in the Typezsloan
2020-08-20Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2020-08-20Handle module renames in the standard libraryBonfaceKilz
2020-08-20Disable python2 QTLReaperBonfaceKilz
2020-08-20Add backward support for urllibBonfaceKilz
2020-08-20Use dataTables.colResize.js and naturalSort from guixBonfaceKilz
2020-08-20Use buttons.colVis.min.js from guixBonfaceKilz
2020-08-20Use buttons.bootstrap.css from guixBonfaceKilz
2020-08-20Use scroller.dataTables.min.css from guixBonfaceKilz
2020-08-20Use dataTables.colReorder.js from guixBonfaceKilz
2020-08-20Use jquery.dataTables.js from guixBonfaceKilz
2020-08-20Use dataTables.buttons.min.js from guixBonfaceKilz
2020-08-20Use buttons.dataTables.min.css from guixBonfaceKilz
2020-08-19Added Invert button to collection pagezsloan