Commit Graph

60 Commits (80f40040b0a5db122f77b3642e6efd4ef3aa42ff)

Author SHA1 Message Date
Torkel Ödegaard 49d2910e39
Variables: Do not update variable from url when value is the same (#23220) 6 years ago
Hugo Häggmark 05b6d38374
Variables: breaks variable.ts into 2 separate files utils and types (#22884) 6 years ago
Marcus Andersson cc813d71c6
Templating: Migrates some variable types from Angular to React/Redux (#22434) 6 years ago
Damien Castanier 7720bfab95
Templating: Add new global built-in variables (#21790) 6 years ago
Tobias Skarhed 4c41d7e7fb
Template vars: Add error message for failed query var (#21731) 6 years ago
Ryan McKinley 0f0374544f
Templating: update variables on location changed (#21480) 6 years ago
Ryan McKinley f6c94b9c40
Templating: use default datasource when missing (#21495) 6 years ago
kay delaney 99411bf37a
Types: Adds type safety to appEvents (#19418) 6 years ago
Tobias Skarhed e1cec1069c noImplicitAny: 1670 errors (#18035) 7 years ago
Ryan McKinley 3f15170914 Refactor: move some files to @grafana/data (#17952) 7 years ago
Eduard Sergeev 19ae5351fb Templating: Correctly display __text in multi-values variable after refresh (#17918) 7 years ago
Eduard Sergeev d94bdb930f Templating: Correctly display __text in multi-values variable (#17840) 7 years ago
Andrej Ocenas cf39a264ca
Fix: Wrap value of multi variable in array when coming from URL (#16992) 7 years ago
Hugo Häggmark 7eabc282e9
Chore: Adds typings to lodash (#16590) 7 years ago
Dominik Prokop 88a46e6dd4 Bump Prettier version (#15532) 7 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 7 years ago
Torkel Ödegaard 7634e04231 Fixed template variable value changed handling 7 years ago
Torkel Ödegaard aafd4a339a Moved dashboard state components to state folder 7 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 7 years ago
Torkel Ödegaard 8b68ba5cbb Minor refactoring and adding some typing 7 years ago
Peter Holmberg 78cb3239b8 adding from and to built in variables 7 years ago
Hugo Häggmark 1faa5819a8 Initial commit 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
Patrick O'Carroll 72ab24f300 Changed functions to arrow functions for only-arrow-functions rule. (#13131) 7 years ago
Marcus Efraimsson 1e74d7f20a
handle new variables created not yet added 7 years ago
Simon Podlipsky e67d3df14c
Fix array display from url 7 years ago
Patrick O'Carroll b494a29e02 changed var to let in last files (#13087) 7 years ago
Torkel Ödegaard e1beaaa0f7
tslint: tslint to const fixes part3 (#13036) 7 years ago
Torkel Ödegaard 9b978b7203
tslint: autofix of let -> const (#13033) 7 years ago
Marcus Efraimsson d6ad1ced6d
when value in variable changes, identify which variable(s) to update 7 years ago
Tobias Skarhed 931b944cdd Almost all tests passing 8 years ago
Tobias Skarhed 7d51c15240 Two passing tests 8 years ago
Mitsuhiro Tanda aa1b5959da omit extra template refresh (#12454) 8 years ago
Marcus Efraimsson 5280084480
set correct text in drop down when variable is present in url using key/values 8 years ago
Torkel Ödegaard 27835f373e cleanup: removed unused typescript typings import 8 years ago
Torkel Ödegaard 3a1f52d8a2 prettier: ran on all files again, sorry. now settings are defined in package.json 8 years ago
Torkel Ödegaard 85879a7014 prettier: change to single quoting 8 years ago
Torkel Ödegaard fadfc665e4 tech: ran pretttier on all typescript files 8 years ago
Torkel Ödegaard 491fa6cad8 tech: more tslint rules 8 years ago
Torkel Ödegaard b8d9722b4f tech: removing unused variables from typescript files, and making tslint rules more strict 8 years ago
Alexander Zobnin fdec9a4daf templating: fix dependent variable updating (#9306) 8 years ago
Torkel Ödegaard d2437d3cf1 fix: ad-hoc filters now works with data source variables, fixes #8052 9 years ago
Torkel Ödegaard a5d5f3d82f feat: add ad hoc filters directly from table panel cells, kibana 3 style, #8052 9 years ago
Torkel Ödegaard d085aaad41 fix: variable srv addVariable function, only used in tests 9 years ago
Torkel Ödegaard eafe0d6bfa fix(templating): fixed issue when adding template variable, fixes #6622 9 years ago
Torkel Ödegaard e36cdac594 fix(templating): fixed issue with templating when initalizing variables without any existing value 9 years ago
Torkel Ödegaard 2752dbd13a feat(templating): minor fixes to recent refactorings 9 years ago
Torkel Ödegaard 6e429b8575 feat(adhoc filters): good progress on ad hoc filters and sync from to url, #6038 9 years ago