netboxlabs / diode

Diode data ingestion for NetBox, from NetBox Labs
https://netboxlabs.com
Other
37 stars 1 forks source link

fix: OBS-419 - netbox-diode-plugin: atomic transaction #55

Closed mfiedorowicz closed 8 months ago

mfiedorowicz commented 8 months ago

Payloads used for testing:

linear[bot] commented 8 months ago
OBS-419 Fix atomic transactions in the apply-change-set endpoint

As we're depending on the order of changes to commit provided in the change set, we need to run serializers validation after we `save()` each changes within the atomic transaction.