frostfs-sdk-go/netmap
Evgenii Stratonikov a02c0bfac8
All checks were successful
DCO / DCO (pull_request) Successful in 1m14s
Tests and linters / Tests (1.21) (pull_request) Successful in 1m34s
Tests and linters / Tests (1.20) (pull_request) Successful in 1m47s
Tests and linters / Lint (pull_request) Successful in 2m52s
[#186] netmap: Marshal policy with brackets
Brackets can be semantically important and must not be omitted,
otherwise the output is plain wrong.
We do not take the responsibility to preserve every bracket, though,
because parser does some optimizations related to grouping long chains
of filters combined with the same operation.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-10-27 10:54:45 +03:00
..
json_tests [#167] netmap: Fix reverse min agregator 2023-10-27 07:53:19 +00:00
parser [#xx] Add support for SELECT-FILTER expressions 2023-07-17 10:29:48 +00:00
test [#161] *: Do not use math/rand.Read() 2023-09-08 17:17:02 +03:00
aggregator.go [#167] netmap: Fix reverse min agregator 2023-10-27 07:53:19 +00:00
aggregator_test.go [#88] netmap: fix min aggregator bug, add tests 2023-10-03 07:05:03 +00:00
bench_test.go [#87] netmap: Add benchmark for ContainerNodes() 2023-06-02 14:54:40 +03:00
context.go [#167] netmap: Allow to select insufficient number of nodes 2023-09-15 14:47:54 +03:00
doc.go Rename package name 2023-03-07 15:47:21 +03:00
filter.go [#78] netmap: Add new keywords NOT and UNIQUE 2023-06-02 17:47:20 +03:00
filter_test.go Rename package name 2023-03-07 15:47:21 +03:00
helper_test.go Rename package name 2023-03-07 15:47:21 +03:00
json_test.go [#167] netmap/tests: Add json file name to the test output 2023-09-15 14:33:44 +03:00
netmap.go [#162] netmap: Allow to parse single unnamed selectors 2023-09-11 15:22:24 +03:00
netmap_test.go Rename package name 2023-03-07 15:47:21 +03:00
network_info.go [#56] *: Drop reputation system 2023-04-18 07:52:16 +00:00
network_info_decode_test.go [#240] netmap: Support HomomorphicHashingDisabled network config 2022-07-05 15:37:49 +03:00
network_info_test.go [#68] Replace interface{} with any 2023-05-15 17:21:49 +03:00
node_info.go [#53] sdk-go: Drop subnet 2023-04-14 16:31:08 +03:00
node_info_test.go [#344] netmap: Support ExternalAddr well-known attribute 2022-09-26 13:28:39 +03:00
policy.go [#186] netmap: Marshal policy with brackets 2023-10-27 10:54:45 +03:00
policy_decode_test.go [#162] netmap: Allow to parse single unnamed selectors 2023-09-11 15:22:24 +03:00
policy_test.go [#186] netmap: Marshal policy with brackets 2023-10-27 10:54:45 +03:00
selector.go [#167] netmap: Allow to select insufficient number of nodes 2023-09-15 14:47:54 +03:00
selector_test.go [#162] netmap: Allow to parse single unnamed selectors 2023-09-11 15:22:24 +03:00
Tests.md [#23] pre-commit: Add initial configuration 2023-03-09 22:52:51 +03:00