You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
BUGFIX: fix an interpolating query with multivariables when going to the "explore" page. See #380.
BUGFIX: fix an issue where * was used instead of a variable with the selected All value. Now the priority is as follows: first, the allValue value is used, which is defined in the variable settings, if there is no such value and there is a query in the variable setting to filter the values, then the list of return values is used, if there is no query, then * is used for normal filters and .* for regexp filters. See #452.
BUGFIX: fix an interpolating query in variable settings: use the same algorithm as for the query on dashboards. See #455.
BUGFIX: fix an issue where a query was incorrectly interpolated with a variable inside a regexp operator. See #449.