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: tcdi/plrust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.5
Choose a base ref
...
head repository: tcdi/plrust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.6
Choose a head ref
  • 4 commits
  • 11 files changed
  • 2 contributors

Commits on Sep 7, 2023

  1. Fixes MacOS nightly; Introduces nightly mdbook build (#380)

    Nightly MacOS test runs were failing due to the updated integration test
    structure recently introduced to the project. Part of these changes
    addresses that situation.
    
    The other part of the changes introduces an mdbook nightly build. This
    does not publish the documentation, it only checks to make sure that
    mdbook+plugins can install and build the documentation properly. I
    believe it was necessary because the only time documentation is built is
    when a release happens, and if documentation generation fails for
    whatever reason, we find out only after a release has been published.
    The hope is that this should catch any errors before we release.
    
    NOTE: This PR wants to be merged into tcdi/plrust:main directly, as it
    is only CI changes and the nightly updates can be applied immediately
    instead of waiting for another plrust release.
    BradyBonnette authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3725747 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Updates plrust/build to programmatically get pgrx version (#381)

    Addresses: #377
    
    When plrust goes through a release cycle, occasionally (read: pretty
    much "almost" every time) we forget to update the hard-coded pgrx
    version in the `plrust/build` script due to the fact that our automated
    release tooling does not consider nor modify the script file. With the
    changes in this PR, we programmatically get the pgrx version using
    `cargo tree` and some unix utils magic so that nobody has to think about
    updating that value ever again upon release.
    BradyBonnette authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5a8f592 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    2650498 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e2b66a View commit details
    Browse the repository at this point in the history
Loading