RepositoryService: implement SearchFiles methods
These are SearchFilesByName
and SearchFilesByContent
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Georges Racinet changed milestone to %HGitaly2: fully native
changed milestone to %HGitaly2: fully native
- Georges Racinet added New Service Method label
added New Service Method label
- Author Owner
As of GitLab 15.4, these are exposed on the
Repository
class (lib and model) and used at least in these occurrences:~/heptapod/hdk/dev-0.35/gitlab $ rg -g '*.rb' search_files_by_ app app/models/packages/go/module_version.rb 114: @mod.project.repository.gitaly_repository_client.search_files_by_name(@commit.sha, path) app/models/repository.rb (skipped: plain reexposition) app/models/wiki.rb 468: matched_files = repository.search_files_by_regexp(path_regexp, version)
Collapse replies - Author Owner
Same with GitLab 15.5.0
- Georges Racinet assigned to @gracinet
assigned to @gracinet
- Georges Racinet mentioned in commit 2fe1bbabf00a
mentioned in commit 2fe1bbabf00a
- Georges Racinet mentioned in commit 7b633b815f9a
mentioned in commit 7b633b815f9a
- Author Owner
The HGitaly2 milestone is not meaningful any more, better to attach this to leftovers to be done in a release/support series.
- Georges Racinet changed milestone to %Heptapod 0.38.2
changed milestone to %Heptapod 0.38.2
- Author Owner
SearchFilesByName
was released in HGitaly 0.33 (Heptapod 0.36).Only
SearchFilesByContent
remains to be implemented. - Georges Racinet mentioned in merge request !190 (merged)
mentioned in merge request !190 (merged)
- Georges Racinet changed milestone to %Heptapod 0.41
changed milestone to %Heptapod 0.41
- Georges Racinet changed milestone to %Heptapod 0.41.2
changed milestone to %Heptapod 0.41.2
- Georges Racinet changed milestone to %Heptapod 1.1.2
changed milestone to %Heptapod 1.1.2
- Georges Racinet changed milestone to %Heptapod 1.1.3
changed milestone to %Heptapod 1.1.3
- Georges Racinet removed milestone %Heptapod 1.1.3
removed milestone %Heptapod 1.1.3
- Author Owner
SearchFilesByContent found its way to Heptapod 0.38.2
- Georges Racinet closed
closed