feat(web/panettone): Log when users change issue statuses
Log in the database, in a way that will generalize to tracking edit history as well, when users change the status of an issue. To facilitate easily knowing who is currently authenticated (without introducing a circular dependency) the authentication-relaated code has also been factored out into its own package, which is nice because we want to replace that sooner rather than later anyway. Fixes: #13 Change-Id: I65a544fab660ed1c295ee8f6b293e0d4945a8203 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1496 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
14a8142f76
commit
8e7ba41a34
7 changed files with 215 additions and 112 deletions
2
web/panettone/test/package.lisp
Normal file
2
web/panettone/test/package.lisp
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
(defpackage :panettone.tests
|
||||
(:use :cl :klatre :fiveam))
|
||||
Loading…
Add table
Add a link
Reference in a new issue