-
Notifications
You must be signed in to change notification settings - Fork 14
Comparing changes
Open a pull request
base repository: ikalnytskyi/action-setup-postgres
base: v4
head repository: ikalnytskyi/action-setup-postgres
compare: v5
- 8 commits
- 4 files changed
- 1 contributor
Commits on Jan 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 814fad8 - Browse repository at this point
Copy the full SHA 814fad8View commit details
Commits on Dec 29, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 6f93681 - Browse repository at this point
Copy the full SHA 6f93681View commit details -
Merge pull request #21 from ikalnytskyi/chore/ci-checkout-v4
CI: Bump actions/checkout to v4
Configuration menu - View commit details
-
Copy full SHA for 510dee7 - Browse repository at this point
Copy the full SHA 510dee7View commit details
Commits on Jan 6, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 6fd93bd - Browse repository at this point
Copy the full SHA 6fd93bdView commit details -
Merge pull request #22 from ikalnytskyi/feat/macos-13
Add macOS 13 support
Configuration menu - View commit details
-
Copy full SHA for 7685acb - Browse repository at this point
Copy the full SHA 7685acbView commit details
Commits on Jan 9, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 11ff483 - Browse repository at this point
Copy the full SHA 11ff483View commit details -
Merge pull request #23 from ikalnytskyi/bug/unset-pg-env
Unset PG* env vars except PGSERVICEFILE
Configuration menu - View commit details
-
Copy full SHA for e8f195e - Browse repository at this point
Copy the full SHA e8f195eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74e3964 - Browse repository at this point
Copy the full SHA 74e3964View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4...v5