gitaly 18.1.0.pre.rc1 → 18.1.0.pre.rc42
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.
- checksums.yaml +4 -4
- data/ruby/proto/gitaly/diff_services_pb.rb +0 -3
- data/ruby/proto/gitaly/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1c1c6368668381c913c576d224d7b1e755621b249fa731365964ce7df025491
|
4
|
+
data.tar.gz: 93f32b8eb180dabe280446a6d29efb7dac24cc0b7d40c11bfaeef3817f22c99c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6d01b87a7df2aeca9942d1dfbb5c1be4ee1ca6b71ef9a6c1fe061e578974f61ac9f8dafd119eae51cb11403f1645238f0cc0245e377b0537d0bf2caa12bd384
|
7
|
+
data.tar.gz: b8b37516af2bfbab299cb5238a2d4b781aff3e1ae02f94e8c9a64c086afc8e61c6eaa2ce6dfc4991175145c11aeae364529d96a17565f72f663705d991005739
|
@@ -40,9 +40,6 @@ module Gitaly
|
|
40
40
|
# a patch with some parameters like line numbers ignored. The patch ID can thus be used to compare
|
41
41
|
# whether diffs make the same change. Please refer to git-patch-id(1) for further information.
|
42
42
|
# If the difference between old and new change is empty then this RPC returns an error.
|
43
|
-
# VerbatimPatchID feature flag can be switched on to enable --verbatim mode to not strip whitespace changes
|
44
|
-
# before generating a patch ID. Whitespace changes can affect the underlying functionality of the code
|
45
|
-
# depending on the language used so it's preferable to default to that option.
|
46
43
|
rpc :GetPatchID, ::Gitaly::GetPatchIDRequest, ::Gitaly::GetPatchIDResponse
|
47
44
|
# RawRangeDiff outputs the raw range diff data for a given range specification.
|
48
45
|
rpc :RawRangeDiff, ::Gitaly::RawRangeDiffRequest, stream(::Gitaly::RawRangeDiffResponse)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitaly
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 18.1.0.pre.
|
4
|
+
version: 18.1.0.pre.rc42
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitLab Engineering
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|