Skip to content

Conversation

@a-nogikh
Copy link
Collaborator

On the bug's page, display the history of job result changes.

On the bug's page, display the history of job result changes.
@a-nogikh a-nogikh requested a review from dvyukov January 26, 2026 18:38
@dvyukov
Copy link
Collaborator

dvyukov commented Jan 26, 2026

I was thinking: do want this to be more generic "user action logging" thing so that we don't need to create table/helpers per each action? For example, we already have "bisection invalidation" button, we have reproducer submission to managers, now we also have AI job creation.
It could be a table with:

  • entity type
  • entity id
  • action
  • user
  • date
  • JSON with additional data

Then a single set of helpers to insert/retrieve actions for particular entity type/id.

@a-nogikh
Copy link
Collaborator Author

I am not sure we're going to have a great time journaling actions in Spanner for Datastore entities.

@dvyukov
Copy link
Collaborator

dvyukov commented Jan 27, 2026

I am not sure we're going to have a great time journaling actions in Spanner for Datastore entities.

Why? Don't we just store a string ID, that's how we would store references in Datastore anyway.

@dvyukov dvyukov added the AI patching Feature requests and bugs related to AI-based kernel bug fix generation. label Jan 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI patching Feature requests and bugs related to AI-based kernel bug fix generation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants