Prepare Dibs 0.2.0-rc.0#18
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Prepare Dibs for the Facet 0.50 prerelease train by moving the workspace to the published rc crates and bumping the publishable Dibs crates to
0.2.0-rc.0(facet-tokio-postgresto0.50.0-rc.0).This also includes the existing CI cleanup commits from local
main: actionlint configuration and Node 24 action runtime updates.Changes
initiator_on(link), noTransportMode, nonon_resumable()).VoxError::User(Box<DibsError>)in the migration error rendering path.Testing
cargo check --workspace --all-targetscargo fmt --all -- --checkcargo clippy --all-features --all-targets --message-format=short -- -D warningsactionlintcargo nextest run --workspace --all-features --no-tests=pass -E 'not (binary(postgres_integration) | binary(integration) | binary(query_integration))'— 202 passed, 1 skippedcargo package --allow-dirty -p dibs-jsonb -p dibs-sql -p dibs-db-schema -p dibs-macros -p dibs-proto -p dibs-query-schema -p dibs-qgen -p dibs -p dibs-config -p dibs-cli -p facet-tokio-postgres -p dibs-runtimeFull local nextest and the pre-push hook both reached the Docker-backed Postgres integration tests and failed because this machine has no Docker daemon socket at
/Users/amos/.docker/run/docker.sock; CI should exercise those with its service/container setup.