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 gix requirement from 0.45.1 to 0.46.0 #217

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2023

Updates the requirements on gix to permit the latest version.

Release notes

Sourced from gix's releases.

gix-odb v0.46.0

New Features

  • add Store::alternate_db_paths(). Provides a way to learn about loose database paths that are provided by git alternates.
  • implement Clone for Sink.

Commit Statistics

  • 16 commits contributed to the release over the course of 25 calendar days.
  • 40 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Prepare changelogs prior to release (8f15cec)
    • Merge branch 'integrate-gix-negotiate' (ae845de)
    • Add Store::alternate_db_paths(). (8c72a23)
    • Merge branch 'fix-docs' (420553a)
    • Cleaning up documentation (2578e57)
    • Apply -W clippy::cloned-instead-of-copied (150463c)
    • Merge branch 'auto-clippy' (dbf8aa1)
    • Autofix map-or-unwrap clippy lint (and manual fix what was left) (2087032)
    • Merge branch 'main' into auto-clippy (3ef5c90)
    • Auto-fix clippy to remove explicit iter looping (3eff567)
    • Merge branch 'blinxen/main' (9375cd7)
    • Include custom clippy settings (b057500)
    • Include license files in all crates (facaaf6)
    • Merge branch 'fix-851' (2f275d5)
    • Implement Clone for Sink. (3db18c4)
    • Release gix-object v0.29.2 (4f879bf)
Changelog

Sourced from gix's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

This release fixes a possibility for V1 fetches to deadlock if negotiation would span multiple rounds (see issue #882) for details.

0.26.0 (2023-06-07)

The main attraction of this release is support for multi-round negotiations thanks to support for the standard negotiations algorithms. Further, gix index entries now lists attributes as well, and there is the new gix attribute query sub-command in the vain of git check-attrs.

New Features

  • gix attributes validate to validate attributes and ignore against git as baseline. Use this command to test the entire index for ignored paths and their attributes and use git check-attr and git check-ignore to validate that git agrees. Collect all mismatches and print them.
  • --statistics for gix excludes query With it one gets some insights into the work done to fulfil the query.
  • gix attribute query as something similar to git check-attrs.
  • no-repo index from-list to create an index with empty files from the given list. The list could be created with find . -type f for example.
  • add pro-forma library to allow feature documentation of gitoxide on docs.rs

Commit Statistics

  • 17 commits contributed to the release over the course of 34 calendar days.
  • 40 days passed between releases.
  • 5 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • just fmt (ffc1276)
    • Merge branch 'integrate-gix-negotiate' (ae845de)
    • Adapt to changes in gix (7983f6f)
    • Keep track of core.alternateRefsCommand (d925896)

... (truncated)

Commits
  • 2560a2c Release gix-attributes v0.13.1, gix-diff v0.30.1, gix-revwalk v0.1.0, gix-tra...
  • 298f3d7 prepare changelogs prior to release
  • d50bfa9 improve tests related to the handling of shallow repos
  • fdee9a2 Merge branch 'walk-with-commitgraph'
  • 20f73c8 adapt to changes in gix
  • 7e9f202 feat!: revision::Walk yields revision::Info structs instead of Ids.
  • 329479c ein t hours now uses the commit-info structure to avoid parsing a commit on...
  • 068603a change!: rename Repository::commit_graph() to ::revision_graph().
  • b2b88dc feat: use the commitgraph if possible and allow its usage to be controlled ...
  • 6c5c66e feat: commit::Ancestors::with_commit_graph(graph) to set and use a commitgr...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Verified

This commit was signed with the committer’s verified signature.
Updates the requirements on [gix](https://github.com/Byron/gitoxide) to permit the latest version.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.45.1...gix-v0.46.0)

---
updated-dependencies:
- dependency-name: gix
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 12, 2023
@codecov
Copy link

codecov bot commented Jun 12, 2023

Codecov Report

Merging #217 (e4e6e45) into master (526da9d) will increase coverage by 0.18%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #217      +/-   ##
==========================================
+ Coverage   98.44%   98.63%   +0.18%     
==========================================
  Files          23       23              
  Lines        1610     1610              
==========================================
+ Hits         1585     1588       +3     
+ Misses         25       22       -3     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@CraZySacX CraZySacX merged commit 8e0f393 into master Jun 12, 2023
@CraZySacX CraZySacX deleted the dependabot/cargo/gix-0.46.0 branch June 12, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant