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

Ensure our pre-flight HEAD request is always by-tag if we're pushing a tag #58

Merged
merged 2 commits into from
Jun 26, 2024

Commits on Jun 26, 2024

  1. Ensure our pre-flight HEAD request is always by-tag if we're pushing …

    …a tag
    
    This is a latent bug the system has had for large manifests that we now have for all manifests instead! 😄
    
    (This also would artificially inflate our speedups since all the pre-flight HEAD requests would be by-digest which are infinitely cacheable and thus very, very fast.)
    tianon committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e0a32c0 View commit details
    Browse the repository at this point in the history
  2. Revert "Attempt to speed up deploy"

    This reverts commit c70a534.
    
    (After fixing the implementation bug, this made things worse, not better 😭)
    tianon committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4473698 View commit details
    Browse the repository at this point in the history