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: fergusstrange/embedded-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.26.0
Choose a base ref
...
head repository: fergusstrange/embedded-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 18 files changed
  • 8 contributors

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    c00e987 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    234c605 View commit details
    Browse the repository at this point in the history
  3. Update docs

    ferguss committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a3b80e3 View commit details
    Browse the repository at this point in the history
  4. Purge unused files.

    ferguss committed May 10, 2024
    Configuration menu
    Copy the full SHA
    efb8f55 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Upgrade versions (#140)

    * Upgrade versions
    
    * Update build version
    
    ---------
    
    Co-authored-by: ferguss <fergus@sitehvie.co>
    fergusstrange and ferguss authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    ae9f98f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Update versions (#142)

    Co-authored-by: ferguss <fergus@sitehvie.co>
    fergusstrange and ferguss authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    06253c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    9ff0024 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c0ced3 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2024

  1. fix: StartParameters on Windows (#146)

    * change string delimiting char based on os
    
    * test StartParameters in platform_test
    
    * explanatory comment
    
    * use double quotes instead of single quotes for parameter values on all platforms
    hugodutka authored Dec 8, 2024
    Configuration menu
    Copy the full SHA
    f5c275b View commit details
    Browse the repository at this point in the history
  2. Fix osx builds (#147)

    * Try upgrading to m2
    
    * Try upgrading to m2
    
    * Upgrades
    
    ---------
    
    Co-authored-by: ferguss <fergus@sitehvie.co>
    fergusstrange and ferguss authored Dec 8, 2024
    Configuration menu
    Copy the full SHA
    24809fa View commit details
    Browse the repository at this point in the history
  3. Clean up go mod files

    ferguss committed Dec 8, 2024
    Configuration menu
    Copy the full SHA
    6192f2a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. fix: prevent panic when *http.Response is nil (#156)

    * fix: prevent panic when *http.Response is nil
    
    Signed-off-by: Danny Kopping <dannykopping@gmail.com>
    
    * fix: add error handling for sha256 download
    
    Signed-off-by: Danny Kopping <dannykopping@gmail.com>
    
    * fix: check body nilness as well
    
    Signed-off-by: Danny Kopping <dannykopping@gmail.com>
    
    ---------
    
    Signed-off-by: Danny Kopping <dannykopping@gmail.com>
    dannykopping authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    4fb7ddc View commit details
    Browse the repository at this point in the history
Loading