fleet-memory/hindsight-cli/src
Nicolò Boschi f7a60f898d
feat: filter operations by type + fix stale auto-refresh closure (#522) (#527)
* feat: filter operations by type + fix stale closure in auto-refresh

- Add `type` query param to GET /operations endpoint and engine layer
- Add operation type dropdown filter in Background Operations UI
- Fix auto-refresh interval using stale statusFilter/offset closure by
  adding filter state to useEffect deps and wrapping loadOperations in
  useCallback (fixes #522)
- Regenerate OpenAPI spec and all SDK clients

* fix: update Rust CLI list_operations call with new type parameter
2026-03-09 13:17:00 +01:00
..
commands feat: observation_scopes field to drive observations granularity (#447) 2026-02-28 10:46:21 +01:00
api.rs feat: filter operations by type + fix stale auto-refresh closure (#522) (#527) 2026-03-09 13:17:00 +01:00
config.rs feat(cli): accept more file types on retain-files (#163) 2026-01-15 18:34:44 +01:00
errors.rs feat: enable bank config API by default (#426) 2026-02-24 08:52:42 +01:00
logo.ansi brandind and misc fixes 2025-12-11 12:46:48 +01:00
main.rs feat: implement hierarchical configuration (system, tenant, bank) (#329) 2026-02-12 13:14:57 +01:00
output.rs feat(cli): accept more file types on retain-files (#163) 2026-01-15 18:34:44 +01:00
ui.rs feat: revisit mental models, directives and reflections (#179) 2026-01-22 17:13:16 +01:00
utils.rs feat: extensions (#54) 2025-12-22 11:05:23 +01:00