Peter Holmberg
2837fd515f
tests
2018-11-01 13:45:52 +01:00
Peter Holmberg
7fc4b1934b
updating state and save
2018-11-01 11:19:40 +01:00
Torkel Ödegaard
7885453bcd
listen for changes in angular land and propagate that back to react
2018-10-31 09:19:08 -07:00
Peter Holmberg
2342f60a31
added actions
2018-10-31 14:28:16 +01:00
Peter Holmberg
1656f03acd
cleaned up render
2018-10-31 13:29:02 +01:00
Peter Holmberg
5140325a0d
renders angular component
2018-10-31 13:23:05 +01:00
Peter Holmberg
a7bd944098
updated view to use angular loader
2018-10-30 16:40:08 +01:00
Peter Holmberg
596a83407e
fixed routes and page
2018-10-24 16:17:25 +02:00
Peter Holmberg
8c742a9530
Merge branch 'master' into data-source-settings-to-react
2018-10-24 14:50:33 +02:00
Marcus Efraimsson
259c243723
update latest.json to latest stable version
...
[skip ci]
2018-10-24 14:37:28 +02:00
Marcus Efraimsson
63c13198e3
changelog: update
...
[skip ci]
2018-10-24 14:36:26 +02:00
Marcus Efraimsson
3a1ece537c
changelog: add notes about closing #13280
...
[skip ci]
2018-10-24 13:58:37 +02:00
Marcus Efraimsson
1bcd4c040b
Merge pull request #13806 from bergquist/proviosioing_when_folder_is_deleted
...
Delete provisioning meta data when deleting Folder
2018-10-24 13:55:14 +02:00
bergquist
0a9bfc5529
delete provisioning meta data when deleting folder
...
prior to this fix Grafana didnt delete meta data
about the provisioned dashboard in `dashboard_provisioning`
which means that the dashboard wasn't inserted into
Grafana again if the folder was delete within Grafana.
closes #13280
2018-10-24 13:32:45 +02:00
David
a6fc74e35b
Merge pull request #13803 from grafana/davkal/explore-fix-resize
...
Explore: fix graph resize on window resize
2018-10-24 12:32:27 +02:00
Marcus Efraimsson
1fbef171c5
changelog: add notes about closing #13600
...
[skip ci]
2018-10-24 12:08:33 +02:00
Marcus Efraimsson
27cbcbcbc2
changelog: update
...
[skip ci]
2018-10-24 12:07:27 +02:00
Johannes Schill
38c155403e
Move the variable regex to constants to make sure we use the same reg… ( #13801 )
2018-10-24 12:06:09 +02:00
Marcus Efraimsson
758a5ecf51
docs: fix tutorials index page. Fixes #13799
2018-10-24 11:55:43 +02:00
David
8f7686c5a7
Merge pull request #13773 from miqh/fix/click-typeahead-suggestion
...
Fix click-based selection of typeahead suggestion
2018-10-24 11:42:58 +02:00
David Kaltschmidt
d6ff16fe72
Explore: fix graph resize on window resize
...
- resize HOC wrapper only resized first child which in case of large
graphs was the warning button
- moved warning button inside the panel parent
2018-10-24 11:30:32 +02:00
David
7d0eccdd23
Merge pull request #13787 from grafana/davkal/explore-transactions
...
Explore: query transactions for faster result display
2018-10-24 11:24:29 +02:00
Daniel Lee
57a7007421
changelog: adds note for #13691
2018-10-24 11:22:23 +02:00
Marcus Efraimsson
00d6707045
docs: fix tutorials index page. Fixes #13799
2018-10-24 11:21:34 +02:00
Erik Sundell
c5af0bf1c5
Resource type filter ( #13784 )
...
* stackdriver: add resource type to filter and group bys
* stackdriver: remove not used param
* stackdriver: refactor filter and group by code
* stackdriver: remove resource type if its already in filter list
* stackdriver: remove debug logging
* stackdriver: remove more debug logging
* stackdriver: append resource type to legend name if there are more than one type present in the response
* stackdriver: only make new request if filter has real value
* stackdriver: format legend support for resource type
* stackdriver: add resource type to documentation
* stackdriver: not returning promise from query function
* stackdriver: fix refactoring bug
* stackdriver: remove not used import
2018-10-24 11:18:49 +02:00
David Kaltschmidt
a121cd0e49
Fix race condition on add/remove query row
2018-10-24 11:08:15 +02:00
Marcus Efraimsson
edba0880fc
changelog: add notes about closing #13764
...
[skip ci]
2018-10-24 09:08:16 +02:00
David Kaltschmidt
f19ffee5b4
Fix rebase, fix empty field still issuing query problem
2018-10-23 17:21:33 +02:00
Torkel Ödegaard
6932306995
Merge pull request #13795 from grafana/kiosk-mode-url-fix
...
Another fix for kiosk mode handling
2018-10-23 17:07:29 +02:00
Leonard Gram
6579070fd2
Changelog: Adds curl to docker image in 5.3.2
2018-10-23 16:22:48 +02:00
Torkel Ödegaard
53d9619cb9
fix: another fix for #13764 , #13793
2018-10-23 16:22:00 +02:00
Torkel Ödegaard
102d495af9
Merge pull request #13793 from grafana/kiosk-mode-url-fix
...
Kiosk mode url fix
2018-10-23 16:15:50 +02:00
David Kaltschmidt
0cd89e80ca
Submit query when enabling result viewer
2018-10-23 16:13:23 +02:00
David Kaltschmidt
fbed57ab43
Get query hints per query transaction
2018-10-23 16:10:52 +02:00
Leonard Gram
4cc89f1753
docker: adds curl back into the docker image for utility. ( #13794 )
2018-10-23 16:10:23 +02:00
David Kaltschmidt
2e02a8c855
Explore: query transactions
...
Existing querying was grouped together before handed over to the
datasource. This slowed down result display to however long the slowest
query took.
- create one query transaction per result viewer (graph, table, etc.)
and query row
- track latencies for each transaction
- show results as soon as they are being received
- loading indicator on graph and query button to indicate that queries
are still running and that results are incomplete
- properly discard transactions when removing or changing queries
2018-10-23 16:09:48 +02:00
Torkel Ödegaard
15e1e41540
Merge pull request #13768 from davewat/feat-toggle-legend-shortcut
...
Feat - keyboard shortcut to toggle legend
2018-10-23 16:06:32 +02:00
David
e761fb1936
Merge pull request #13761 from grafana/davkal/explore-reuse-table-merge
...
Explore: reuse table merge from table panel
2018-10-23 16:00:57 +02:00
Torkel Ödegaard
2107f88fc1
Merge pull request #13770 from ceh-forks/editor-duplicate-placeholder
...
ux: remove duplicate placeholder attribute
2018-10-23 15:52:33 +02:00
Torkel Ödegaard
8a1e0cd83b
fix: kiosk url fix, fixes #13764
2018-10-23 15:37:11 +02:00
Marcus Efraimsson
f84db5107d
changelog: add notes about closing #13633
...
[skip ci]
2018-10-23 14:17:57 +02:00
Marcus Efraimsson
88e546128c
changelog: add notes about closing #13666
...
[skip ci]
2018-10-23 14:10:05 +02:00
Johannes Schill
22a0f3cf94
fix: Text box variables with empty values should not be considered fa… ( #13791 )
...
* fix: text box template variable doesn't work properly without a default value
2018-10-23 14:05:10 +02:00
Marcus Efraimsson
8a3b1cf484
Merge pull request #13785 from grafana/13729_perm_debug
...
Add debug logging of dashboard permission checks
2018-10-23 11:50:47 +02:00
Marcus Efraimsson
b371f2d91f
add debug logging of folder/dashbord permission checks
2018-10-23 11:08:57 +02:00
Leonard Gram
ab4cc6a9bf
build: indentation mistake.
2018-10-23 08:53:36 +02:00
Leonard Gram
3aa0a0ca98
build: fixes filename issues.
2018-10-23 08:33:52 +02:00
Marcus Efraimsson
e6abc0691e
fix injecting dependencies to graph legend directive
2018-10-22 19:23:40 +02:00
Daniel Lee
41018fc788
changelog: adds note for #13669
2018-10-22 18:52:53 +02:00
Daniel Lee
693a3adc72
Merge pull request #13671 from grafana/gce-automatic-authentication
...
Stackdriver: Add possibility to authenticate using GCE metadata server
2018-10-22 18:46:54 +02:00