Refactor/deps and editor refresh - #207
Merged
Merged
Conversation
…' into refactor/deps-and-editor-refresh
…' into refactor/deps-and-editor-refresh
…ed it with a play button
… favor of having only one way to access logs
…pse each respective section
…self to the top, and nothing can be placed above them. They can swap position with other elastic integration plugins, but nothing else
…splay the final results pinned to the bottom of the filter section during simulation
There was a problem hiding this comment.
🟡 Changes recommended
The new output-event control is inaccessible to keyboard users.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates vulnerable dependencies and polishes the pipeline editor and simulation debugger.
Changes:
- Upgrades Django, pytest, sqlparse, and transitive dependencies.
- Refreshes editor controls, collapsible sections, status tooltips, and simulation results.
- Pins
elastic_integrationfilters to the pipeline prefix.
File summaries
| File | Description |
|---|---|
uv.lock |
Locks upgraded dependencies. |
pyproject.toml |
Updates dependency constraints. |
tests/PipelineManager/unit/test_agent_modes.py |
Updates target-label expectations. |
src/logstashui/PipelineManager/agent_modes.py |
Uses connection names for simulation targets. |
src/logstashui/PipelineManager/simulation.py |
Updates API example documentation. |
src/logstashui/PipelineManager/templates/pipeline_editor.html |
Redesigns toolbar, statuses, and collapsible sections. |
src/logstashui/PipelineManager/templates/components/pipeline_editor/simulation_results.html |
Removes duplicate log controls. |
src/logstashui/PipelineManager/templates/components/pipeline_editor/simulation_modal.html |
Refreshes the run button icon. |
src/logstashui/PipelineManager/templates/components/pipeline_editor/plugin_modal.html |
Marks pinned integrations. |
src/logstashui/PipelineManager/static/js/simulation_results.js |
Adds final-event inspection and improved tooltips. |
src/logstashui/PipelineManager/static/js/simulation_modal.js |
Removes duplicate overlay log controls. |
src/logstashui/PipelineManager/static/js/sim_targets.js |
Updates target-label documentation. |
src/logstashui/PipelineManager/static/js/pipeline_editor.js |
Enforces pinned filters and section toggling. |
src/logstashui/PipelineManager/static/js/move_mode.js |
Restricts moves around pinned filters. |
src/logstashui/PipelineManager/static/css/move_mode.css |
Hides invalid pinned-order targets. |
Review details
- Files reviewed: 14/16 changed files
- Comments generated: 1
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
untergeek
self-requested a review
September 10, 2026 21:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated dependencies to address dependabot vulns, pipeline editor / step debugger polish