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

Bump gix from 0.63.0 to 0.64.0 #2306

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2024

Bumps gix from 0.63.0 to 0.64.0.

Release notes

Sourced from gix's releases.

gix v0.64.0

New Features

  • enable tracing with the new tracing feature in the Cargo manifest. That way, it's easier to directly enable tracing, instead of having to resort to gix-features.
  • add config::section::filter() for the default section filter. Provide the default implementation to determine which configuration sections should be trusted.
  • provide config::credential_helpers() function to configure an invocation. That way it's possible to use git credential helpers even without a Repository instance.
  • export gix_validate as validate. The crate appears in the public API of gix_index::State::from_tree but it's types weren't readily available.
  • add PrepareFetch::with_ref_name() to control which ref is checked out.

Bug Fixes

  • make sure that refs/heads/HEAD isn't considered conflicting

  • re-export gix_validate as it's now part of the public API. This allows calling State::from_tree().

  • don't attempt negotiation without any refspec-mappings Previously, when a shallow operation was specified, it was possible to skip past the no-change test and attempt to negotiate even though there was nothing to want.

    This is now 'fixed' by simply aborting early if there is no refspec mapping at all.

    Further, it aborts as early as possible with a nicer error message, after all, there is no use in having no mapping.

    Note that it's explicitly implemented such that obtaining such an empty refmap is fine, but trying to receive it is not. That way, the user can obtain information about the server without anything being an error.

Other

  • gate parking_lot behind interrupt feature

New Features (BREAKING)

  • gix-config convenience initiative A new gix_config::AsKey trait allows all gix_config::File methods to receive an implementation of AsKey instead of the tuple of (section, subsection, value_name). This is the default, and all methods that take a tuple have been renamed to <name>_by(), note the _by suffix.

    The terminology was reworked so that key is now only used to identify a value.

... (truncated)

Commits
  • 0e8508a Release gix v0.64.0, gix-fsck v0.4.1, gitoxide-core v0.39.0, gitoxide v0.37.0
  • 77bda04 update Cargo.lock to make 'gix' build
  • 6232824 Release gix-actor v0.31.5, gix-filter v0.11.3, gix-fs v0.11.2, gix-commitgrap...
  • 5fb6a2d fix-up version of gix-date depndend on in gix-actor
  • a1b73a6 Release gix-glob v0.16.4, gix-attributes v0.22.3, gix-command v0.3.8, gix-fil...
  • 0470df3 update manifests (by cargo-smart-release)
  • 99c00cc prepare changelog prior to release
  • b4dba1c Merge branch 'fixes'
  • 1e92d1e fix: assure that worktree-roots are never considered ignored (#1458).
  • 1ebd6c7 add tests that show what happens with allow-lists and / in root (#1458)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [gix](https://github.com/Byron/gitoxide) from 0.63.0 to 0.64.0.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.63.0...gix-v0.64.0)

---
updated-dependencies:
- dependency-name: gix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 24, 2024
@extrawurst extrawurst merged commit 8e00264 into master Jul 25, 2024
21 checks passed
@extrawurst extrawurst deleted the dependabot/cargo/gix-0.64.0 branch July 25, 2024 03:52
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.

1 participant