-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Filesystem refactor #31001
Merged
fearful-symmetry
merged 38 commits into
elastic:main
from
fearful-symmetry:filesystem-refactor
May 23, 2022
Merged
Filesystem refactor #31001
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
eb68207
first pass at filesystem refactoring
fearful-symmetry 9451489
cleanup code
fearful-symmetry ab92ff4
final cleanup
fearful-symmetry fbf111a
cleanup, docs
fearful-symmetry bbeb709
license headers
fearful-symmetry 8a63bd6
make linter happy
fearful-symmetry a8beb8d
try to hack around linter platform issues
fearful-symmetry bf3d88c
fix function sig
fearful-symmetry c300931
minor fixes, formatting
fearful-symmetry 2e6cd47
try to make linter happy
fearful-symmetry a64be0f
Merge remote-tracking branch 'upstream/main' into filesystem-refactor
fearful-symmetry 412bc71
more linter fixes
fearful-symmetry 0a6dc6a
hopefully the last linter cleanup
fearful-symmetry ba99b6c
Merge remote-tracking branch 'upstream/main' into filesystem-refactor
fearful-symmetry d6f9ace
try to fix unit tests
fearful-symmetry 845a55b
Merge remote-tracking branch 'upstream/main' into filesystem-refactor
fearful-symmetry 1e1bd52
fix tests
fearful-symmetry 4cd70ed
Merge remote-tracking branch 'upstream/main' into filesystem-refactor
fearful-symmetry d90e625
refactor after merges from elastic-agent libs
fearful-symmetry c3bf045
make linter happy
fearful-symmetry f585e75
Merge remote-tracking branch 'upstream/main' into filesystem-refactor
fearful-symmetry 0e9c03c
try to update deps
fearful-symmetry 654ee8f
Merge remote-tracking branch 'upstream/main' into filesystem-refactor
fearful-symmetry 93bfd1a
okay, try that
fearful-symmetry 119446e
Merge remote-tracking branch 'upstream/main' into filesystem-refactor
fearful-symmetry f3d9a01
Merge remote-tracking branch 'upstream/main' into filesystem-refactor
fearful-symmetry 68c1a51
Merge remote-tracking branch 'upstream/main' into filesystem-refactor
fearful-symmetry 7dced05
Merge remote-tracking branch 'upstream/main' into filesystem-refactor
fearful-symmetry 4c947ea
Merge remote-tracking branch 'upstream/main' into filesystem-refactor
fearful-symmetry 1577fbb
Merge remote-tracking branch 'upstream/main' into filesystem-refactor
fearful-symmetry e7c00be
fix merge
fearful-symmetry d84f297
Merge remote-tracking branch 'upstream/main' into filesystem-refactor
fearful-symmetry db9b5fa
Merge remote-tracking branch 'upstream/main' into filesystem-refactor
fearful-symmetry b6c37b5
add changelog, revert opt changes
fearful-symmetry bcc33fd
Merge remote-tracking branch 'upstream/main' into filesystem-refactor
fearful-symmetry 0b2e039
Merge remote-tracking branch 'upstream/main' into filesystem-refactor
fearful-symmetry 6891ca9
fix broken merge
fearful-symmetry 4b7bac2
mage update
fearful-symmetry 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.
Should this option be mentioned in the CHANGELOG?