Changelog
- a2af325 Add CLI (#71)
- 574593e Document CLI OIDC config
- 1879f91 Improve CLI auth and config robustness
- 044be55 Merge pull request #67 from SValanukonda/fix/Inconsistencies-found-in-the-Getting-Started-guide
- dd7ca4b Merge pull request #69 from blu3id/fix-explore-y-scroll
- fb9fc37 Simplify config.toml and move defaults to code
- 09ab5d3 ci(cli): improve release workflow with validation, checksums, and ARM64
- 5d6d76e ci(cli): update macOS runners to macos-15
- 4df2f84 docs(cli): update for new JSON output, name resolution, and TTY detection
- 349e89b feat(alerts): add dynamic Alertmanager routing helper
- 0144c0f feat(cli): accept database.table_name format for --source
- d9a1f3b feat(cli): improve JSON output, TTY detection, and name resolution
- 9bf7b6b feat(collections): add 'All Sources' view to show queries across all sources
- 133b8ef feat(query): smart LIMIT handling for SQL mode
- d428877 feat(sql): support CTEs, JOINs, and subqueries with template variables
- 33adc31 feat(ui): show saved query name in browser tab title
- b73527f feat(variables): add multi-select variable type for IN clause expansion
- 962c9f1 feat(variables): add optional clauses and dropdown widgets
- b6bb41e fix(alerts): evaluate condition-type alerts using their generated SQL
- 10ccaa5 fix(alerts): handle edge case in relative time formatting
- 8b784ba fix(alerts): preserve last_triggered_at and use ISO8601 UTC format
- fdaf938 fix(cli): make team/source name lookup case-insensitive
- d2ff1dc fix(collections): resolve race condition causing empty collections on initial load
- 62a67a7 fix(collections): show current editor content when updating saved query
- 9138d35 fix(frontend): suppress error toast for canceled requests on page reload
- a2e8774 fix(query): refresh relative time range before query execution
- 1f2b59b fix(ui): use consistent YYYY-MM-DD format for variable date display
- 8dd97e3 fix(variables): accept datetime-local format without seconds
- abde770 fix: eliminate y-scroll bar on main content area in explorer view
- d660be0 fix: validate template variables and ensure they're sent consistently
- 7998786 fixes-Inconsistencies-in-docs
- b07ead3 refactor: reduce log noise and redact session IDs for security
- d9add04 style(cli): apply cargo fmt