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

Prefactor package hashing #4816

Merged
merged 14 commits into from May 4, 2023

Commits on May 4, 2023

  1. Split out getPackageFileHashesFromGitIndex.

    Nathan Hammond authored and Nathan Hammond committed May 4, 2023
    Configuration menu
    Copy the full SHA
    d835690 View commit details
    Browse the repository at this point in the history
  2. Split out getPackageFileHashesFromInputs.

    Nathan Hammond authored and Nathan Hammond committed May 4, 2023
    Configuration menu
    Copy the full SHA
    c760457 View commit details
    Browse the repository at this point in the history
  3. Split out GetPackageFileHashesFromProcessingGitIgnore.

    Nathan Hammond authored and Nathan Hammond committed May 4, 2023
    Configuration menu
    Copy the full SHA
    4720f40 View commit details
    Browse the repository at this point in the history
  4. Move test.

    Nathan Hammond authored and Nathan Hammond committed May 4, 2023
    Configuration menu
    Copy the full SHA
    4b1fd4f View commit details
    Browse the repository at this point in the history
  5. Move the fallback behavior inline.

    Nathan Hammond authored and Nathan Hammond committed May 4, 2023
    Configuration menu
    Copy the full SHA
    be50d8e View commit details
    Browse the repository at this point in the history
  6. Make linter happy.

    Nathan Hammond authored and Nathan Hammond committed May 4, 2023
    Configuration menu
    Copy the full SHA
    2b7e154 View commit details
    Browse the repository at this point in the history
  7. Remove unused function.

    Nathan Hammond authored and Nathan Hammond committed May 4, 2023
    Configuration menu
    Copy the full SHA
    7bb65aa View commit details
    Browse the repository at this point in the history
  8. BUGFIX: use turbopath, correct path error.

    Nathan Hammond authored and Nathan Hammond committed May 4, 2023
    Configuration menu
    Copy the full SHA
    57cd58e View commit details
    Browse the repository at this point in the history
  9. Force hashes through a helper function that handles fallback.

    Nathan Hammond authored and Nathan Hammond committed May 4, 2023
    Configuration menu
    Copy the full SHA
    8258d86 View commit details
    Browse the repository at this point in the history
  10. Stop directly calling gitHashObject

    Nathan Hammond authored and Nathan Hammond committed May 4, 2023
    Configuration menu
    Copy the full SHA
    a55c004 View commit details
    Browse the repository at this point in the history
  11. Force getting hashes for files through a single code path.

    Nathan Hammond authored and Nathan Hammond committed May 4, 2023
    Configuration menu
    Copy the full SHA
    a5f3b1b View commit details
    Browse the repository at this point in the history
  12. BUGFIX: manual fallback now propagates error.

    Nathan Hammond authored and Nathan Hammond committed May 4, 2023
    Configuration menu
    Copy the full SHA
    5f3bcbe View commit details
    Browse the repository at this point in the history
  13. Remove packageFileSpec. Key needs to be shareable.

    Nathan Hammond authored and Nathan Hammond committed May 4, 2023
    Configuration menu
    Copy the full SHA
    269e49b View commit details
    Browse the repository at this point in the history
  14. Make linter happy.

    Nathan Hammond authored and Nathan Hammond committed May 4, 2023
    Configuration menu
    Copy the full SHA
    2df5983 View commit details
    Browse the repository at this point in the history