Skip to content

feat(autofix): Add explorer autofix fields#111367

Merged
Zylphrex merged 1 commit intomasterfrom
txiao/feat/add-explorer-autofix-fields
Mar 24, 2026
Merged

feat(autofix): Add explorer autofix fields#111367
Zylphrex merged 1 commit intomasterfrom
txiao/feat/add-explorer-autofix-fields

Conversation

@Zylphrex
Copy link
Member

Explorer autofix is a complete rewrite of the legacy autofix meaning that we cannot continue using the same columns to track when autofix was last run. This is because the run states are not backwards compatible and will need to be re-run again. By adding this new column, we can have automations use check this instead for the new autofix runs.

Explorer autofix is a complete rewrite of the legacy autofix meaning that we
cannot continue using the same columns to track when autofix was last run. This
is because the run states are not backwards compatible and will need to be
re-run again. By adding this new column, we can have automations use check this
instead for the new autofix runs.
@Zylphrex Zylphrex requested review from a team as code owners March 23, 2026 22:12
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Mar 23, 2026
@github-actions
Copy link
Contributor

This PR has a migration; here is the generated SQL for src/sentry/migrations/1056_add_explorer_autofix_fields.py

for 1056_add_explorer_autofix_fields in sentry

--
-- Add field seer_explorer_autofix_last_triggered to group
--
ALTER TABLE "sentry_groupedmessage" ADD COLUMN "seer_explorer_autofix_last_triggered" timestamp with time zone NULL;

@Zylphrex Zylphrex merged commit 84e7be3 into master Mar 24, 2026
107 of 108 checks passed
@Zylphrex Zylphrex deleted the txiao/feat/add-explorer-autofix-fields branch March 24, 2026 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants