-
Notifications
You must be signed in to change notification settings - Fork 8
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
status update checks #105
status update checks #105
Conversation
Signed-off-by: Amir Malka <[email protected]>
PR Description updated to latest commit (9c8ab02) |
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
Summary:
|
Signed-off-by: Amir Malka <[email protected]>
@amirmalka can you check you test failures? |
Signed-off-by: Amir Malka <[email protected]>
Summary:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some nits in tests
pkg/registry/softwarecomposition/applicationprofile/strategy_test.go
Outdated
Show resolved
Hide resolved
pkg/registry/softwarecomposition/networkneighbors/strategy_test.go
Outdated
Show resolved
Hide resolved
Signed-off-by: Amir Malka <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
Summary:
|
User description
Type
enhancement, bug_fix
Description
pkg/utils/validations.go
for validating completion and status annotations with predefined valid values.Changes walkthrough
strategy.go
Enhance ApplicationProfile Status Update Validation
pkg/registry/softwarecomposition/applicationprofile/strategy.go
ApplicationProfile.
update.
strategy.go
Implement NetworkNeighbors Status Update Validation
pkg/registry/softwarecomposition/networkneighbors/strategy.go
NetworkNeighbors.
update.
validations.go
Add Utility Functions for Annotations Validation
pkg/utils/validations.go
annotations.