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

feat(internal/gapicgen): support adding context to regen #3174

Merged
merged 6 commits into from Dec 3, 2020
Merged

feat(internal/gapicgen): support adding context to regen #3174

merged 6 commits into from Dec 3, 2020

Commits on Nov 9, 2020

  1. feat(internal/gapicgen): support adding context to regen

    Now all regen PRs will include a block that mentions all of the
    changes that happened in googleapis/googleapis that caused the
    files to be generated. This information will eventually be fed
    into our automated releases via release-please. There these changes
    will be parsed out to add extra context to our release PRs and
    changelogs. No longer will we have to have a vague message about
    many auto-generated changes.
    
    - Adds context to regen PRs.
    - Refactored generators so every method does not need so many
      parameters.
    - Updated goolge/protobuf to its new migrated repo
      protocolbuffers/protobuf.
    - Added some extra logging to the build.
    - Only run protoc on dirs that have changes.
    codyoss committed Nov 9, 2020
    Copy the full SHA
    2003267 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    536e0b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. code review comments

    codyoss committed Nov 10, 2020
    Copy the full SHA
    5615d6a View commit details
    Browse the repository at this point in the history
  2. codereview comments

    codyoss committed Nov 10, 2020
    Copy the full SHA
    8666770 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a20d184 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Copy the full SHA
    8e38670 View commit details
    Browse the repository at this point in the history