|
|
7197720350
|
small fix to cli descriptions and flag help texts
|
2024-08-26 13:14:00 +02:00 |
|
|
|
8b8867394f
|
tools: cleanup and refactor to make code more readable.
|
2024-06-19 21:45:45 +02:00 |
|
|
|
bf97f2e97a
|
cmd/tools/redis-acl.go: adding flag for password length.
|
2024-03-14 00:28:24 +01:00 |
|
|
|
72b4f0a327
|
cmd/tools/redis-acl.go: fix correct syntax for cleartext passwords.
|
2024-03-07 23:29:31 +01:00 |
|
|
|
69b31eae1a
|
cmd/tools/redis-acl.go: enable ping command for server user.
|
2024-03-07 23:15:25 +01:00 |
|
|
|
aeac190c94
|
Minor fixes.
|
2024-03-07 18:09:14 +01:00 |
|
|
|
85da219349
|
Merge branch 'refactor'
|
2024-02-17 17:32:19 +01:00 |
|
|
|
59480533d3
|
refactor cli to use cobra.
|
2024-02-17 14:34:27 +01:00 |
|
|
|
9974bfe3fd
|
rename app folder to internal.
|
2024-02-14 13:00:33 +01:00 |
|
|
|
729860cf76
|
cmd/tools/validate.go: log errors from client.
|
2024-02-07 17:32:03 +01:00 |
|
|
|
133af980a3
|
api/client.go: Rework to use a channel instead of callback.
|
2024-02-04 22:49:49 +01:00 |
|
|
|
cb14978118
|
cmd/tools/mock_publisher.go: add log message before starting.
|
2024-02-02 16:52:50 +01:00 |
|
|
|
e93cc1d139
|
tools: rename redis prefix flag to just prefix.
|
2024-02-02 16:52:31 +01:00 |
|
|
|
1f3e4a0fd9
|
cmd/tools/redis-acl.go: Make timestamp used as the random seed have nanoseconds precision.
|
2024-01-15 22:30:43 +01:00 |
|
|
|
ebeef44c31
|
cmd/tools/redis-acl.go: should not call rand.Seed(), instead create a new rand.Rand object.
|
2024-01-15 22:29:27 +01:00 |
|
|
|
578f9e83d7
|
cmd/tools/mock_publisher.go: fix correct imports.
|
2023-12-17 19:37:08 +01:00 |
|
|
|
809f42f5af
|
Adding cmd/tools/mock_publisher.go
|
2023-10-22 20:32:25 +02:00 |
|
|
|
0f5c94f8de
|
Adding cmd/tools/redis-acl.go
|
2023-08-23 11:23:58 +02:00 |
|
|
|
1ba1422c6f
|
cmd/tools/bench.go: Support Redis username and password flags.
|
2023-08-22 16:24:43 +02:00 |
|
|
|
9f61bbd316
|
cmd/tools/flags.go: adding Redis User and Password flags.
|
2023-08-22 16:24:09 +02:00 |
|
|
|
8ab7d852a7
|
cmd/tools/validate.go: Fix usage string.
|
2023-06-28 15:54:52 +02:00 |
|
|
|
e3f46d4a84
|
cmd/tools/flags.go: move common flags into it's own file.
|
2023-06-28 15:25:29 +02:00 |
|
|
|
c7246ead03
|
cmd/tools: change from github.com/spf13/cobra to github.com/urfave/cli/v2 as cli library.
|
2023-06-28 15:24:06 +02:00 |
|
|
|
1ccb5ff87f
|
cmd/tools/main.go: use app/log package instead of initialize log here.
|
2023-06-15 11:39:35 +02:00 |
|
|
|
22fd3f6980
|
Adding cmd/tools/validate.go
|
2023-06-15 11:30:01 +02:00 |
|
|
|
5c6ab2e846
|
cmd/tools/main.go: fix log time format.
|
2023-06-15 11:29:42 +02:00 |
|
|
|
52488277cb
|
create thalos-tools cli app and have the old bench command as a subcommand.
|
2023-06-14 11:29:54 +02:00 |
|