Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add session and sprint UUID fields to fires #5832

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

rowanseymour
Copy link
Member

No description provided.

sprint_uuid = models.UUIDField(null=True)

# TODO remove
extra = models.JSONField(null=True)
Copy link
Member Author

Choose a reason for hiding this comment

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

maybe I was trying to be too generic..

fire_on = models.DateTimeField(db_index=True)

# used to ensure wait events don't act on a session that's already changed
session_uuid = models.UUIDField(null=True)
sprint_uuid = models.UUIDField(null=True)
Copy link
Member Author

Choose a reason for hiding this comment

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

no foreign keys.. don't want the index overhead and thinking ahead to when sessions might not be in the database at all

@rowanseymour rowanseymour force-pushed the contact_fire_session_and_sprint_uuids branch from 09ccaf6 to d463187 Compare January 29, 2025 18:14
Copy link

codecov bot commented Jan 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (a421207) to head (d463187).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #5832   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          463       465    +2     
  Lines        25178     25189   +11     
=========================================
+ Hits         25178     25189   +11     

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

@rowanseymour rowanseymour merged commit 8a4f5ed into main Jan 29, 2025
5 checks passed
@rowanseymour rowanseymour deleted the contact_fire_session_and_sprint_uuids branch January 29, 2025 18:43
@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 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