Skip to content

Conversation

rowanseymour
Copy link
Member

No description provided.

Copy link

codecov bot commented Sep 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.11%. Comparing base (1dcda1d) to head (aa05492).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #122   +/-   ##
=======================================
  Coverage   59.11%   59.11%           
=======================================
  Files           7        7           
  Lines        1311     1311           
=======================================
  Hits          775      775           
  Misses        430      430           
  Partials      106      106           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rowanseymour rowanseymour marked this pull request as ready for review September 25, 2025 16:40
@Copilot Copilot AI review requested due to automatic review settings September 25, 2025 16:41
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a ticket_uuid field to the msgs_msg table to support linking messages to tickets. The change affects both the database schema and the archival system that exports message data.

  • Adds a nullable ticket_uuid column to the msgs_msg table
  • Updates the message archival query to include the new field
  • Updates test data and expected hash values to reflect the schema change

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
testdb.sql Adds ticket_uuid column to msgs_msg table and updates test data with ticket UUIDs
archives/messages.go Updates SQL query to include ticket_uuid field in message archives
archives/testdata/messages1.jsonl Updates test data to include ticket_uuid field in JSON output
archives/testdata/messages2.jsonl Updates test data to include ticket_uuid field in JSON output
archives/archives_test.go Updates expected file sizes and hash values for archive tests

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@rowanseymour rowanseymour merged commit b9fd397 into main Sep 25, 2025
7 checks passed
@rowanseymour rowanseymour deleted the msg_ticket_uuid branch September 25, 2025 18:25
@github-actions github-actions bot locked and limited conversation to collaborators Sep 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant