-
Notifications
You must be signed in to change notification settings - Fork 86
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
Deadcode cleanup improvement Notation #446
Milestone
Comments
Transferred this issue from the Notation repo to Notation-go due to this is related to the Notation-go library work items. |
update milestone to rc.2 per discussion. |
Repository owner
moved this from Todo
to Done
in Notary Project Planning Board
Dec 20, 2022
vaninrao10
pushed a commit
to vaninrao10/notation
that referenced
this issue
Dec 29, 2022
This PR intends to resolve notaryproject#446, notaryproject#477. Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> Signed-off-by: vaninrao10 <111005862+vaninrao10@users.noreply.github.com>
vaninrao10
pushed a commit
to vaninrao10/notation
that referenced
this issue
Dec 29, 2022
This PR intends to resolve notaryproject#446, notaryproject#477. Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> Signed-off-by: vaninrao10 <111005862+vaninrao10@users.noreply.github.com>
vaninrao10
pushed a commit
to vaninrao10/notation
that referenced
this issue
Dec 29, 2022
This PR intends to resolve notaryproject#446, notaryproject#477. Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> Signed-off-by: vaninrao10 <111005862+vaninrao10@users.noreply.github.com>
vaninrao10
pushed a commit
to vaninrao10/notation
that referenced
this issue
Jan 3, 2023
This PR intends to resolve notaryproject#446, notaryproject#477. Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> Signed-off-by: vaninrao10 <111005862+vaninrao10@users.noreply.github.com>
vaninrao10
pushed a commit
to vaninrao10/notation
that referenced
this issue
Jan 3, 2023
This PR intends to resolve notaryproject#446, notaryproject#477. Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> Signed-off-by: vaninrao10 <111005862+vaninrao10@users.noreply.github.com>
vaninrao10
pushed a commit
to vaninrao10/notation
that referenced
this issue
Jan 3, 2023
This PR intends to resolve notaryproject#446, notaryproject#477. Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> Signed-off-by: vaninrao10 <111005862+vaninrao10@users.noreply.github.com>
vaninrao10
pushed a commit
to vaninrao10/notation
that referenced
this issue
Jan 5, 2023
This PR intends to resolve notaryproject#446, notaryproject#477. Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> Signed-off-by: vaninrao10 <111005862+vaninrao10@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Shiwei's Team
notation/cmd/notation/list.go
Line 67 in f0e77eb
// TODO: this is a temporary function and will be replaced after
notation/internal/ioutil/print.go
Line 62 in 193a533
// TODO[https://github.com/UX: Improve the help doc and output for verification #304]: print out failed validations as warnings.
notation/internal/ioutil/print.go
Line 76 in 193a533
// TODO[https://github.com/UX: Improve the help doc and output for verification #304]: print out detailed errors in debug mode.
notation/internal/envelope/envelope.go
Line 20 in 8d1d4dc
// TODO: abandon this fature in RC1.
Cleanup dead code in notation-go and notation; should be part of ongoing refactoring.
Add more UTs wherever required for notation-go
The text was updated successfully, but these errors were encountered: