-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[expressions] Improved semantics on all functions #46902
Copy link
Copy link
Closed
Labels
Feature:ExpressionLanguageInterpreter expression language (aka canvas pipeline)Interpreter expression language (aka canvas pipeline)impact:mediumAddressing this issue will have a medium level of impact on the quality/strength of our product.Addressing this issue will have a medium level of impact on the quality/strength of our product.loe:mediumMedium Level of EffortMedium Level of Effort
Metadata
Metadata
Assignees
Labels
Feature:ExpressionLanguageInterpreter expression language (aka canvas pipeline)Interpreter expression language (aka canvas pipeline)impact:mediumAddressing this issue will have a medium level of impact on the quality/strength of our product.Addressing this issue will have a medium level of impact on the quality/strength of our product.loe:mediumMedium Level of EffortMedium Level of Effort
Type
Fields
Give feedbackNo fields configured for issues without a type.
Currently some of our functions accept JSON blobs as parameters which prevents other teams from reusing these functions efficiently. We need to do this cleanup to make functions available inside lens and canvas and to enable moving these functions to the server side.
chart functions:
tsvb(this should not be reusable, and we even don't validate the payload explicitly anymore in the backend: Enable prototype pollution protection in TSVB #78908 so we agreed to not make this explicit in the tsvb function)Since the following are planned to be removed until 8.0 we're no longer going to migrate them:
Parent issue: #46909