Commit Graph

77 Commits (af5296bee7571584af3c543e5738393fba3c1676)

Author SHA1 Message Date
Hugo Häggmark af5296bee7
Variables: Prevents panel from crashing when using adhoc variable in data links (#39546) 4 years ago
kay delaney bad048b7ba
Performance: Standardize lodash imports to use destructured members (#33040) 4 years ago
Torkel Ödegaard 6fa7c6b206
TimeSrv: Refactor service to have no dependency on angular (#32562) 4 years ago
Hugo Häggmark 2a3aa95163
Variables: Adds queryparam formatting option (#30858) 4 years ago
Hugo Häggmark 8744ad361b
Variables: Fixes so text format will show All instead of custom all (#30730) 4 years ago
Torkel Ödegaard 1d689888b0
Prettier: Upgrade to 2 (#30387) 4 years ago
Dominik Prokop 24bc2b1cf4
TemplateSrv: Do not throw error for an unknown format but use glob as fallback and warn in the console (#29955) 4 years ago
Dominik Prokop 683ce69347
Link suppliers: getLinks API update (#29757) 5 years ago
Torkel Ödegaard 21ed77d7a5
TemplateSrv: Fix interpolating strings with object variables (#28171) 5 years ago
kay delaney 185442115c
Chore: Remove angular dependency from data sources (#27735) 5 years ago
Marcus Andersson 0c8390cea2
Templating: global/system variables should be properly replaced in templated values. (#27394) 5 years ago
Torkel Ödegaard cfac143244
TemplateSrv: Refactoring out all formats to a formatRegistry (#26607) 5 years ago
Torkel Ödegaard 6c49fdb57d
TemplateSrv: Formatting options for ${__from} and ${__to}, unix seconds epoch, ISO 8601/RFC 3339 (#26466) 5 years ago
Torkel Ödegaard fba329f3ac
BackendSrv: Fix error alert logic (#26453) 5 years ago
Torkel Ödegaard fd44c01675
Chore: Fix typescript strict null fixes now at 298 (#26125) 5 years ago
Torkel Ödegaard 7e8bd0c1b7
Chore: Fix typescript strict null errors from 674 -> 565 (#26057) 5 years ago
Hugo Häggmark 6e3e9b7c39
Templating: fixes variables not being interpolated after dashboard refresh (#25698) 5 years ago
Hugo Häggmark 00a9af00fc
Templating: removes old Angular variable system and featureToggle (#24779) 5 years ago
Ryan McKinley d891cc5949
TemplateSrv: expose the replace function (#24353) 5 years ago
Dominik Prokop d2a13c4715
FieldOverride: Support data links via field overrides (#23590) 5 years ago
Ryan McKinley 7ab11027b0
TemplateSrv: expose limited templateSrv in grafana/runtime (#23339) 5 years ago
Hugo Häggmark c7ffc1199c
Variables: turns on newVariables as a new default (#23272) 5 years ago
Hugo Häggmark aacdfcd1a0
Variables: removes cloneDeep from getVariables selector (#23196) 5 years ago
xiaobeiyang 803f553552
Variable: Support more variable formatting. (#21622) 5 years ago
Hugo Häggmark 31ad86ffc0
TemplateSrv: deprecates templateSrv.variables and adds getVariables (#23026) 5 years ago
Hugo Häggmark 05b6d38374
Variables: breaks variable.ts into 2 separate files utils and types (#22884) 5 years ago
Hugo Häggmark 9af04a49ea
Variables: replaces UUID with name for a more performant lookup in TemplateSrv (#22858) 5 years ago
Marcus Andersson a7a1406415
Variables: migrates ad hoc variable type to react/redux. (#22784) 5 years ago
Hugo Häggmark 1db067396a
Variables: migrates data source variable type to React/Redux (#22770) 5 years ago
Marcus Andersson cc813d71c6
Templating: Migrates some variable types from Angular to React/Redux (#22434) 5 years ago
Torkel Ödegaard 4ca3967091
Chore: Fixed strict null errors (#22238) 5 years ago
Torkel Ödegaard 92ef8644c5
Templating: A way to support object syntax for global vars (#21634) 5 years ago
Torkel Ödegaard f47759b98e
TextPanel: Fixes issue with template variable value not properly html escaped (#20588) 6 years ago
Hugo Häggmark 7aeed4d987
Templating: Makes so __searchFilter can be used as part of regular expression (#20103) 6 years ago
Torkel Ödegaard fd21e0ba14
DataLinks: enable access to labels & field names (#18918) 6 years ago
Ryan McKinley 7520ebadac
Refactor: move ScopedVars to grafana/data (#18992) 6 years ago
gotjosh b424e12a5a
Fix: Avoid glob of single-value array variables (#18420) 6 years ago
Tobias Skarhed e1cec1069c noImplicitAny: 1670 errors (#18035) 6 years ago
Ryan McKinley 3f15170914 Refactor: move some files to @grafana/data (#17952) 6 years ago
Tobias Skarhed 375dc333f2 Typescript: Reduce implicit any errors (#17550) 6 years ago
Hugo Häggmark 7eabc282e9
Chore: Adds typings to lodash (#16590) 6 years ago
ryan aa38a9e0b4 typescript functions on replace 6 years ago
Mitsuhiro Tanda 4bd94b8aba support json format templating 6 years ago
Torkel Ödegaard 8b68ba5cbb Minor refactoring and adding some typing 6 years ago
Peter Holmberg 78cb3239b8 adding from and to built in variables 6 years ago
Demitri Swan 186e488ace Bug Fix #14961 6 years ago
Benjamin Schweizer bde4b76c16 based on encodeURIComponent() using strict RFC 3986 sub-delims 6 years ago
Erik Sundell 45fbbe8021 initialize empty variables array in constructor so that datasources can use the array in explore 7 years ago
Augustin Husson 2abf8a0e8b don't drop the value when it equals to None 7 years ago
Johannes Schill b880f8d548 Update the regex-matching in templateSrv to work with the new variable-syntax and be more flexible to regex-changes #13804 7 years ago