-
Notifications
You must be signed in to change notification settings - Fork 16
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
Feature/optimize search #120
Feature/optimize search #120
Conversation
e3c7dd3
to
7551755
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #120 +/- ##
==========================================
+ Coverage 61.65% 64.87% +3.22%
==========================================
Files 60 60
Lines 3943 4151 +208
Branches 621 636 +15
==========================================
+ Hits 2431 2693 +262
+ Misses 1349 1296 -53
+ Partials 163 162 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@mikemorency I'd really like to have a closer look at this and how it works in Please beare with me some more days 🙏 |
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.
I'm still trying to wrap my head around those changes. It's a little bit complicated, since I've lost track about a lot of the changes in this collection.
Anyway, while looking into the question how I can re-create your changes in community.vmware in order to test them I ran into another question. I think discussing this would be a little bit off-topic here, so I've created #133 to discuss this.
@mariolenz FYI Id like to merge this in the next few days |
I'd like to test this approach in I still want to do this. But if you want to merge and I didn't find the time to test until then, don't wait for me! As far as I can see, the code LGTM. I just thought it might be helpful to see how this works in If in doubt, just merge and don't wait. When I find the time to tests this in the other collection, I'll let you know the result. No matter if this PR has been merged by then or not. |
4c3aabf
to
4a1e893
Compare
SUMMARY
Implements a much faster search, using the propertyCollector class from pyvmomi. This was originally brought up in the discussion here: eddiehavila/community.vmware#1 (reply in thread)
ISSUE TYPE
COMPONENT NAME
pyvmomi base class and client