External Contributors
- Thanks to @songxuanqing for #9
Changelog
- 5b7c0b8 Merge pull request #42 from mr-karan/metrics
- 81da99f Merge pull request #47 from mr-karan/fix/docker_secret
- c4ffa0e Merge pull request #49 from mr-karan/feature/ISSUE-9/QueryVariables
- 79af1ab Merge pull request #50 from mr-karan/staging
- 8cda03b WIP: explore functionality updates
- afff931 When the user enters text in the logchefql or SQL Monaco editor using the {{variable_name}} format, an input field labeled with variable_name appears at the top of the editor. The value entered by the user in this input field is then reflected in the query when executed.
- a499ece add exception to avoid to be failed by validation when switch logchefql to sql
- 260bc0e add missing store file for dynamic variable removed duplicated code by using composable
- 5e41cd6 chore: fix unused import
- 51d65df docs(metrics): Add comprehensive Prometheus metrics documentation
- f10b381 feat(metrics): Add comprehensive Prometheus metrics with meaningful labels
- bfd76d3 feat: add grafana dashboards
- a50c622 feat: add tooltips to theme switchers in OuterApp and InnerApp layouts
- 62b25f4 feat: enhance AI SQL Assistant and add histogram toggle
- 9355018 feat: enhanced query variable management with improved UI
- 035c0e4 feat: implement compact terminal-style log viewer
- 039da8e feat: redesign variable editor with compact UI and fix cross-mode consistency
- 9f8a68a feat: refactor table controls for consistent UI across viewing modes
- c53bcf8 feat: refactor team/source context management for better robustness
- 14d153a feat: replace toast component with Sonner and fix data table regression
- 2166ae4 feat: simplify histogram generation with LogchefQL-only rule
- 308e657 fix(docker): add missing API token config to docker-compose
- 93a8d69 fix: Handle LogChef QL variables properly in query translation
- 7ef00c8 fix: Resolve Vue warnings in QueryEditor component
- ff296d7 fix: allow saved queries to load when team sources aren't fully loaded yet
- 5553d5d fix: correct Collections navigation route in SavedQueriesDropdown
- 969d2fd fix: eliminate team switching race conditions and 403 errors
- 0c86d81 fix: ensure consistent variable handling across LogchefQL and SQL modes
- c1e523e fix: query cancellation improvements
- 3ce7edd frontend: centralize route↔store sync and fix saved-query navigation races