WIP: [#131] add netmap-aware dialer
Since rpc.Balance
is a static function in Client.Dial(...)
call, it is hard to reach high coverage of Dial/NetMapDial methods. Would it be suitable to extract rpc call to grpc client for…
olefirenque
pushed to 173-add_netmap_aware_dialer at olefirenque/frostfs-sdk-go
2023-12-07 09:14:21 +00:00
aa536d4a4d
[#131] client: pass PrmDialOptions to dial call
olefirenque
pushed to 173-add_netmap_aware_dialer at olefirenque/frostfs-sdk-go
2023-12-07 08:54:40 +00:00
7b03c3a6a1
[#131] client: implement dialing config
olefirenque
pushed to 173-add_netmap_aware_dialer at olefirenque/frostfs-sdk-go
2023-12-07 08:40:16 +00:00
2b9eaeb2a6
[#131] client: implement dialing config
olefirenque
pushed to 173-add_netmap_aware_dialer at olefirenque/frostfs-sdk-go
2023-11-30 11:28:51 +00:00
cf4677ecb9
[#131] client: refactor netmap dialer
olefirenque
pushed to 173-add_netmap_aware_dialer at olefirenque/frostfs-sdk-go
2023-11-30 10:26:32 +00:00
dd8fb59efe
[#131] client: get rid of slices.Equal
WIP: [#131] add netmap-aware dialer
olefirenque
created branch 173-add_netmap_aware_dialer in olefirenque/frostfs-sdk-go
2023-11-30 10:13:31 +00:00
olefirenque
pushed to 173-add_netmap_aware_dialer at olefirenque/frostfs-sdk-go
2023-11-30 10:13:31 +00:00
6ace44f6b5
[#131] client: add basic netmap dialer
56debcfa56
[#190] sdk-go: Gofumpt fixes
157a9930e8
[#190] sdk-go: Pass user.ID by value
1c07098740
[#194] make: Fix make test
03d35dd1f3
[#166] netmap: Add support YML tests
olefirenque
pushed to 131-refactor_frostfs_failure_resolving_option at olefirenque/frostfs-sdk-go
2023-09-15 18:31:15 +00:00
070db1d2c7
[#131] client: keep backwards-compatibility, update README.md, fix chore
[#131] client: Switch ResolveFrostFSFailures to DisableFrostFSFailuresResolution option
PrmInit.ResolveFrostFSFailures()
must be a Deprecated
one without any effects and PrmInit.DisableFrostFSFailuresResolution()
is a new one, right?
olefirenque
pushed to 131-refactor_frostfs_failure_resolving_option at olefirenque/frostfs-sdk-go
2023-09-15 15:52:45 +00:00
d241aa92bf
[#131] client: rename option consistently and fix test
olefirenque
pushed to 131-refactor_frostfs_failure_resolving_option at olefirenque/frostfs-sdk-go
2023-09-15 15:25:39 +00:00
9d1375b453
[#131] client: rename option consistently
16aec65709
[#131] client: Switch ResolveFrostFSFailures to DontResolveFrostFSFailures option
olefirenque
pushed to 131-refactor_frostfs_failure_resolving_option at olefirenque/frostfs-sdk-go
2023-09-15 15:21:57 +00:00
15bdb42d73
[#131] client: rename option consistently
olefirenque
pushed to 131-refactor_frostfs_failure_resolving_option at olefirenque/frostfs-sdk-go
2023-09-15 15:18:52 +00:00
c133e20009
[#131] client: rename option consistently
[#131] client: Switch ResolveFrostFSFailures to DisableFrostFSFailuresResolution option
PrmInit.ResolveFrostFSFailures
referred to the function name that is used to set the value of PrmInit.resolveFrostFSErrors
field. But maybe it's better to unify the field name and the function…
WIP: [#131] client: Switch ResolveFrostFSFailures to DontResolveFrostFSFailures option