-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Teach Updater to Invoke fetch files Based on Multi-Dir #8309
Teach Updater to Invoke fetch files Based on Multi-Dir #8309
Conversation
The updater test I added in python, since all the tests are in updater are in bundler so changing my test to Bundler for consistency. |
fb72518
to
916886f
Compare
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
00bd155
to
619d6e3
Compare
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.
Looks good to me!
…ting called twice
…able as a hash of fetchers per directory
619d6e3
to
4d2238f
Compare
Two of the smoke tests (go-security, and go-update-pr) are now getting |
Looking into the This appears to be because The new code must have reordered some things so that the I'm good with proceeding with this and fixing the tests as it seems more correct now! |
Context
This pull request introduces enhancements to the FileFetcherCommand class, ensuring file fetching when dealing with repositories containing multiple directories.
Key Changes
Multi-Directory Support: The code now supports fetching files from multiple directories in a repository within same ecosystem