Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Feb 21:10
ad2a340

Changelog

  • f888d5a Add --panels-json flag to update-board for panel add/remove workflows
  • 9cc32d0 Add Columns API support (list, get, create, update, delete)
  • 3179aea Add GET /2/auth endpoint (auth-v2 command)
  • 8f99a12 Add README with Certified Shovelware badge
  • c53231d Add boards API: list, create, and delete boards
  • cad4cf3 Add calculated fields (derived columns) API support
  • d272786 Add create-board-view command
  • 4ea50e5 Add dataset CRUD operations and fix noctx lint issues
  • 07bc0cc Add formatting and linting setup
  • 7af81bd Add get-board command to fetch a single board by ID
  • 258359a Add list, get, update, and delete operations for query annotations
  • e8f6577 Add marker settings API: list, create, update, delete
  • 2a3b391 Add markers API: list, create, update, delete
  • 1d50dd5 Add missing board view API endpoints: list, get, update, delete
  • 0c5d14c Add queries API: create-query and get-query commands with smoke tests
  • 6979127 Add query results: execute queries and retrieve data
  • 92b6a40 Add update-board, create-query-annotation commands and query panel support
  • ce1b64a Document all features in help text
  • 00cb0fe Format main.go alignment and add auth smoke test
  • 2ce3aa6 Initial commit: hccli project with urfave/cli v3
  • 864542b Move tests to dedicated directory
  • f1beb9c Refactor CLI commands into separate files
  • 6e85fce Refactor tests to invoke CLI binary as subprocess
  • ad2a340 Update README with install options and authentication section
  • 35925af add GoReleaser config and release workflow
  • 484aa3e add SLO CRUD commands
  • 44043e0 add burn alert CRUD commands
  • e3b050a add default HTTP timeout and --api-url flag
  • 1336d27 create-query: support multiple calculations
  • 2ee5b0d feat: implement auth command with API client
  • ee5aed9 fix: add missing os import in datasets_cli_test.go
  • 824ba51 fix: restrict test target to tests/ directory
  • 5533ffe harden query result polling loop
  • 291e68a refactor(cmd/shared): add IDFlag and DatasetFlag helpers
  • 15cee26 refactor: extract generic CRUD helpers to reduce API duplication
  • 3ebb2ae require --alert-type on update-burn-alert
  • 3eb01e5 stream-decode responses instead of buffering
  • 6e62950 tests: skip dataset CRUD test by default