slalombuild / secureli

seCureLI is a tool that enables you to experience the delight of building products by helping you get ideas from your head into working software as frictionlessly as possible, in a reliable, secure, scalable, and observable way.
Apache License 2.0
29 stars 3 forks source link

chore: refactored to use common git file repository class #568

Closed ian-bowden-slalom closed 2 weeks ago

ian-bowden-slalom commented 3 weeks ago

secureli-XXX

This PR refactors GitRepo and RepoFilesRepository classes into a common GitRepo class which is an implementation of a new abstract class VersionControlRepoAbstraction. VersionControlRepoAbstraction replaces the RepoAbstraction class.

Changes

*

Testing

*

Clean Code Checklist