-
Notifications
You must be signed in to change notification settings - Fork 172
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
Our git logic should be refactored to be simpler and reduce the likelihood of errors being introduced #1405
Comments
5 tasks
Racer159
added a commit
that referenced
this issue
Mar 3, 2023
…logic (#1404) ## Description This refactors our git logic to be more in line with the goals of #1405 ## Related Issue Fixes #1405 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: Wayne Starr <[email protected]> Co-authored-by: Wayne Starr <[email protected]>
github-project-automation
bot
moved this from New Requests
to Done
in Zarf Project Board
Mar 3, 2023
Noxsios
pushed a commit
that referenced
this issue
Mar 8, 2023
…logic (#1404) ## Description This refactors our git logic to be more in line with the goals of #1405 ## Related Issue Fixes #1405 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: Wayne Starr <[email protected]> Co-authored-by: Wayne Starr <[email protected]>
Noxsios
pushed a commit
that referenced
this issue
Mar 8, 2023
…logic (#1404) This refactors our git logic to be more in line with the goals of #1405 Fixes #1405 - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: Wayne Starr <[email protected]> Co-authored-by: Wayne Starr <[email protected]>
Racer159
added a commit
that referenced
this issue
Mar 8, 2023
…logic (#1404) This refactors our git logic to be more in line with the goals of #1405 Fixes #1405 - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: Wayne Starr <[email protected]> Co-authored-by: Wayne Starr <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe what should be investigated or refactored
Currently our git repository mirroring logic doesn't align well with how git works under the hood and is prone to the introduction of errors as we tweak features. We should refactor this to:
Links to any relevant code
https://github.com/defenseunicorns/zarf/tree/main/src/internal/packager/git
Additional context
This is a continuation after #1362 and to help this stuck PR #1094
The text was updated successfully, but these errors were encountered: