You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repo registration (with Scalar.Service) should happen during scalar clone rather than mount.
Additionally, the clone verb itself should update the registration file (or each clone should create its own file) and Scalar.Service should read the file(s) to discover which repos have been registered.
Additionally:
Scalar.Service should also remove repos when it finds they're no longer on disk.
There should be a verb for manually registering/unregistering repos
Functional tests should not register when cloning or they should register in a test location that does not impact the installed Scalar.Service
The text was updated successfully, but these errors were encountered:
wilbaker
changed the title
Move repo registration from mount verb to clone verb
[Scalar.Mount Removal] Move repo registration from mount verb to clone verb
Sep 16, 2019
wilbaker
changed the title
[Scalar.Mount Removal] Move repo registration from mount verb to clone verb
[Mount Removal] Move repo registration from mount verb to clone verb
Sep 16, 2019
Repo registration (with
Scalar.Service
) should happen duringscalar clone
rather thanmount
.Additionally, the
clone
verb itself should update the registration file (or each clone should create its own file) andScalar.Service
should read the file(s) to discover which repos have been registered.Additionally:
Scalar.Service
should also remove repos when it finds they're no longer on disk.The text was updated successfully, but these errors were encountered: