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

[FEAT] Add volume backup functionality #460

Merged
merged 3 commits into from
Nov 12, 2024

Conversation

SquirrelDeveloper
Copy link
Collaborator

Introduced volume backup feature in DockerVolumes, including a new API endpoint for initiating backups and downloading backed-up volumes. Updated ContainerVolume model to include a UUID field for unique identification. Enhanced automation components to support Docker volume backup actions. Added UI modal for initiating volume backups from the front end.

Introduced volume backup feature in DockerVolumes, including a new API endpoint for initiating backups and downloading backed-up volumes. Updated ContainerVolume model to include a UUID field for unique identification. Enhanced automation components to support Docker volume backup actions. Added UI modal for initiating volume backups from the front end.
@SquirrelDeveloper SquirrelDeveloper added the enhancement New feature or request label Nov 12, 2024
@SquirrelDeveloper SquirrelDeveloper linked an issue Nov 12, 2024 that may be closed by this pull request
SquirrelDevelopper added 2 commits November 12, 2024 17:32
Eliminated the import of `BackupVolumeResponse` from 'ssm-shared-lib/distribution/types/api' as it was not utilized. This cleanup helps in reducing unnecessary code and improves maintainability.
Mock the UserRepo module to return a predefined apiKey for testing purposes. This ensures consistency and control over the test environment by avoiding external data dependencies.
@SquirrelDeveloper SquirrelDeveloper merged commit e15b638 into master Nov 12, 2024
9 checks passed
@SquirrelDeveloper SquirrelDeveloper deleted the 332-feat-export-volumes branch November 12, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] Export Volumes 🔥
1 participant