116 Commits

Author SHA1 Message Date
a551249937 chore: update deps 2025-07-21 20:33:34 -04:00
5ccbc23333 chore: nix and direnv stuff 2025-07-21 20:19:21 -04:00
013a145f4c main: cleanup unused struct fields 2024-05-26 20:05:04 -04:00
9c904a3c62 refactor: Split the log and graph elements 2024-05-26 19:39:59 -04:00
ae669767c8 feat: allow you to set the axis type 2024-05-22 13:01:35 -04:00
a84326cb67 testing: Add minimal javascript testing framework
* Vendor the test-tap library
* Set up a browser harness
* Add some tests to the test suite
2024-04-07 16:25:08 -04:00
c12c7c2477 refactor: use javascript module name ending 2024-04-04 16:22:49 -04:00
03820d2941 fix: not a good refactor there 2024-04-04 16:12:31 -04:00
471d159af7 refactor: Query Metrics vs Logs payloads 2024-03-21 20:50:25 -04:00
a2cfaff490 fix: Improper comma handling 2024-03-21 20:50:17 -04:00
f227a0058c fix: finish up #21 2024-03-21 18:57:46 -04:00
a0b3956d8a dev: Only apply filters when there is a placeholder
* Allows you to respect commas placement
* This is effectively the only way you can safely apply filters
  when there are complicated query expressions.
2024-03-20 16:06:04 -04:00
0a2bde6990 dev: Example of the FILTERS placeholder 2024-03-12 21:29:27 -04:00
a620cd2b1b dev: do query filter modifications 2024-03-12 21:23:48 -04:00
cef7b42fac dev: lay ground for sending filters via get params 2024-03-12 20:33:05 -04:00
02314a3309 refactor: move type definitions into separate file
Also clean up some unnecessary loop labels.
2024-03-11 17:19:09 -04:00
2f6b9b6c58 refactor: extract the scalar plot building 2024-03-10 21:11:32 -04:00
75264dc095 refactor: extract the series plot building 2024-03-10 21:05:49 -04:00
a356eba786 ui: Make the filter boxes a consistent height 2024-03-10 20:45:43 -04:00
00e84bd99a feat: offline validation.
Also some more help text on flags.
2024-03-10 16:31:38 -04:00
687ccb07c2 docs: Add readme and contributing. 2024-03-06 17:17:33 -05:00
225755d6b3 ui: Select all for the label filters works 2024-03-06 16:03:35 -05:00
5a76207cca
Merge pull request #22 from zaphar/loki_queries
Loki queries
2024-03-05 21:22:49 -05:00
1b0547d93c fix: header field was mistakenly plural 2024-03-05 21:13:15 -05:00
4427cd414f ui: fix some color scheme stuff 2024-03-05 21:10:21 -05:00
e44d2087c8 feat: you can embed log tables now. 2024-03-05 20:44:10 -05:00
c830d1530d ui: better background color for the plots 2024-03-05 20:39:03 -05:00
6a503947d8 ui: respect ansi colors in our log lines 2024-03-05 20:32:04 -05:00
01cd54afa4 ui: Show labels for the log line. 2024-03-05 20:12:44 -05:00
a7a6c99099 ui: log table styling 2024-03-04 21:05:37 -05:00
474bfe4f1d ui: Show the labels for filtering on logs 2024-03-04 20:57:36 -05:00
f69ea6d6fa ui: Show log results in our dashboards 2024-03-04 20:52:36 -05:00
17e6ae81a0 Turn our lib into an es6 module 2024-03-03 18:15:41 -05:00
fb48c6900c maint: JSDoc type annotations and tsserver configuration 2024-03-03 15:23:31 -05:00
464f5db99c maint: formatting fixes 2024-03-02 10:14:36 -05:00
1de77b189d fix: flake url warning 2024-03-02 10:13:37 -05:00
ec2394eaf7 feat: logql queries in dashboard definitions 2024-03-02 10:13:07 -05:00
16ff43f4e2 feat: Loki logql query client 2024-02-27 18:12:41 -05:00
782cca41a0 ui: Add a link to the embed url for a graph 2024-02-27 17:15:33 -05:00
e1e0d17657
Merge pull request #20 from zaphar/embeddable_graphs
feat: URL for embedded graphs.
2024-02-27 17:09:56 -05:00
7a40e6b1ff feat: URL for embedded graphs. 2024-02-27 17:08:27 -05:00
2f15472d62 ui: Configure legend positioning
closes #18
2024-02-25 16:40:59 -05:00
ac52aea6c8 ui: Don't show filters when there is only one item 2024-02-25 09:03:18 -05:00
557d704a1b feat: Better y axes definition 2024-02-24 20:05:11 -05:00
0af85229c2 ui: deep linking and url history 2024-02-23 18:18:33 -05:00
8aa41eb68c feat: Flag to validate config and queries succeeed. 2024-02-23 17:10:36 -05:00
835c120d4b ui: Allow you to specify the fill for a trace 2024-02-23 12:50:56 -05:00
b1b65bbbec main: the module needs to ignore unused args 2024-02-23 11:24:37 -05:00
584cb237fe ui: The labels weren't useful. 2024-02-22 20:38:43 -05:00
498b472bf1
Merge pull request #14 from zaphar/styling
Styling improvements also Dark Mode
2024-02-22 20:23:49 -05:00