Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump Wrappers version to 0.5.7#1945

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
samrose merged 9 commits intodevelopfrombo/chore/wrappers-0-5-7
Nov 27, 2025
Merged

Conversation

@burmecia
Copy link
Member

@burmeciaburmecia commentedNov 25, 2025
edited
Loading

What kind of change does this PR introduce?

  • upgradewrappers fromv0.5.6 tov0.5.7

Additional context

Add any other context or screenshots.

Action Items

  • New extension releases were Checked for any breaking changes
  • Extensions compatibility Checked
  • Backup and Restore Checked
    • Proceed tobackup testing while extensions are enabled
      • After every restore, re-run the tests specified at point3.1

Extensions compatibility testing

  1. Enable every extension
    1. Check Postgres’ log output for any error messages while doing so
      1. This might unearth incompatibilities due to unsupported internal functions, missing libraries, or missing permissions
  2. Disable every extension
    1. Check Postgres’ log output for any cleanup-related error messages
  3. Re-enable each extension
    1. Run basic tests against the features they offer, e.g.:
      1. pg_net - execute HTTP requests
      2. pg_graphql - execute queries and mutations
      3. …to be filled in

Backup Testing

Follow the testing steps steps for all the following cases:

  • Pause on new Postgres version, restore on new Postgres version
  • Pause on older Postgres version, restore on new Postgres version
  • Run a single-file backup backup, restore the backup

Testing steps

  1. Generate dummy data
    • the ‘Countries’ or ‘Slack clone’ SQL editor snippets are decent datasets to work with, albeit limited
  2. Save a db stats snapshot file
    • Do this by runningsupa db-stats gather -p <project_ref>
  3. Backup the database, through pausing the project, or otherwise
  4. Restore the backup, through unpausing the project or cli
  5. Check the data has been recovered successfully
    1. Visual checks/navigating through the tables works
    2. Runsupa db-stats verify against the project and the previously saved file

@samrosesamroseforce-pushed thebo/chore/wrappers-0-5-7 branch frombeff06c to46683ccCompareNovember 25, 2025 20:29
burmeciaand others added5 commitsNovember 26, 2025 21:49
Updating the dependency helping us build all our rust extensions has puta lot of pressure on our CI runners, causing timeouts and failed builds.We are currently working on a more permanent solution in#1745 but inthe meantime, we cap the number of parallel nix builds to 2, whichshould reduce the load on our CI runners.
@jfrochejfrocheforce-pushed thebo/chore/wrappers-0-5-7 branch fromdf0c652 to16f1516CompareNovember 26, 2025 20:53
@jfrochejfroche self-assigned thisNov 26, 2025
pg_regress tests always test the latest update of our extensions. Add the wrappers renamed types to the expected output files.
We have reduced the pressure on CI runner, now the build process is timing out after 3h.By increasing the parallelism from 2 to 4, we can better utilize the available resources and speed up the build process without overwhelming the system like before.
Copying built artifacts to S3 should be done by nix-fast-build itselfwhile building instead of relying on nix-daemon's post-build hooks andthe end of the build.
@jfrochejfrocheforce-pushed thebo/chore/wrappers-0-5-7 branch frombf7832c to351eda4CompareNovember 27, 2025 13:38
@jfrochejfrocheforce-pushed thebo/chore/wrappers-0-5-7 branch 2 times, most recently from8e9836e to351eda4CompareNovember 27, 2025 16:13
@jfrochejfroche marked this pull request as ready for reviewNovember 27, 2025 17:30
@jfrochejfroche requested review froma team ascode ownersNovember 27, 2025 17:30
@samrosesamrose added this pull request to themerge queueNov 27, 2025
Merged via the queue intodevelop with commit75c8517Nov 27, 2025
14 checks passed
@samrosesamrose deleted the bo/chore/wrappers-0-5-7 branchNovember 27, 2025 19:32
hunleyd added a commit that referenced this pull requestDec 1, 2025
* origin/develop:  chore: bump Wrappers version to 0.5.7 (#1945)
hunleyd added a commit that referenced this pull requestDec 1, 2025
* origin/develop:  chore: bump Wrappers version to 0.5.7 (#1945)  chore: bump versions (#1949)  Revert "docs: create an automated changlog file that shows up in release file…" (#1948)  chore: remove precreated Storage objects (#1911)  refactor: Move PostgreSQL auto_explain config to conf.d (#1943)  docs: create an automated changlog file that shows up in release files (#1793)  fix: removing dead nix code (#1946)  docs: expansion to help understand anatomy and code api in user here (#1944)  fix: try to use mirror fallbacks for docker images (#1942)  feat: need this workflow present to test (#1941)  feat: Add PostgreSQL conf.d directory (#1929)  [jj-spr] initial version (#1866)  chore: upgrade supabase-admin-agent (#1935)  fix: garbage collect after every profile intall + remove osquery (#1938)  fix(ci): limit max-jobs of nix to 8 to prevent OOM while running nix flake check (#1933)  Revert "fix: disable temporary Nix checks on aarch64-linux" (#1934)  fix: adaptive retry on aws (#1917)  fix: disable temporary Nix checks on aarch64-linux (#1930)  feat: release orioledb with rewind functionality (#1880)  feat: reduciton of closure size for plv8 (#1925)
hunleyd added a commit that referenced this pull requestDec 1, 2025
* origin/develop:  refactor: Refactor PostgreSQL cron config and deprecations (#1951)  chore: bump Wrappers version to 0.5.7 (#1945)  chore: bump versions (#1949)  Revert "docs: create an automated changlog file that shows up in release file…" (#1948)  chore: remove precreated Storage objects (#1911)  refactor: Move PostgreSQL auto_explain config to conf.d (#1943)  docs: create an automated changlog file that shows up in release files (#1793)  fix: removing dead nix code (#1946)  docs: expansion to help understand anatomy and code api in user here (#1944)  fix: try to use mirror fallbacks for docker images (#1942)  feat: need this workflow present to test (#1941)  feat: Add PostgreSQL conf.d directory (#1929)  [jj-spr] initial version (#1866)
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@samrosesamrosesamrose approved these changes

Assignees

@jfrochejfroche

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@burmecia@samrose@jfroche

[8]ページ先頭

©2009-2025 Movatter.jp