Age | Commit message (Expand) | Author |
2020-08-31 | Use chroma from guix | BonfaceKilz |
2020-08-31 | Merge pull request #428 from BonfaceKilz/chore/delete-datatables-extensions-f... | BonfaceKilz |
2020-08-31 | Merge branch 'testing' into build/python3-migration | BonfaceKilz |
2020-08-29 | Fixed issue where exporting traits would throw an error if a dataset's | zsloan |
2020-08-29 | Fixed issue with exporting traits from multiple different groups from | zsloan |
2020-08-28 | Delete dataTables and it's extensions from git | BonfaceKilz |
2020-08-28 | Merge branch 'testing' into build/python3-migration | BonfaceKilz |
2020-08-27 | Added logic that creates a user account if an e-mail is added to a group | zsloan |
2020-08-27 | Added function for sending an invitation e-mail | zsloan |
2020-08-27 | Added manager_user.html because it was missing from git | zsloan |
2020-08-27 | Add check for empty group_code when adding a new resource | BonfaceKilz |
2020-08-27 | Add a check for a "uuid" object | BonfaceKilz |
2020-08-27 | Update imports | BonfaceKilz |
2020-08-27 | Remove python2 string processing to utf-8 | BonfaceKilz |
2020-08-27 | Remove relative imports | BonfaceKilz |
2020-08-27 | Replace dict.iteritems() with dict.items() | BonfaceKilz |
2020-08-27 | Convert sibling imports to relative imports | BonfaceKilz |
2020-08-27 | Import "reduce" without a try block | BonfaceKilz |
2020-08-27 | Replace string arguments to "hmac.new" with bytearray | BonfaceKilz |
2020-08-27 | Fix failing tests | BonfaceKilz |
2020-08-27 | Apply pep-8 formatting | BonfaceKilz |
2020-08-27 | Remove comment block | BonfaceKilz |
2020-08-27 | Replace mysqldb's "escape" with the one from utils.db_tools | BonfaceKilz |
2020-08-27 | Remove redundant methods which are defined elsewhere | BonfaceKilz |
2020-08-27 | Add global method to convert binary string to plain string | BonfaceKilz |
2020-08-27 | Remove unused imports | BonfaceKilz |
2020-08-27 | Replace "string.split" & "string.join" with python's inbuilt methods | BonfaceKilz |
2020-08-26 | Remove debug statement | BonfaceKilz |
2020-08-26 | Remove "from __future__ import new_feature" statements | BonfaceKilz |
2020-08-26 | Replace "__cmp__" with "__eq__" magic method | BonfaceKilz |
2020-08-26 | Rename "unicode" to "str" | BonfaceKilz |
2020-08-26 | Replace calls to "basestring with "str"" | BonfaceKilz |
2020-08-26 | Fix failing tests that use python2-htmlgen | BonfaceKilz |
2020-08-26 | Replace python2-htmlgen with python-htmlgen | BonfaceKilz |
2020-08-25 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing | zsloan |
2020-08-25 | Fixed issue in DatasetType that caused an error when trying to load new | zsloan |
2020-08-26 | Update corestats import | BonfaceKilz |
2020-08-26 | Remove unused imports | BonfaceKilz |
2020-08-26 | Merge branch 'testing' into build/python3-migration | BonfaceKilz |
2020-08-25 | Merge pull request #427 from BonfaceKilz/Build/add-scientific-js-datatables-p... | zsloan |
2020-08-25 | This should fix an issue where the new qtlreaper wouldn't work properlty | zsloan |
2020-08-25 | Merge pull request #425 from BonfaceKilz/refactor/extract-htmlgen-methods-to-... | zsloan |
2020-08-25 | Use scientific.js dataTables extension plugin from guix | BonfaceKilz |
2020-08-24 | Use natural.js dataTables extension plugin from guix | BonfaceKilz |
2020-08-24 | Remove non-keyword args | BonfaceKilz |
2020-08-24 | Replace "HtmlGen" method calls with those from "HtmlGenWrapper" | BonfaceKilz |
2020-08-24 | Add new wrapper class for HtmlGen method | BonfaceKilz |
2020-08-24 | Add tests for the HtmlGenWrapper class | BonfaceKilz |
2020-08-24 | Fix some pylint errors | BonfaceKilz |
2020-08-24 | Remove unused imports | BonfaceKilz |