Airat Arifullin aarifullin
  • Joined on 2023-03-16
aarifullin pushed to fix/ape/error at aarifullin/frostfs-node 2024-11-27 12:53:31 +00:00
cba53ccdfc [#xx] tree: Make check APE error get wrapped to api status
64582215c9 [#XX] ape: Make APE checker return error without status
3ebd560f42 [#1519] cli: Make descriptive help for--rule option
Compare 3 commits »
aarifullin pushed to fix/patch/pipereader at aarifullin/frostfs-sdk-go 2024-11-27 10:22:22 +00:00
2282032c9b [#XX] patcher: Add closer
aarifullin created branch fix/patch/pipereader in aarifullin/frostfs-sdk-go 2024-11-27 10:21:11 +00:00
aarifullin pushed to fix/patch/pipereader at aarifullin/frostfs-sdk-go 2024-11-27 10:21:11 +00:00
6a339ceeeb [#XX] patcher: Add closer
aarifullin approved TrueCloudLab/frostfs-node#1521 2024-11-25 12:00:24 +00:00
Release v0.44.0

👍

aarifullin approved TrueCloudLab/frostfs-node#1520 2024-11-25 08:30:46 +00:00
[#1515] adm: Print address in base58 format in morph ape get-admin

👍

aarifullin pushed to feat/ape_rule_help at aarifullin/frostfs-node 2024-11-22 12:53:53 +00:00
b02c3daf7c [#1519] cli: Make descriptive help for--rule option
aarifullin created pull request TrueCloudLab/frostfs-node#1519 2024-11-22 12:53:25 +00:00
Make descriptive help for--rule option
aarifullin created branch feat/ape_rule_help in aarifullin/frostfs-node 2024-11-22 12:52:25 +00:00
aarifullin pushed to feat/ape_rule_help at aarifullin/frostfs-node 2024-11-22 12:52:25 +00:00
fe76411aa8 [#xx] cli: Make descriptive help for--rule option
aarifullin pushed to fix/cli_apemngr at aarifullin/frostfs-node 2024-11-22 12:24:55 +00:00
1ed7ab75fb [#1517] cli: Print the reason of ape manager error
aarifullin created pull request TrueCloudLab/frostfs-node#1517 2024-11-22 12:24:00 +00:00
Print the reason of ape manager error
aarifullin created branch fix/cli_apemngr in aarifullin/frostfs-node 2024-11-22 12:22:42 +00:00
aarifullin pushed to fix/cli_apemngr at aarifullin/frostfs-node 2024-11-22 12:22:42 +00:00
86d6001170 [#xx] cli: Print the reason of ape manager error
99f9e59de9 [#1514] adm: Remove --alphabet-wallets flag from readonly commands
256f96e252 [#1514] adm/nns: Rename getRPCClient() to nnsWriter()
e5ea95c045 [#1514] adm/nns: Do not return hash from getRPCClient()
9073e555db [#1514] adm/nns: Do not create actor for readonly commands
Compare 10 commits »
aarifullin commented on pull request TrueCloudLab/frostfs-sdk-go#299 2024-11-20 17:17:26 +00:00
[#185] Implement rpc/client for tree service

Even this fields (not only this, but also the rest in this file) is directly accessible from this struct instance, you don't provide any getters to make the usage safe. If a client code directly uses Operation, then it may get big-boom if it will access LovMove fields when it's actually nil.

aarifullin commented on pull request TrueCloudLab/frostfs-sdk-go#299 2024-11-20 17:07:31 +00:00
[#185] Implement rpc/client for tree service

Why does this method return dummy value instead nil?