Skip to content
GitLab Next
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gitaly gitaly
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 582
    • Issues 582
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 50
    • Merge requests 50
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • gitalygitaly
  • Merge requests
  • !4115

list-untracked-repositories: Praefect sub-command to show untracked repositories

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Pavlo Strokov requested to merge ps-backport-sub-cmds-14-4 into 14-4-stable Nov 22, 2021
  • Overview 1
  • Commits 1
  • Pipelines 5
  • Changes 6

The change is a backport of the functionality implemented to resolve #3792 (closed) issue. A new sub-command for the praefect binary. On run it connects to all gitaly storages set in the configuration file and receives from each list of the repositories existing on the disk. Each repository then checked if it exists in the praefect database and if it is not the location of the repository is printed out in JSON format to the stdout of the process.

Part of: #3792 (closed)

Changelog: added

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: ps-backport-sub-cmds-14-4