-
Notifications
You must be signed in to change notification settings - Fork 6
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
[FEATURE] AbstractAdapter: Add excludes option #140
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RandomByte
force-pushed
the
static-excludes
branch
from
May 21, 2019 14:18
3cb36d0
to
f28145f
Compare
Unpin dir-glob
- globby: 'nodir' option renamed to 'onlyFiles' - globby: Now transforms empty GLOB strings into globstar (matching everything instead of nothing) - mitigated by not globbing with empty strings anymore - globby/micromatch: Including excluded paths is now possible - before this was inconsistent - FileSystem._runGlob now throws errors for glob errors (instead of catching and logging them)
RandomByte
force-pushed
the
static-excludes
branch
from
May 23, 2019 12:44
8c97b14
to
be884d6
Compare
This caused loops in cyclic npm dependencies. The 'follow' option of node-glob also defaults to false.
RandomByte
force-pushed
the
static-excludes
branch
from
May 24, 2019 09:04
3d552e2
to
c81e2c5
Compare
The useNamespace flag was not sufficient in cases where the namespace should only be added for projects that do not already represent it in their directory structure. With SAP/ui5-builder#255 libraries will have a namespace property even though their directory structure already represents the namespace.
RandomByte
added a commit
to SAP/ui5-server
that referenced
this pull request
May 27, 2019
RandomByte
added a commit
to SAP/ui5-server
that referenced
this pull request
May 27, 2019
…or GLOB errors See SAP/ui5-fs#140 The tmp directory might not be present during the execution of this test. However, its usage didn't really add any value to the test anyways.
RandomByte
added a commit
to SAP/ui5-server
that referenced
this pull request
May 28, 2019
…ow throws for GLOB errors See SAP/ui5-fs#140 The tmp directory might not be present during the execution of this test. However, its usage didn't really add any value to the test anyways.
RandomByte
added a commit
to SAP/ui5-server
that referenced
this pull request
May 28, 2019
…ow throws for GLOB errors See SAP/ui5-fs#140 The tmp directory might not be present during the execution of this test. However, its usage didn't really add any value to the test anyways.
RandomByte
force-pushed
the
static-excludes
branch
from
May 28, 2019 16:23
8cfdc23
to
2447359
Compare
matz3
requested changes
May 29, 2019
- Rename isExcludedPath to isPathExcluded - Also resolve with null instead of undefined if a resource has been excluded - Rename GLOB to glob as already decided earlier
RandomByte
force-pushed
the
static-excludes
branch
from
May 29, 2019 13:31
98db583
to
5dce36b
Compare
matz3
approved these changes
May 29, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.