Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
hgitaly
Commits
3ef9b3fcdc23
Commit
3ef9b3fc
authored
Mar 20, 2021
by
Sushil Khanchi
🐨
Browse files
DiffService: add initials for FindChangedPaths
parent
3d277261b1e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
hgitaly/service/diff.py
View file @
3ef9b3fc
...
...
@@ -35,6 +35,8 @@
CommitDeltaRequest
,
CommitDeltaResponse
,
DiffStats
as
MsgDiffStats
,
FindChangedPathsRequest
,
FindChangedPathsResponse
,
RawDiffRequest
,
RawDiffResponse
,
RawPatchRequest
,
...
...
@@ -457,6 +459,11 @@
MAX_NUM_STAT_BATCH_SIZE
):
yield
DiffStatsResponse
(
stats
=
stats
)
def
FindChangedPaths
(
self
,
request
:
FindChangedPathsRequest
,
context
)
->
FindChangedPathsResponse
:
return
not_implemented
(
context
,
FindChangedPathsResponse
,
issue
=
54
)
# pragma no cover
def
parse_diff_request_cid
(
cid
):
"""Perform the conversions from a request commit_id to a usable revision.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment