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
/
gn2
/
wqflask
/
edit.py
Age
Commit message (
Expand
)
Author
2024-04-30
Remove unused imports.
Munyoki Kilyungi
2024-04-30
Pass JWT tokens to gn3.
Munyoki Kilyungi
2024-04-30
Remove unused imports.
Munyoki Kilyungi
2024-04-30
Delete __run__cmd__.
Munyoki Kilyungi
2024-04-30
Remove methods for fetching a dataset's metadata edit history.
Munyoki Kilyungi
2024-04-30
Delete function for saving metadata.
Munyoki Kilyungi
2024-04-30
Create a JWT to pass in secinfo to a GN3 editing endpoint.
Munyoki Kilyungi
2024-04-02
Display a history page containing all the edits.
Munyoki Kilyungi
2024-04-02
Properly chain all the git and write operations together.
Munyoki Kilyungi
2024-04-02
Refactor __run_cmd into private function __run_cmd__.
Munyoki Kilyungi
2024-03-26
Add missing docstrings to save/metadata_edit functions.
Munyoki Kilyungi
2024-03-26
Add a final fallback for match expression.
Munyoki Kilyungi
2024-03-26
Use "require_oauth2_edit_resource_access" for edit/save endpoints.
Munyoki Kilyungi
2024-03-26
Replace "__" prefix for with "_".
Munyoki Kilyungi
2024-03-26
Auto-pep8 (using flake8) file.
Munyoki Kilyungi
2024-03-26
Replace "login_required" with "require_oauth2".
Munyoki Kilyungi
2024-03-26
Reset repo and pull then write changes before committing.
Munyoki Kilyungi
2024-03-26
Prevent shell injection by disabling shell invocation in subprocess.
Munyoki Kilyungi
2024-03-26
Replace Path construct with a format string.
Munyoki Kilyungi
2024-03-26
Add missing "curry" to __run_cmd.
Munyoki Kilyungi
2024-03-26
Replace Path.join with urljoin for url paths.
Munyoki Kilyungi
2024-03-26
Make GN3_LOCAL_URL local to avoid circular imports.
Munyoki Kilyungi
2024-03-26
Add function for saving metadata in git.
Munyoki Kilyungi
2024-03-26
Integrate CKEditor into metadata editing.
Munyoki Kilyungi