[SAP] feat: add volume history tracking - #352
Open
hemna wants to merge 1 commit into
Open
Conversation
hemna
force-pushed
the
feature/volume-history-tracking
branch
2 times, most recently
from
July 22, 2026 15:19
8afe9bd to
dcbeb66
Compare
Add volume history tracking to record all changes made to volumes. This includes: - VolumeHistory SQLAlchemy model - Alembic migration for volume_history table - History recording in the DB layer (create, update, destroy) - Config option volume_history_enabled to toggle the feature - Unit tests for volume history tracking - Migration test for volume_history table - SAP documentation Change-Id: Ie1fdfe47fa4e2d7133ac27b6a1cc2022ffe2fcfc
hemna
force-pushed
the
feature/volume-history-tracking
branch
from
July 22, 2026 15:32
dcbeb66 to
8c9cf83
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add volume history tracking to record all changes made to volumes.
Changes
volume_historytable with indexesvolume_history_enabledto toggle the feature on/offTesting