Commit Graph

5 Commits

Author SHA1 Message Date
Luke Whiting aa3598583b
Move streams status actions to cluster:monitor group (#131015)
* Move streams status actions to cluster:monitor group

* Update docs/changelog/131015.yaml
2025-07-14 09:56:18 +01:00
Gal Lalouche 96315ec3cd
Use TaskId in TaskAwareRequest.createRequest (#130131)
* TODO refactor: Use TaskId in TaskAwareRequest.createRequest

Use TaskId instead of passing a node name and ID individually.

* CR fixes

* CR fixes

* More CR fixes

* Simplify new static method

* [CI] Auto commit changes from spotless

* Fix compilation error

* CR Fixes

---------

Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co>
2025-07-06 15:35:18 +02:00
Joe Gallo 5931f08129
Tidy up project metadata fetching (#130130) 2025-06-26 19:00:22 -04:00
Luke Whiting a952245178
Fix missing feature flag on Streams YAML tests (#129747)
* Fix missing feature flag on YAML tests

* Unmute tests
2025-06-20 21:12:51 +10:00
Luke Whiting 1ccf1c6806
Streams - Log's Enable, Disable and Status endpoints (#129474)
* Enable And Disable Endpoint

* Status Endpoint

* Integration Tests

* REST Spec

* REST Spec tests

* Some documentation

* Update docs/changelog/129474.yaml

* Fix failing security test

* PR Fixes

* PR Fixes - Add missing feature flag name to YAML spec

* PR Fixes - Fix support for timeout and master_timeout parameters

* PR Fixes - Make the REST handler validation happy with the new params

* Delete docs/changelog/129474.yaml

* PR Fixes - Switch to local metadata action type and improve request handling

* PR Fixes - Make enable / disable endpoint cancellable

* PR Fixes - Switch timeout param name for status endpoint

* PR Fixes - Switch timeout param name for status endpoint in spec

* PR Fixes - Enforce local only use for status action

* PR Fixes - Refactor StreamsMetadata into server

* PR Fixes - Add streams module to multi project YAML test suite

* PR Fixes - Add streams cluster module to multi project YAML test suite
2025-06-19 11:48:44 +01:00