-
Notifications
You must be signed in to change notification settings - Fork 78
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
allowed paths #2479
Closed
Closed
allowed paths #2479
Changes from 45 commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
035c954
black
dorschw 12dff34
ignorable
dorschw 5bb9733
fix type
dorschw 4d497f0
add more checks
dorschw 4ccb26f
merge
dorschw ce9e919
precommit
dorschw eaf52dc
precommit
dorschw ae9dbbd
Merge branch 'master' of https://github.com/demisto/demisto-sdk into …
dorschw a8c106d
move log
dorschw 1143397
fix ut
dorschw 286802e
remove todo
dorschw 0d17e27
Merge branch 'master' of https://github.com/demisto/demisto-sdk into …
dorschw c71e831
fix ut
dorschw b886971
fix ut
dorschw 9ee19ee
Merge branch 'master' of https://github.com/demisto/demisto-sdk into …
dorschw dd094cc
fix logic
dorschw eadc994
changelog
dorschw 7e8e708
fix, add ut
dorschw 4a37185
fix logic
dorschw 805b10c
fix uts
dorschw a65423d
fix more uts
dorschw a11732d
one more fix
dorschw 1879e82
one more fix
dorschw 20fcc48
more UTs
dorschw 5b3b7e6
one more fix
dorschw 2dc4f36
fix UTs
dorschw 4d706dc
Merge branch 'master' of github.com:demisto/demisto-sdk into ds-allow…
dorschw 2a3e4d1
pre-commit
dorschw 9bbeafe
fix ut
dorschw a72d308
Merge branch 'master' of github.com:demisto/demisto-sdk into ds-allow…
dorschw 42ba28f
CR comments
dorschw 47481fe
Merge branches 'ds-allowed-paths' and 'master' of github.com:demisto/…
dorschw c0dd8fe
add space
dorschw bf25772
remove unused value
dorschw 5ed8914
Merge branch 'master' of github.com:demisto/demisto-sdk into ds-allow…
dorschw 831f5e0
allow files under layout rules
dorschw 3f3359b
Merge branch 'master' of github.com:demisto/demisto-sdk into ds-allow…
dorschw e279c60
fix ut
dorschw b6f3585
Merge branch 'master' of github.com:demisto/demisto-sdk into ds-allow…
dorschw 37ebd16
undelete BA124
dorschw fbd498a
Merge branch 'master' of github.com:demisto/demisto-sdk into ds-allow…
dorschw 8e45c5c
improve logging, ignore deprecatedcontent pack
dorschw ac868d5
comments
dorschw 3700313
tiny refactor
dorschw 9f1efa1
Update demisto_sdk/commands/validate/tests/validators_test.py
dorschw c6009f6
Merge branch 'master' of github.com:demisto/demisto-sdk into ds-allow…
dorschw 236083c
Merge branch 'master' into ds-allowed-paths
dorschw 972bd5c
split check
dorschw bfacc93
Merge branch 'master' of github.com:demisto/demisto-sdk into ds-allow…
dorschw 7611181
Merge branch 'master' of github.com:demisto/demisto-sdk into ds-allow…
dorschw fddb6a4
fixed order
dorschw dd0a301
fix some uts, use Dan's suggestion
dorschw 840da76
Merge branch 'master' into ds-allowed-paths
dorschw 1f2715a
Merge branch 'master' of github.com:demisto/demisto-sdk into ds-allow…
dorschw 9a59a2f
fix UT
dorschw 70003e8
Merge branch 'master' of github.com:demisto/demisto-sdk into ds-allow…
dorschw 7ba183a
cl
dorschw 122814c
fix duplicate variable
dorschw f86863a
fix duplicate variable, again
dorschw 23ca7d7
undo unintended changes
dorschw 087725c
pre-commit-config
dorschw b303e43
Merge branch 'master' of github.com:demisto/demisto-sdk into ds-allow…
dorschw acc9e6c
exempt unified files
dorschw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
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.
when we add new items we will need to add them to this list, which is hard to remember.
we have
demisto_sdk.commands.content_graph.common.ContentType.folders()
which doesn't need maintenance - consider using it.