cbro
2651620a4c
fix(storage): persist close_reason to issues table on close ( #551 )
...
CloseIssue was storing the reason only in the events table, not in the
issues.close_reason column. This caused `bd show --json` to return an
empty close_reason even when one was provided.
- Update CloseIssue in queries.go and transaction.go to set close_reason
- Clear close_reason when reopening issues (in manageClosedAt)
- Add tests for close_reason in storage and CLI JSON output
- Document the dual-storage of close_reason (issues + events tables)
2025-12-14 14:18:01 -08:00
..
2025-12-05 16:20:43 -08:00
2025-11-21 14:40:22 -05:00
2025-11-04 01:08:21 -08:00
2025-11-03 12:02:15 -08:00
2025-11-27 21:45:42 -08:00
2025-11-28 23:19:21 -08:00
2025-11-23 19:53:44 -08:00
2025-11-23 19:35:52 -08:00
2025-12-02 22:41:07 -08:00
2025-11-24 14:03:11 -08:00
2025-11-06 20:06:45 -08:00
2025-11-21 11:40:37 -05:00
2025-11-08 02:22:15 -08:00
2025-11-08 02:22:15 -08:00
2025-12-02 22:41:07 -08:00
2025-11-23 19:53:44 -08:00
2025-12-02 22:41:07 -08:00
2025-11-20 18:55:10 -05:00
2025-11-20 18:55:10 -05:00
2025-11-28 23:19:21 -08:00
2025-11-15 12:46:13 -08:00
2025-12-02 22:41:07 -08:00
2025-12-05 16:20:43 -08:00
2025-12-13 07:13:40 -08:00
2025-11-20 19:17:57 -05:00
2025-11-24 00:59:49 -08:00
2025-11-20 19:17:57 -05:00
2025-11-23 10:57:29 -08:00
2025-12-05 15:48:46 -08:00
2025-11-20 21:57:23 -05:00
2025-11-21 11:40:37 -05:00
2025-11-27 21:45:42 -08:00
2025-12-05 15:29:42 -08:00
2025-12-05 15:29:42 -08:00
2025-12-05 15:29:42 -08:00
2025-12-05 15:29:42 -08:00
2025-12-07 20:34:02 +11:00
2025-11-29 22:07:52 -08:00
2025-12-05 15:29:42 -08:00
2025-11-05 00:02:57 -08:00
2025-11-20 21:57:23 -05:00
2025-12-14 14:18:01 -08:00
2025-11-30 00:37:12 -08:00
2025-12-13 07:13:40 -08:00
2025-11-04 22:25:33 -08:00
2025-11-21 11:40:37 -05:00
2025-11-08 15:40:19 -08:00
2025-11-17 10:06:35 -07:00
2025-12-05 16:20:43 -08:00
2025-12-13 12:50:33 -08:00
2025-12-14 14:18:01 -08:00
2025-11-23 19:04:34 -08:00
2025-12-13 18:07:49 -08:00
2025-11-20 21:57:23 -05:00
2025-12-14 00:37:54 -08:00
2025-12-14 14:18:01 -08:00
2025-12-14 14:18:01 -08:00
2025-11-20 21:57:23 -05:00
2025-11-24 01:10:16 -08:00
2025-11-24 22:21:55 -08:00
2025-11-28 23:19:21 -08:00
2025-12-05 15:41:35 -08:00