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
2023-09-13
Patch MySQLdb.escape_string to use use a connection.
Munyoki Kilyungi
2023-09-11
Replace string concat with os.path.join.
Munyoki Kilyungi
2023-07-12
Use new session to get user (author) information
Frederick Muriuki Muriithi
2023-07-10
Remove `OVERRIDES` global variable.
Frederick Muriuki Muriithi
2023-07-05
Compute the GN_VERSION in setup code not shell script
Frederick Muriuki Muriithi
2023-07-05
Config: Remove unused `OVERRIDES`
Frederick Muriuki Muriithi
2023-06-22
Update calls to `database_connection` function
Frederick Muriuki Muriithi
2022-12-29
Implement "login" via OAuth2
Frederick Muriuki Muriithi
2022-10-28
Settings: Add the `REDIS_URL` setting.
Frederick Muriuki Muriithi
2022-10-28
Declutter stdout
Frederick Muriuki Muriithi
2022-10-28
Refactor: Pass user id to `check_resource_availability`
Frederick Muriuki Muriithi
2022-10-12
Account for empty strings in get_string function
zsloan
2022-09-29
Replace MonadicDictCursor with generator function.
Arun Isaac
2022-09-29
Remove empty first line in docstrings.
Arun Isaac
2022-09-29
Ignore None values early when initializing MonadicDict.
Arun Isaac
2022-09-29
Return monadic value from MonadicDictCursor.fetchone.
Arun Isaac
2022-09-19
Refactor: raise appropriate error
Frederick Muriuki Muriithi
2022-09-16
Add example code to docstring of MonadicDictCursor.
Arun Isaac
2022-09-16
Add example code to docstring of MonadicDict.
Arun Isaac
2022-09-16
Initialize empty MonadicDict by default.
Arun Isaac
2022-09-14
Add monadic utilities MonadicDict and MonadicDictCursor.
Arun Isaac
2022-09-08
Deleting utility.logger
Munyoki Kilyungi
2022-09-08
Replace g.db with database_connection() context manager
Munyoki Kilyungi
2022-09-08
Replace g.db with database_connection() context manager
Munyoki Kilyungi
2022-08-31
Delete benchmark module
Munyoki Kilyungi
2022-08-31
Remove usage of "logger" and un-necessary comments wrt the same
Munyoki Kilyungi
2022-08-31
Remove unused "string" import
Munyoki Kilyungi
2022-07-25
Return config in app.config or None
Frederick Muriuki Muriithi
2022-07-04
wqflask: Remove DebugToolbarExtension
BonfaceKilz
2022-04-04
Return None in load_json_from_redis when the item doesn't exist
zsloan
2022-02-18
wqflask: Remove python pre-2.2 checks.
Arun Isaac
2021-11-25
Delete noisy logging
BonfaceKilz
2021-11-04
Removes unused import
jgart
2021-10-28
Remove all elasticsearch references in gn2
BonfaceKilz
2021-10-28
Remove the use of '@deprecated'
BonfaceKilz
2021-10-25
utility: redis_tools: Remove dead functions
BonfaceKilz
2021-10-25
authentication_tools: Mark `check_owner_or_admin` as deprecated
BonfaceKilz
2021-10-25
utility.hmac: Label "hmac_creation" as deprecated
BonfaceKilz
2021-10-25
Mark `get_resource_info` as deprecated
BonfaceKilz
2021-10-22
Fix line pulling GN3_LOCAL_URL from settings
zsloan
2021-10-22
Replace hardcoded GN proxy URLs with one pulled from settings
zsloan
2021-10-22
Added proxy and local GN3 URLs in tools.py (which should be set in the settin...
zsloan
2021-10-04
Changed get_user_groups to pull both the ID and details in the for loop from ...
zsloan
2021-09-10
Removed encoding, since it's apparently not needed since the Python 3 switcho...
zsloan
2021-08-23
Account for situations where the minimum permutation value is also above webq...
zsloan
2021-08-20
startup_config.py: Add DebugToobarExtension for wsgi DEBUG mode
BonfaceKilz
2021-07-12
Encode user_id as bytestring if not already bytestring to account for some us...
zsloan
2021-06-17
remove print statements
Alexander Kabui
2021-06-15
Fix issue where column values were used as str instead of bytes; pretty sure ...
zsloan
2021-05-08
utility: startup_config: Use python3 f-strings
BonfaceKilz
[next]