summary refs log tree commit diff
path: root/issues/quality-control
diff options
context:
space:
mode:
Diffstat (limited to 'issues/quality-control')
-rw-r--r--issues/quality-control/fix-flash-messages.gmi2
-rw-r--r--issues/quality-control/move-uploader-to-tux02.gmi48
-rw-r--r--issues/quality-control/qc-r-qtl2-bundles.gmi2
-rw-r--r--issues/quality-control/r-qtl2-features.gmi8
4 files changed, 8 insertions, 52 deletions
diff --git a/issues/quality-control/fix-flash-messages.gmi b/issues/quality-control/fix-flash-messages.gmi
index da54c52..e65c0f6 100644
--- a/issues/quality-control/fix-flash-messages.gmi
+++ b/issues/quality-control/fix-flash-messages.gmi
@@ -5,7 +5,7 @@
 * assigned: fredm
 * priority: low
 * type: bug
-* status: open
+* status: closed, completed, fixed
 * keywords: flask, flash
 
 ## Description
diff --git a/issues/quality-control/move-uploader-to-tux02.gmi b/issues/quality-control/move-uploader-to-tux02.gmi
deleted file mode 100644
index 4459433..0000000
--- a/issues/quality-control/move-uploader-to-tux02.gmi
+++ /dev/null
@@ -1,48 +0,0 @@
-# Move Uploader to tux02
-
-## Tags
-
-* type: migration
-* assigned: fredm
-* priority: high
-* status: open
-* keywords: gn-uploader, guix, container, deploy
-
-## Databases
-
-### MariaDB
-
-To avoid corrupting the data on CI/CD, we need to run a separate database server.
-This implies separate configurations, and separate startup.
-
-Some of the things to do to enable this, then, are:
-
-- [x] Provide separate configs and run db server on separate port
-  - Configs put in /etc/mysql3307
-  - Selected port 3307
-  - datadir in /var/lib/mysql3307 -> /export5
-- [x] Provide separate data directory for the content
-  - extract backup
-- [x] Maybe suffix the files with the port number, e.g.
-  ```
-    datadir       = /var/lib/mysql3307
-    socket        = /var/run/mysqld/mysqld3307.sock
-    ︙
-  ```
-
-### SQLite
-
-- [ ] Provide separate path for the SQLite database file
-- [ ] Run migrations on SQLite database file
-- [ ] Create admin user
-- [ ] Make existing data public by default
-
-## Build Script
-
-- [x] Provide separate host directories that are writeable from the container(s)
-
-## Systemd
-
-- [x] Provide unit file for separate MariadDB running on different port
-
-## …
diff --git a/issues/quality-control/qc-r-qtl2-bundles.gmi b/issues/quality-control/qc-r-qtl2-bundles.gmi
index 9cc1452..6560594 100644
--- a/issues/quality-control/qc-r-qtl2-bundles.gmi
+++ b/issues/quality-control/qc-r-qtl2-bundles.gmi
@@ -3,7 +3,7 @@
 ## Tags
 
 * assigned: fredm, acenteno
-* status: open
+* status: closed, completed
 * type: feature request
 * priority: medium
 * keywords: quality control, QC, R/qtl2 bundle
diff --git a/issues/quality-control/r-qtl2-features.gmi b/issues/quality-control/r-qtl2-features.gmi
index eac53c4..bcc5d71 100644
--- a/issues/quality-control/r-qtl2-features.gmi
+++ b/issues/quality-control/r-qtl2-features.gmi
@@ -3,7 +3,7 @@
 ## Tags
 
 * type: listing
-* status: open
+* status: closed, completed
 * assigned: fredm
 * priority: high
 * keywords: listing, bug, feature
@@ -12,5 +12,9 @@
 
 This is a listing of non-critical features and bugs that do not currently have a dedicated issue, and need to be handled some time in the future.
 
-* [feature] "Undo Transpose": Files marked as '*_transposed: true' will have the transposition undone to ease processing down the line.
+* Closed, completed: [feature] "Undo Transpose": Files marked as '*_transposed: true' will have the transposition undone to ease processing down the line.
 * …
+
+### Close as completed
+
+Actually open dedicated issues for bugs and features rather than collecting them here.