-
Notifications
You must be signed in to change notification settings - Fork 31
Comparing changes
Open a pull request
base repository: bitvora/haven
base: v1.0.4
head repository: bitvora/haven
compare: v1.0.5
- 20 commits
- 6 files changed
- 3 contributors
Commits on Jan 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 276fbac - Browse repository at this point
Copy the full SHA 276fbacView commit details
Commits on Jan 29, 2025
-
Merge pull request #62 from aaccioly-open-source/release/1.0.4
chore(release): bump haven version to 1.0.4
Configuration menu - View commit details
-
Copy full SHA for df0c862 - Browse repository at this point
Copy the full SHA df0c862View commit details
Commits on Jan 30, 2025
-
Add support for db backup in Digital Ocean Spaces
Using the MinIO SDK, and the necessary environment variables, a relay operator can backup their database to a Digital Ocean Spaces bucket Updated README.md to include instructions for configuring Digital Ocean Spaces bucket as backup provider
charlieroth committedJan 30, 2025 Configuration menu - View commit details
-
Copy full SHA for 6af9620 - Browse repository at this point
Copy the full SHA 6af9620View commit details
Commits on Feb 5, 2025
-
Merge pull request #63 from charlieroth/charlieroth/add-do-spaces-sup…
…port Support for DB backup with Digital Ocean Spaces
Configuration menu - View commit details
-
Copy full SHA for 9205768 - Browse repository at this point
Copy the full SHA 9205768View commit details
Commits on Feb 6, 2025
-
Clean up
config.go
to align with changes in #65- Separate structures for different DB backup methods (AWS, GCP, Generic S3) - Rename references to the DigitalOcean Spaces backup method to S3, indicating compatibility with any S3-compatible storage - Update `README.md` and `.env.example` to reflect code changes
charlieroth committedFeb 6, 2025 Configuration menu - View commit details
-
Copy full SHA for 0898ade - Browse repository at this point
Copy the full SHA 0898adeView commit details
Commits on Feb 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 95261ff - Browse repository at this point
Copy the full SHA 95261ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ceb647 - Browse repository at this point
Copy the full SHA 2ceb647View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac8bf51 - Browse repository at this point
Copy the full SHA ac8bf51View commit details -
Unify AWS and Generic S3 DB Backup Logic
After testing it is confirmed that the `minio-go` package can be used for both Generic S3 Bucket and AWS S3 Bucket uploads. This commit unifies the logic in a `s3UploadShared` function which is called in the separated `S3Upload` and `AwsUpload` functions.
charlieroth committedFeb 8, 2025 Configuration menu - View commit details
-
Copy full SHA for 88b1d6d - Browse repository at this point
Copy the full SHA 88b1d6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc0a045 - Browse repository at this point
Copy the full SHA dc0a045View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05dcf5c - Browse repository at this point
Copy the full SHA 05dcf5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46dc489 - Browse repository at this point
Copy the full SHA 46dc489View commit details -
Merge branch 'charlieroth/config-cleanup' into release/1.0.5
# Conflicts: # go.mod
Configuration menu - View commit details
-
Copy full SHA for e8639f3 - Browse repository at this point
Copy the full SHA e8639f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2bc32f - Browse repository at this point
Copy the full SHA f2bc32fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44bd55a - Browse repository at this point
Copy the full SHA 44bd55aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1827976 - Browse repository at this point
Copy the full SHA 1827976View commit details
Commits on Feb 9, 2025
-
docs(README): update backup instructions
Consolidate S3-compatible storage options and deprecate old AWS and GCP providers.
Configuration menu - View commit details
-
Copy full SHA for d48c8c1 - Browse repository at this point
Copy the full SHA d48c8c1View commit details -
Merge pull request #66 from charlieroth/charlieroth/config-cleanup
Use Min.io for AWS S3 Deprecate old aws and gcp providers Clean up `config.go` to align with changes in PR 65
Configuration menu - View commit details
-
Copy full SHA for abd9d15 - Browse repository at this point
Copy the full SHA abd9d15View commit details -
Configuration menu - View commit details
-
Copy full SHA for f539bed - Browse repository at this point
Copy the full SHA f539bedView commit details -
Merge pull request #68 from aaccioly-open-source/release/1.0.5
Release/1.0.5
Configuration menu - View commit details
-
Copy full SHA for a7912c4 - Browse repository at this point
Copy the full SHA a7912c4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.4...v1.0.5