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: v0.2.2
Choose a base ref
...
head repository: bitvora/haven
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.3
Choose a head ref
  • 14 commits
  • 11 files changed
  • 3 contributors

Commits on Sep 27, 2024

  1. avoid collisions in url

    barrydeen committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d7192fc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from bitvora/dev-fixStatic

    avoid collisions in url
    barrydeen authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6d15bac View commit details
    Browse the repository at this point in the history
  3. fix routing panic

    barrydeen committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    40da0d2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #23 from bitvora/dev-fixPanic

    fix routing panic
    barrydeen authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6f6ab34 View commit details
    Browse the repository at this point in the history
  5. Docker: remove /app/haven bind mount

    The dockerfile already builds haven as /app/main
    aaccioly committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a97d532 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #24 from aaccioly-open-source/fix/docker-remove-db…

    …in-mount-bind
    
    Docker: remove /app/haven bind mount
    barrydeen authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a8dcf91 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. feat(config): update relay list parsing

    Update getRelayListFromEnvOrFile function to prioritize file over environment variable. Improve relay list parsing to handle both 'wss://' and 'ws://' prefixes.
    fsociety committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    b511d54 View commit details
    Browse the repository at this point in the history
  2. feat(config): update relay list parsing

    Update getRelayListFromEnvOrFile function to prioritize file over environment variable. Improve relay list parsing to handle both 'wss://' and 'ws://' prefixes.
    fsociety committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    9ca7b57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    600491d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Merge pull request #25 from HolgerHatGarKeineNode/feature/relay-lists…

    …-from-file
    
    JSON file is parsed and used if it exists
    barrydeen authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    aa59597 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b679007 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #31 from bitvora/dev-oct8update

    don't force backups, update eventstore
    barrydeen authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    98a54dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad84759 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #32 from bitvora/dev-oct8update

    continue blasting even if one fails
    barrydeen authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8586b87 View commit details
    Browse the repository at this point in the history
Loading