index
:
genenetwork2
acenteno
authentication_test
blatseq_fix
chores/code-refactoring
chores/lmdb-integration
chores/replace-cdns
chores/script-textfile-generator
correlations-return-fewer-results
debug-too-many-connections-error
decouple_tools_and_wqflask_app
development
epysode
feature/search-history
feature/textfile-generator
gn-master
guix-shell
hook-up-auth-to-traits-page
itp_covariate_testing
jupyter_notebooks_ui
lmdb-code/refactoring
master
notebooks_api
oauth2-migrate-user-details-and-data
partial-correlations
partial_corr_ui_rework
pcorrs_targets
penguin2
phewas
production
proxy-integration
refactor-configurations
refactor-data_set_py-20220920
revert-366-360_update_htmlgen
rework-genotype-linking
run-corrs-in-external-process
stable
testing
GeneNetwork (2nd generation)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wqflask
/
utility
Age
Commit message (
Expand
)
Author
2021-03-16
Fixed encoding in load_json_from_redis to account for the first that column v...
zsloan
2021-03-16
Fixed encoding to make get_user_groups work properly, since the user IDs for ...
zsloan
2021-03-16
Removed unnecessary encoding of user_id from authentication_tools.py
zsloan
2021-02-18
Remove the deocde since it was throwing an error
zsloan
2021-02-18
Changed authentication_tools.py to account for encoding str as bytes and deal...
zsloan
2021-02-17
Fixed error caused by user IDs being encoded as bytes
zsloan
2021-01-06
replace vars with vars_obj which is a function name in python
Alexanderkabui
2020-12-18
Added redirect_uri to the ORCID_AUTH_URL since it wasn't working due to missi...
zsloan
2020-11-02
Created function for encoding the column value as bytes when fetching from th...
zsloan
2020-10-28
Use latin-1 encoding when converting hmac secret to bytes
BonfaceKilz
2020-09-26
Merge branch 'testing' into build/python3-migration
BonfaceKilz
2020-09-18
Apply pep8 formatting
BonfaceKilz
2020-09-17
Replace string arguments to "hmac.new" with bytearray
BonfaceKilz
2020-09-17
Apply pep8
BonfaceKilz
2020-09-17
Merge branch 'testing' into build/python3-migration
BonfaceKilz
2020-09-17
Apply pep8
BonfaceKilz
2020-09-16
Apply pep8
BonfaceKilz
2020-09-16
Remove unnecessary if branch
BonfaceKilz
2020-08-31
Remove typo at beginning of line
BonfaceKilz
2020-08-31
Fixed issue that was causing updating resource default privileges to not
zsloan
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-27
Add check for empty group_code when adding a new resource
BonfaceKilz
2020-08-27
Replace string arguments to "hmac.new" with bytearray
BonfaceKilz
2020-08-27
Add global method to convert binary string to plain string
BonfaceKilz
2020-08-27
Replace "string.split" & "string.join" with python's inbuilt methods
BonfaceKilz
2020-08-26
Remove "from __future__ import new_feature" statements
BonfaceKilz
2020-08-26
Replace calls to "basestring with "str""
BonfaceKilz
2020-08-26
Update corestats import
BonfaceKilz
2020-08-26
Merge branch 'testing' into build/python3-migration
BonfaceKilz
2020-08-24
Remove unused imports
BonfaceKilz
2020-08-24
The function draw_rotated_text_ was writing an image to /tmp, which GN2
zsloan
2020-08-23
Use Python3 string methods
BonfaceKilz
2020-08-20
Handle module renames in the standard library
BonfaceKilz
2020-08-19
Remove extra whitespace(or add it) from comma separated items
BonfaceKilz
2020-08-19
Make Python more idiomatic
BonfaceKilz
2020-08-19
Rename xrange() to range() and wrap existing range() calls with list
BonfaceKilz
2020-08-19
Wrap `raise` statements in parenthesis
BonfaceKilz
2020-08-19
Convert the old not-equal syntax, <>, to !=
BonfaceKilz
2020-08-19
Fix dictionary iteration methods
BonfaceKilz
2020-08-19
Remove erroneous `if .. else` branch
BonfaceKilz
2020-08-19
Wrap `map()` in a `list` call
BonfaceKilz
2020-08-18
Apply pep8
BonfaceKilz
2020-08-18
Replace "<>" with "!="
BonfaceKilz
2020-08-18
Wrap print statements in parentheses
BonfaceKilz
2020-08-18
Fix malformed docstring
BonfaceKilz
2020-08-08
Add draw_open_polygon() utility
Muriithi Frederick Muriuki
2020-08-08
Use draw_rotated_text()
Muriithi Frederick Muriuki
2020-08-08
Create new utility module for drawing
Muriithi Frederick Muriuki
2020-08-08
Fix font paths
Muriithi Frederick Muriuki
[next]