1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00
Commit graph

27 commits

Author SHA1 Message Date
bedb8a92e8 config: adding Ship.EnableTableDeltas and table_deltas cli flag 2024-10-21 12:24:29 +02:00
7197720350 small fix to cli descriptions and flag help texts 2024-08-26 13:14:00 +02:00
c769b6a700 typo fixes and added comments 2024-08-26 13:11:32 +02:00
ecdde63f68 internal/config/cli.go: set description for abi-cache-api-timeout flag 2024-07-28 14:45:33 +02:00
ebbaf6e2c1 internal/config: Adding cache configuration 2024-07-23 16:46:02 +02:00
b60436c48a config: adding AbiCache 2024-07-21 12:50:41 +02:00
dccd7c0520 internal/config/builder_test.go: fix syntax error 2024-07-19 13:48:59 +02:00
22896f8859 internal/config/builder_test.go: rewrite ConfigWithFlags to WithDefaultConfig as we already have a test for flags 2024-07-18 21:35:23 +02:00
20168a9329 implement whitelist option in blacklist 2024-07-16 16:59:01 +02:00
4f27307c70 internal/types/blacklist.go: add isWhitelist field 2024-07-15 23:02:29 +02:00
6d14591f6b internal/config: adding blacklist field to Ship config 2024-06-23 14:52:05 +02:00
aaf490456c internal/config: adding --log-file-timestamp flag. 2024-02-22 22:35:44 +01:00
7f1f186aa0 nternal/config/cli.go: move overrideCliFlags() to cmd/thalos/server.go as its pretty specific code. 2024-02-18 18:00:26 +01:00
53baae8a7f internal/config/cli.go: move flags that are not bound to config to cmd/thalos/main.go 2024-02-18 17:40:04 +01:00
69a36e016c internal/config: skip creating a Config struct with default values. those should be set by flags or viper in the builder 2024-02-18 16:11:32 +01:00
e54a4fa929 internal/config: remove shorthand ship config (where it is possible to have "ship" key only contain a url string instead of struct)
It makes parsing harder and i don't think anyone uses it and its not that useful tbh.
2024-02-18 16:08:18 +01:00
4a4489e2be internal/config/builder_test.go: adding test for config with flags 2024-02-18 16:04:02 +01:00
2db0a64bd4 internal/config: add additional flags for config fields. 2024-02-18 15:45:10 +01:00
beb5b6cf04 cmd/thalos/main.go: move cli flags to internal/config/cli.go as it is easier to write tests if we can get a hold of the flags. 2024-02-18 14:36:27 +01:00
117f1b50b4 internal/config/builder.go: bind start-block, end-block flags to config 2024-02-18 11:39:32 +01:00
7033240000 internal/config/cli.go: Rename Config.ReadCliFlags to ovverideCliFlags and make it a function instead of method. 2024-02-18 11:39:32 +01:00
b4c305d8ea Remove internal/config/file.go 2024-02-18 11:39:32 +01:00
0d1bec6a62 Adding internal/config/builder.go 2024-02-18 11:39:32 +01:00
85da219349 Merge branch 'refactor' 2024-02-17 17:32:19 +01:00
9974bfe3fd rename app folder to internal. 2024-02-14 13:00:33 +01:00
3251c94416 move internal/config to config 2023-01-12 16:49:27 +01:00
ddd5d67901 Move internal packages into internal subdirectory 2022-11-29 15:08:23 +01:00