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

fix: add-signature to read from stdin #534

Conversation

ChevronTango
Copy link
Contributor

Please fill in the fields below to submit a pull request. The more information that is provided, the better.

Fixes #529

Release Notes: add-signature to read from stdin

Types of changes:

  • Bug fix (non-breaking change which fixes an issue)
  • [ x] New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected). Please ensure that your PR title is a Conventional Commit breaking change (with a !, as in feat!: change foo).

Description of the changes being introduced by the pull request:
add-signature to read from stdin

Please verify and check that the pull request fulfills the following requirements:

  • Tests have been added for the bug fix or new feature
  • Docs have been added for the bug fix or new feature

@ChevronTango ChevronTango force-pushed the 529-add-signature-to-read-from-stdin branch from 880032e to 66510c8 Compare July 30, 2023 20:59
Copy link
Collaborator

@mnm678 mnm678 left a comment

Choose a reason for hiding this comment

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

Thanks for the pr! I have one nit and a question, but overall this looks good.

README.md Outdated Show resolved Hide resolved
cmd/tuf/add_signatures.go Show resolved Hide resolved
mnm678
mnm678 previously approved these changes Jul 31, 2023
@rdimitrov rdimitrov added enhancement go Pull requests that update Go code code health labels Aug 7, 2023
@ChevronTango
Copy link
Contributor Author

@rdimitrov is there anything more I can do to help get this merged?

@trishankatdatadog
Copy link
Member

@rdimitrov is there anything more I can do to help get this merged?

Could we resolve conflicts first pls?

@ChevronTango
Copy link
Contributor Author

@rdimitrov is there anything more I can do to help get this merged?

Could we resolve conflicts first pls?

Thanks @trishankatdatadog that should be merged in now.

rdimitrov
rdimitrov previously approved these changes Oct 10, 2023
@trishankatdatadog
Copy link
Member

Thanks @trishankatdatadog that should be merged in now.

Not sure why yet, but GH claims cannot rebase master into this branch due to conflicts. Would you pls check again?

@ChevronTango ChevronTango force-pushed the 529-add-signature-to-read-from-stdin branch 2 times, most recently from 818e640 to 3efe5b8 Compare October 10, 2023 21:35
@ChevronTango
Copy link
Contributor Author

Thanks @trishankatdatadog that should be merged in now.

Not sure why yet, but GH claims cannot rebase master into this branch due to conflicts. Would you pls check again?

no idea why that was still being picky... but should be fine now.

ChevronTango and others added 2 commits October 12, 2023 16:24
Signed-off-by: Edward Brough <edward.brough@gmail.com>
Co-authored-by: Marina Moore <mnm678@users.noreply.github.com>
Signed-off-by: ChevronTango <edward.brough@gmail.com>
@rdimitrov rdimitrov force-pushed the 529-add-signature-to-read-from-stdin branch from 3efe5b8 to cd741b2 Compare October 12, 2023 13:24
@rdimitrov rdimitrov merged commit 582126a into theupdateframework:master Oct 12, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code health enhancement go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add-signature to read from stdin
4 participants