From e425e2fe23ca271be5474f014cf540982b41c7a0 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 27 Oct 2023 12:38:26 +0300 Subject: New issues Write up new issues noted in source files that have not been previously tracked, but that are important to make the system work well. --- issues/gn-auth/remove-reference-to-bcrypt.gmi | 13 +++++++++++++ .../rework-tests-remove-redis-as-test-dependency.gmi | 15 +++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 issues/gn-auth/remove-reference-to-bcrypt.gmi create mode 100644 issues/gnqc-py/rework-tests-remove-redis-as-test-dependency.gmi (limited to 'issues') diff --git a/issues/gn-auth/remove-reference-to-bcrypt.gmi b/issues/gn-auth/remove-reference-to-bcrypt.gmi new file mode 100644 index 0000000..7861a8d --- /dev/null +++ b/issues/gn-auth/remove-reference-to-bcrypt.gmi @@ -0,0 +1,13 @@ +# Remove bcrypt as a Dependency + +## Tags + +* assigned: fred, fredm +* status: open +* priority: low +* keywords: gn-auth, dependencies +* type: improvement + +## Description + +BCrypt has been superceded by better systems, and we need to move away from that. diff --git a/issues/gnqc-py/rework-tests-remove-redis-as-test-dependency.gmi b/issues/gnqc-py/rework-tests-remove-redis-as-test-dependency.gmi new file mode 100644 index 0000000..c4ee5e8 --- /dev/null +++ b/issues/gnqc-py/rework-tests-remove-redis-as-test-dependency.gmi @@ -0,0 +1,15 @@ +# Rework Test: Remove redis as Test Dependency + +## Tags + +* assigned: fred, fredm +* status: open +* priority: medium +* keywords: gnqc-py, tests +* type: improvement + +## Description + +Some tests depend on a running redis instance to work. + +Either move these to an integration tests harness, to be run after the system has run the unit tests and has been deployed, or remove them completely from the system. -- cgit v1.2.3