Skip to content

Releases: DataKitchen/dataops-observability

2.3.0

20 Nov 05:42
Compare
Choose a tag to compare

Features

  • events: add date range filter to All Events tab (4aa02ab)

Bug Fixes

  • ui: add api hostname to csp (deaf5ec)
  • be: filter list of events by instance set id (3b48f4d)
  • be: change join query filters to be subqueries (863e5e0)
  • ui: styling improvements and bug fix (8e49790)

Refactors

  • be: remove coalesce when ordering events list (c9fb4ed)
  • be: filter and paginate entities list in a subquery (84681f4)

Miscellaneous

  • lint: address linting issues (b369040)
  • support email and ui plugin configuration through helm values (55be461)

dataops-observability-app-2.1.0

20 Nov 22:07
b0663f1
Compare
Choose a tag to compare

DataOps Observability

2.2.2

22 Aug 18:10
b79cf15
Compare
Choose a tag to compare

Bug Fixes

  • ui: parameterize csp's upgrade-insecure-requests with env variable (02c2eda)

2.2.1

21 Aug 19:47
70f3292
Compare
Choose a tag to compare

Bug Fixes

  • ui: remove extra quotes in deploy script for legacy agents (49bb5ad)

dataops-observability-services-2.0.0

21 Aug 03:41
baadc59
Compare
Choose a tag to compare

DataOps Observability Supporting Services

dataops-observability-app-2.0.0

21 Aug 03:41
baadc59
Compare
Choose a tag to compare

DataOps Observability

2.2.0

20 Aug 18:10
Compare
Choose a tag to compare

Features

  • agent status check (ddc8622)
  • instances: add instance dag endpoint (47cc9e3)
  • ui: add sum pipe to add list of numbers (b9d34a7)
  • ui: use the instance dag endpoint (63ccbc4)
  • be: Adding the endpoints and columns for the project alert settings (19a68ce)
  • be: Adding rules and actions for agent status changes (69e3ac4)
  • ui: Adding the agent alerts card to the project settings page (39421a9)
  • be: Validating the project alerts settings input (6173144)
  • be: Making sure the scheduler picks up the updated agent check interval (601c4ff)
  • ui: Update styles and text for agent alerts (09925be)
  • ui: Handling API errors when configuring project alerts (938d80f)
  • ui: Project alert settings form validation (fe5c64a)

Bug Fixes

  • fixing default server name configuration (9dafa4f)
  • instances: sort DAG node alerts by descending count (dcf8dd0)
  • ui: replace variable in nginx.conf (de46c6b)
  • ui: add help text for agent alerts (420517f)

Refactors

  • be: moving the action schemas to common (f9c8907)
  • be: updating action_factory to not require an entity (f345e74)
  • be: Renaming Rule to JourneyRule (8f1cf32)
  • be: Moving the action and data points code into common (5093412)
  • ui: move rule actions to core library (bf40a97)

Miscellaneous

  • ui: add integrity check for external material icons CSS (41af2b1)
  • ui: disable browsers content sniffing (c18894b)
  • ui: add CSP header in NGINX config (d1cf77e)
  • ui: fetch monaco editor resources from /assets path (161bca2)