mirror of
https://github.com/taylanbakircioglu/haproxy-openmanager.git
synced 2026-09-18 08:35:28 +00:00
b8326cc4d4
Changed ENTITY_SNAPSHOT_ENABLED default from false to true. Reasoning: - Code is tested and deployed to production - Backward compatibility verified - No need for gradual rollout with feature flag - Entity rollback should work by default - Users expect reject to rollback entities (not just status change) Feature flag still exists for emergency disable if needed: - Set ENTITY_SNAPSHOT_ENABLED=false to disable - Useful for troubleshooting or rollback scenarios Default behavior (ENTITY_SNAPSHOT_ENABLED=true): - Entity update creates snapshot in metadata - Reject operation rolls back entities to old values - Bulk import reject deletes new entities, restores updated ones - Restore reject returns to pre-restore state