Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Major refactor of all internals #30

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Major refactor of all internals #30

merged 1 commit into from
Nov 23, 2023

Conversation

retr0h
Copy link
Owner

@retr0h retr0h commented Nov 23, 2023

  • Moved viper loaded config to config package
  • Created internal interfaces to:
    • GitManager
    • ExecManager
    • RepositoryManager
    • RepositoriesManager
    • CopyManager
  • Implemented gomock
  • Moved packages to repo patern
  • Removed go integration tests, and instead use afero for filesystem testing
  • Switched output to slog
  • Removed/moved unnecessary packages
  • Added current configuration debug log
  • Corrected exec to return Stderr

All tests currently passing.

* Moved viper loaded config to config package
* Created internal interfaces to:
  * GitManager
  * ExecManager
  * RepositoryManager
  * RepositoriesManager
  * CopyManager
* Implemented gomock
* Moved packages to repo patern
* Removed go integration tests, and instead use afero for filesystem
  testing
* Switched output to slog
* Removed/moved unnecessary packages
* Added current configuration debug log
* Corrected exec to return Stderr

All tests currently passing.
@retr0h retr0h merged commit 18c26ee into main Nov 23, 2023
6 checks passed
@github-actions github-actions bot deleted the major-refactor branch November 23, 2023 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant