-
Notifications
You must be signed in to change notification settings - Fork 35
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
Address translation #624
Merged
dmitrii-ubskii
merged 57 commits into
typedb:development
from
dmitrii-ubskii:address-mapping
Apr 11, 2024
Merged
Address translation #624
Changes from 55 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
f6f4c6f
Open cloud connection with address translation, treat advertised addr…
dmitrii-ubskii 8cefac4
Cloud address translation basic test
dmitrii-ubskii bb98855
Cloud address translation FFI
dmitrii-ubskii ce3e486
Cloud address translation in Java
dmitrii-ubskii d43c775
disambiguate arraySize in cscode
dmitrii-ubskii e55be7d
Cloud address translaton in Java cont'd
dmitrii-ubskii f58d529
test rust network integration tests
dmitrii-ubskii 7895cae
Don't fail on unknown connection address
dmitrii-ubskii fac499e
Java address mapping test
dmitrii-ubskii dd8230f
Revert "Open cloud connection with address translation, treat adverti…
dmitrii-ubskii ecd277d
Post-revert fixes + keep server name instead of address
dmitrii-ubskii 1d4960e
Server ID rather than name
dmitrii-ubskii bc4c9a9
ServerConnection no longer stores its own id
dmitrii-ubskii fdfd49e
Open cloud with address translation redux
dmitrii-ubskii c17499f
test: partial address translation no longer planned
dmitrii-ubskii 2baa1f9
reorder
dmitrii-ubskii 1c9079c
logic fix
dmitrii-ubskii c5e43c2
fmt
dmitrii-ubskii 7c6c4b5
FFI: crash on length mismatch
dmitrii-ubskii b412883
unused imports
dmitrii-ubskii e53c116
java param name
dmitrii-ubskii 0d7aab6
Docs
dmitrii-ubskii 5174450
Rust integration fuller test
dmitrii-ubskii 3547e47
FFI docs
dmitrii-ubskii 20237e6
fmt
dmitrii-ubskii c74d0fd
new_cloud_address_map => new_cloud_with_translation
dmitrii-ubskii ab957eb
error message
dmitrii-ubskii d18658d
replica_info_{get_address => get_server_id}
dmitrii-ubskii 2da9a72
UnknownAddress => UnknownServer, + handle in replica
dmitrii-ubskii a13c8ef
replica docs
dmitrii-ubskii 550d552
Java: address => serverID
dmitrii-ubskii 912a76c
docs + var names
dmitrii-ubskii 9c51f06
C++: address => serverID
dmitrii-ubskii 55a4c26
C#: address => serverID
dmitrii-ubskii 90f845f
C# address translation
dmitrii-ubskii 0dc7873
C#: address translation test
dmitrii-ubskii 099f711
Java: doc fix
dmitrii-ubskii 94137ae
Address{Mapping => Translation}Test
dmitrii-ubskii f19c7a6
C#: remove example usage messages
dmitrii-ubskii 883ee39
Python: impl address translation
dmitrii-ubskii 4ee0cc5
C++: test address translation
dmitrii-ubskii 93b14c0
rustfmt
dmitrii-ubskii 68f4ece
Replica::server_id => server
dmitrii-ubskii d9405d8
Python: address => server
dmitrii-ubskii bcd45ec
NodeJS: implement and test translation
dmitrii-ubskii d6e626c
test names + factory CI
dmitrii-ubskii 14b814c
3 servers in Cloud integration tests
dmitrii-ubskii 69762f7
Fix C# test
dmitrii-ubskii 3cdac7a
note
dmitrii-ubskii 118f1c9
fix override docs
dmitrii-ubskii 47fa63a
NodeJS: replica address => server
dmitrii-ubskii 0862dd9
docs
dmitrii-ubskii 9e51989
emph equal array sizes in C driver
dmitrii-ubskii 71a271d
Java: serverID => server
dmitrii-ubskii c196f9a
Rust: server_id => server
dmitrii-ubskii 5649de2
Clean up rust doc
dmitrii-ubskii 1840c61
fix node failover test
dmitrii-ubskii 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 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
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
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
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
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.
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.
Unified integration tests across languages.