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

Remove gogoproto.populate usage #4628

Merged
merged 6 commits into from
Sep 15, 2021
Merged

Conversation

KrishnaIyer
Copy link
Member

Summary

Remove gogoproto.populate usage. Closes #342

Changes

  • Remove gogoproto.populate option on all messages.
  • Remove handwritten NewPopulatedXXX from pkg/ttnpb.
  • Fix pkg/ttnpb/identifiers_test.go

Testing

UT

Regressions

NA

Checklist

  • Scope: The referenced issue is addressed, there are no unrelated changes.
  • Compatibility: The changes are backwards compatible with existing API, storage, configuration and CLI, according to the compatibility commitments in README.md for the chosen target branch.
  • Documentation: Relevant documentation is added or updated.
  • Changelog: Significant features, behavior changes, deprecations and fixes are added to CHANGELOG.md.
  • Commits: Commit messages follow guidelines in CONTRIBUTING.md, there are no fixup commits left.

@KrishnaIyer KrishnaIyer added this to the 2021 Q3 milestone Sep 15, 2021
@KrishnaIyer KrishnaIyer self-assigned this Sep 15, 2021
@github-actions github-actions bot added the compat/api This could affect API compatibility label Sep 15, 2021
@KrishnaIyer KrishnaIyer merged commit 9140f85 into v3.15 Sep 15, 2021
@KrishnaIyer KrishnaIyer deleted the feature/remove-gogo-populators branch September 15, 2021 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compat/api This could affect API compatibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove generated message populators from pkg/ttnpb
2 participants