git-bot-feedback 0.2.0__tar.gz → 0.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/CHANGELOG.md +5 -3
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/Cargo.lock +139 -74
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/Cargo.toml +1 -1
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/PKG-INFO +1 -1
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/bindings/python/CHANGELOG.md +30 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/bindings/python/Cargo.toml +2 -2
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/src/client/github/mod.rs +11 -1
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/src/client/github/serde_structs.rs +17 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/src/client/local.rs +1 -1
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/uv.lock +54 -54
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/.gitattributes +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/.gitignore +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/.pre-commit-config.yaml +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/CONTRIBUTING.md +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/LICENSE +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/README.md +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/README.rst +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/bindings/python/README.rst +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/bindings/python/git_bot_feedback.pyi +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/bindings/python/src/lib.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/bindings/python/src/wrapper.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/build.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/codecov.yml +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/cspell.config.yml +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/docs/API/client.rst +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/docs/API/file-annotations.rst +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/docs/API/file-changes.rst +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/docs/API/index.rst +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/docs/API/output-variables.rst +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/docs/API/pr-reviews.rst +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/docs/API/thread-comments.rst +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/docs/_static/favicon.ico +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/docs/_static/logo.png +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/docs/conf.py +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/docs/index.rst +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/docs/logo.xcf +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/git_bot_feedback.pyi +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/nurfile +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/pyproject.toml +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/src/client/common.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/src/client/gitea/mod.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/src/client/gitea/serde_structs.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/src/client/gitea/specific_api.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/src/client/github/graphql.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/src/client/github/specific_api.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/src/client/mod.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/src/comments/mod.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/src/comments/review_comments.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/src/comments/thread_comments.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/src/error.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/src/file_annotations.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/src/file_utils/file_filter.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/src/file_utils/mod.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/src/git_diff.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/src/lib.rs +0 -0
- {git_bot_feedback-0.2.0 → git_bot_feedback-0.2.2}/src/output_variable.rs +0 -0
|
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
<!-- markdownlint-disable MD024 -->
|
|
8
8
|
|
|
9
|
-
## [git-bot-feedback/v0.8.
|
|
9
|
+
## [git-bot-feedback/v0.8.2] - 2026-09-24
|
|
10
10
|
|
|
11
11
|
### <!-- 1 --> 🚀 Added
|
|
12
12
|
|
|
@@ -45,6 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
45
45
|
- Trim line endings from file names when parsing diff strings by @2bndy5 in [#97](https://github.com/2bndy5/git-bot-feedback/pull/97)
|
|
46
46
|
- Fail on parsing erroneous diff by @2bndy5 in [#98](https://github.com/2bndy5/git-bot-feedback/pull/98)
|
|
47
47
|
- Move option's value instead of cloning it by @2bndy5 in [#99](https://github.com/2bndy5/git-bot-feedback/pull/99)
|
|
48
|
+
- Output only diff using `git show` by @2bndy5 in [#102](https://github.com/2bndy5/git-bot-feedback/pull/102)
|
|
49
|
+
- Improve Github client's `get_list_of_changed_files()` by @2bndy5 in [#123](https://github.com/2bndy5/git-bot-feedback/pull/123)
|
|
48
50
|
|
|
49
51
|
### <!-- 8 --> 📝 Documentation
|
|
50
52
|
|
|
@@ -54,9 +56,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
54
56
|
|
|
55
57
|
- Revise `FileAnnotations` impl by @2bndy5 in [#64](https://github.com/2bndy5/git-bot-feedback/pull/64)
|
|
56
58
|
|
|
57
|
-
[git-bot-feedback/v0.8.
|
|
59
|
+
[git-bot-feedback/v0.8.2]: https://github.com/2bndy5/git-bot-feedback/compare/git-bot-feedback/v0.8.1...git-bot-feedback/v0.8.2
|
|
58
60
|
|
|
59
|
-
Full commit diff: [`git-bot-feedback/v0.
|
|
61
|
+
Full commit diff: [`git-bot-feedback/v0.8.1...git-bot-feedback/v0.8.2`][git-bot-feedback/v0.8.2]
|
|
60
62
|
|
|
61
63
|
|
|
62
64
|
<!-- generated by git-cliff -->
|
|
@@ -53,13 +53,13 @@ dependencies = [
|
|
|
53
53
|
|
|
54
54
|
[[package]]
|
|
55
55
|
name = "async-trait"
|
|
56
|
-
version = "0.1.
|
|
56
|
+
version = "0.1.92"
|
|
57
57
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
58
|
-
checksum = "
|
|
58
|
+
checksum = "82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667"
|
|
59
59
|
dependencies = [
|
|
60
60
|
"proc-macro2",
|
|
61
61
|
"quote",
|
|
62
|
-
"syn",
|
|
62
|
+
"syn 3.0.3",
|
|
63
63
|
]
|
|
64
64
|
|
|
65
65
|
[[package]]
|
|
@@ -102,6 +102,12 @@ version = "0.22.1"
|
|
|
102
102
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
103
103
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
104
104
|
|
|
105
|
+
[[package]]
|
|
106
|
+
name = "base64"
|
|
107
|
+
version = "0.23.1"
|
|
108
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
109
|
+
checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5"
|
|
110
|
+
|
|
105
111
|
[[package]]
|
|
106
112
|
name = "bitflags"
|
|
107
113
|
version = "2.11.1"
|
|
@@ -150,6 +156,17 @@ version = "0.2.1"
|
|
|
150
156
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
151
157
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
152
158
|
|
|
159
|
+
[[package]]
|
|
160
|
+
name = "chacha20"
|
|
161
|
+
version = "0.10.1"
|
|
162
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
163
|
+
checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
|
|
164
|
+
dependencies = [
|
|
165
|
+
"cfg-if",
|
|
166
|
+
"cpufeatures",
|
|
167
|
+
"rand_core 0.10.1",
|
|
168
|
+
]
|
|
169
|
+
|
|
153
170
|
[[package]]
|
|
154
171
|
name = "chrono"
|
|
155
172
|
version = "0.4.45"
|
|
@@ -217,6 +234,15 @@ version = "0.8.7"
|
|
|
217
234
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
218
235
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
219
236
|
|
|
237
|
+
[[package]]
|
|
238
|
+
name = "cpufeatures"
|
|
239
|
+
version = "0.3.0"
|
|
240
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
241
|
+
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
|
|
242
|
+
dependencies = [
|
|
243
|
+
"libc",
|
|
244
|
+
]
|
|
245
|
+
|
|
220
246
|
[[package]]
|
|
221
247
|
name = "displaydoc"
|
|
222
248
|
version = "0.2.5"
|
|
@@ -225,7 +251,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
225
251
|
dependencies = [
|
|
226
252
|
"proc-macro2",
|
|
227
253
|
"quote",
|
|
228
|
-
"syn",
|
|
254
|
+
"syn 2.0.117",
|
|
229
255
|
]
|
|
230
256
|
|
|
231
257
|
[[package]]
|
|
@@ -261,9 +287,9 @@ dependencies = [
|
|
|
261
287
|
|
|
262
288
|
[[package]]
|
|
263
289
|
name = "fast-glob"
|
|
264
|
-
version = "1.
|
|
290
|
+
version = "1.1.1"
|
|
265
291
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
266
|
-
checksum = "
|
|
292
|
+
checksum = "6d3f5d15b86ff37d2d23719f90657a53d5399abe0736dacb9e5fbe549314d349"
|
|
267
293
|
dependencies = [
|
|
268
294
|
"arrayvec",
|
|
269
295
|
]
|
|
@@ -330,7 +356,7 @@ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
|
|
|
330
356
|
dependencies = [
|
|
331
357
|
"proc-macro2",
|
|
332
358
|
"quote",
|
|
333
|
-
"syn",
|
|
359
|
+
"syn 2.0.117",
|
|
334
360
|
]
|
|
335
361
|
|
|
336
362
|
[[package]]
|
|
@@ -378,11 +404,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
378
404
|
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
379
405
|
dependencies = [
|
|
380
406
|
"cfg-if",
|
|
381
|
-
"js-sys",
|
|
382
407
|
"libc",
|
|
383
408
|
"r-efi 5.3.0",
|
|
384
409
|
"wasip2",
|
|
385
|
-
"wasm-bindgen",
|
|
386
410
|
]
|
|
387
411
|
|
|
388
412
|
[[package]]
|
|
@@ -392,15 +416,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
392
416
|
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
|
|
393
417
|
dependencies = [
|
|
394
418
|
"cfg-if",
|
|
419
|
+
"js-sys",
|
|
395
420
|
"libc",
|
|
396
421
|
"r-efi 6.0.0",
|
|
422
|
+
"rand_core 0.10.1",
|
|
397
423
|
"wasip2",
|
|
398
424
|
"wasip3",
|
|
425
|
+
"wasm-bindgen",
|
|
399
426
|
]
|
|
400
427
|
|
|
401
428
|
[[package]]
|
|
402
429
|
name = "git-bot-feedback"
|
|
403
|
-
version = "0.8.
|
|
430
|
+
version = "0.8.2"
|
|
404
431
|
dependencies = [
|
|
405
432
|
"async-trait",
|
|
406
433
|
"chrono",
|
|
@@ -413,14 +440,14 @@ dependencies = [
|
|
|
413
440
|
"serde",
|
|
414
441
|
"serde_json",
|
|
415
442
|
"tempfile",
|
|
416
|
-
"thiserror 2.0.
|
|
443
|
+
"thiserror 2.0.20",
|
|
417
444
|
"tokio",
|
|
418
445
|
"url",
|
|
419
446
|
]
|
|
420
447
|
|
|
421
448
|
[[package]]
|
|
422
449
|
name = "git-bot-feedback-py"
|
|
423
|
-
version = "0.2.
|
|
450
|
+
version = "0.2.2"
|
|
424
451
|
dependencies = [
|
|
425
452
|
"git-bot-feedback",
|
|
426
453
|
"pyo3",
|
|
@@ -558,7 +585,7 @@ version = "0.1.20"
|
|
|
558
585
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
559
586
|
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
|
|
560
587
|
dependencies = [
|
|
561
|
-
"base64",
|
|
588
|
+
"base64 0.22.1",
|
|
562
589
|
"bytes",
|
|
563
590
|
"futures-channel",
|
|
564
591
|
"futures-util",
|
|
@@ -785,7 +812,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
785
812
|
checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
|
|
786
813
|
dependencies = [
|
|
787
814
|
"quote",
|
|
788
|
-
"syn",
|
|
815
|
+
"syn 2.0.117",
|
|
789
816
|
]
|
|
790
817
|
|
|
791
818
|
[[package]]
|
|
@@ -845,9 +872,9 @@ dependencies = [
|
|
|
845
872
|
|
|
846
873
|
[[package]]
|
|
847
874
|
name = "log"
|
|
848
|
-
version = "0.4.
|
|
875
|
+
version = "0.4.34"
|
|
849
876
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
850
|
-
checksum = "
|
|
877
|
+
checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6"
|
|
851
878
|
|
|
852
879
|
[[package]]
|
|
853
880
|
name = "lru-slab"
|
|
@@ -895,7 +922,7 @@ dependencies = [
|
|
|
895
922
|
"hyper-util",
|
|
896
923
|
"log",
|
|
897
924
|
"pin-project-lite",
|
|
898
|
-
"rand",
|
|
925
|
+
"rand 0.9.4",
|
|
899
926
|
"regex",
|
|
900
927
|
"serde_json",
|
|
901
928
|
"serde_urlencoded",
|
|
@@ -990,7 +1017,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
990
1017
|
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
991
1018
|
dependencies = [
|
|
992
1019
|
"proc-macro2",
|
|
993
|
-
"syn",
|
|
1020
|
+
"syn 2.0.117",
|
|
994
1021
|
]
|
|
995
1022
|
|
|
996
1023
|
[[package]]
|
|
@@ -1004,9 +1031,9 @@ dependencies = [
|
|
|
1004
1031
|
|
|
1005
1032
|
[[package]]
|
|
1006
1033
|
name = "pyo3"
|
|
1007
|
-
version = "0.29.
|
|
1034
|
+
version = "0.29.2"
|
|
1008
1035
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1009
|
-
checksum = "
|
|
1036
|
+
checksum = "4688ddedf473e32662b9b067670129a8afb8c18e351482c70d62ba4a88171e8b"
|
|
1010
1037
|
dependencies = [
|
|
1011
1038
|
"libc",
|
|
1012
1039
|
"once_cell",
|
|
@@ -1032,18 +1059,18 @@ dependencies = [
|
|
|
1032
1059
|
|
|
1033
1060
|
[[package]]
|
|
1034
1061
|
name = "pyo3-build-config"
|
|
1035
|
-
version = "0.29.
|
|
1062
|
+
version = "0.29.2"
|
|
1036
1063
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1037
|
-
checksum = "
|
|
1064
|
+
checksum = "f41027e41b4bd03f6e60f9f417fe24a6341a6bb744edd62b6f709f2a52ea30e9"
|
|
1038
1065
|
dependencies = [
|
|
1039
1066
|
"target-lexicon",
|
|
1040
1067
|
]
|
|
1041
1068
|
|
|
1042
1069
|
[[package]]
|
|
1043
1070
|
name = "pyo3-ffi"
|
|
1044
|
-
version = "0.29.
|
|
1071
|
+
version = "0.29.2"
|
|
1045
1072
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1046
|
-
checksum = "
|
|
1073
|
+
checksum = "e591a95526fead067432c3b3a33fc74770b87b1e04e73671090d9c2055a2b327"
|
|
1047
1074
|
dependencies = [
|
|
1048
1075
|
"libc",
|
|
1049
1076
|
"pyo3-build-config",
|
|
@@ -1062,26 +1089,26 @@ dependencies = [
|
|
|
1062
1089
|
|
|
1063
1090
|
[[package]]
|
|
1064
1091
|
name = "pyo3-macros"
|
|
1065
|
-
version = "0.29.
|
|
1092
|
+
version = "0.29.2"
|
|
1066
1093
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1067
|
-
checksum = "
|
|
1094
|
+
checksum = "73225868fc1cd84eef2c3c230ddb91273bf1de46aeb8a4248da76d32a0924a1c"
|
|
1068
1095
|
dependencies = [
|
|
1069
1096
|
"proc-macro2",
|
|
1070
1097
|
"pyo3-macros-backend",
|
|
1071
1098
|
"quote",
|
|
1072
|
-
"syn",
|
|
1099
|
+
"syn 2.0.117",
|
|
1073
1100
|
]
|
|
1074
1101
|
|
|
1075
1102
|
[[package]]
|
|
1076
1103
|
name = "pyo3-macros-backend"
|
|
1077
|
-
version = "0.29.
|
|
1104
|
+
version = "0.29.2"
|
|
1078
1105
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1079
|
-
checksum = "
|
|
1106
|
+
checksum = "571575aa3749fa6216757dd47d2a3e7ef360f329a40f0666a9fbd14889024952"
|
|
1080
1107
|
dependencies = [
|
|
1081
1108
|
"heck",
|
|
1082
1109
|
"proc-macro2",
|
|
1083
1110
|
"quote",
|
|
1084
|
-
"syn",
|
|
1111
|
+
"syn 2.0.117",
|
|
1085
1112
|
]
|
|
1086
1113
|
|
|
1087
1114
|
[[package]]
|
|
@@ -1098,7 +1125,7 @@ dependencies = [
|
|
|
1098
1125
|
"rustc-hash",
|
|
1099
1126
|
"rustls",
|
|
1100
1127
|
"socket2",
|
|
1101
|
-
"thiserror 2.0.
|
|
1128
|
+
"thiserror 2.0.20",
|
|
1102
1129
|
"tokio",
|
|
1103
1130
|
"tracing",
|
|
1104
1131
|
"web-time",
|
|
@@ -1106,21 +1133,22 @@ dependencies = [
|
|
|
1106
1133
|
|
|
1107
1134
|
[[package]]
|
|
1108
1135
|
name = "quinn-proto"
|
|
1109
|
-
version = "0.11.
|
|
1136
|
+
version = "0.11.16"
|
|
1110
1137
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1111
|
-
checksum = "
|
|
1138
|
+
checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
|
|
1112
1139
|
dependencies = [
|
|
1113
1140
|
"aws-lc-rs",
|
|
1114
1141
|
"bytes",
|
|
1115
|
-
"getrandom 0.
|
|
1142
|
+
"getrandom 0.4.2",
|
|
1116
1143
|
"lru-slab",
|
|
1117
|
-
"rand",
|
|
1144
|
+
"rand 0.10.2",
|
|
1145
|
+
"rand_pcg",
|
|
1118
1146
|
"ring",
|
|
1119
1147
|
"rustc-hash",
|
|
1120
1148
|
"rustls",
|
|
1121
1149
|
"rustls-pki-types",
|
|
1122
1150
|
"slab",
|
|
1123
|
-
"thiserror 2.0.
|
|
1151
|
+
"thiserror 2.0.20",
|
|
1124
1152
|
"tinyvec",
|
|
1125
1153
|
"tracing",
|
|
1126
1154
|
"web-time",
|
|
@@ -1168,7 +1196,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1168
1196
|
checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
|
|
1169
1197
|
dependencies = [
|
|
1170
1198
|
"rand_chacha",
|
|
1171
|
-
"rand_core",
|
|
1199
|
+
"rand_core 0.9.5",
|
|
1200
|
+
]
|
|
1201
|
+
|
|
1202
|
+
[[package]]
|
|
1203
|
+
name = "rand"
|
|
1204
|
+
version = "0.10.2"
|
|
1205
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1206
|
+
checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
|
|
1207
|
+
dependencies = [
|
|
1208
|
+
"chacha20",
|
|
1209
|
+
"getrandom 0.4.2",
|
|
1210
|
+
"rand_core 0.10.1",
|
|
1172
1211
|
]
|
|
1173
1212
|
|
|
1174
1213
|
[[package]]
|
|
@@ -1178,7 +1217,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1178
1217
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
1179
1218
|
dependencies = [
|
|
1180
1219
|
"ppv-lite86",
|
|
1181
|
-
"rand_core",
|
|
1220
|
+
"rand_core 0.9.5",
|
|
1182
1221
|
]
|
|
1183
1222
|
|
|
1184
1223
|
[[package]]
|
|
@@ -1190,6 +1229,21 @@ dependencies = [
|
|
|
1190
1229
|
"getrandom 0.3.4",
|
|
1191
1230
|
]
|
|
1192
1231
|
|
|
1232
|
+
[[package]]
|
|
1233
|
+
name = "rand_core"
|
|
1234
|
+
version = "0.10.1"
|
|
1235
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1236
|
+
checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
|
|
1237
|
+
|
|
1238
|
+
[[package]]
|
|
1239
|
+
name = "rand_pcg"
|
|
1240
|
+
version = "0.10.2"
|
|
1241
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1242
|
+
checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
|
|
1243
|
+
dependencies = [
|
|
1244
|
+
"rand_core 0.10.1",
|
|
1245
|
+
]
|
|
1246
|
+
|
|
1193
1247
|
[[package]]
|
|
1194
1248
|
name = "redox_syscall"
|
|
1195
1249
|
version = "0.5.18"
|
|
@@ -1201,9 +1255,9 @@ dependencies = [
|
|
|
1201
1255
|
|
|
1202
1256
|
[[package]]
|
|
1203
1257
|
name = "regex"
|
|
1204
|
-
version = "1.
|
|
1258
|
+
version = "1.13.1"
|
|
1205
1259
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1206
|
-
checksum = "
|
|
1260
|
+
checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
|
|
1207
1261
|
dependencies = [
|
|
1208
1262
|
"aho-corasick",
|
|
1209
1263
|
"memchr",
|
|
@@ -1213,9 +1267,9 @@ dependencies = [
|
|
|
1213
1267
|
|
|
1214
1268
|
[[package]]
|
|
1215
1269
|
name = "regex-automata"
|
|
1216
|
-
version = "0.4.
|
|
1270
|
+
version = "0.4.18"
|
|
1217
1271
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1218
|
-
checksum = "
|
|
1272
|
+
checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2"
|
|
1219
1273
|
dependencies = [
|
|
1220
1274
|
"aho-corasick",
|
|
1221
1275
|
"memchr",
|
|
@@ -1230,11 +1284,11 @@ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
|
|
|
1230
1284
|
|
|
1231
1285
|
[[package]]
|
|
1232
1286
|
name = "reqwest"
|
|
1233
|
-
version = "0.13.
|
|
1287
|
+
version = "0.13.5"
|
|
1234
1288
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1235
|
-
checksum = "
|
|
1289
|
+
checksum = "16a1cfa75cc186dd73d5818e510e042e40927bccc9c236b061cea97e1eb08029"
|
|
1236
1290
|
dependencies = [
|
|
1237
|
-
"base64",
|
|
1291
|
+
"base64 0.23.1",
|
|
1238
1292
|
"bytes",
|
|
1239
1293
|
"encoding_rs",
|
|
1240
1294
|
"futures-core",
|
|
@@ -1441,9 +1495,9 @@ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
|
1441
1495
|
|
|
1442
1496
|
[[package]]
|
|
1443
1497
|
name = "serde"
|
|
1444
|
-
version = "1.0.
|
|
1498
|
+
version = "1.0.229"
|
|
1445
1499
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1446
|
-
checksum = "
|
|
1500
|
+
checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
|
|
1447
1501
|
dependencies = [
|
|
1448
1502
|
"serde_core",
|
|
1449
1503
|
"serde_derive",
|
|
@@ -1451,29 +1505,29 @@ dependencies = [
|
|
|
1451
1505
|
|
|
1452
1506
|
[[package]]
|
|
1453
1507
|
name = "serde_core"
|
|
1454
|
-
version = "1.0.
|
|
1508
|
+
version = "1.0.229"
|
|
1455
1509
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1456
|
-
checksum = "
|
|
1510
|
+
checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
|
|
1457
1511
|
dependencies = [
|
|
1458
1512
|
"serde_derive",
|
|
1459
1513
|
]
|
|
1460
1514
|
|
|
1461
1515
|
[[package]]
|
|
1462
1516
|
name = "serde_derive"
|
|
1463
|
-
version = "1.0.
|
|
1517
|
+
version = "1.0.229"
|
|
1464
1518
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1465
|
-
checksum = "
|
|
1519
|
+
checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
|
|
1466
1520
|
dependencies = [
|
|
1467
1521
|
"proc-macro2",
|
|
1468
1522
|
"quote",
|
|
1469
|
-
"syn",
|
|
1523
|
+
"syn 3.0.3",
|
|
1470
1524
|
]
|
|
1471
1525
|
|
|
1472
1526
|
[[package]]
|
|
1473
1527
|
name = "serde_json"
|
|
1474
|
-
version = "1.0.
|
|
1528
|
+
version = "1.0.151"
|
|
1475
1529
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1476
|
-
checksum = "
|
|
1530
|
+
checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
|
|
1477
1531
|
dependencies = [
|
|
1478
1532
|
"itoa",
|
|
1479
1533
|
"memchr",
|
|
@@ -1551,6 +1605,17 @@ dependencies = [
|
|
|
1551
1605
|
"unicode-ident",
|
|
1552
1606
|
]
|
|
1553
1607
|
|
|
1608
|
+
[[package]]
|
|
1609
|
+
name = "syn"
|
|
1610
|
+
version = "3.0.3"
|
|
1611
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1612
|
+
checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
|
|
1613
|
+
dependencies = [
|
|
1614
|
+
"proc-macro2",
|
|
1615
|
+
"quote",
|
|
1616
|
+
"unicode-ident",
|
|
1617
|
+
]
|
|
1618
|
+
|
|
1554
1619
|
[[package]]
|
|
1555
1620
|
name = "sync_wrapper"
|
|
1556
1621
|
version = "1.0.2"
|
|
@@ -1568,7 +1633,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
|
1568
1633
|
dependencies = [
|
|
1569
1634
|
"proc-macro2",
|
|
1570
1635
|
"quote",
|
|
1571
|
-
"syn",
|
|
1636
|
+
"syn 2.0.117",
|
|
1572
1637
|
]
|
|
1573
1638
|
|
|
1574
1639
|
[[package]]
|
|
@@ -1622,11 +1687,11 @@ dependencies = [
|
|
|
1622
1687
|
|
|
1623
1688
|
[[package]]
|
|
1624
1689
|
name = "thiserror"
|
|
1625
|
-
version = "2.0.
|
|
1690
|
+
version = "2.0.20"
|
|
1626
1691
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1627
|
-
checksum = "
|
|
1692
|
+
checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
|
|
1628
1693
|
dependencies = [
|
|
1629
|
-
"thiserror-impl 2.0.
|
|
1694
|
+
"thiserror-impl 2.0.20",
|
|
1630
1695
|
]
|
|
1631
1696
|
|
|
1632
1697
|
[[package]]
|
|
@@ -1637,18 +1702,18 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
|
1637
1702
|
dependencies = [
|
|
1638
1703
|
"proc-macro2",
|
|
1639
1704
|
"quote",
|
|
1640
|
-
"syn",
|
|
1705
|
+
"syn 2.0.117",
|
|
1641
1706
|
]
|
|
1642
1707
|
|
|
1643
1708
|
[[package]]
|
|
1644
1709
|
name = "thiserror-impl"
|
|
1645
|
-
version = "2.0.
|
|
1710
|
+
version = "2.0.20"
|
|
1646
1711
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1647
|
-
checksum = "
|
|
1712
|
+
checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
|
|
1648
1713
|
dependencies = [
|
|
1649
1714
|
"proc-macro2",
|
|
1650
1715
|
"quote",
|
|
1651
|
-
"syn",
|
|
1716
|
+
"syn 3.0.3",
|
|
1652
1717
|
]
|
|
1653
1718
|
|
|
1654
1719
|
[[package]]
|
|
@@ -1678,9 +1743,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
1678
1743
|
|
|
1679
1744
|
[[package]]
|
|
1680
1745
|
name = "tokio"
|
|
1681
|
-
version = "1.
|
|
1746
|
+
version = "1.53.1"
|
|
1682
1747
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1683
|
-
checksum = "
|
|
1748
|
+
checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
|
|
1684
1749
|
dependencies = [
|
|
1685
1750
|
"bytes",
|
|
1686
1751
|
"libc",
|
|
@@ -1700,7 +1765,7 @@ checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
|
|
|
1700
1765
|
dependencies = [
|
|
1701
1766
|
"proc-macro2",
|
|
1702
1767
|
"quote",
|
|
1703
|
-
"syn",
|
|
1768
|
+
"syn 2.0.117",
|
|
1704
1769
|
]
|
|
1705
1770
|
|
|
1706
1771
|
[[package]]
|
|
@@ -1917,7 +1982,7 @@ dependencies = [
|
|
|
1917
1982
|
"bumpalo",
|
|
1918
1983
|
"proc-macro2",
|
|
1919
1984
|
"quote",
|
|
1920
|
-
"syn",
|
|
1985
|
+
"syn 2.0.117",
|
|
1921
1986
|
"wasm-bindgen-shared",
|
|
1922
1987
|
]
|
|
1923
1988
|
|
|
@@ -2023,7 +2088,7 @@ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
|
2023
2088
|
dependencies = [
|
|
2024
2089
|
"proc-macro2",
|
|
2025
2090
|
"quote",
|
|
2026
|
-
"syn",
|
|
2091
|
+
"syn 2.0.117",
|
|
2027
2092
|
]
|
|
2028
2093
|
|
|
2029
2094
|
[[package]]
|
|
@@ -2034,7 +2099,7 @@ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
|
2034
2099
|
dependencies = [
|
|
2035
2100
|
"proc-macro2",
|
|
2036
2101
|
"quote",
|
|
2037
|
-
"syn",
|
|
2102
|
+
"syn 2.0.117",
|
|
2038
2103
|
]
|
|
2039
2104
|
|
|
2040
2105
|
[[package]]
|
|
@@ -2330,7 +2395,7 @@ dependencies = [
|
|
|
2330
2395
|
"heck",
|
|
2331
2396
|
"indexmap",
|
|
2332
2397
|
"prettyplease",
|
|
2333
|
-
"syn",
|
|
2398
|
+
"syn 2.0.117",
|
|
2334
2399
|
"wasm-metadata",
|
|
2335
2400
|
"wit-bindgen-core",
|
|
2336
2401
|
"wit-component",
|
|
@@ -2346,7 +2411,7 @@ dependencies = [
|
|
|
2346
2411
|
"prettyplease",
|
|
2347
2412
|
"proc-macro2",
|
|
2348
2413
|
"quote",
|
|
2349
|
-
"syn",
|
|
2414
|
+
"syn 2.0.117",
|
|
2350
2415
|
"wit-bindgen-core",
|
|
2351
2416
|
"wit-bindgen-rust",
|
|
2352
2417
|
]
|
|
@@ -2413,7 +2478,7 @@ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
|
|
|
2413
2478
|
dependencies = [
|
|
2414
2479
|
"proc-macro2",
|
|
2415
2480
|
"quote",
|
|
2416
|
-
"syn",
|
|
2481
|
+
"syn 2.0.117",
|
|
2417
2482
|
"synstructure",
|
|
2418
2483
|
]
|
|
2419
2484
|
|
|
@@ -2434,7 +2499,7 @@ checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
|
|
|
2434
2499
|
dependencies = [
|
|
2435
2500
|
"proc-macro2",
|
|
2436
2501
|
"quote",
|
|
2437
|
-
"syn",
|
|
2502
|
+
"syn 2.0.117",
|
|
2438
2503
|
]
|
|
2439
2504
|
|
|
2440
2505
|
[[package]]
|
|
@@ -2454,7 +2519,7 @@ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
|
|
|
2454
2519
|
dependencies = [
|
|
2455
2520
|
"proc-macro2",
|
|
2456
2521
|
"quote",
|
|
2457
|
-
"syn",
|
|
2522
|
+
"syn 2.0.117",
|
|
2458
2523
|
"synstructure",
|
|
2459
2524
|
]
|
|
2460
2525
|
|
|
@@ -2494,7 +2559,7 @@ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
|
|
|
2494
2559
|
dependencies = [
|
|
2495
2560
|
"proc-macro2",
|
|
2496
2561
|
"quote",
|
|
2497
|
-
"syn",
|
|
2562
|
+
"syn 2.0.117",
|
|
2498
2563
|
]
|
|
2499
2564
|
|
|
2500
2565
|
[[package]]
|
|
@@ -21,7 +21,7 @@ features = ["http2", "charset", "system-proxy"]
|
|
|
21
21
|
[package]
|
|
22
22
|
name = "git-bot-feedback"
|
|
23
23
|
description = "A library designed for CI tools that posts comments on a Pull Request."
|
|
24
|
-
version = "0.8.
|
|
24
|
+
version = "0.8.2"
|
|
25
25
|
edition.workspace = true
|
|
26
26
|
license.workspace = true
|
|
27
27
|
repository.workspace = true
|
|
@@ -6,6 +6,35 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
<!-- markdownlint-disable MD024 -->
|
|
8
8
|
|
|
9
|
+
## [git-bot-feedback-py/v0.2.2] - 2026-09-24
|
|
10
|
+
|
|
11
|
+
### <!-- 4 --> 🛠️ Fixed
|
|
12
|
+
|
|
13
|
+
- Improve Github client's `get_list_of_changed_files()` by @2bndy5 in [#123](https://github.com/2bndy5/git-bot-feedback/pull/123)
|
|
14
|
+
|
|
15
|
+
### <!-- 6 --> 📦 Dependency updates
|
|
16
|
+
|
|
17
|
+
- Bump version to git-bot-feedback/v0.8.2 by @2bndy5 in [`0e5400a`](https://github.com/2bndy5/git-bot-feedback/commit/0e5400a13f9ee9db19faff7d01a7f70c6869ae42)
|
|
18
|
+
|
|
19
|
+
[git-bot-feedback-py/v0.2.2]: https://github.com/2bndy5/git-bot-feedback/compare/git-bot-feedback-py/v0.2.1...git-bot-feedback-py/v0.2.2
|
|
20
|
+
|
|
21
|
+
Full commit diff: [`git-bot-feedback-py/v0.2.1...git-bot-feedback-py/v0.2.2`][git-bot-feedback-py/v0.2.2]
|
|
22
|
+
|
|
23
|
+
## [git-bot-feedback-py/v0.2.1] - 2026-07-14
|
|
24
|
+
|
|
25
|
+
### <!-- 4 --> 🛠️ Fixed
|
|
26
|
+
|
|
27
|
+
- Output only diff using `git show` by @2bndy5 in [#102](https://github.com/2bndy5/git-bot-feedback/pull/102)
|
|
28
|
+
|
|
29
|
+
### <!-- 6 --> 📦 Dependency updates
|
|
30
|
+
|
|
31
|
+
- Bump version to git-bot-feedback/v0.8.1 by @2bndy5 in [`71dac26`](https://github.com/2bndy5/git-bot-feedback/commit/71dac265a5919e02ec2a6c54ee3dd1bebfb5d156)
|
|
32
|
+
- Bump version to git-bot-feedback-py/v0.2.1 by @2bndy5 in [`1d72f77`](https://github.com/2bndy5/git-bot-feedback/commit/1d72f7799130a7386a2f60da1063a97c7cab39a5)
|
|
33
|
+
|
|
34
|
+
[git-bot-feedback-py/v0.2.1]: https://github.com/2bndy5/git-bot-feedback/compare/git-bot-feedback-py/v0.2.0...git-bot-feedback-py/v0.2.1
|
|
35
|
+
|
|
36
|
+
Full commit diff: [`git-bot-feedback-py/v0.2.0...git-bot-feedback-py/v0.2.1`][git-bot-feedback-py/v0.2.1]
|
|
37
|
+
|
|
9
38
|
## [git-bot-feedback-py/v0.2.0] - 2026-07-01
|
|
10
39
|
|
|
11
40
|
### <!-- 1 --> 🚀 Added
|
|
@@ -22,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
22
51
|
### <!-- 6 --> 📦 Dependency updates
|
|
23
52
|
|
|
24
53
|
- Bump version to git-bot-feedback/v0.8.0 by @2bndy5 in [`d6070e7`](https://github.com/2bndy5/git-bot-feedback/commit/d6070e7d41cdc8a1c01c5f3a69a16aa8bdff0d25)
|
|
54
|
+
- Bump version to git-bot-feedback-py/v0.2.0 by @2bndy5 in [`17d58f4`](https://github.com/2bndy5/git-bot-feedback/commit/17d58f4b2e4b2f9cd229584648dd35f3a2d736f7)
|
|
25
55
|
|
|
26
56
|
### <!-- 8 --> 📝 Documentation
|
|
27
57
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "git-bot-feedback-py"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.2"
|
|
4
4
|
edition.workspace = true
|
|
5
5
|
license.workspace = true
|
|
6
6
|
repository.workspace = true
|
|
@@ -14,7 +14,7 @@ crate-type = ["cdylib"] # spell-checker: disable-line
|
|
|
14
14
|
path = "src/lib.rs"
|
|
15
15
|
|
|
16
16
|
[dependencies]
|
|
17
|
-
git-bot-feedback = { path = "../..", version = "0.8.
|
|
17
|
+
git-bot-feedback = { path = "../..", version = "0.8.2", features = ["file-changes", "pyo3"] }
|
|
18
18
|
pyo3 = { workspace = true }
|
|
19
19
|
pyo3-async-runtimes = { version = "0.29.0", features = ["tokio-runtime"] }
|
|
20
20
|
pyo3-log = "0.13.4"
|
|
@@ -200,6 +200,8 @@ impl RestApiClient for GithubApiClient {
|
|
|
200
200
|
_base_diff: Option<String>,
|
|
201
201
|
_ignore_index: bool,
|
|
202
202
|
) -> Result<HashMap<String, FileDiffLines>, ClientError> {
|
|
203
|
+
use crate::client::github::serde_structs::GitHubChangedFileStatus;
|
|
204
|
+
|
|
203
205
|
let (url, is_pr) = match &self.pull_request {
|
|
204
206
|
Some(pr_event) => (
|
|
205
207
|
self.api_url.join(
|
|
@@ -244,6 +246,8 @@ impl RestApiClient for GithubApiClient {
|
|
|
244
246
|
if !file_filter
|
|
245
247
|
.extensions
|
|
246
248
|
.contains(&ext.to_string_lossy().to_string())
|
|
249
|
+
// skip files that were removed, since there's no content to analyze.
|
|
250
|
+
|| matches!(file.status, GitHubChangedFileStatus::Removed)
|
|
247
251
|
{
|
|
248
252
|
continue;
|
|
249
253
|
}
|
|
@@ -256,10 +260,16 @@ impl RestApiClient for GithubApiClient {
|
|
|
256
260
|
for (name, info) in parse_diff(&diff, file_filter, lines_changed_only)? {
|
|
257
261
|
files.entry(name).or_insert(info);
|
|
258
262
|
}
|
|
259
|
-
} else if file.changes == 0 {
|
|
263
|
+
} else if file.changes == 0 || matches!(lines_changed_only, LinesChangedOnly::Off) {
|
|
260
264
|
// file may have been only renamed.
|
|
261
265
|
// include it in case files-changed-only is enabled.
|
|
262
266
|
files.entry(file.filename).or_default();
|
|
267
|
+
} else {
|
|
268
|
+
log::warn!(
|
|
269
|
+
"File {} has no patch info about {} changes, skipping",
|
|
270
|
+
file.filename,
|
|
271
|
+
file.changes
|
|
272
|
+
);
|
|
263
273
|
}
|
|
264
274
|
// else changes are too big (per git server limits) or we don't care
|
|
265
275
|
}
|
|
@@ -77,6 +77,20 @@ pub struct User {
|
|
|
77
77
|
pub id: u64,
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
+
#[cfg(feature = "file-changes")]
|
|
81
|
+
#[derive(Debug, Deserialize, PartialEq, Eq, Clone, Default)]
|
|
82
|
+
#[serde(rename_all = "lowercase")]
|
|
83
|
+
pub enum GitHubChangedFileStatus {
|
|
84
|
+
Added,
|
|
85
|
+
Removed,
|
|
86
|
+
Modified,
|
|
87
|
+
Renamed,
|
|
88
|
+
Copied,
|
|
89
|
+
Changed,
|
|
90
|
+
#[default]
|
|
91
|
+
Unchanged,
|
|
92
|
+
}
|
|
93
|
+
|
|
80
94
|
/// A structure for deserializing a single changed file in a CI event.
|
|
81
95
|
#[cfg(feature = "file-changes")]
|
|
82
96
|
#[derive(Debug, Deserialize, PartialEq, Clone)]
|
|
@@ -89,6 +103,9 @@ pub struct GithubChangedFile {
|
|
|
89
103
|
pub patch: Option<String>,
|
|
90
104
|
/// The number of changes to the file contents.
|
|
91
105
|
pub changes: i64,
|
|
106
|
+
/// An enumeration describing the file's change status.
|
|
107
|
+
#[serde(default)]
|
|
108
|
+
pub status: GitHubChangedFileStatus,
|
|
92
109
|
}
|
|
93
110
|
|
|
94
111
|
/// A structure for deserializing a Push event's changed files.
|
|
@@ -111,7 +111,7 @@ impl RestApiClient for LocalClient {
|
|
|
111
111
|
if ignore_index {
|
|
112
112
|
// When ignoring the index, we want to compare
|
|
113
113
|
// the working directory changes, not the staged changes.
|
|
114
|
-
diff_args.push("--format
|
|
114
|
+
diff_args.push("--format=".to_string());
|
|
115
115
|
git_sub_cmd.push("show");
|
|
116
116
|
} else {
|
|
117
117
|
git_sub_cmd.push("diff");
|
|
@@ -417,11 +417,11 @@ wheels = [
|
|
|
417
417
|
|
|
418
418
|
[[package]]
|
|
419
419
|
name = "soupsieve"
|
|
420
|
-
version = "2.
|
|
420
|
+
version = "2.9"
|
|
421
421
|
source = { registry = "https://pypi.org/simple" }
|
|
422
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
422
|
+
sdist = { url = "https://files.pythonhosted.org/packages/80/f1/93422647dd7e461f23d254e6b2bfa687a85b53aeb4903fcdbb74474d4584/soupsieve-2.9.tar.gz", hash = "sha256:acee8417325c5653e1377dc31eccad59eb82cbc65942afe6174c53b3aaad63fc", size = 122122, upload-time = "2026-07-19T01:35:18.425Z" }
|
|
423
423
|
wheels = [
|
|
424
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
424
|
+
{ url = "https://files.pythonhosted.org/packages/7b/d6/3185ab5ad1280319b31986898f3206dd7227cd75e293d4dba2a5e6bf27a0/soupsieve-2.9-py3-none-any.whl", hash = "sha256:a2b2c76d67df2382d245409fd71e321a571717e58463efa32ace87dcadac2c12", size = 37387, upload-time = "2026-07-19T01:35:17.106Z" },
|
|
425
425
|
]
|
|
426
426
|
|
|
427
427
|
[[package]]
|
|
@@ -432,23 +432,23 @@ resolution-markers = [
|
|
|
432
432
|
"python_full_version < '3.11'",
|
|
433
433
|
]
|
|
434
434
|
dependencies = [
|
|
435
|
-
{ name = "alabaster"
|
|
436
|
-
{ name = "babel"
|
|
437
|
-
{ name = "colorama", marker = "
|
|
438
|
-
{ name = "docutils", version = "0.21.2", source = { registry = "https://pypi.org/simple" }
|
|
439
|
-
{ name = "imagesize"
|
|
440
|
-
{ name = "jinja2"
|
|
441
|
-
{ name = "packaging"
|
|
442
|
-
{ name = "pygments"
|
|
443
|
-
{ name = "requests"
|
|
444
|
-
{ name = "snowballstemmer"
|
|
445
|
-
{ name = "sphinxcontrib-applehelp"
|
|
446
|
-
{ name = "sphinxcontrib-devhelp"
|
|
447
|
-
{ name = "sphinxcontrib-htmlhelp"
|
|
448
|
-
{ name = "sphinxcontrib-jsmath"
|
|
449
|
-
{ name = "sphinxcontrib-qthelp"
|
|
450
|
-
{ name = "sphinxcontrib-serializinghtml"
|
|
451
|
-
{ name = "tomli"
|
|
435
|
+
{ name = "alabaster" },
|
|
436
|
+
{ name = "babel" },
|
|
437
|
+
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
|
438
|
+
{ name = "docutils", version = "0.21.2", source = { registry = "https://pypi.org/simple" } },
|
|
439
|
+
{ name = "imagesize" },
|
|
440
|
+
{ name = "jinja2" },
|
|
441
|
+
{ name = "packaging" },
|
|
442
|
+
{ name = "pygments" },
|
|
443
|
+
{ name = "requests" },
|
|
444
|
+
{ name = "snowballstemmer" },
|
|
445
|
+
{ name = "sphinxcontrib-applehelp" },
|
|
446
|
+
{ name = "sphinxcontrib-devhelp" },
|
|
447
|
+
{ name = "sphinxcontrib-htmlhelp" },
|
|
448
|
+
{ name = "sphinxcontrib-jsmath" },
|
|
449
|
+
{ name = "sphinxcontrib-qthelp" },
|
|
450
|
+
{ name = "sphinxcontrib-serializinghtml" },
|
|
451
|
+
{ name = "tomli" },
|
|
452
452
|
]
|
|
453
453
|
sdist = { url = "https://files.pythonhosted.org/packages/6f/6d/be0b61178fe2cdcb67e2a92fc9ebb488e3c51c4f74a36a7824c0adf23425/sphinx-8.1.3.tar.gz", hash = "sha256:43c1911eecb0d3e161ad78611bc905d1ad0e523e4ddc202a58a821773dc4c927", size = 8184611, upload-time = "2024-10-13T20:27:13.93Z" }
|
|
454
454
|
wheels = [
|
|
@@ -463,23 +463,23 @@ resolution-markers = [
|
|
|
463
463
|
"python_full_version == '3.11.*'",
|
|
464
464
|
]
|
|
465
465
|
dependencies = [
|
|
466
|
-
{ name = "alabaster"
|
|
467
|
-
{ name = "babel"
|
|
468
|
-
{ name = "colorama", marker = "
|
|
469
|
-
{ name = "docutils", version = "0.22.4", source = { registry = "https://pypi.org/simple" }
|
|
470
|
-
{ name = "imagesize"
|
|
471
|
-
{ name = "jinja2"
|
|
472
|
-
{ name = "packaging"
|
|
473
|
-
{ name = "pygments"
|
|
474
|
-
{ name = "requests"
|
|
475
|
-
{ name = "roman-numerals"
|
|
476
|
-
{ name = "snowballstemmer"
|
|
477
|
-
{ name = "sphinxcontrib-applehelp"
|
|
478
|
-
{ name = "sphinxcontrib-devhelp"
|
|
479
|
-
{ name = "sphinxcontrib-htmlhelp"
|
|
480
|
-
{ name = "sphinxcontrib-jsmath"
|
|
481
|
-
{ name = "sphinxcontrib-qthelp"
|
|
482
|
-
{ name = "sphinxcontrib-serializinghtml"
|
|
466
|
+
{ name = "alabaster" },
|
|
467
|
+
{ name = "babel" },
|
|
468
|
+
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
|
469
|
+
{ name = "docutils", version = "0.22.4", source = { registry = "https://pypi.org/simple" } },
|
|
470
|
+
{ name = "imagesize" },
|
|
471
|
+
{ name = "jinja2" },
|
|
472
|
+
{ name = "packaging" },
|
|
473
|
+
{ name = "pygments" },
|
|
474
|
+
{ name = "requests" },
|
|
475
|
+
{ name = "roman-numerals" },
|
|
476
|
+
{ name = "snowballstemmer" },
|
|
477
|
+
{ name = "sphinxcontrib-applehelp" },
|
|
478
|
+
{ name = "sphinxcontrib-devhelp" },
|
|
479
|
+
{ name = "sphinxcontrib-htmlhelp" },
|
|
480
|
+
{ name = "sphinxcontrib-jsmath" },
|
|
481
|
+
{ name = "sphinxcontrib-qthelp" },
|
|
482
|
+
{ name = "sphinxcontrib-serializinghtml" },
|
|
483
483
|
]
|
|
484
484
|
sdist = { url = "https://files.pythonhosted.org/packages/42/50/a8c6ccc36d5eacdfd7913ddccd15a9cee03ecafc5ee2bc40e1f168d85022/sphinx-9.0.4.tar.gz", hash = "sha256:594ef59d042972abbc581d8baa577404abe4e6c3b04ef61bd7fc2acbd51f3fa3", size = 8710502, upload-time = "2025-12-04T07:45:27.343Z" }
|
|
485
485
|
wheels = [
|
|
@@ -494,23 +494,23 @@ resolution-markers = [
|
|
|
494
494
|
"python_full_version >= '3.12'",
|
|
495
495
|
]
|
|
496
496
|
dependencies = [
|
|
497
|
-
{ name = "alabaster"
|
|
498
|
-
{ name = "babel"
|
|
499
|
-
{ name = "colorama", marker = "
|
|
500
|
-
{ name = "docutils", version = "0.22.4", source = { registry = "https://pypi.org/simple" }
|
|
501
|
-
{ name = "imagesize"
|
|
502
|
-
{ name = "jinja2"
|
|
503
|
-
{ name = "packaging"
|
|
504
|
-
{ name = "pygments"
|
|
505
|
-
{ name = "requests"
|
|
506
|
-
{ name = "roman-numerals"
|
|
507
|
-
{ name = "snowballstemmer"
|
|
508
|
-
{ name = "sphinxcontrib-applehelp"
|
|
509
|
-
{ name = "sphinxcontrib-devhelp"
|
|
510
|
-
{ name = "sphinxcontrib-htmlhelp"
|
|
511
|
-
{ name = "sphinxcontrib-jsmath"
|
|
512
|
-
{ name = "sphinxcontrib-qthelp"
|
|
513
|
-
{ name = "sphinxcontrib-serializinghtml"
|
|
497
|
+
{ name = "alabaster" },
|
|
498
|
+
{ name = "babel" },
|
|
499
|
+
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
|
500
|
+
{ name = "docutils", version = "0.22.4", source = { registry = "https://pypi.org/simple" } },
|
|
501
|
+
{ name = "imagesize" },
|
|
502
|
+
{ name = "jinja2" },
|
|
503
|
+
{ name = "packaging" },
|
|
504
|
+
{ name = "pygments" },
|
|
505
|
+
{ name = "requests" },
|
|
506
|
+
{ name = "roman-numerals" },
|
|
507
|
+
{ name = "snowballstemmer" },
|
|
508
|
+
{ name = "sphinxcontrib-applehelp" },
|
|
509
|
+
{ name = "sphinxcontrib-devhelp" },
|
|
510
|
+
{ name = "sphinxcontrib-htmlhelp" },
|
|
511
|
+
{ name = "sphinxcontrib-jsmath" },
|
|
512
|
+
{ name = "sphinxcontrib-qthelp" },
|
|
513
|
+
{ name = "sphinxcontrib-serializinghtml" },
|
|
514
514
|
]
|
|
515
515
|
sdist = { url = "https://files.pythonhosted.org/packages/cd/bd/f08eb0f4eed5c83f1ba2a3bd18f7745a2b1525fad70660a1c00224ec468a/sphinx-9.1.0.tar.gz", hash = "sha256:7741722357dd75f8190766926071fed3bdc211c74dd2d7d4df5404da95930ddb", size = 8718324, upload-time = "2025-12-31T15:09:27.646Z" }
|
|
516
516
|
wheels = [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|