-
Notifications
You must be signed in to change notification settings - Fork 107
[minor_change] Added Suppress Previous option to reduce the number of API calls. #636
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
Conversation
samiib
commented
Apr 2, 2024
- If true, a look back GET will not be sent before a POST update to APIC.
- The previous state of the object will not be checked and the POST update will contain all configred properties.
- Additionally, added a fix to reduce GET calls when an object is unchanged.
2e92b96 to
3f6c022
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #636 +/- ##
==========================================
- Coverage 35.70% 35.68% -0.02%
==========================================
Files 265 265
Lines 12133 12141 +8
Branches 1835 1837 +2
==========================================
+ Hits 4332 4333 +1
- Misses 7801 7808 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
Is this PR part of the issue #609? |
Yes, thanks for linking sorry I may have forgotten to link it this time. I still got to do another PR so can't link just yet. |
akinross
left a comment
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
f9462e3 to
9fa2464
Compare
akinross
left a comment
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
…ber of API calls. - If true, a look back GET will not be sent before a POST update to APIC. - The previous state of the object will not be checked and the POST update will contain all configred properties. - Additionally, added a fix to reduce GET calls when an object is unchanged.
… API calls. - Added integration tests for suppress look back and suppress verify with suppress look back. - Fixed some issues with suppress verify when proposed is empty. - Fixed an issue on when using no look back and absent state.
9fa2464 to
90d26df
Compare
gmicol
left a comment
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
akinross
left a comment
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
akinross
left a comment
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
shrsr
left a comment
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
anvitha-jain
left a comment
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
sajagana
left a comment
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!
gmicol
left a comment
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
lhercot
left a comment
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