-
Notifications
You must be signed in to change notification settings - Fork 38
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
Support interaction with tree service from neofs-cli
#1332
Comments
All the Tree Service RPCs should have corresponding CLI commands. |
How about common command for the whole list of services on node? Like this:
|
It will allow reusing signing routine in other components (e.g. `neofs-cli`). Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
It is `TreeService.GetNodeByPath` method implementation. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
It is `TreeService.AddNodeByPath` method implementation. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
It will allow reusing signing routine in other components (e.g. `neofs-cli`). Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
It is `TreeService.Add` method implementation. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
It is `TreeService.GetNodeByPath` method implementation. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
It is `TreeService.AddNodeByPath` method implementation. Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
There are several suggestions / comments which could help to make life better to work with tree service:
Adding details for example which tree / path and etc has been synchronized will be great for testing purposes. |
Add
AddByPath
Remove
Move
GetNodeByPath
GetSubTree
Healthcheck
GetOpLog
ListTrees
The text was updated successfully, but these errors were encountered: