-
Notifications
You must be signed in to change notification settings - Fork 58
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
Refactor repository reading for recursive directory searching #1239
Conversation
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Codecov Report
@@ Coverage Diff @@
## main #1239 +/- ##
==========================================
+ Coverage 44.06% 44.08% +0.01%
==========================================
Files 329 329
Lines 19672 19682 +10
Branches 4685 4687 +2
==========================================
+ Hits 8669 8677 +8
- Misses 10958 10960 +2
Partials 45 45
Flags with carried forward coverage won't be shown. Click here to find out more. |
Does this need backport to 2.x? |
Yes, but I think we're planning on changing the branching strategy to avoid needing as many backports for our next releases. I'll hold off on backporting until after that discussion has developed further. |
(cherry picked from commit d7efbd4) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
This PR does some refactoring of the repository class to better handle recursive directories and make its role more flexible. There are still some updates needed to add searching a local recursive repository (mostly regarding locating specific integrations), but that will be enabled when catalog metadata is added.
Issues Resolved
Resolves #1236
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.