-
Notifications
You must be signed in to change notification settings - Fork 12
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
start: add creation of binary port #715
Merged
Merged
Conversation
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
better0fdead
force-pushed
the
better0fdead/bin-port
branch
7 times, most recently
from
December 20, 2023 04:09
778cd96
to
9e15623
Compare
better0fdead
force-pushed
the
better0fdead/bin-port
branch
4 times, most recently
from
December 27, 2023 01:29
d4987b7
to
a0fc6d0
Compare
better0fdead
force-pushed
the
better0fdead/bin-port
branch
6 times, most recently
from
January 23, 2024 22:50
f32103b
to
e86c1e5
Compare
better0fdead
force-pushed
the
better0fdead/bin-port
branch
from
February 14, 2024 07:59
e86c1e5
to
cdb45fb
Compare
psergee
reviewed
Feb 16, 2024
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.
Thank you for the patch.
better0fdead
force-pushed
the
better0fdead/bin-port
branch
2 times, most recently
from
February 21, 2024 03:34
e359264
to
8c27064
Compare
psergee
reviewed
Feb 21, 2024
better0fdead
force-pushed
the
better0fdead/bin-port
branch
2 times, most recently
from
February 22, 2024 09:21
e052db7
to
e0ad025
Compare
psergee
reviewed
Feb 22, 2024
psergee
reviewed
Feb 22, 2024
psergee
reviewed
Feb 22, 2024
psergee
reviewed
Feb 22, 2024
better0fdead
force-pushed
the
better0fdead/bin-port
branch
3 times, most recently
from
March 5, 2024 11:18
cface88
to
7760a9a
Compare
Added default binary port for tarantool 3.0 . Added binary port creation for tarantool < 3.0. Closes #574
better0fdead
force-pushed
the
better0fdead/bin-port
branch
from
March 5, 2024 12:24
7760a9a
to
0bb94eb
Compare
psergee
reviewed
Mar 6, 2024
better0fdead
force-pushed
the
better0fdead/bin-port
branch
2 times, most recently
from
March 6, 2024 21:22
15a2d55
to
19bcd2a
Compare
Added ability to connect to instance using binary port. Follow up #574
better0fdead
force-pushed
the
better0fdead/bin-port
branch
from
March 6, 2024 22:40
19bcd2a
to
7297b6b
Compare
psergee
approved these changes
Mar 7, 2024
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added default binary port for tarantool 3.0 .
Added binary port creation for tarantool < 3.0.
Added ability to connect to instance using binary port.
Closes #574