sei: fix exclude_files pattern - #8635
Merged
Merged
Conversation
efd6
force-pushed
the
8634-exclude_files
branch
from
December 4, 2023 02:12
b249845 to
3f4e574
Compare
🚀 Benchmarks reportTo see the full report comment with |
🌐 Coverage report
|
efd6
marked this pull request as ready for review
December 4, 2023 03:54
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
efd6
force-pushed
the
8634-exclude_files
branch
from
December 5, 2023 20:14
3f4e574 to
9329f4f
Compare
andrewkroh
approved these changes
Dec 5, 2023
efd6
force-pushed
the
8634-exclude_files
branch
from
December 6, 2023 04:40
9329f4f to
8c672bd
Compare
efd6
force-pushed
the
8634-exclude_files
branch
from
December 6, 2023 04:43
8c672bd to
47c0ece
Compare
Contributor
Author
|
/test |
1 similar comment
Contributor
Author
|
/test |
efd6
force-pushed
the
8634-exclude_files
branch
from
December 7, 2023 23:45
47c0ece to
2080ff1
Compare
The current pattern matches all file names ending with gz that are at least three
characters long, not the equivalent of the *.gz glob pattern.
[git-generate]
cd packages
for pkg in $(
(
for p in $(rg -lF 'exclude_files: [".gz$"]' | cut -f1 -d'/' | sort | uniq); do
grep "^/packages/$p.*security-external-integrations" ../.github/CODEOWNERS | cut -f3 -d'/' | cut -f1 -d' '
done
) | sort | uniq
); do
(
rg -F 'exclude_files: [".gz$"]' $pkg >/dev/null || continue
cd $pkg
parallel gsed -r -i '"'"s/exclude_files: \\\\[\\\"\\\\.gz\\\\$\\\"\\\\]/exclude_files: ['\\\\\\.gz$']/g"'"' {} ::: $(find . -name '*.yml.hbs')
elastic-package changelog add --next patch --description "Fix exclude_files pattern." --type bugfix --link elastic#8635
)
done
efd6
force-pushed
the
8634-exclude_files
branch
from
December 8, 2023 20:03
2080ff1 to
87724ad
Compare
|
Package atlassian_bitbucket - 1.22.1 containing this change is available at https://epr.elastic.co/search?package=atlassian_bitbucket |
|
Package atlassian_confluence - 1.23.1 containing this change is available at https://epr.elastic.co/search?package=atlassian_confluence |
This file contains hidden or 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
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.
Proposed commit message
The current pattern matches all file names ending with gz that are at least three characters long, not the equivalent of the *.gz glob pattern.
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots