-
Notifications
You must be signed in to change notification settings - Fork 206
feat: Add workspace_name field in stream_connection resource and datasource #3610
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
Open
kpatel71716
wants to merge
25
commits into
master
Choose a base branch
from
CLOUDP-339895
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+603
−139
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
31304ee
doc: update stream_connection docs for workspace_name nomenclature
kpatel71716 4d06c1e
feat: add workspace_name to stream connection schema and models
kpatel71716 4530ef5
feat: add workspace_name to stream connection resource and datasource
kpatel71716 bdeb3ef
fix ds schema and model tests
kpatel71716 096bc32
doc: add changelog and fix example
kpatel71716 d04b471
doc: clean up documentation
kpatel71716 4254b34
Merge remote-tracking branch 'upstream' into CLOUDP-339895
kpatel71716 77e7b9e
address PR feedback
kpatel71716 f5f3d27
add deprecation message and add overriddden fields
kpatel71716 0ff807b
fix examples and tests
kpatel71716 7b9bd5a
add missing legacy InstanceName field in model
kpatel71716 65d04b1
add compute field to schema and update integration tests
kpatel71716 088c340
fix import id and acceptance tests
kpatel71716 9585758
fix schema and remaining acceptance tests
kpatel71716 6956236
refactor migration tests to still use instance_name
kpatel71716 4ab07bc
cleanup instance_name usage and refactor test assertions
kpatel71716 c9de513
use common streamsconnections attribute func
kpatel71716 f293a11
update migration test config contants
kpatel71716 ce30a96
reduce shadowing of instanceName var and fix Acc test
kpatel71716 437b816
refactor NewTFStreamConnection method
kpatel71716 aef4ffe
remove custom id mapping logic
kpatel71716 38991cd
fix comment syntax
kpatel71716 77badc2
Merge remote-tracking branch 'upstream' into CLOUDP-339895
kpatel71716 6ac12af
fix lint from merge
kpatel71716 4c667ae
fix migration test broken in merge resolution
kpatel71716 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
```release-note:note | ||
resource/mongodbatlas_stream_connection: Deprecates the `instance_name` attribute. All configurations using `instance_name` should be updated to use the new `workspace_name` attribute instead | ||
|
||
``` | ||
```release-note:note | ||
data-source/mongodbatlas_stream_connection: Deprecates the `instance_name` attribute. All configurations using `instance_name` should be updated to use the new `workspace_name` attribute instead | ||
``` | ||
|
||
```release-note:note | ||
data-source/mongodbatlas_stream_connections: Deprecates the `instance_name` attribute. All configurations using `instance_name` should be updated to use the new `workspace_name` attribute instead | ||
``` |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
not probably for this PR, but we're preferring not to expose pagination parameter and instead just return the whole list of items
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.
that sgtm, I just took the existing pattern but will make a JIRA ticket for us to track cleaning this up