ATM we don't fail if there is no git repo in the specified repository path.
postponed for #486634: Provide a backend-API to check a repository path

Comments

marvil07’s picture

Version: » 6.x-2.x-dev
Component: Code » Git interaction
Status: Postponed » Active
Issue tags: +git phase 2

Yep, we need to do that here :-)

sdboyer’s picture

Issue tags: +git sprint 6
marvil07’s picture

Assigned: Unassigned » marvil07
Status: Active » Needs review
StatusFileSize
new3.03 KB

The validation is done at two places: at fetch logs and at repository creation.

sdboyer’s picture

Status: Needs review » Reviewed & tested by the community

Good to go.

marvil07’s picture

Status: Reviewed & tested by the community » Fixed

Great, committed :-)

Status: Fixed » Closed (fixed)
Issue tags: -git phase 2, -git sprint 6

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 87e4878 on 6.x-2.x, fix-invalid-default-branches, fullsync-memory by marvil07:
    bug #486636: Detect if there is no git repo.
    
    The validation is done at...