yuvrajangadsingh
3a08115768
refactor: use Comment table with junction table for commit comments
...
Per @lunny's feedback, rework to reuse the existing Comment table
instead of a standalone commit_comment table. The junction table
(commit_comment) now only stores repo_id, commit_sha, comment_id.
Actual comment data (content, tree_path, line, patch, poster) lives
in the Comment table with Type = CommentTypeCommitComment (39).
This gives commit comments reactions, attachments, and all existing
comment infrastructure for free.
2026-04-02 16:55:52 +05:30
..
2025-08-28 03:52:43 +00:00
2025-09-10 03:15:01 +00:00
2026-02-01 12:28:28 +00:00
2025-06-18 01:48:09 +00:00
2025-08-28 03:52:43 +00:00
2026-04-02 16:55:52 +05:30
2026-04-02 16:55:52 +05:30
2025-08-28 03:52:43 +00:00
2024-03-01 16:46:02 +00:00
2025-08-28 03:52:43 +00:00
2025-07-22 10:02:01 -07:00
2025-07-22 10:02:01 -07:00
2025-08-28 03:52:43 +00:00
2026-03-29 09:21:14 +00:00
2025-08-28 03:52:43 +00:00
2025-06-18 01:48:09 +00:00
2025-07-22 10:02:01 -07:00
2025-02-17 11:28:37 -08:00
2026-03-31 10:03:52 +08:00
2025-10-19 00:37:50 +08:00
2025-06-18 01:48:09 +00:00
2025-10-19 00:37:50 +08:00
2026-03-29 09:21:14 +00:00
2025-08-28 03:52:43 +00:00
2023-12-14 09:26:59 +00:00
2025-08-28 03:52:43 +00:00
2024-11-25 09:56:50 +08:00
2025-08-28 03:52:43 +00:00
2026-03-29 09:21:14 +00:00
2026-02-16 09:57:18 +00:00
2026-03-13 09:58:44 -07:00
2025-07-22 10:02:01 -07:00
2023-09-28 01:38:53 +00:00
2026-02-12 22:09:32 +00:00
2025-08-28 03:52:43 +00:00
2025-12-20 16:16:20 +00:00
2025-08-28 03:52:43 +00:00
2026-03-29 09:21:14 +00:00
2026-01-16 14:52:57 +00:00
2026-03-19 07:13:55 +08:00
2025-07-22 10:02:01 -07:00
2026-02-28 11:23:20 -08:00
2026-01-16 14:52:57 +00:00
2026-03-29 09:21:14 +00:00
2025-08-28 03:52:43 +00:00
2026-01-13 13:13:39 +00:00
2025-08-28 03:52:43 +00:00
2026-02-20 21:48:54 +00:00