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(core): natively support .dockerignore #10922

Merged
merged 33 commits into from
Nov 10, 2020
Merged

Commits on Oct 16, 2020

  1. Add IgnorePattern

    blaenk committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    f564be8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f3bf77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    316c8cb View commit details
    Browse the repository at this point in the history
  4. Use IgnoreStrategy

    blaenk committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    937d536 View commit details
    Browse the repository at this point in the history
  5. Update fingerprints

    blaenk committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    b22bfee View commit details
    Browse the repository at this point in the history
  6. Update dependencies

    blaenk committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    4d2ce58 View commit details
    Browse the repository at this point in the history
  7. Remove outdated TODO

    blaenk committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    3ed5f8a View commit details
    Browse the repository at this point in the history
  8. Remove shouldExclude()

    blaenk committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    54c940e View commit details
    Browse the repository at this point in the history
  9. Add ignoreMode failure test

    blaenk committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    4c0b1be View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Configuration menu
    Copy the full SHA
    8b1fe7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a12fd6 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. Configuration menu
    Copy the full SHA
    1abe672 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    ecc1e18 View commit details
    Browse the repository at this point in the history
  2. Update DEMO_IMAGE_ASSET_HASH

    blaenk committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    ab6c78d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95cfb4e View commit details
    Browse the repository at this point in the history
  4. Pass an absolute root path to IgnoreStrategy

    IgnoreStrategy and the .ignores() method will take absolute paths.
    
    The absolute path passed to .ignores() is relativized against the
    absolute root path passed to IgnoreStrategy.
    blaenk committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    fe58be1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f768aa1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b47b404 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cbc506c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f0b88f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c12af8a View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Configuration menu
    Copy the full SHA
    4835046 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a450bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5465a9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be23417 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    fc1ee0b View commit details
    Browse the repository at this point in the history
  2. Update README

    rix0rrr committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    7351cc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    774344a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e15c789 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc15a54 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. More test fixes

    rix0rrr committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    ff60a12 View commit details
    Browse the repository at this point in the history
  2. Fix test yest again

    rix0rrr committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    0a1a7ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    860d048 View commit details
    Browse the repository at this point in the history