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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5da3135772e40dd47e5525c387fc65c6846e32a2d1a84d69e3f2256aa428fbf
4
- data.tar.gz: d4fa849940e62e61b942a53ad3bc79be687237a33602aa78cba55962cfd8a586
3
+ metadata.gz: f1c1c6368668381c913c576d224d7b1e755621b249fa731365964ce7df025491
4
+ data.tar.gz: 93f32b8eb180dabe280446a6d29efb7dac24cc0b7d40c11bfaeef3817f22c99c
5
5
  SHA512:
6
- metadata.gz: f5b3370b4cbd65a9d7eb1a9e35fef0be74a27c28f2b2754f04f78bfcf5d11f5113385b1e01c2b7118ea37ec04e581334015ac5fad8ad3a63340c181abdd1779b
7
- data.tar.gz: 93325b82593d7e80fd3103814bdf10f75e6fa1bb62068ae5e660f1f71213b32ca5227a88f8a77c4439543e394db40321bdc5aea2a6cabaae286ef21d31a55c4e
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)
@@ -1,4 +1,4 @@
1
1
  # This file is generated by build-proto-gem. Do not edit.
2
2
  module Gitaly
3
- VERSION = '18.1.0-rc1'
3
+ VERSION = '18.1.0-rc42'
4
4
  end
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.rc1
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-02 00:00:00.000000000 Z
11
+ date: 2025-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc