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

Add old_name field to AuditEntry #2843

Merged
merged 3 commits into from Jul 27, 2023
Merged

Add old_name field to AuditEntry #2843

merged 3 commits into from Jul 27, 2023

Conversation

lmartinking
Copy link
Contributor

@lmartinking lmartinking commented Jul 26, 2023

This field is used when a repository is renamed.

Fixes: #2844.

@google-cla
Copy link

google-cla bot commented Jul 26, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@gmlewis gmlewis changed the title Update orgs_audit_log.go - Add old_name field Add old_name field to AuditEntry Jul 26, 2023
@gmlewis
Copy link
Collaborator

gmlewis commented Jul 26, 2023

Please run go generate ./... in the top of this repo and push (not force-push) the changes to this PR.
See CONTRIBUTING.md for details.

@lmartinking
Copy link
Contributor Author

@gmlewis I've run the codegen, as well as rebased against main

@codecov
Copy link

codecov bot commented Jul 27, 2023

Codecov Report

Merging #2843 (b185d31) into master (7e3bb17) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #2843   +/-   ##
=======================================
  Coverage   98.06%   98.06%           
=======================================
  Files         138      138           
  Lines       12318    12318           
=======================================
  Hits        12080    12080           
  Misses        162      162           
  Partials       76       76           
Files Changed Coverage Δ
github/orgs_audit_log.go 100.00% <ø> (ø)

Copy link
Collaborator

@gmlewis gmlewis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @lmartinking !
LGTM.
Merging.

@gmlewis gmlewis merged commit c8c34d0 into google:master Jul 27, 2023
9 checks passed
gmlewis pushed a commit that referenced this pull request Jul 28, 2023
gmlewis pushed a commit that referenced this pull request Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing old_name field in AuditEntry struct
2 participants