Thanks to visit codestin.com
Credit goes to github.com

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.23.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
  • 19 commits
  • 21 files changed
  • 12 contributors

Commits on Aug 11, 2023

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

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    0ab98b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0304fc9 View commit details
    Browse the repository at this point in the history
  3. Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 (

    …#122)
    
    Bumps gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0.
    
    ---
    updated-dependencies:
    - dependency-name: gopkg.in/yaml.v3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    bce611f View commit details
    Browse the repository at this point in the history
  4. Fix go.mod

    ferguss committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    cc72095 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Add V16 constant (#129)

    zzzFelix authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3c05535 View commit details
    Browse the repository at this point in the history
  2. fix(deps): upgrade postgres for 13 constant from 13.11 to 13.14.0 (

    …#131)
    
    * fix(deps): upgrade postgres version for 13 to 13.12.0
    
    Version 13.11 is vulnerable to CVE-2023-39417, which exists in versions >= 13.0, < 13.12.
    
    The vulnerability was found in the National Vulnerability Database (NVD) based on the CPE cpe:2.3:a:postgresql:postgresql with NVD severity: High.
    
    The file is associated with the technology PostgreSQL.
    
    The vulnerability can be remediated by updating PostgreSQL to 13.12 or higher.
    
    * fix(deps): bump postres to 13.14.0
    
    The vulnerability was found in the National Vulnerability Database (NVD) based on the CPE cpe:2.3:a:postgresql:postgresql with NVD severity: High.
    
    The file is associated with the technology PostgreSQL.
    
    The vulnerability can be remediated by updating PostgreSQL to 13.14 or higher.
    michaelbrewer authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0db55ea View commit details
    Browse the repository at this point in the history
  3. Upgrade versions (#132)

    * Upgrade versions
    
    * Fix default version
    
    * Try rolling back v12
    
    ---------
    
    Co-authored-by: ferguss <[email protected]>
    fergusstrange and ferguss authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    74c945b View commit details
    Browse the repository at this point in the history

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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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
Loading