diff options
author | Munyoki Kilyungi | 2023-04-18 12:29:50 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-04-18 12:29:50 +0300 |
commit | 810f5d08665400947319a15a01e6a6c5920df232 (patch) | |
tree | 93771a48bae81aac7d464a868f87c21f08d32bbb /issues | |
parent | 132a42ddf7c8c81d5c17ccc627e2b4acc06a7055 (diff) | |
download | gn-gemtext-810f5d08665400947319a15a01e6a6c5920df232.tar.gz |
Close some more issues
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'issues')
-rw-r--r-- | issues/consecutive-crud-applications-when-uploading-data.gmi | 5 | ||||
-rw-r--r-- | issues/error-when-fetching-snps.gmi | 2 | ||||
-rw-r--r-- | issues/genenetwork/proxy-hard-coded.gmi | 6 | ||||
-rw-r--r-- | issues/redis-data.gmi | 7 | ||||
-rw-r--r-- | issues/unable-to-open-new-tabs-for-mapping-correlations-in-chrome.gmi | 2 |
5 files changed, 21 insertions, 1 deletions
diff --git a/issues/consecutive-crud-applications-when-uploading-data.gmi b/issues/consecutive-crud-applications-when-uploading-data.gmi index 7a571e6..2256cf4 100644 --- a/issues/consecutive-crud-applications-when-uploading-data.gmi +++ b/issues/consecutive-crud-applications-when-uploading-data.gmi @@ -23,3 +23,8 @@ What happens in the following scenarios: Above, there will be a race-condition. +### Resolution + +The race condition is an edge-case that hasn't been hit by anyone. Also, the entire authentication system is being re-worked, naturally killing this issue's relevance. + +* closed diff --git a/issues/error-when-fetching-snps.gmi b/issues/error-when-fetching-snps.gmi index 4769c69..90c76cf 100644 --- a/issues/error-when-fetching-snps.gmi +++ b/issues/error-when-fetching-snps.gmi @@ -2,9 +2,9 @@ Wed 28 Sep 2022 17:45:01 EAT * assigned: zachs, bonfacem -* status: in progress * tags: critical * priority: high +* closed ## Steps to reproduce diff --git a/issues/genenetwork/proxy-hard-coded.gmi b/issues/genenetwork/proxy-hard-coded.gmi index f9a7b18..2516a89 100644 --- a/issues/genenetwork/proxy-hard-coded.gmi +++ b/issues/genenetwork/proxy-hard-coded.gmi @@ -29,3 +29,9 @@ wqflask/utility/authentication_tools.py * priority: medium * status: unclear * keywords: proxy, configuration, settings + +### Resolution + +The proxy will be replaced with a new auth system, thereby making this issue irrelevant. + +* closed diff --git a/issues/redis-data.gmi b/issues/redis-data.gmi index 6f848cc..04fa725 100644 --- a/issues/redis-data.gmi +++ b/issues/redis-data.gmi @@ -12,3 +12,10 @@ this was non-trivial for him. * assigned: bonfacem * status: unclear, stalled * keywords: documentation, data, redis + + +### Resolution + +The authentication system is being revamped in sqlite by Fred. Thereby, this issue has become irrelevant. + +* closed diff --git a/issues/unable-to-open-new-tabs-for-mapping-correlations-in-chrome.gmi b/issues/unable-to-open-new-tabs-for-mapping-correlations-in-chrome.gmi index d7754f3..1fc81be 100644 --- a/issues/unable-to-open-new-tabs-for-mapping-correlations-in-chrome.gmi +++ b/issues/unable-to-open-new-tabs-for-mapping-correlations-in-chrome.gmi @@ -17,3 +17,5 @@ Based off => https://github.com/genenetwork/genenetwork2/pull/394 Pull Request #394. I'd need to spec this further later + +* closed |