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

chore: remove deprecated get git password command #3293

Merged
merged 2 commits into from
Dec 5, 2024

Conversation

AustinAbro321
Copy link
Contributor

Description

This removes the deprecated get git password command which has been deprecated for over a year. It was replaced by zarf tools get-creds git. This command was already broken because when the get-creds command was updated to use the RunE function, get-git-password was not updated so it panic'd

Checklist before merging

Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
@AustinAbro321 AustinAbro321 requested review from a team as code owners December 5, 2024 15:13
@AustinAbro321 AustinAbro321 changed the title remove deprecated get git password chore: remove deprecated get git password Dec 5, 2024
Copy link

netlify bot commented Dec 5, 2024

Deploy Preview for zarf-docs ready!

Name Link
🔨 Latest commit e687a38
🔍 Latest deploy log https://app.netlify.com/sites/zarf-docs/deploys/6751c3d75e3d070008237da3
😎 Deploy Preview https://deploy-preview-3293--zarf-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -237,7 +237,7 @@ var devSha256SumCmd = &cobra.Command{
}

var devFindImagesCmd = &cobra.Command{
Use: "find-images [ PACKAGE ]",
Use: "find-images [ DIRECTORY ]",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sneaking this in a bit, but noticed this while writing the ZEPs. This runs on a directory not a package. Switching this to use the same verbiage used in zarf package create.

Copy link

codecov bot commented Dec 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
src/cmd/dev.go 0.00% <ø> (ø)
src/cmd/tools/zarf.go 0.00% <ø> (ø)

Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
@AustinAbro321 AustinAbro321 changed the title chore: remove deprecated get git password chore: remove deprecated get git password command Dec 5, 2024
@AustinAbro321 AustinAbro321 added this pull request to the merge queue Dec 5, 2024
Merged via the queue into main with commit 4c5c1e3 Dec 5, 2024
38 checks passed
@AustinAbro321 AustinAbro321 deleted the remove-deprecated-get-git-password branch December 5, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants