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: ikalnytskyi/action-setup-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4
Choose a base ref
...
head repository: ikalnytskyi/action-setup-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5
Choose a head ref
  • 8 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 4, 2023

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

Commits on Dec 29, 2023

  1. CI: Bump actions/checkout to v4

    The checkout v2, the version currently in use on CI, depends on node12
    which is going to be removed soon. Let's use the latest version in order
    to get rid of deprecation warnings in logs and remain compatible with
    GitHun runners.
    ikalnytskyi committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    6f93681 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from ikalnytskyi/chore/ci-checkout-v4

    CI: Bump actions/checkout to v4
    ikalnytskyi authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    510dee7 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Add macOS 13 support

    The macOS 13 runner image isn't shipped with pre-installed PostgreSQL
    server. Even though it has Beta status, it'd be nice to support this
    runner image too.
    
    Reported-by: @baconcheese113
    Fixes: #16
    ikalnytskyi committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    6fd93bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from ikalnytskyi/feat/macos-13

    Add macOS 13 support
    ikalnytskyi authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    7685acb View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Unset PG* env vars except PGSERVICEFILE

    Unfortunately, the Windows runner has some PostgreSQL environment
    variables set, which are neither set for Linux or macOS runners. This is
    may be especially confusing since variables such as PGUSER or PGPASSWORD
    may point to a user that doesn't exist.
    
    Since one of the design decisions made previously is to restrain this
    action from pointing to any user by default, we better unset these
    environment variables to avoid confusion.
    
    In addition to that change, let's also mention in the README file that
    it's up to users to set connection parameters whatever way they prefer.
    
    Reported-by: bkoelman
    Fixes: #17
    ikalnytskyi committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    11ff483 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from ikalnytskyi/bug/unset-pg-env

    Unset PG* env vars except PGSERVICEFILE
    ikalnytskyi authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    e8f195e View commit details
    Browse the repository at this point in the history
  3. Bump version to v5

    ikalnytskyi committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    74e3964 View commit details
    Browse the repository at this point in the history
Loading