-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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 es_archiver rebuild_all action to support nested directories #27592
Fix es_archiver rebuild_all action to support nested directories #27592
Conversation
Pinging @elastic/kibana-platform |
💔 Build Failed |
CI should go green after #27608 is merged and master is pulled in |
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.
LGTM, if you wanted I think you could merge these two functions into one and have it be a little smaller, but no need to worry about it. This function is very rarely used 👍
@spalger just applied both changes, looks much better now 👍 |
💚 Build Succeeded |
…stic#27592) * Fix es_archiver rebuild_all action to support nested directories * Merge two functions into one
) (#27676) * Fix es_archiver rebuild_all action to support nested directories * Merge two functions into one
Summary
Running the following script currently fails
node scripts/es_archiver rebuild-all
. It fails ontest/functional/fixtures/es_archiver/dashboard
having sub folders.This PR changes the rebuild_all function to support nested directories.
Checklist
- [ ] This was checked for cross-browser compatibility, including a check against IE11- [ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support- [ ] Documentation was added for features that require explanation or tutorials- [ ] Unit or functional tests were updated or added to match the most common scenarios- [ ] This was checked for keyboard-only and screenreader accessibilityFor maintainers