Skip to content

Commit 9245083

Browse files
committed
Merge branch 'fix-ci-installation'
2 parents 2f0f530 + 1fb931a commit 9245083

File tree

22 files changed

+436
-40
lines changed

22 files changed

+436
-40
lines changed

.github/workflows/ci.yml

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,39 @@ jobs:
6868
version: 0.9
6969
- name: "Test (nextest)"
7070
run: cargo nextest run --all --no-fail-fast
71+
72+
installation:
73+
strategy:
74+
matrix:
75+
build: [ win-msvc, win-gnu, win32-msvc ]
76+
include:
77+
- build: win-msvc
78+
os: windows-2019
79+
rust: stable
80+
target: x86_64-pc-windows-msvc
81+
- build: win-gnu
82+
os: windows-2019
83+
rust: nightly-x86_64-gnu
84+
target: x86_64-pc-windows-gnu
85+
- build: win32-msvc
86+
os: windows-2019
87+
rust: nightly
88+
target: i686-pc-windows-msvc
89+
runs-on: ${{ matrix.os }}
90+
steps:
91+
- uses: actions/checkout@v3
92+
- name: Install Rust
93+
uses: dtolnay/rust-toolchain@master
94+
with:
95+
toolchain: ${{ matrix.rust }}
96+
targets: ${{ matrix.target }}
97+
- uses: Swatinem/rust-cache@v2
7198
- name: "Install prerequisites"
7299
run: vcpkg install zlib:x64-windows-static-md
73-
if: startsWith(matrix.os, 'windows')
74-
- name: "Installation from crates.io"
75-
if: startsWith(matrix.os, 'windows')
76-
run: cargo install --target-dir install-artifacts --debug --force gitoxide cargo-smart-release
100+
- name: "Installation from crates.io: gitoxide"
101+
run: cargo install --target ${{ matrix.target }} --target-dir install-artifacts --debug --force gitoxide
102+
- name: "Installation from crates.io: cargo-smart-release"
103+
run: cargo install --target ${{ matrix.target }} --target-dir install-artifacts --debug --force cargo-smart-release
77104

