-
Notifications
You must be signed in to change notification settings - Fork 171
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
Move helpers to common library #2252
Closed
AustinAbro321 opened this issue
Jan 24, 2024
· 2 comments
· Fixed by #2235 or defenseunicorns/pkg#30
Closed
Move helpers to common library #2252
AustinAbro321 opened this issue
Jan 24, 2024
· 2 comments
· Fixed by #2235 or defenseunicorns/pkg#30
Labels
openssf
Issues needing to be completed before donation to OpenSSF
tech-debt 💳
Debt that the team has charged and needs to repay
Milestone
Comments
AustinAbro321
changed the title
Refactor: Move helpers to common library
Move helpers to common library
Jan 24, 2024
Tying this issue to this issue since they might be handleable together: #2152 |
We should ensure we add unit tests during this migration: #1750 |
5 tasks
Racer159
added a commit
that referenced
this issue
Mar 4, 2024
## Description Move OCI lib out, so it can be more easily used with other projects and contributed to by multiple teams. Fixes: #2252 #2288 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [X] 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: razzle <harry@razzle.cloud> Co-authored-by: Lucas Rodriguez <lucas.rodriguez9616@gmail.com> Co-authored-by: Lucas Rodriguez <lucas.rodriguez@defenseunicorns.com> Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
Noxsios
pushed a commit
that referenced
this issue
Mar 15, 2024
## Description This moves more code into helpers / exec packages in preparation for moving the actions/variables code. ## Related Issue Relates to #2252 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [X] Other (security config, docs update, etc) ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [X] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: Austin Abro <37223396+AustinAbro321@users.noreply.github.com>
Noxsios
added
the
openssf
Issues needing to be completed before donation to OpenSSF
label
Mar 18, 2024
5 tasks
Noxsios
pushed a commit
that referenced
this issue
Mar 25, 2024
## Description Take helpers out of Zarf and moves the package to https://github.com/defenseunicorns/pkg Relates to #2252 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [X] 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: Lucas Rodriguez <lucas.rodriguez@defenseunicorns.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
openssf
Issues needing to be completed before donation to OpenSSF
tech-debt 💳
Debt that the team has charged and needs to repay
Describe what should be investigated or refactored
The code in src/pkg/utis/helpers will move to https://github.com/defenseunicorns/pkg. This should be simple as this package has no dependencies on anything in zarf.
The text was updated successfully, but these errors were encountered: