Expose GitHub actor claims on activity log entries - #528
Open
thokra-nav wants to merge 3 commits into
Open
thokra-nav wants to merge 3 commits into
thokra-nav wants to merge 3 commits into
Conversation
Move the GraphQL field to the ActivityLogEntry interface and deprecate the nested data fields. Store claims in a dedicated column, with a post-release backfill for legacy entries.
thokra-nav
requested
a balanced review from Copilot
and removed request for
a team
September 25, 2026 10:42
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
Persistence, schema bindings, backward compatibility, and tests are internally consistent.
Review effort: Balanced
Findings: None
Resolved since last review (1)
Files not reviewed (20)
- internal/activitylog/activitylogsql/activitylog.sql.go: Generated file
- internal/activitylog/activitylogsql/models.go: Generated file
- internal/graph/gengql/applications.generated.go: Generated file
- internal/graph/gengql/apply.generated.go: Generated file
- internal/graph/gengql/cluster.generated.go: Generated file
- internal/graph/gengql/config.generated.go: Generated file
- internal/graph/gengql/deployment.generated.go: Generated file
- internal/graph/gengql/jobs.generated.go: Generated file
- internal/graph/gengql/kafka.generated.go: Generated file
- internal/graph/gengql/opensearch.generated.go: Generated file
- internal/graph/gengql/postgres.generated.go: Generated file
- internal/graph/gengql/reconcilers.generated.go: Generated file
- internal/graph/gengql/repository.generated.go: Generated file
- internal/graph/gengql/secret.generated.go: Generated file
- internal/graph/gengql/serviceaccount_workload_bindings.generated.go: Generated file
- internal/graph/gengql/serviceaccounts.generated.go: Generated file
- internal/graph/gengql/servicemaintenance.generated.go: Generated file
- internal/graph/gengql/teams.generated.go: Generated file
- internal/graph/gengql/tunnel.generated.go: Generated file
- internal/graph/gengql/unleash.generated.go: Generated file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Move the GraphQL field to the ActivityLogEntry interface and deprecate the nested data fields. Store claims in a dedicated column, with a post-release backfill for legacy entries.