-
-
Notifications
You must be signed in to change notification settings - Fork 218
feat: support multiple versions of the pg_hashids extension #1755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
16c2747 to
1b14b38
Compare
hunleyd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rebase to fix conflicts?
1b14b38 to
2dda172
Compare
hunleyd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
2dda172 to
7e56658
Compare
samrose
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to test prior to merge
Build multiple versions of the pg_hashids extension on different PostgreSQL versions. Add test for the extensions and their upgrade on PostgreSQL 15 and 17.
And run pg_regress tests for pgtap as part of the unified extension tests
c2d1ceb to
f5a8220
Compare
samrose
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested on all relevant branches
* origin: refactor(ansible): bring our ansible up to modern ansible-lint standards (#1869) feat: update supautils (#1879) feat: support multiple versions of the plv8 extension (#1676) chore: bump wrappers version 0.5.6 (#1877) feat: support multiple versions of the pg_hashids extension (#1755) fix: covering migrations for wrappers across all versions` (#1876) feat(Nix-flakes): Add pgBackRest flake (#1859) fix: wrappers 0.5.3 missing (#1872)
Build multiple versions of the pg_hashids extension on different PostgreSQL versions. Add test for the extensions and their upgrade on PostgreSQL 15 and 17.