mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[PR #17] [MERGED] Feat/local backups #138
Labels
No labels
bug
confirmed next step
duplicate
enhancement
help wanted
in progress
in progress
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgbackweb#138
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/eduardolat/pgbackweb/pull/17
Author: @eduardolat
Created: 8/4/2024
Status: ✅ Merged
Merged: 8/4/2024
Merged by: @eduardolat
Base:
main← Head:feat/local-backups📝 Commits (10+)
e289162Create backups directory in Dockerfiles2d2f8faRefactor storage to add local storage72ce05bUpdate HTMX initialization and add MutationObserver for dynamic elements421aa9aTeleport all modals to body to allow nesting721fcf4Add HelpButtonModal component for displaying a modal with a help button8ef584aAdd ID generation and help button for InputControl and SelectControl componentsf0340e2Refactor help button implementation in InputControl and SelectControl componentsd66e79bAdd convenience function for creating a B element with a text noded1f282dRefactor help button implementation in InputControl and SelectControl componentsd157f8aRefactor input control to include pattern attribute📊 Changes
37 files changed (+725 additions, -286 deletions)
View changed files
📝
docker/Dockerfile(+4 -2)📝
docker/Dockerfile.cicd(+4 -2)📝
docker/Dockerfile.dev(+4 -2)➕
internal/database/migrations/20240803171113_add_is_local_to_backups_table.sql(+16 -0)📝
internal/integration/integration.go(+6 -6)➕
internal/integration/storage/local.go(+58 -0)📝
internal/integration/storage/s3.go(+9 -15)➕
internal/integration/storage/storage.go(+7 -0)📝
internal/service/backups/create_backup.sql(+2 -2)📝
internal/service/backups/paginate_backups.sql(+2 -2)📝
internal/service/destinations/test_destination.go(+1 -1)➖
internal/service/executions/get_execution_download_link.go(+0 -33)➖
internal/service/executions/get_execution_download_link.sql(+0 -12)➕
internal/service/executions/get_execution_download_link_or_path.go(+47 -0)➕
internal/service/executions/get_execution_download_link_or_path.sql(+24 -0)📝
internal/service/executions/paginate_executions.sql(+8 -7)📝
internal/service/executions/run_execution.go(+45 -26)📝
internal/service/executions/run_execution.sql(+15 -4)📝
internal/service/executions/soft_delete_execution.go(+11 -4)📝
internal/service/executions/soft_delete_execution.sql(+15 -4)...and 17 more files
📄 Description
Local backup destination #1
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.