Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bitvora/haven
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.4
Choose a base ref
...
head repository: bitvora/haven
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.5
Choose a head ref
  • 20 commits
  • 6 files changed
  • 3 contributors

Commits on Jan 28, 2025

  1. Configuration menu
    Copy the full SHA
    276fbac View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Merge pull request #62 from aaccioly-open-source/release/1.0.4

    chore(release): bump haven version to 1.0.4
    barrydeen authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    df0c862 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. 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 committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    6af9620 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. Merge pull request #63 from charlieroth/charlieroth/add-do-spaces-sup…

    …port
    
    Support for DB backup with Digital Ocean Spaces
    barrydeen authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    9205768 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. 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 committed Feb 6, 2025
    Configuration menu
    Copy the full SHA
    0898ade View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2025

  1. Configuration menu
    Copy the full SHA
    95261ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ceb647 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac8bf51 View commit details
    Browse the repository at this point in the history
  4. 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 committed Feb 8, 2025
    Configuration menu
    Copy the full SHA
    88b1d6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc0a045 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05dcf5c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46dc489 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'charlieroth/config-cleanup' into release/1.0.5

    # Conflicts:
    #	go.mod
    aaccioly committed Feb 8, 2025
    Configuration menu
    Copy the full SHA
    e8639f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f2bc32f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    44bd55a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1827976 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2025

  1. docs(README): update backup instructions

    Consolidate S3-compatible storage options and deprecate old AWS and GCP
    providers.
    aaccioly committed Feb 9, 2025
    Configuration menu
    Copy the full SHA
    d48c8c1 View commit details
    Browse the repository at this point in the history
  2. 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
    aaccioly authored Feb 9, 2025
    Configuration menu
    Copy the full SHA
    abd9d15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f539bed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7912c4 View commit details
    Browse the repository at this point in the history
Loading