Amir Raminfar
|
36e5abfa64
|
fix: supports empty values for logfmt (#3300)
|
2024-09-30 18:17:17 +00:00 |
|
Elias Axelsson
|
f01cec0b39
|
fix: guess log level will also check severity (#3294)
|
2024-09-28 12:20:30 -07:00 |
|
Amir Raminfar
|
de79f03aa3
|
feat: uses bcrypt hash instead (#3293)
|
2024-09-26 16:40:47 -07:00 |
|
Amir Raminfar
|
dfaa52e2a6
|
chore: removes go-json (#3284)
|
2024-09-20 17:02:00 +00:00 |
|
Amir Raminfar
|
92614ea63c
|
perf: introduces a timeout when fetching host info (#3276)
|
2024-09-20 16:19:08 +00:00 |
|
Amir Raminfar
|
90b9d97685
|
feat: duckdb wasm capibility (#3272)
|
2024-09-18 17:27:46 -07:00 |
|
Amir Raminfar
|
65cdb306f8
|
chore: adds fatal error message when event.message is nil (#3259)
|
2024-09-08 08:57:24 -07:00 |
|
Amir Raminfar
|
8ee18ce9f4
|
more fixes
|
2024-09-07 16:24:42 -07:00 |
|
Amir Raminfar
|
a5ffd88884
|
fix: improves search by backfilling on first search (#3261)
|
2024-09-07 22:11:09 +00:00 |
|
Amir Raminfar
|
6791c53d43
|
fix: fixes search while looking back history (#3256)
|
2024-09-05 09:48:13 -07:00 |
|
Amir Raminfar
|
45c7224d13
|
fix: improves search on initital load (#3253)
|
2024-09-05 00:22:30 +00:00 |
|
Amir Raminfar
|
2a3af94467
|
fix: fixes merged view and incorrect base. fixes #3248 (#3249)
|
2024-09-03 20:54:10 +00:00 |
|
Amir Raminfar
|
a1efb8e340
|
fix: supports searching for int, float and boolean (#3247)
|
2024-09-03 15:53:00 +00:00 |
|
Amir Raminfar
|
7d42bd2b02
|
chore: adds comparison chart for agents and removes warning (#3246)
|
2024-09-03 15:13:42 +00:00 |
|
Amir Raminfar
|
9f2f8b8245
|
feat!: moves search to backend for better experience. It does remove show search results in context. (#3245)
|
2024-09-03 08:02:09 -07:00 |
|
Amir Raminfar
|
85271a595a
|
feat: adds a side panel for complex logs that enables reordering and enabling fields (#3237)
|
2024-08-29 00:37:04 +00:00 |
|
Amir Raminfar
|
3a0eaf1609
|
fix: fixes infinite loop when there are no logs (#3235)
|
2024-08-26 18:22:43 +00:00 |
|
Amir Raminfar
|
afcb80938e
|
feat: retries to fetch more logs if no logs are fetched when scrolling up (#3230)
|
2024-08-26 06:23:11 -07:00 |
|
Amir Raminfar
|
077eeb7917
|
chore: uses zerolog instead of logrus (#3203)
|
2024-08-14 17:04:18 +00:00 |
|
Amir Raminfar
|
7f735d26db
|
feat: reads certs locally if available (#3196)
|
2024-08-13 11:48:56 -07:00 |
|
Jérémy Touati
|
acbb2a8d24
|
feat: implements support for custom container names (#3197)
|
2024-08-13 08:04:51 -07:00 |
|
Amir Raminfar
|
aa824453a5
|
feat: supports any service name in swarm mode by looking internally the hostname (#3193)
|
2024-08-12 09:34:53 -07:00 |
|
Amir Raminfar
|
69fb227519
|
feat: adds action toolbar for groups, services and stacks (#3190)
|
2024-08-10 13:35:56 -07:00 |
|
Amir Raminfar
|
b38a02f5ba
|
fix: fixes broken image tag in title bar (#3176)
|
2024-08-03 00:24:18 +00:00 |
|
Amir Raminfar
|
6d4be52006
|
fix: fixes missing info (#3172)
|
2024-08-01 15:36:33 +00:00 |
|
Amir Raminfar
|
1b9f25e64f
|
chore: fixes analytics to have better data (#3170)
|
2024-07-31 17:39:24 +00:00 |
|
Amir Raminfar
|
657643e6ce
|
fix: fixes panic in agent with stopped containers (#3167)
|
2024-07-30 19:31:14 -07:00 |
|
Amir Raminfar
|
638889ed58
|
feat: supports container actions for agents (#3164)
|
2024-07-29 19:16:38 +00:00 |
|
Amir Raminfar
|
de2e757665
|
fix: refreshes versions for agent properly after restart (#3160)
|
2024-07-28 14:55:15 -07:00 |
|
Amir Raminfar
|
ed84b9a181
|
perf: uses a semaphore to fetch containers faster in parallel (#3161)
|
2024-07-28 14:54:45 -07:00 |
|
Amir Raminfar
|
cbed761a18
|
perf: limits maximum items to be fetched when scrolling up. see #3122 (#3151)
|
2024-07-25 15:26:28 +00:00 |
|
Amir Raminfar
|
3a988b8fdc
|
feat: updates agents to be more resilient by reconnecting. also adds big performance issues in swarm mode with little updates to the UI. (#3145)
|
2024-07-25 08:01:33 -07:00 |
|
Amir Raminfar
|
2bd0031feb
|
chore: fixes async bug
|
2024-07-24 08:03:25 -07:00 |
|
Amir Raminfar
|
082bed2382
|
perf: fixes an issue with too many containers (#3144)
|
2024-07-24 06:58:21 -07:00 |
|
Amir Raminfar
|
4aa315a471
|
fix: fixes first few lines not showing up. fixes #3139 (#3142)
|
2024-07-23 21:52:46 -07:00 |
|
Amir Raminfar
|
01afadd410
|
fix: uses correct int size for memory (#3115)
|
2024-07-16 06:03:31 -07:00 |
|
Amir Raminfar
|
6c153051c9
|
fix: fixes broken host info for remote hosts. fixes #3103
|
2024-07-14 15:46:02 -07:00 |
|
Amir Raminfar
|
ec31d60fb0
|
fix: missed a few anlaytics that were not respecting no analytics flag (#3099)
|
2024-07-11 19:29:53 +00:00 |
|
Amir Raminfar
|
5af611ab44
|
feat: removes orphaned containers. fixes #3077 (#3098)
|
2024-07-11 19:16:47 +00:00 |
|
Amir Raminfar
|
c5771fa9a4
|
feat: tries to use swarm node id if exists then machine-id (#3097)
|
2024-07-11 19:09:49 +00:00 |
|
Amir Raminfar
|
8277902020
|
chore: improves errors
|
2024-07-11 11:05:26 -07:00 |
|
Amir Raminfar
|
d82e00e877
|
fix: fixes broken versions. fixes #3087. (#3084)
|
2024-07-10 15:52:54 +00:00 |
|
Amir Raminfar
|
b8662ff8d5
|
fix: properly closes unused connections (#3080)
|
2024-07-09 13:02:15 -07:00 |
|
Amir Raminfar
|
ce2b008098
|
fix: improves memory leak in new container stream (#3076)
|
2024-07-09 15:14:28 +00:00 |
|
Amir Raminfar
|
ad5d3e8e75
|
docs: deprecation
|
2024-07-06 14:05:46 -07:00 |
|
Amir Raminfar
|
044c1db55d
|
chore: refactors main.go and moves cli args to a new file (#3070)
|
2024-07-06 17:51:36 +00:00 |
|
Amir Raminfar
|
8b367010ce
|
chore: updates gitignore to checkin generated files
|
2024-07-06 09:45:32 -07:00 |
|
Amir Raminfar
|
4de9c775ba
|
feat!: implements swarm mode with agents (#3058)
|
2024-07-05 13:38:10 -07:00 |
|
Amir Raminfar
|
48fc3d3c74
|
chore: updates docker to latest client and fixes deprecations (#3062)
|
2024-06-28 21:17:45 +00:00 |
|
codeman1o1
|
f0b44a2608
|
feat: adds critical (#3051)
|
2024-06-20 06:32:36 -07:00 |
|