Tobias Skarhed
2e2de38b31
Mock things
2018-08-13 13:55:47 +02:00
David Kaltschmidt
978e89657e
Explore: Fix label filtering for rate queries
...
- exclude `]` from match expression for selector injection to ignore
range vectors like `[10m]`
2018-08-13 12:53:12 +02:00
Sven Klemm
3f5d325e5b
Merge branch 'master' into postgres-query-builder
2018-08-13 12:40:00 +02:00
Sven Klemm
8c4d59363e
add $__unixEpochGroup to mssql datasource
2018-08-13 12:23:42 +02:00
Sven Klemm
fbc67a1c64
add $__unixEpochGroup to mysql datasource
2018-08-13 12:17:05 +02:00
Sven Klemm
bfe28ee061
Add $__unixEpochGroup macro to postgres datasource
2018-08-13 12:08:14 +02:00
Patrick O'Carroll
bdd9af0864
changed const members to filteredMembers to trigger get filtered members, changed input value to team.search ( #12885 )
2018-08-13 11:34:16 +02:00
Sven Klemm
c9bbdf244c
get timecolumn datatype on timecolumn change
2018-08-13 11:29:35 +02:00
Marcus Efraimsson
edb34a36a0
changelog: add notes about closing #12882
...
[skip ci]
2018-08-13 11:16:49 +02:00
Leonard Gram
d7a0f5ee07
Removes link to deprecated docker image build
2018-08-13 11:14:24 +02:00
Tobias Skarhed
a79c43420a
Add mocks
2018-08-13 10:57:32 +02:00
Marcus Efraimsson
c4a189ee52
Merge pull request #12880 from svenklemm/setupfillmode
...
Refactor setting fillmode
2018-08-13 10:47:35 +02:00
Sven Klemm
1dd8192d51
fix datatype query
2018-08-13 09:57:46 +02:00
Leonard Gram
aeba01237d
Changelog update
2018-08-13 09:20:17 +02:00
Leonard Gram
48713b76f3
docker: makes it possible to set a specific plugin url.
...
Originally from the grafana/grafana-docker repo, authored
by @ClementGautier.
2018-08-13 09:17:44 +02:00
Torkel Ödegaard
974359534f
Update CHANGELOG.md
2018-08-13 07:54:49 +02:00
Julien Pivotto
48364f0111
Add support for $__range_s ( #12883 )
...
Fixes #12882
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
2018-08-13 07:53:41 +02:00
Sven Klemm
d81a23becf
Refactor setting fillmode
...
This adds SetupFillmode to the tsdb package to be used by the sql
datasources.
2018-08-12 10:51:58 +02:00
Sven Klemm
d8606ddfb0
Merge branch 'master' into postgres-query-builder
2018-08-12 10:02:18 +02:00
Ali Anwar
5fd8849d65
Update dashboard.md
2018-08-11 23:44:15 -07:00
Ali Anwar
8d2aac0936
Fix typo
2018-08-11 23:42:31 -07:00
Tobias Skarhed
520aad819d
Replace element
2018-08-10 16:30:51 +02:00
Tobias Skarhed
076bfea362
Rewrite heatmap to class
2018-08-10 15:35:47 +02:00
David Kaltschmidt
0f5945c557
Explore: still show rate hint if query is complex
...
- action hint currently only works for very simple queries
- show a hint w/o action otherwise
2018-08-10 15:29:21 +02:00
David Kaltschmidt
a0fbe3c296
Explore: Filter out existing labels in label suggestions
...
- a valid selector returns all possible labels from the series API
- we only want to suggest the label keys that are not part of the
selector yet
2018-08-10 14:45:09 +02:00
Daniel Lee
1f88bfd2bc
Add note for #12843
2018-08-10 14:02:51 +02:00
Daniel Lee
2770a7bc0c
Merge pull request #12843 from pgiraud/plugin_readme_links
...
Convert URL-like text to links in plugins readme
2018-08-10 14:01:05 +02:00
Daniel Lee
c2b4bbcfc0
Merge pull request #12848 from waderobson/patch-1
...
Add example OR search_filter to docs
2018-08-10 13:47:31 +02:00
Daniel Lee
71630e4a7b
Merge pull request #12856 from grafana/12855-team-members-delete-button
...
Delete button for team members page
2018-08-10 13:46:13 +02:00
David Kaltschmidt
e832f91fb6
Fix initial state in split explore
...
- remove `edited` from query state to reset queries
- clear more properties in state
2018-08-10 13:37:15 +02:00
Patrick O'Carroll
277c735814
replaced with EmptyListCta
2018-08-10 11:31:35 +02:00
Tobias Skarhed
9188f7423c
Begin conversion
2018-08-10 09:35:19 +02:00
Patrick O'Carroll
1d1370d11d
changed messaging
2018-08-10 08:27:22 +02:00
Sven Klemm
a4a33d80db
mention time_bucket in timescaledb tooltip
2018-08-09 17:30:46 +02:00
Marcus Efraimsson
1bb3cf1c31
keep legend scroll position when series are toggled ( #12845 )
2018-08-09 16:04:56 +03:00
David
b9f4666821
Merge pull request #12846 from grafana/davkal/explore-rules-expansion
...
Explore: expand recording rules for queries
2018-08-09 14:34:08 +02:00
Patrick O'Carroll
f339b3502a
replaced confirm delete modal with deleteButton component in teams members list
2018-08-09 12:56:55 +02:00
Patrick O'Carroll
584a9cd942
[wip]added empty list cta to team list, if statement toggles view for when the list is empty or not
2018-08-09 11:05:20 +02:00
David
1c63f7a61f
Update NOTICE.md
2018-08-09 10:51:04 +02:00
David Kaltschmidt
9d66eeb10c
Fix padding for metrics chooser in explore
2018-08-09 10:21:54 +02:00
Sven Klemm
d2984f3b0f
fix rebase error
2018-08-09 10:14:14 +02:00
Sven Klemm
acd1acba2d
revert passing ctrl to testDatasource
2018-08-09 10:05:35 +02:00
Sven Klemm
c3aad10047
change timescaledb to checkbox instead of select
2018-08-09 10:05:35 +02:00
Sven Klemm
b987aee7cf
add timescaledb option to postgres datasource
...
This adds an option to the postgres datasource config for
timescaledb support. When set to auto it will check for
timescaledb when testing the datasource.
When this option is enabled the $__timeGroup macro will
use the time_bucket function from timescaledb to group
times by an interval.
This also passes the datasource edit control to testDatasource
to allow for setting additional settings, this might be useful
for other datasources aswell which have optional or version
dependant features which can be queried.
2018-08-09 10:05:35 +02:00
Leonard Gram
d48f1f57f0
build: fixes png rendering in the docker based docker-image build.
2018-08-09 09:10:53 +02:00
Dan Cech
8d0a100b94
remove duplicated /tmp entry in .dockerignore
2018-08-09 09:10:53 +02:00
Dan Cech
c025490518
move run script, update README
2018-08-09 09:10:53 +02:00
Dan Cech
96d6657b00
produce an image compatible with grafana-docker
2018-08-09 09:10:53 +02:00
Lorenz Brun
c89f21ba29
More efficient builds and some fixes to the Go binaries
2018-08-09 09:10:53 +02:00
Lorenz Brun
a5d1fb7e56
Simple Docker-based build option
...
This Dockerfile allows anyone with a recent version of Docker to quickly build a fully working Grafana container without any local build tooling. Pulling the sources from Git and calling `docker build .` is enough.
2018-08-09 09:10:53 +02:00