-
Notifications
You must be signed in to change notification settings - Fork 42
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
Cloud data provider #1144
Merged
Merged
Cloud data provider #1144
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
e97e4f5
add util
uri-weisman 17c044f
gcp benchmark setup
orouz d0fdd55
add gcp assets inventory sdk
orouz 9856702
add empty gcp data provider
orouz 404dd97
add gcp factory, fetcher and provider
orouz e8b7a1f
move common funcs to utils
orouz 3ae8690
Merge branch 'main' into gcp_data_provider
uri-weisman 4a1ff37
Merge remote-tracking branch 'or/gcp_assets' into gcp_data_provider
uri-weisman 239d526
with recursion
uri-weisman 6c1c231
with recursion
uri-weisman 91db6f4
Merge branch 'main' into gcp_data_provider
uri-weisman 3915978
add tests
uri-weisman b25a0b8
prepare for review
uri-weisman 951e315
remove org fields
uri-weisman 6382618
prepare for review
uri-weisman 86aec2e
remove gcp dp
uri-weisman a720267
cr changes
uri-weisman 8a42ced
Merge remote-tracking branch 'upstream/main' into gcp_data_provider
uri-weisman 118a67d
cr changes 2
uri-weisman cdd8601
Merge branch 'main' into gcp_data_provider
uri-weisman 57733ba
cr changes 3
uri-weisman abc7de3
cr changes 3
uri-weisman 859c48a
Merge branch 'gcp_data_provider' of https://github.com/uri-weisman/cl…
uri-weisman 957b2c0
update mocks
uri-weisman 9afd1ea
cr changes 4
uri-weisman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
dataprovider/providers/gcp/mock_option.go → dataprovider/providers/cloud/mock_option.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Blocker: make sure this doesn't break aws orgs account fields (LGTM but let's double check)
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.
@orestisfl how this can be validated?
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.
Right now, manually since we don't have E2E tests yet.
However, the unit tests cover the case already so maybe it's overkill.