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

fix(internal/gapicgen): don't regen files that have been deleted #3471

Merged
merged 4 commits into from Jan 5, 2021
Merged

fix(internal/gapicgen): don't regen files that have been deleted #3471

merged 4 commits into from Jan 5, 2021

Commits on Dec 16, 2020

  1. fix(internal/gapicgen): don't regen files that have been deleted

     Currently this method will find all the files that haven been
     updated since the last hash. This is then used to find out
     which packages will need to be regenered. We should not try to
     regenerate files that have been deleted, this causes a file does
     not exist error when running the generator.
    
     The provided flag restricts to files that:
       - (A) Added
       - (C) Copied
       - (M) Modified
       - (R) Renamed
    codyoss committed Dec 16, 2020
    Copy the full SHA
    e7626e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Copy the full SHA
    a5a1af1 View commit details
    Browse the repository at this point in the history
  2. add docs

    codyoss committed Jan 5, 2021
    Copy the full SHA
    6518298 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    42f29f3 View commit details
    Browse the repository at this point in the history