-
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
reject updates on complete app profile, remove omitempty #110
Conversation
Signed-off-by: Amir Malka <[email protected]>
PR Description updated to latest commit (53e2738) |
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:
|
User description
Type
enhancement, bug_fix
Description
Changes walkthrough
types.go
Ensure Required Fields are Always Serialized
pkg/apis/softwarecomposition/v1beta1/types.go
'Opens', and 'Syscalls' in ApplicationProfileContainer.
zz_generated.openapi.go
Update OpenAPI Schema to Reflect Required Fields
pkg/generated/openapi/zz_generated.openapi.go
required fields in the OpenAPI schema.
strategy.go
Reject Updates on Completed Application Profiles
pkg/registry/softwarecomposition/applicationprofile/strategy.go
marked as complete and completed.
ApplicationProfiles.
strategy_test.go
Extend Tests for ApplicationProfile Update Logic
pkg/registry/softwarecomposition/applicationprofile/strategy_test.go
ApplicationProfiles.