-
Notifications
You must be signed in to change notification settings - Fork 12
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
Watch v2 #9
Conversation
…k verify the license and create a dummy repo with enabled Xray indexing
- Add more tests. - Replace plurals with single form - resource, filter, assigned_policy per PTRENG-3122 and GH-4 - Remove old tests and filter wrapper
- Move license verification to provider.go - Add create builds func for testing - Add watch build tests
- renamed singular 'resource' to 'watch_resource' to avoid errors - added HCL samples -
…[email protected] istead of paultyng in GH Actions
- Added auto-generated documentation with examples - Removed unused function - Added validation and description for Provider URL and access token - MakeFile changes to match the file for Projects
Remove pointers form watches.go
… the ID to "" to indicate this
- Use TypeSet instead of TypeList to avoid sorting problem. Use *schema.Set instead of []interface{} for TypeSet - Re-generate documentation - Use pointers only where we can't avoid it (nil verification of non-primitives in structs) - Added omitempty for some keys - Replace t.Fatal with t.Error as a less brutal method to stop the test - Some improvements in tests
CLA Assistant Lite bot All contributors have signed the CLA ✍️ |
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.
Getting close.
A few more minor things to work on.
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.
Lots of feedback. Please correct
…f the blocks will be singular - remove ARTIFACTORY_URL - add more verifications for schema elements - re-generate documentation
@chb0github @alexhung Not sure about all the |
@alexhung please check and approve |
No description provided.