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(assets): support exceptions to exclude patterns #4473

Merged
merged 44 commits into from
Oct 30, 2019
Merged

Commits on Oct 11, 2019

  1. chore: better test

    Jimmy Gaussen committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    3af6b91 View commit details
    Browse the repository at this point in the history
  2. fix: folder exclusion

    * additional test cases
    * refactor existing tests
    Jimmy Gaussen committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    e0738c3 View commit details
    Browse the repository at this point in the history
  3. chore: add new test files

    Jimmy Gaussen committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    dce18c6 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master' into 4450

    Jimmy Gaussen committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    00c3852 View commit details
    Browse the repository at this point in the history
  5. fix: listFilesRecursively refactor (wip)

    Jimmy Gaussen committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    5faf3ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4cff4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89c792f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Merge remote-tracking branch 'upstream/master' into 4450

    Jimmy Gaussen committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    9cc89c8 View commit details
    Browse the repository at this point in the history
  2. fix: implement mkdirpSync

    Jimmy Gaussen committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    13602a5 View commit details
    Browse the repository at this point in the history
  3. fix: symlink discovery

    Jimmy Gaussen committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    65a3f96 View commit details
    Browse the repository at this point in the history
  4. fix: don't follow symlinks early

    Jimmy Gaussen committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    6afead3 View commit details
    Browse the repository at this point in the history
  5. fix: create empty directories

    Jimmy Gaussen committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    3b745bd View commit details
    Browse the repository at this point in the history
  6. chore: remove useless let

    Jimmy Gaussen committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    1462566 View commit details
    Browse the repository at this point in the history
  7. fix: symlink fingerprinting

    Jimmy Gaussen committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    5abcf66 View commit details
    Browse the repository at this point in the history
  8. fix: don't throw when fingerprinting directories

    Jimmy Gaussen committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    12d896e View commit details
    Browse the repository at this point in the history
  9. chore: remove unneeded 'exclude' cloning

    Jimmy Gaussen committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    2172793 View commit details
    Browse the repository at this point in the history
  10. chore: refactor mkdirp calls

    Jimmy Gaussen committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    47bc251 View commit details
    Browse the repository at this point in the history
  11. chore: refactor AssetFile

    Jimmy Gaussen committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    e5bf485 View commit details
    Browse the repository at this point in the history
  12. chore: refactor recursion

    Jimmy Gaussen committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    4966740 View commit details
    Browse the repository at this point in the history
  13. chore: prevent unneeded stats call

    Jimmy Gaussen committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    6059be0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. chore: createFsStructureFromTree, remove empty files

    Jimmy Gaussen committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    4a1d7b6 View commit details
    Browse the repository at this point in the history
  2. chore: cleanup

    Jimmy Gaussen committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    7f40962 View commit details
    Browse the repository at this point in the history
  3. fix: empty-directory test

    Jimmy Gaussen committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    baa4315 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. feat: shouldExcludeDeep

    Jimmy Gaussen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    273d3f5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into 4450

    Jimmy Gaussen committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    db504be View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Merge remote-tracking branch 'upstream/master' into 4450

    Jimmy Gaussen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    a26d7f2 View commit details
    Browse the repository at this point in the history
  2. chore: fromTree in @/assert, cleanup fn, test

    Jimmy Gaussen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    10e62b5 View commit details
    Browse the repository at this point in the history
  3. feat: shouldExcludeDirectory

    Jimmy Gaussen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    c426803 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c528db View commit details
    Browse the repository at this point in the history
  5. feat: add symlink support to fromTree

    Jimmy Gaussen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    c07eb60 View commit details
    Browse the repository at this point in the history
  6. fix: fromTree external directory symlink

    Jimmy Gaussen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    5de1e6d View commit details
    Browse the repository at this point in the history
  7. fix: listFiles symlink support

    Jimmy Gaussen committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    1e9476d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Merge remote-tracking branch 'upstream/master' into 4450

    Jimmy Gaussen committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    455f912 View commit details
    Browse the repository at this point in the history
  2. chore: additional contridactory test

    Jimmy Gaussen committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    b49f64f View commit details
    Browse the repository at this point in the history
  3. chore: fix docs

    Jimmy Gaussen committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    44f7757 View commit details
    Browse the repository at this point in the history
  4. chore: ExcludeRules class refactor

    Jimmy Gaussen committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    ab92e3f View commit details
    Browse the repository at this point in the history
  5. chore: evaluateFile refactor

    Jimmy Gaussen committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    af2098b View commit details
    Browse the repository at this point in the history
  6. chore: further evaluateFile refactor

    Jimmy Gaussen committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    9cf39b0 View commit details
    Browse the repository at this point in the history
  7. chore: evaluateDirectory refactor

    Jimmy Gaussen committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    02a8d0e View commit details
    Browse the repository at this point in the history
  8. chore: move FsUtils to assets

    Jimmy Gaussen committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    23331a3 View commit details
    Browse the repository at this point in the history
  9. chore: move FsUtils to assets (unstaged files)

    Jimmy Gaussen committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    fc95caa View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'upstream/master' into 4450

    Jimmy Gaussen committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    e2cee6b View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Configuration menu
    Copy the full SHA
    75f7c3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2d9f43 View commit details
    Browse the repository at this point in the history