Merged
Conversation
f9ebc03 to
7a6bee5
Compare
sssciel
requested changes
Apr 20, 2026
bigbes
reviewed
Apr 27, 2026
bigbes
requested changes
Apr 27, 2026
Collaborator
bigbes
left a comment
There was a problem hiding this comment.
pls replace fmt.Errorf(string) to errors.New(string)
Add `tt cluster worker` with publish, show, and delete subcommands for managing TDB worker configurations in etcd or tarantool config storage. The implementation includes context types, URL path parsing, and credentials resolution with proper priority handling. Extend MakeURLHelp to support custom URL path formats via url_path and path_<name> parameters, enabling help messages for commands with non-standard URL structures like /prefix/host-name/worker-name. The actual storage operations are stubbed out and will be implemented in follow-up commits. Includes unit and integration tests. Closes TNTP-7059
7a6bee5 to
804c2e8
Compare
sssciel
approved these changes
Apr 27, 2026
bigbes
approved these changes
Apr 29, 2026
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
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.
Add
tt cluster workerwith publish, show, and delete subcommands for managing TDB worker configurations in etcd or tarantool config storage. The implementation includes context types, URL path parsing, and credentials resolution with proper priority handling.Extend MakeURLHelp to support custom URL path formats via url_path and path_ parameters, enabling help messages for commands with non-standard URL structures like /prefix/host-name/worker-name.
The actual storage operations are stubbed out and will be implemented in follow-up commits. Includes unit and integration tests.
Closes TNTP-7059
What has been done? Why? What problem is being solved?
I didn't forget about (remove if it is not applicable):