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

Migrate ActionLog data to include is_explicit_action field #3480

Open
harmitgoswami opened this issue Dec 10, 2024 · 0 comments
Open

Migrate ActionLog data to include is_explicit_action field #3480

harmitgoswami opened this issue Dec 10, 2024 · 0 comments
Labels
P2 We want to ship it soon, possibly in the current quarter task

Comments

@harmitgoswami
Copy link
Collaborator

harmitgoswami commented Dec 10, 2024

As part of PR #3442 a new boolean ActionLog.is_implicit_action was created.

This field is used to distinguish between actions that are caused directly (incl. by system users like sync) and actions that are a consequence of a previous action (e.g. auto-rejecting an approved string by submitting a new translation for the same entity).

PR #3442 shipped on December 11, 2024 and all ActionLog entries created since then correctly store the value of the is_implicit_action field. We still need to migrate the old ActionLog data, though. This code from the aforementioned PR attempted to detect implicit actions, and may be helpful when migrating.

@harmitgoswami harmitgoswami added the P2 We want to ship it soon, possibly in the current quarter label Dec 10, 2024
@mathjazz mathjazz added the task label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 We want to ship it soon, possibly in the current quarter task
Projects
None yet
Development

No branches or pull requests

2 participants