graylog2-server
graylog2-server copied to clipboard
Add deprecation flag to paginated pipeline API
/nocl
Description
Extend paginated pipeline response to include a flag for deprecated functions.
Based on #24109 which should be merged first.
Motivation and Context
Resolves #23911
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Refactoring (non-breaking change)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Need to update PipelineSource type in FE.
Ignore the linter warnings - FE team has deemed those inconsequential.