a2cd319Added a `GitHttpRepository` fixture, which allows test to make assertion about the interactions with the Git server. This is important for performance reasons. Changed a test class to use this instead of a file repo.
a9e1f76Replaced separate `vcs(type, action)` factory method + `from(spec)` registration method with a single `from(type, action)` method. This pattern makes it more apparent where the VCS spec comes from, is more consistent with other APIs and works more nicely with method chaining, eg `sourceControl.vcsMapping.withModule('x') { ... }`.
|
![]() |