Commit Graph

364 Commits (c2231854fdfeb6f6fd4126a895e92a11bc10c811)

Author SHA1 Message Date
Torkel Ödegaard 5c3a0a624a
Fix: Template query editor this bind exception fix (#16299) 6 years ago
Peter Holmberg 4898502e4e
refactor(grafana/ui): Replace <input />with Input component from grafana/ui (#16085) 6 years ago
sridhar-komati 03d4b61208 used regex instead of string replacing 6 years ago
ryan b2a7891b08 move stringToJsRegex 6 years ago
ryan aa38a9e0b4 typescript functions on replace 6 years ago
Jeremy Doupe 3f27d3ea23 Make datasource variables multiselect and dashboard repeatable 6 years ago
Dominik Prokop 88a46e6dd4 Bump Prettier version (#15532) 6 years ago
Torkel Ödegaard cfea8bdcae Prettier had not been running as a precommit hook for some time so had to run in on all files again 6 years ago
Mitsuhiro Tanda 4bd94b8aba support json format templating 6 years ago
ijin08 0642c52693 created new color variables, changed primary to blue, changed success-btns to primary-btns. 6 years ago
Torkel Ödegaard f695975f65 Fixed handling of orgId 6 years ago
Torkel Ödegaard 7634e04231 Fixed template variable value changed handling 6 years ago
Torkel Ödegaard aafd4a339a Moved dashboard state components to state folder 6 years ago
Torkel Ödegaard 6663b2fab9 Moved time_srv to services folder, this should not belong to dashboard feature but it is too dependant on dashboard to move it out now, needs a bigger refactoring to isolate from dashboard 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
Hugo Häggmark 1faa5819a8 Initial commit 6 years ago
AJ West 6c95acc837 Switch to global match for full browser support of escaped custom vars 7 years ago
AJ West 2b3d366f7c Allow backslash escaping in custom variables 7 years ago
Erik Sundell 45fbbe8021 initialize empty variables array in constructor so that datasources can use the array in explore 7 years ago
Erik Sundell 7fc8ed942f stackdriver: make sure object type queries are also checked for vtemplate variables 7 years ago
Erik Sundell 0ec4491a52 stackdriver: reimplementing service variable query type 7 years ago
Erik Sundell 2e0cbe75ee stackdriver: use arrow functions 7 years ago
Erik Sundell e698202fae stackdriver: use new naming convention for query editor all over 7 years ago
Erik Sundell 1fe70721c9 stackdriver: persist template variable definition 7 years ago
Erik Sundell 588c5c045a stackdriver: pass query definition from react, making it possible to use another definition than the query string only 7 years ago
Erik Sundell 4569527873 stackdriver: set currentdatasource when editview is enabled 7 years ago
Erik Sundell 3883643ea2 stackdriver: reset query value on datasource changed 7 years ago
Erik Sundell 042d156e5f stackdriver: extend label width 7 years ago
Erik Sundell 7ccce76b80 stackdriver: return values for services and metric types 7 years ago
Erik Sundell f0cba0b0d8 stackdriver: rename default component 7 years ago
Erik Sundell 149c649132 stackdriver: more renaming 7 years ago
Erik Sundell 4f7d3fccb7 stackdriver: make sure default template query editor state is propagted to parent angular scope 7 years ago
Erik Sundell 637b91ab8d stackdriver: conditional template component rendering 7 years ago
Erik Sundell 94ac522109 stackdriver: make it possible to load react plugin components from template query page 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
Johannes Schill 38c155403e Move the variable regex to constants to make sure we use the same reg… (#13801) 7 years ago
Johannes Schill 22a0f3cf94 fix: Text box variables with empty values should not be considered fa… (#13791) 7 years ago
Emil Hessman 30baaa48fe ux: remove duplicate placeholder attribute 7 years ago
Torkel Ödegaard b95d64e7a0 fix: fixed variable srv tests 7 years ago
Torkel Ödegaard 11f66bb909 fixed issue with template refresh 7 years ago
Marcus Efraimsson 4b1a2d3b11
make sure to add all variable nodes to dag before linking variables 7 years ago
Torkel Ödegaard 7d44aacf4a refactoring: slight changes to PR #13247 7 years ago
David Kaltschmidt 1a38c45dde Hotfix for Explore (empty page after running query) 7 years ago
David a5bcd4b8e4 Adhoc-filtering for prometheus dashboards (#13212) 7 years ago
Dan Doyle f0e905f3c9 First pass at a text based template var, getting feedback from devs 7 years ago
Patrick O'Carroll 72ab24f300 Changed functions to arrow functions for only-arrow-functions rule. (#13131) 7 years ago