-
Notifications
You must be signed in to change notification settings - Fork 70
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
feat(plugin): add new user config generator #1342
Conversation
bda0b12
to
bec657b
Compare
bec657b
to
456b222
Compare
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.
- in all getter functions, drop
get
from the name, in Go it's a bad practice - drop
DTO
prefixes everywhere, in Go this is an anti-pattern
internal/plugin/service/serviceintegration/service_integration_data_source.go
Show resolved
Hide resolved
internal/plugin/service/serviceintegration/service_integration_resource.go
Show resolved
Hide resolved
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.
above review
There are structs for dto, terraform objects, getters, setters etc. With the same name. I need to distinguish them somehow. |
456b222
to
8e37f31
Compare
also please make the name of all structs singular, plural naming is not a good practice
how is this any different? please research online why |
We should create v5 branch and merge it there instead of the master. We are still determining how long v5 will take to release; in this case, we are blocking the main branch. |
the changes that are proposed in this PR are safe to release with v4.x |
internal/plugin/service/serviceintegration/service_integration_data_source.go
Show resolved
Hide resolved
f595c86
to
cf378f5
Compare
Rebased on master. CodeQL fails because of a known bug. |
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.
Tested and it works really well, I do have some minor comments thought
5e2f5c3
to
97d6bef
Compare
97d6bef
to
71ff402
Compare
Rebased on master, fixed conflicts, upgraded code to context client. |
fda6275
to
319a51a
Compare
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.
lgtm
319a51a
to
4595972
Compare
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.
LGTM
About this change—what it does