Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Shopify/bootsnap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.3
Choose a base ref
...
head repository: Shopify/bootsnap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.6
Choose a head ref
  • 18 commits
  • 14 files changed
  • 5 contributors

Commits on Apr 14, 2021

  1. Ignore errors while attempting to perist the cache.

    They are likely to be permission issues or rare race
    conditions caused by multiple processes using the same
    cache.
    
    In such instance it's better to simply gracefully degrade
    to not peristing the cache.
    byroot committed Apr 14, 2021
    Copy the full SHA
    d878622 View commit details

Commits on Apr 16, 2021

  1. Copy the full SHA
    503e9d5 View commit details

Commits on Apr 21, 2021

  1. Release 1.7.4

    byroot committed Apr 21, 2021
    Copy the full SHA
    3e94307 View commit details

Commits on Apr 26, 2021

  1. Copy the full SHA
    fa80667 View commit details
  2. Update rake-compiler

    byroot committed Apr 26, 2021
    Copy the full SHA
    c834dff View commit details
  3. Copy the full SHA
    a7b3628 View commit details
  4. Copy the full SHA
    4d1a410 View commit details

Commits on Apr 27, 2021

  1. Copy the full SHA
    4ccccfc View commit details
  2. Merge pull request #358 from metaskills/ReadOnlyFilesystem

    Ignore Read-Only Filesystems
    casperisfine authored Apr 27, 2021
    Copy the full SHA
    2d40bd3 View commit details

Commits on May 4, 2021

  1. Copy the full SHA
    11fa130 View commit details
  2. Release 1.7.5

    byroot committed May 4, 2021
    Copy the full SHA
    22b81ae View commit details

Commits on May 5, 2021

  1. Copy the full SHA
    f509421 View commit details
  2. Merge pull request #361 from psparrow/master

    Add prepend and append to ChangeObserver
    casperisfine authored May 5, 2021
    Copy the full SHA
    ba68d31 View commit details

Commits on Jul 26, 2021

  1. Set encoding for write pipe

    This fixes the `Encoding::UndefinedConversionError` error for Rails
    applications. Rails sets the default encoding to UTF8:
    https://github.com/rails/rails/blob/main/railties/lib/rails.rb#L22-L23
    
    We want to set it to Binary but the IO.pipe method only sets it for the
    reader, not the writer.
    ngan committed Jul 26, 2021
    Copy the full SHA
    d705a40 View commit details
  2. Update changelog

    ngan committed Jul 26, 2021
    Copy the full SHA
    c6ecffc View commit details
  3. Merge pull request #364 from ngan/fix-encoding-for-rails-apps

    Set encoding for write pipe
    casperisfine authored Jul 26, 2021
    Copy the full SHA
    6c89cf9 View commit details
  4. Copy the full SHA
    0dbb866 View commit details
  5. Release 1.7.6

    byroot committed Jul 26, 2021
    Copy the full SHA
    4d02f87 View commit details
Loading