-
Notifications
You must be signed in to change notification settings - Fork 11
Initial implementation for resource identity #278
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
49d363c
Started implementing resource identity for tf5muxserver
rainkwan 26efadd
Fixed a bug to get a test to pass
rainkwan a90c989
Fixed a bug to get a test to pass
rainkwan 89cdb3d
populate resourceIdentity map in serverDiscovery and pass a schema wi…
ansgarm 10b6df2
fix copy paste wording for new error
ansgarm 300093d
fix error message that was accidentally changed
ansgarm 0473cdd
fix GetResourceIdentitySchemas test
ansgarm 45960d4
add resource identity mapping support to tfprotov5tov6
ansgarm bcb529b
Updated tf6muxserver to add resource identity
rainkwan 8cb8168
Added resource identity to internal/tfprotov6to5
rainkwan 9c4f009
implement new rpcs for tf5to6server.go for resource identity
ansgarm 5d4d1cb
wip - maybe this works to temp disable lint
ansgarm 236a0f6
Added resource identity to internal/tf6to5test server and updated Get…
rainkwan 4edd213
Updated resource identity in internal/tf5to6test server and added no …
rainkwan 1d6c7d9
remove obsolete todo comments (they were all already addressed)
ansgarm 709401d
remove resourceIdentity map as we already expect resource and resourc…
ansgarm 3f2383e
safely skip server if it does not implement ProviderServerWithResourc…
ansgarm 5c45d40
remove unused error
ansgarm 5d5820e
Update .golangci.yml
rainkwan df22162
Updated for linters
rainkwan 7bf12e8
Added changelog
rainkwan ab74492
Update tf5muxserver/mux_server_GetResourceIdentitySchemas.go
rainkwan 4957a7e
Chore: removed extra line triggering linter
rainkwan 257d83a
remove server discovery locking which wasn't needed
ansgarm 5de4f26
remove unnecessary test server func
ansgarm 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 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,5 @@ | ||
| kind: FEATURES | ||
| body: 'tf5muxserver+tf6muxserver+tf6to5server+tf5to6server: Upgraded protocols and added types to support the new resource identity feature' | ||
| time: 2025-02-18T11:32:43.959465-05:00 | ||
| custom: | ||
| Issue: "278" |
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.
Uh oh!
There was an error while loading. Please reload this page.