Skip to content
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

Release v5.9.5 fix bug where PATCH operations silently fail #42

Merged
merged 10 commits into from
May 3, 2022

Conversation

qrkourier
Copy link
Member

PATCH operations would silently fail because the method compares current / desired state to determine which properties require patching. If the current state has a property like attributes: [] then the faulty logic would "prune" the key which value evaluates to False and therefore never patch property attributes with the desired value.

Another bug caused the first server-side page of network-groups to be fetched twice because of a faulty workaround for the API bug where network-groups server-side pages are 1-based instead of 0-based.

@qrkourier qrkourier self-assigned this May 2, 2022
@dariuszSki dariuszSki self-requested a review May 3, 2022 00:18
@dariuszSki dariuszSki self-requested a review May 3, 2022 00:19
@qrkourier qrkourier merged commit 9b14462 into main May 3, 2022
@qrkourier qrkourier deleted the release-v5.9.5 branch May 3, 2022 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants