scylladb / argus

Apache License 2.0
4 stars 11 forks source link

fix(results): Fix results ordering and visibility #433

Closed soyacz closed 2 months ago

soyacz commented 3 months ago

In case we have multiple tables, their order is random. Added ordering based on which table values were inserted first.

Results were having to little margins and looking too messy. Added filtering capabilities, increased margins and shown a vertical bar on the left side of each table with color based on results (red if any result was failed).

soyacz commented 3 months ago

image

soyacz commented 2 months ago

when merged we can deploy it (along with graphs support)