Skip to content
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

Update Rust crate diesel to 2.1.2 - abandoned #911

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 25, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
diesel (source) dependencies patch 2.1.0 -> 2.1.2

Release Notes

diesel-rs/diesel (diesel)

v2.1.2: Diesel 2.1.2

Compare Source

  • Fixed another potential breaking chaneg around queries containing DISTINCT ON and ORDER BY clauses consisting of custom sql expressions (e.g. .nullable())
  • Fixed an issue where #[derive(Selectable)] and #[diesel(check_for_backend)] generates invalid rust code if the struct contains lifetimes/generic types

You can support the development of diesel by contributions or by sponsoring the project on Github.

v2.1.1: Diesel 2.1.1

Compare Source

Fixed

  • Fixed an issue in diesel-cli that lead to using unquoted table names in one of the internal queries
  • Fixed a bug in diesel print-schema that lead to generating invalid table! macros if both the #[sql_name] and the #[max_lenght] attribute are present
  • Fixed an issue in diesel-cli that lead to ignoring certain foreign key constraints for postgresql
  • Fixed an crash while using diesel print-schema with really old sqlite versions
  • Fixed an issue where #[diesel(check_for_backend)] ignored #[diesel(deserialize_as)] attributes
  • Fixed several issues with the new #[derive(MultiConnection)] feature
  • Fixed some edge cases in our sqlite timestamp parsing behaviour
  • diesel migration generate --diff-schema now respects table filters as setup for print-schema via diesel.toml
  • Fixed a potential breaking change around queries containing DISTINCT ON and ORDER BY clauses consisting of custom sql expressions (e.g. diesel::dsl::sql)

Added

  • Support for bigdecimal 0.4

You can support the development of diesel by sponsoring the project on github


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) August 25, 2023 10:38
@docs-page
Copy link

docs-page bot commented Aug 25, 2023

To view this pull requests documentation preview, visit the following URL:

docs.page/mobilecoinofficial/full-service~911

Documentation is deployed and generated using docs.page.

@renovate renovate bot force-pushed the renovate/diesel-2.x branch 2 times, most recently from 9693fbb to ebabe5e Compare September 11, 2023 18:40
@renovate renovate bot changed the title Update Rust crate diesel to 2.1.1 Update Rust crate diesel to 2.1.2 Sep 25, 2023
@renovate renovate bot force-pushed the renovate/diesel-2.x branch 2 times, most recently from d9a16bf to 42d62db Compare September 25, 2023 21:14
@renovate renovate bot force-pushed the renovate/diesel-2.x branch from 42d62db to b76045a Compare September 25, 2023 23:57
@codecov-commenter
Copy link

codecov-commenter commented Sep 26, 2023

Codecov Report

Attention: 128 lines in your changes are missing coverage. Please review.

Comparison is base (ab2af32) 60.12% compared to head (4611cdf) 60.10%.
Report is 138 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #911      +/-   ##
==========================================
- Coverage   60.12%   60.10%   -0.02%     
==========================================
  Files          88       95       +7     
  Lines       12356    12882     +526     
  Branches     2010     2139     +129     
==========================================
+ Hits         7429     7743     +314     
- Misses       3238     3404     +166     
- Partials     1689     1735      +46     
Files Coverage Δ
full-service/src/db/assigned_subaddress.rs 63.56% <100.00%> (+6.20%) ⬆️
full-service/src/db/gift_code.rs 67.85% <100.00%> (+1.19%) ⬆️
full-service/src/json_rpc/v1/api/request.rs 76.98% <100.00%> (-1.59%) ⬇️
full-service/src/json_rpc/v1/api/test_utils.rs 69.46% <100.00%> (-0.07%) ⬇️
...service/src/json_rpc/v1/models/receiver_receipt.rs 77.77% <ø> (+0.99%) ⬆️
full-service/src/json_rpc/v1/models/tx_proposal.rs 73.56% <100.00%> (+0.30%) ⬆️
full-service/src/json_rpc/v1/models/txo.rs 56.75% <100.00%> (+2.21%) ⬆️
full-service/src/json_rpc/v2/api/test_utils.rs 84.61% <100.00%> (ø)
full-service/src/json_rpc/v2/models/account_key.rs 47.05% <100.00%> (+0.76%) ⬆️
...l-service/src/json_rpc/v2/models/public_address.rs 60.00% <100.00%> (ø)
... and 44 more

... and 14 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate
Copy link
Contributor Author

renovate bot commented Sep 26, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@briancorbin briancorbin self-requested a review November 13, 2023 19:29
@renovate renovate bot changed the title Update Rust crate diesel to 2.1.2 Update Rust crate diesel to 2.1.2 - abandoned May 5, 2024
Copy link
Contributor Author

renovate bot commented May 5, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants