diff options
author | Frederick Muriuki Muriithi | 2023-04-15 19:41:46 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-04-15 19:42:48 +0300 |
commit | 6ffcb61df06a88b2238c5d3f6efe1908cc3023ee (patch) | |
tree | 3fa64f2fba233c795bd982b45d4f8aa2c524a48f /issues | |
parent | 9805b121fe4aeb750f158bbc2d9518a0f331c0f8 (diff) | |
download | gn-gemtext-6ffcb61df06a88b2238c5d3f6efe1908cc3023ee.tar.gz |
Update issue: close issue with comment.
Diffstat (limited to 'issues')
-rw-r--r-- | issues/bugfix_coupling_current_app_and_db_utils.gmi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/issues/bugfix_coupling_current_app_and_db_utils.gmi b/issues/bugfix_coupling_current_app_and_db_utils.gmi index 13956b4..af11d04 100644 --- a/issues/bugfix_coupling_current_app_and_db_utils.gmi +++ b/issues/bugfix_coupling_current_app_and_db_utils.gmi @@ -5,7 +5,7 @@ * assigned: fredm, aruni * priority: high * type: bug -* status: open, in progress +* status: closed, completed, fixed * keywords: bug, configurations ## Description @@ -36,3 +36,6 @@ Commits attempting to fix the issue => https://github.com/genenetwork/genenetwork3/commit/d8c73f74a022540eec306399a4ad719089678579 in genenetwork3 => https://github.com/genenetwork/genenetwork-machines/commit/1fc0198aaf595719e9e5f1a182731073458c449e in genenetwork-machines + +=> https://github.com/genenetwork/genenetwork3/commit/dbf0f9f0d34c9969aa6ae76f556745a9eb122106 This commit +finally decouples `gn3.db_utils` completely from `flask.current_app` and makes the `sql_uri` argument mandatory. |