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

Track when Merge Requests were last updated #1292

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

Mythicaeda
Copy link
Contributor

@Mythicaeda Mythicaeda commented Jan 22, 2024

  • Tickets addressed: Hotfix
  • Review: By commit
  • Merge strategy: Merge (no squash)

Description

The column updated_at was added to the merge requests table. Because merge requests are solely updated via DB code, this always reflect the time at which the status of a merge request last changed. This will be useful if there are concerns with what changes committing a merge applied, as entries in the activity_directive_changelog can be correlated with a commit merge action via this updated_at timestamp.

Verification

Documentation

Future work

@Mythicaeda Mythicaeda added the database Anything related to the database label Jan 22, 2024
@Mythicaeda Mythicaeda self-assigned this Jan 22, 2024
@Mythicaeda Mythicaeda requested a review from a team as a code owner January 22, 2024 21:17
This will enable us to see when the status of a merge request last changed.
@Mythicaeda Mythicaeda force-pushed the feat/add-merge-rq-updated-at branch from 8ce711e to 882d131 Compare January 30, 2024 18:48
@Mythicaeda Mythicaeda merged commit 02d06a5 into develop Jan 30, 2024
10 checks passed
@Mythicaeda Mythicaeda deleted the feat/add-merge-rq-updated-at branch January 30, 2024 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Anything related to the database
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants