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: Set sig to Array when empty #533

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 #531

Release Notes: missing signatures are now empty arrays rather than null

Types of changes:

  • [ x] Bug fix (non-breaking change which fixes an issue)
  • 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:

The init command and others now returns an empty array rather than a null for the signatures field.

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

.gitpod.yml Outdated Show resolved Hide resolved
@ChevronTango
Copy link
Contributor Author

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

Signed-off-by: Edward Brough <edward.brough@gmail.com>
Signed-off-by: Edward Brough <edward.brough@gmail.com>
Copy link
Member

@trishankatdatadog trishankatdatadog left a comment

Choose a reason for hiding this comment

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

LGTM

@rdimitrov rdimitrov merged commit 9570146 into theupdateframework:master Oct 10, 2023
15 checks passed
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.

Set sig to Array when empty
4 participants