Skip to content

chore(types): Update API Types#487

Open
galileo-automation wants to merge 1 commit intomainfrom
chore/galileo-automation/update-api-types-2026-02-10
Open

chore(types): Update API Types#487
galileo-automation wants to merge 1 commit intomainfrom
chore/galileo-automation/update-api-types-2026-02-10

Conversation

@galileo-automation
Copy link
Contributor

@galileo-automation galileo-automation commented Feb 10, 2026

User description

Fix any breaking changes if this pull request fails to deploy


Generated description

Below is a concise technical summary of the changes proposed in this PR:

graph LR
paths_("paths"):::modified
operations_("operations"):::modified
components_("components"):::modified
SEARCH_LOG_STREAMS_API_("SEARCH_LOG_STREAMS_API"):::added
METRIC_SETTINGS_API_("METRIC_SETTINGS_API"):::added
LOG_RECORDS_PARTIAL_QUERY_("LOG_RECORDS_PARTIAL_QUERY"):::added
METRIC_SETTINGS_DB_("METRIC_SETTINGS_DB"):::added
VALIDATE_CODE_SCORER_API_("VALIDATE_CODE_SCORER_API"):::added
TASK_QUEUE_("TASK_QUEUE"):::added
paths_ -- "Adds log stream search and metric settings endpoints." --> operations_
operations_ -- "Operations now use new LogRecords and Metric schemas." --> components_
SEARCH_LOG_STREAMS_API_ -- "Adds POST /log_streams/search operation." --> operations_
METRIC_SETTINGS_API_ -- "Adds GET/PATCH metric_settings endpoints." --> operations_
LOG_RECORDS_PARTIAL_QUERY_ -- "Adds partial_search endpoints for traces, spans, sessions." --> operations_
METRIC_SETTINGS_API_ -- "Metric settings persist/updated via DB." --> METRIC_SETTINGS_DB_
VALIDATE_CODE_SCORER_API_ -- "Validation enqueues tasks to task queue." --> TASK_QUEUE_
LOG_RECORDS_PARTIAL_QUERY_ -- "Partial query uses richer filter and column schemas." --> components_
classDef added stroke:#15AA7A
classDef removed stroke:#CD5270
classDef modified stroke:#EDAC4C
linkStyle default stroke:#CBD5E1,font-size:13px
Loading

This pull request is reviewed by Baz. Review like a pro on <a href=https://baz.co/changes/rungalileo/galileo-js/487?tool=ast>(Baz).

@galileo-automation galileo-automation added the dependencies Pull requests that update a dependency file label Feb 10, 2026
@codecov
Copy link

codecov bot commented Feb 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.29%. Comparing base (f60dc34) to head (32e89d1).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #487   +/-   ##
=======================================
  Coverage   71.29%   71.29%           
=======================================
  Files          71       71           
  Lines        5947     5947           
  Branches     1513     1480   -33     
=======================================
  Hits         4240     4240           
  Misses       1697     1697           
  Partials       10       10           
Flag Coverage Δ
unittests 71.29% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant