Merged
Conversation
faxm0dem
pushed a commit
to ccin2p3/kibana
that referenced
this pull request
Feb 17, 2014
…plit-restructure value-pairs: Restructure vp_walker_name_split()
rashidkpc
pushed a commit
that referenced
this pull request
Oct 6, 2014
rashidkpc
pushed a commit
that referenced
this pull request
Oct 6, 2014
spalger
pushed a commit
that referenced
this pull request
Oct 6, 2014
spalger
pushed a commit
that referenced
this pull request
Oct 6, 2014
spalger
referenced
this pull request
in spalger/kibana
Mar 3, 2016
… renamed `ExportersService` to `CollectorService` & `StatsExporter` to just `Exporter` Closes #31
Closed
liza-mae
added a commit
to liza-mae/kibana
that referenced
this pull request
Feb 21, 2019
nreese
added a commit
that referenced
this pull request
May 7, 2019
* show grab and edit buttons when hovering over layer name * display layer details when layer name is clicked * add range to dynamic style property state * render dynamic ranges in TOC details * render symbol size and border width header in legend * simplify VectorStyle.getIcon * removed unused component * open TOC details on map load * save open TOC details state in embeddable config * show gradients for dynmaic fill color icon * round corners of dynamic icon if points only * add tooltip to legend label * add edit panel action to action panel * add functional test for details in legend * fix broken gis_page function doesLayerExist * add unit tests for VectorStyle.getDescriptorWithDynamicRanges * open actions menu on layer title click, add arrow up/down for togging layer details * Design cleanup of layers panel (#31) * fix functional test * update jest snapshots * refactor StylePropertyLegendRow to use same function to render lineWidth and iconSize legends * fix functional test * fix another functional test * make escapeLayerName function instead of instance method * move _isLayerDetailsOpen into prop from redux connector * remove index.js file * do not show legend details toggle when layer has not legend details * rename FillableVector to FillableRectangle * use mixin pattern instead of encapulated function call
nreese
added a commit
that referenced
this pull request
May 7, 2019
* show grab and edit buttons when hovering over layer name * display layer details when layer name is clicked * add range to dynamic style property state * render dynamic ranges in TOC details * render symbol size and border width header in legend * simplify VectorStyle.getIcon * removed unused component * open TOC details on map load * save open TOC details state in embeddable config * show gradients for dynmaic fill color icon * round corners of dynamic icon if points only * add tooltip to legend label * add edit panel action to action panel * add functional test for details in legend * fix broken gis_page function doesLayerExist * add unit tests for VectorStyle.getDescriptorWithDynamicRanges * open actions menu on layer title click, add arrow up/down for togging layer details * Design cleanup of layers panel (#31) * fix functional test * update jest snapshots * refactor StylePropertyLegendRow to use same function to render lineWidth and iconSize legends * fix functional test * fix another functional test * make escapeLayerName function instead of instance method * move _isLayerDetailsOpen into prop from redux connector * remove index.js file * do not show legend details toggle when layer has not legend details * rename FillableVector to FillableRectangle * use mixin pattern instead of encapulated function call
yuliacech
pushed a commit
to yuliacech/kibana
that referenced
this pull request
Mar 10, 2023
…/poc/navigation
CoenWarmer
added a commit
to CoenWarmer/kibana
that referenced
this pull request
Aug 9, 2023
skynetigor
added a commit
to skynetigor/kibana
that referenced
this pull request
Jul 24, 2025
* feat: basestep * Improve step types * make stepfactory instance like * refactor: store parsed yaml definition in workflow, store workflow as savedObject (elastic#29) * feat: scheduled workflows (elastic#30) * feat: wip * feat: scheduled workflows * feat: scheduled workflows * feat: scheduled * feat: scheduled * feat: scheduled * feat: scheduled * feat: scheduled workflows * feat: scheduled workflows * feat: add execution logs (elastic#31) * feat: add execution logs * feat: add execution logs * feat: add execution logs * feat: logs --------- Co-authored-by: Ihor Panasiuk <igorskynet13@gmail.com> Co-authored-by: Kirill Chernakov <yakiryous@gmail.com> Co-authored-by: Shahar Glazner <shaharglazner@gmail.com>
edmarmoretti
pushed a commit
to edmarmoretti/kibana-pt-br
that referenced
this pull request
Sep 7, 2025
edmarmoretti
pushed a commit
to edmarmoretti/kibana-pt-br
that referenced
this pull request
Sep 7, 2025
# [1.1.0](elastic/elastic-charts@v1.0.2...v1.1.0) (2019-02-14) ### Features * **legend/series:** add hover interaction on legend items ([elastic#31](elastic/elastic-charts#31)) ([c56a252](elastic/elastic-charts@c56a252)), closes [elastic#24](elastic/elastic-charts#24)
flash1293
added a commit
to flash1293/kibana
that referenced
this pull request
Feb 5, 2026
Add getTaskErrorMessage utility function to safely convert task.error to a string for rendering. This prevents React error elastic#31 when task.error contains an Error object instead of a string. Fixes elastic#251853 Co-authored-by: Cursor <cursoragent@cursor.com>
VladimirFilonov
added a commit
to VladimirFilonov/kibana
that referenced
this pull request
Mar 12, 2026
- [elastic#10](elastic#253700 (comment)), [elastic#11](elastic#253700 (comment)), [elastic#12](elastic#253700 (comment)): Remove convertToTypePreservingTemplates and isSingleTemplateExpression; use buildFieldsZodValidator(normalizedOutputs) for output validation in workflow_output_step_impl - [elastic#15](elastic#253700 (comment)), [elastic#32](elastic#253700 (comment)): completeAncestorSteps now uses finishStep() via stepExecutionRuntimeFactory (nodes_factory, workflow_output_step_impl, workflow_execution_runtime_manager) - [elastic#16](elastic#253700 (comment)): Revert workflow_execution_state updateStep to simple merge (no definedChanges filter); file matches main - [elastic#17](elastic#253700 (comment)): Document in catch_error.ts how a step may already be completed (workflow.output/workflow.fail) - [elastic#18](elastic#253700 (comment)): Revert use_monaco_markers_changed_interceptor to upstream/main - [elastic#21](elastic#253700 (comment)), [elastic#28](elastic#253700 (comment)): Deprecate json_schema_to_zod re-export; consumers import from @kbn/workflows/spec/lib/build_fields_zod_validator; test imports from canonical source - [elastic#22](elastic#253700 (comment)), [elastic#26](elastic#253700 (comment)): Remove isSingleTemplateExpression from templates.ts and utils/index (CodeQL/reviewer) - [elastic#23](elastic#253700 (comment)): Rename legacyInputs to legacyFields (and input to field) in field_conversion.ts - [elastic#24](elastic#253700 (comment)): WorkflowFailStepSchema: add optional reason, optional message, optional with - [elastic#29](elastic#253700 (comment)): get_workflow_context_schema uses buildFieldsZodValidator(normalizeFieldsToJsonSchema(...)) for both inputs and outputs - [elastic#31](elastic#253700): normalizeFieldsToJsonSchema accepts unknown; remove NormalizableFieldSchema casts (load_workflows_thunk, workflow_execute_modal, workflow_execute_manual_form, validate_json_schema_defaults, validate_workflow_inputs, validate_workflow_outputs_in_yaml, get_workflow_context_schema, validate_workflow_fields)
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.
No description provided.