frostfs-node/pkg/util
Evgenii Stratonikov 8e24665d96
Some checks failed
Build / Build Components (1.19) (pull_request) Failing after 3s
Tests and linters / Lint (pull_request) Failing after 4s
Tests and linters / Tests (1.20) (pull_request) Failing after 3s
Tests and linters / Tests with -race (pull_request) Failing after 2s
Tests and linters / Staticcheck (pull_request) Failing after 3s
Vulncheck / Vulncheck (pull_request) Failing after 3s
Build / Build Components (1.20) (pull_request) Successful in 9m37s
Tests and linters / Tests (1.19) (pull_request) Successful in 11m6s
[#578] gendoc: Allow to override flags
The command is used in multiple places across the whole FrostFS
ecosystem. While we want to have uniform interfaces everywhere,
sometimes we can't: already defined global flags can be harder to change
because of our obligations to the users. Cobra framework doesn't allow
conflicting flags (we can have global ones), so allow to override them.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-08-09 08:59:56 +03:00
..
attributes [#455] Fix non-informative message when parse node attributes 2023-06-28 15:02:29 +00:00
autocomplete [#83] util/autocomplete: Fix deprecated warning 2023-03-13 07:07:30 +00:00
config [#238] node: Read cfg from dir even if cfg file not set 2023-04-14 10:19:10 +00:00
gendoc [#578] gendoc: Allow to override flags 2023-08-09 08:59:56 +03:00
http [#66] node: Replace interface{} with any 2023-02-21 16:47:07 +03:00
keyer [#448] util/keyer: Prioritize hex decoding over base58 2021-03-26 15:27:55 +03:00
locode [#309] locode: Parallelize DB generation 2023-05-12 09:59:13 +00:00
logger [#xx] Fix invalid log metric namespace identifier 2023-06-13 15:36:34 +03:00
precision Rename package name 2023-03-07 16:38:26 +03:00
rand [#851] util/rand: use single random source 2022-01-12 19:29:27 +03:00
state Rename package name 2023-03-07 16:38:26 +03:00
test [#180] node: Refactor panics in unit test 2023-03-29 12:39:07 +03:00
os.go [#1320] English Check 2022-05-11 10:40:02 +03:00
salt.go [#290] util: Implement salting writer 2021-01-11 18:40:59 +03:00
salt_test.go Rename package name 2023-03-07 16:38:26 +03:00
worker_pool.go [#381] *: Move to sync/atomic 2023-05-23 08:18:01 +03:00
worker_pool_test.go [#901] util: implement Release for PseudWorkerPool 2021-10-25 18:53:36 +03:00