Age | Commit message (Collapse) | Author |
|
|
|
|
|
This avoids calling Redis twice when fetching metadata about the
resource.
|
|
If a user has several access roles, select the highest role.
|
|
|
|
All new API definitions should be migrated to "wqflask/ api"
|
|
|
|
|
|
|
|
|
|
After adding the missing attribute to "self.trait", we need to also
need to update some missing calls.
|
|
|
|
|
|
|
|
|
|
Use GN3 API for R/qtl
|
|
|
|
the GN3 request
|
|
|
|
|
|
|
|
process_rqtl_results since that functionality was moved to GN3
|
|
lowercase, though not sure if this will fully fix the test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is no longer required since the global object "Flask.g.db" is no
longer coupled to the gen_menu module.
|
|
Update tests to use (and mock) the injected MySQL connection object.
|
|
|
|
|
|
|
|
|
|
Rules used are:
E20,E211,E22,E224,E224,E225,E226,E227,E228,E231,E241,E242,
E251,E252,E26,E265,E266,E27,E301,E302,E303,E304,E305,E306,
E401,E501,E70,E701,W291,W292,W293,W391,W504,E101,E11,E121,
E122,E123,E124,E125,E126,E127,E128,E129,E131,E133
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Run:
python -m autopep8 --in-place --recrusive ./ --select\
E20,E211,E22,E224,E224,E225,E226,E227,E228,E231,E241,\
E242,E251,E252,E26,E265,E266,E27 -p 3
|
|
|
|
|
|
|
|
being returned as bytes instead of a str
|
|
|
|
Redis.smembers apparently returns values as bytes
|
|
|