78105
lint:
79106
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,69 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.15.0 (2022-08-24)
9+
10+
<csr-id-f7f136dbe4f86e7dee1d54835c420ec07c96cd78/>
11+
12+
### Chore
13+
14+
- <csr-id-f7f136dbe4f86e7dee1d54835c420ec07c96cd78/> uniformize deny attributes
15+
16+
### New Features
17+
18+
- <csr-id-45a30f0f31a99cda5cf105408e9c3905f43071f2/> Support for `-c/--config` in `gix`
19+
- <csr-id-5d6d5ca305615568dfedbcc10ea86294c0a0472d/> `gix remote refs` to list all remote references of a suitable remote.
20+
This takes into account either a named remote, or the remote associated
21+
with the current branch, or the default remote it could deduce or obtain
22+
from the configuration.
23+
- <csr-id-b1c40b0364ef092cd52d03b34f491b254816b18d/> use docsrs feature in code to show what is feature-gated automatically on docs.rs
24+
25+
### Changed (BREAKING)
26+
27+
- <csr-id-dda995790c260131048484a11e66185b9c841311/> remove `gix free remote ref-list` in favor of `gix remote refs`
28+
The functinality is the same, but the latter is built on top of a
29+
repository which is slightly less flexible, but preferable over
30+
maintaining a non-repo version.
31+
32+
### Commit Statistics
33+
34+
<csr-read-only-do-not-edit/>
35+
36+
- 14 commits contributed to the release over the course of 3 calendar days.
37+
- 6 days passed between releases.
38+
- 5 commits where understood as [conventional](https://www.conventionalcommits.org).
39+
- 1 unique issue was worked on: [#450](https://github.com/Byron/gitoxide/issues/450)
40+
41+
### Thanks Clippy
42+
43+
<csr-read-only-do-not-edit/>
44+
45+
[Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic.
46+
47+
### Commit Details
48+
49+
<csr-read-only-do-not-edit/>
50+
51+
<details><summary>view details</summary>
52+
53+
* **[#450](https://github.com/Byron/gitoxide/issues/450)**
54+
- remove `gix free remote ref-list` in favor of `gix remote refs` ([`dda9957`](https://github.com/Byron/gitoxide/commit/dda995790c260131048484a11e66185b9c841311))
55+
- Support for `-c/--config` in `gix` ([`45a30f0`](https://github.com/Byron/gitoxide/commit/45a30f0f31a99cda5cf105408e9c3905f43071f2))
56+
- refactor ([`e0be6e9`](https://github.com/Byron/gitoxide/commit/e0be6e9558add3255de63f3785306daace2707a6))
57+
- Add support for passing urls directly to bypass all remote repository logic. ([`df3cf18`](https://github.com/Byron/gitoxide/commit/df3cf18a6ac1e4f35f6d11d62184a43722397bbe))
58+
- `gix remote refs` to list all remote references of a suitable remote. ([`5d6d5ca`](https://github.com/Byron/gitoxide/commit/5d6d5ca305615568dfedbcc10ea86294c0a0472d))
59+
- Try to use maybe async for the simplest of possibly blocking remote interactions ([`db4df25`](https://github.com/Byron/gitoxide/commit/db4df250d7e58518015bed0b9a1e3391b209cb29))
60+
- basic parsing of `gix remote refs` without any implementation. ([`f8f1249`](https://github.com/Byron/gitoxide/commit/f8f124943f73bacf816c6d0055f0b66659fd3906))
61+
* **Uncategorized**
62+
- Merge branch 'example-write-blob' ([`afedd7f`](https://github.com/Byron/gitoxide/commit/afedd7f86ec8ea18a8165f71698ecc886f5cf643))
63+
- Merge pull request #494 from ultrasaurus/patch-1 ([`86fe22c`](https://github.com/Byron/gitoxide/commit/86fe22cb1aad5944a229bc2a5252b36ef1fd59ef))
64+
- Merge branch 'main' into remote-ls-refs ([`95f2f4f`](https://github.com/Byron/gitoxide/commit/95f2f4f17f7eae174a64c7d9f6a1513d73b21bbb))
65+
- Merge branch 'example-new-repo' ([`946dd3a`](https://github.com/Byron/gitoxide/commit/946dd3a80522ef437e09528a93aa1433f01b0ee8))
66+
- thanks clippy ([`bb6813a`](https://github.com/Byron/gitoxide/commit/bb6813abf365728d9851ee205b2c25b925a0f06a))
67+
- use docsrs feature in code to show what is feature-gated automatically on docs.rs ([`b1c40b0`](https://github.com/Byron/gitoxide/commit/b1c40b0364ef092cd52d03b34f491b254816b18d))
68+
- uniformize deny attributes ([`f7f136d`](https://github.com/Byron/gitoxide/commit/f7f136dbe4f86e7dee1d54835c420ec07c96cd78))
69+
</details>
70+
871
## 0.14.0 (2022-08-17)
972

1073
### Changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ default = ["max"]
2828
## Makes the crate execute as fast as possible by supporting parallel computation of otherwise long-running functions
2929
## as well as fast, hardware accelerated hashing, along with a faster zlib backend.
3030
## If disabled, the binary will be visibly smaller.
31-
fast = ["git-features/parallel", "git-features/fast-sha1", "git-features/zlib-ng-compat", "git-repository/max-performance"]
31+
fast = ["git-repository/max-performance"]
3232

3333
## Use `clap` 3.0 to build the prettiest, best documented and most user-friendly CLI at the expense of binary size.
3434
## Provides a terminal user interface for detailed and exhaustive progress.
@@ -81,7 +81,7 @@ anyhow = "1.0.42"
8181

8282
gitoxide-core = { version = "^0.17.0", path = "gitoxide-core" }
8383
git-features = { version = "^0.22.2", path = "git-features" }
84-
git-repository = { version = "^0.22.0", path = "git-repository", default-features = false }
84+
git-repository = { version = "^0.22.1", path = "git-repository", default-features = false }
8585

8686
git-transport-for-configuration-only = { package = "git-transport", optional = true, version = "^0.19.2", path = "git-transport" }
8787

cargo-smart-release/CHANGELOG.md

Lines changed: 82 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,86 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.11.0 (2022-08-24)
9+
10+
<csr-id-533e887e80c5f7ede8392884562e1c5ba56fb9a8/>
11+
12+
### Chore
13+
14+
- <csr-id-533e887e80c5f7ede8392884562e1c5ba56fb9a8/> remove default link to cargo doc everywhere
15+
16+
### Bug Fixes
17+
18+
- <csr-id-376749cc49c6dafcc314b8435d6feac81482b3f5/> allow dependency edits to apply to `target.<cfg>.*dependencies`.
19+
Previously these would be skipped, which would cause the publish to
20+
abort due to invalid manifests - some dependencies would still refer
21+
to an outdated but incompatible version.
22+
- <csr-id-988c61e07bdb52870794e70e94b925de7acb402e/> List any dependency update that is caused by other crates in preview.
23+
Previously it was possible that crates there were about to be published
24+
didn't show up in the list of crates that received a safety version
25+
bump.
26+
27+
### Commit Statistics
28+
29+
<csr-read-only-do-not-edit/>
30+
31+
- 34 commits contributed to the release over the course of 77 calendar days.
32+
- 88 days passed between releases.
33+
- 3 commits where understood as [conventional](https://www.conventionalcommits.org).
34+
- 3 unique issues were worked on: [#331](https://github.com/Byron/gitoxide/issues/331), [#427](https://github.com/Byron/gitoxide/issues/427), [#450](https://github.com/Byron/gitoxide/issues/450)
35+
36+
### Thanks Clippy
37+
38+
<csr-read-only-do-not-edit/>
39+
40+
[Clippy](https://github.com/rust-lang/rust-clippy) helped 3 times to make code idiomatic.
41+
42+
### Commit Details
43+
44+
<csr-read-only-do-not-edit/>
45+
46+
<details><summary>view details</summary>
47+
48+
* **[#331](https://github.com/Byron/gitoxide/issues/331)**
49+
- make fmt ([`a7d7751`](https://github.com/Byron/gitoxide/commit/a7d7751822a1a8ac89930031707af57ad95d9cbd))
50+
* **[#427](https://github.com/Byron/gitoxide/issues/427)**
51+
- Implement :<path> parsing ([`74e7a46`](https://github.com/Byron/gitoxide/commit/74e7a46199d3ae13d8bc3616d285c238942c2cad))
52+
* **[#450](https://github.com/Byron/gitoxide/issues/450)**
53+
- adapt to changes in `git-url` ([`60bfd6d`](https://github.com/Byron/gitoxide/commit/60bfd6d457d75fb4b342e08f329dadc8373de266))
54+
* **Uncategorized**
55+
- update changelogs prior to release ([`23cb58f`](https://github.com/Byron/gitoxide/commit/23cb58f02043e0e5027136fd6e8e724c03a2efbe))
56+
- Improve performance configuration of smart-release, allowing it to build on msvc by default ([`3923893`](https://github.com/Byron/gitoxide/commit/3923893c638d92c713def0a244f07b9718397fc3))
57+
- Release git-date v0.0.5, git-hash v0.9.8, git-features v0.22.2, git-actor v0.11.3, git-glob v0.3.2, git-quote v0.2.1, git-attributes v0.3.2, git-tempfile v2.0.4, git-lock v2.1.1, git-validate v0.5.5, git-object v0.20.2, git-ref v0.15.2, git-sec v0.3.1, git-config v0.7.0, git-credentials v0.4.0, git-diff v0.17.2, git-discover v0.4.1, git-bitmap v0.1.2, git-index v0.4.2, git-mailmap v0.3.2, git-chunk v0.3.1, git-traverse v0.16.2, git-pack v0.21.2, git-odb v0.31.2, git-packetline v0.12.7, git-url v0.7.2, git-transport v0.19.2, git-protocol v0.19.0, git-revision v0.4.2, git-refspec v0.1.0, git-worktree v0.4.2, git-repository v0.22.0, safety bump 4 crates ([`4974eca`](https://github.com/Byron/gitoxide/commit/4974eca96d525d1ee4f8cad79bb713af7a18bf9d))
58+
- Merge branch 'example-write-blob' ([`afedd7f`](https://github.com/Byron/gitoxide/commit/afedd7f86ec8ea18a8165f71698ecc886f5cf643))
59+
- Merge pull request #494 from ultrasaurus/patch-1 ([`86fe22c`](https://github.com/Byron/gitoxide/commit/86fe22cb1aad5944a229bc2a5252b36ef1fd59ef))
60+
- Merge branch 'main' into remote-ls-refs ([`95f2f4f`](https://github.com/Byron/gitoxide/commit/95f2f4f17f7eae174a64c7d9f6a1513d73b21bbb))
61+
- Merge branch 'example-new-repo' ([`946dd3a`](https://github.com/Byron/gitoxide/commit/946dd3a80522ef437e09528a93aa1433f01b0ee8))
62+
- Merge branch 'main' into remote-ls-refs ([`e2ee3de`](https://github.com/Byron/gitoxide/commit/e2ee3ded97e5c449933712883535b30d151c7c78))
63+
- remove default link to cargo doc everywhere ([`533e887`](https://github.com/Byron/gitoxide/commit/533e887e80c5f7ede8392884562e1c5ba56fb9a8))
64+
- Merge branch 'main' into remote-ls-refs ([`c82bbfa`](https://github.com/Byron/gitoxide/commit/c82bbfaddc45bf9b5b55f056613046d977d9ef09))
65+
- prepare for release of git-repository ([`8aa5389`](https://github.com/Byron/gitoxide/commit/8aa5389d5a1bdd3a07f1caa1c2f55c8af4f9844a))
66+
- Merge branch 'main' into remote-ls-refs ([`bd5f3e8`](https://github.com/Byron/gitoxide/commit/bd5f3e8db7e0bb4abfb7b0f79f585ab82c3a14ab))
67+
- Release git-date v0.0.3, git-actor v0.11.1, git-attributes v0.3.1, git-tempfile v2.0.3, git-object v0.20.1, git-ref v0.15.1, git-config v0.6.1, git-diff v0.17.1, git-discover v0.4.0, git-bitmap v0.1.1, git-index v0.4.1, git-mailmap v0.3.1, git-traverse v0.16.1, git-pack v0.21.1, git-odb v0.31.1, git-packetline v0.12.6, git-url v0.7.1, git-transport v0.19.1, git-protocol v0.18.1, git-revision v0.4.0, git-worktree v0.4.1, git-repository v0.21.0, safety bump 5 crates ([`c96473d`](https://github.com/Byron/gitoxide/commit/c96473dce21c3464aacbc0a62d520c1a33172611))
68+
- Merge branch 'main' into remote-ls-refs ([`c4bf958`](https://github.com/Byron/gitoxide/commit/c4bf9585d815bc342e5fb383336cc654280dd34f))
69+
- Merge branch 'format_git_date_time' ([`99e12be`](https://github.com/Byron/gitoxide/commit/99e12bee16ab3f344c71818bfd1c95cf50e1721b))
70+
- Merge branch 'main' into remote-ls-refs ([`de61c4d`](https://github.com/Byron/gitoxide/commit/de61c4db7855d6925d66961f62ae3d12cc4acf78))
71+
- thanks clippy ([`4bd747c`](https://github.com/Byron/gitoxide/commit/4bd747cb3e126fe5b1d540270cfbd731cffd42ef))
72+
- Fix typos ([`e9fcb70`](https://github.com/Byron/gitoxide/commit/e9fcb70e429edb2974afa3f58d181f3ef14c3da3))
73+
- fix build after changes to `git-url` and `git-config` ([`1f02420`](https://github.com/Byron/gitoxide/commit/1f0242034071ce317743df75cc685e7428b604b0))
74+
- Merge branch 'normalize-values' ([`4e8cc7a`](https://github.com/Byron/gitoxide/commit/4e8cc7a5b447656c744cd84e6521e620d0479acb))
75+
- thanks clippy ([`e1003d5`](https://github.com/Byron/gitoxide/commit/e1003d5fdee5d4439c0cf0286c67dec9b5e34f53))
76+
- Release git-path v0.3.0, safety bump 14 crates ([`400c9be`](https://github.com/Byron/gitoxide/commit/400c9bec49e4ec5351dc9357b246e7677a63ea35))
77+
- Use clap 3.2.5 to be able to opt-in to deprecations ([`aaf1cde`](https://github.com/Byron/gitoxide/commit/aaf1cdedf7bd181977faa66ef21f7ee75627bf9f))
78+
- thanks clippy ([`f6c2f94`](https://github.com/Byron/gitoxide/commit/f6c2f94a6270dd71523a90796fd0e3ac49b03a8f))
79+
- Fix smart-release journey tests ([`6c852b8`](https://github.com/Byron/gitoxide/commit/6c852b8896ce7ec8175faa05176fc30e0705df1d))
80+
- Adjust cargo-smart-release to use latest `git-repository` version ([`1e1fabd`](https://github.com/Byron/gitoxide/commit/1e1fabd31fbe11fb9a9422ceb474fd2724d0c320))
81+
- allow dependency edits to apply to `target.<cfg>.*dependencies`. ([`376749c`](https://github.com/Byron/gitoxide/commit/376749cc49c6dafcc314b8435d6feac81482b3f5))
82+
- Make it possible (in theory) to find versions in `target` dependencies. ([`34d0744`](https://github.com/Byron/gitoxide/commit/34d074473c75a395501be20654373f70f7d2acb7))
83+
- List any dependency update that is caused by other crates in preview. ([`988c61e`](https://github.com/Byron/gitoxide/commit/988c61e07bdb52870794e70e94b925de7acb402e))
84+
- more useful debug output for `traverse::Dependency`. ([`0aff709`](https://github.com/Byron/gitoxide/commit/0aff7091adbedc53448b56d2363fad17408d8f4e))
85+
- Also remove cargo-smart-release from workspace ([`8ef5197`](https://github.com/Byron/gitoxide/commit/8ef5197178f879bdd5d191dba331ac318626bfb5))
86+
</details>
87+
888
## 0.10.2 (2022-05-27)
989

1090
### Bug Fixes
@@ -21,7 +101,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21101

22102
<csr-read-only-do-not-edit/>
23103

24-
- 3 commits contributed to the release over the course of 3 calendar days.
104+
- 4 commits contributed to the release over the course of 3 calendar days.
25105
- 3 days passed between releases.
26106
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
27107
- 1 unique issue was worked on: [#429](https://github.com/Byron/gitoxide/issues/429)
@@ -36,6 +116,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36116
- Adjust changelogs prior to release ([`7397805`](https://github.com/Byron/gitoxide/commit/7397805fd032a752d6c2f2c2c28ac11ddecc7193))
37117
- Avoid running into the `default-members` trap with 'cargo publish'. ([`64b951c`](https://github.com/Byron/gitoxide/commit/64b951cade24c69d522a76ad217bea70a4afe45a))
38118
* **Uncategorized**
119+
- Release git-sec v0.1.2, git-discover v0.1.3, cargo-smart-release v0.10.2 ([`6cd365e`](https://github.com/Byron/gitoxide/commit/6cd365e2cf6851f5cdecc22f3b1667440ad011b0))
39120
- Merge branch 'davidkna-admin-sec' ([`3d0e2c2`](https://github.com/Byron/gitoxide/commit/3d0e2c2d4ebdbe3dff01846aac3375128353a2e1))
40121
</details>
41122

cargo-smart-release/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test = false
2424
cache-efficiency-debug = ["git-repository/cache-efficiency-debug"]
2525

2626
[dependencies]
27-
git-repository = { version = "^0.22.0", path = "../git-repository", features = ["unstable"] }
27+
git-repository = { version = "^0.22.1", path = "../git-repository", default-features = false, features = ["unstable", "max-performance-safe"] }
2828
anyhow = "1.0.42"
2929
clap = { version = "3.2.5", features = ["derive", "cargo"] }
3030
env_logger = { version = "0.9.0", default-features = false, features = ["humantime", "termcolor", "atty"] }

etc/check-package-size.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ echo "in root: gitoxide CLI"
2020
(enter git-pathspec && indent cargo diet -n --package-size-limit 25KB)
2121
(enter git-refspec && indent cargo diet -n --package-size-limit 15KB)
2222
(enter git-path && indent cargo diet -n --package-size-limit 15KB)
23-
(enter git-attributes && indent cargo diet -n --package-size-limit 15KB)
23+
(enter git-attributes && indent cargo diet -n --package-size-limit 20KB)
2424
(enter git-discover && indent cargo diet -n --package-size-limit 20KB)
2525
(enter git-index && indent cargo diet -n --package-size-limit 40KB)
2626
(enter git-worktree && indent cargo diet -n --package-size-limit 30KB)
2727
(enter git-quote && indent cargo diet -n --package-size-limit 5KB)
2828
(enter git-revision && indent cargo diet -n --package-size-limit 30KB)
2929
(enter git-bitmap && indent cargo diet -n --package-size-limit 5KB)
3030
(enter git-tempfile && indent cargo diet -n --package-size-limit 30KB)
31-
(enter git-lock && indent cargo diet -n --package-size-limit 15KB)
31+
(enter git-lock && indent cargo diet -n --package-size-limit 20KB)
3232
(enter git-config && indent cargo diet -n --package-size-limit 110KB)
3333
(enter git-hash && indent cargo diet -n --package-size-limit 20KB)
3434
(enter git-chunk && indent cargo diet -n --package-size-limit 10KB)
@@ -44,7 +44,7 @@ echo "in root: gitoxide CLI"
4444
(enter git-filter && indent cargo diet -n --package-size-limit 5KB)
4545
(enter git-lfs && indent cargo diet -n --package-size-limit 5KB)
4646
(enter git-note && indent cargo diet -n --package-size-limit 5KB)
47-
(enter git-sec && indent cargo diet -n --package-size-limit 10KB)
47+
(enter git-sec && indent cargo diet -n --package-size-limit 15KB)
4848
(enter git-tix && indent cargo diet -n --package-size-limit 5KB)
4949
(enter git-credentials && indent cargo diet -n --package-size-limit 10KB)
5050
(enter git-object && indent cargo diet -n --package-size-limit 25KB)
@@ -53,6 +53,6 @@ echo "in root: gitoxide CLI"
5353
(enter git-odb && indent cargo diet -n --package-size-limit 120KB)
5454
(enter git-protocol && indent cargo diet -n --package-size-limit 50KB)
5555
(enter git-packetline && indent cargo diet -n --package-size-limit 35KB)
56-
(enter git-repository && indent cargo diet -n --package-size-limit 150KB)
57-
(enter git-transport && indent cargo diet -n --package-size-limit 50KB)
56+
(enter git-repository && indent cargo diet -n --package-size-limit 160KB)
57+
(enter git-transport && indent cargo diet -n --package-size-limit 55KB)
5858
(enter gitoxide-core && indent cargo diet -n --package-size-limit 80KB)

0 commit comments

Comments
 (0)