Torkel Ödegaard
9088023116
fix(error handling): improved dashboard init error handling and notifications
2016-07-06 07:23:09 +02:00
Torkel Ödegaard
b4493155fc
fix(error handling): improved dashboard init error handling and notifications
2016-07-06 07:18:58 +02:00
Torkel Ödegaard
c1b7bd0f1b
Merge branch 'notify_migration_error' of https://github.com/mtanda/grafana
2016-07-06 06:34:17 +02:00
Torkel Ödegaard
6a8c774dcc
fix(graph): show graph panel render errors as panel errors, fixes #5414
2016-07-06 06:31:32 +02:00
Torkel Ödegaard
435aa88c05
Merge branch 'issue_5372' of https://github.com/kipe/grafana into kipe-issue_5372
2016-07-06 06:05:50 +02:00
Torkel Ödegaard
782427b5f2
Update latest.json
2016-07-06 05:28:49 +02:00
herver
9c73b2fa1c
Support data units for both IEC (Binary) and Metric (Decimal) variants ( #5473 )
2016-07-06 05:27:35 +02:00
Torkel Ödegaard
53f110c942
Merge branch 'master' of github.com:grafana/grafana
2016-07-05 18:02:23 +02:00
Torkel Ödegaard
fd5f7c2e34
fix(): updated changelog
2016-07-05 18:02:10 +02:00
Torkel Ödegaard
5595fc2683
refactor(): refactored date handling and locale handling in #5517
2016-07-05 17:59:43 +02:00
Torkel Ödegaard
f31960d325
Update latest.json
2016-07-05 16:39:36 +02:00
Torkel Ödegaard
c029e47a12
Merge branch 'moment-locale' of https://github.com/gofore/grafana into gofore-moment-locale
2016-07-05 16:22:33 +02:00
Joona Romppanen
438a73c58a
Added moment.js locales. Set locale from window.navigator at app init(). Use firstDayOfWeek on time picker
2016-07-05 17:08:44 +03:00
Torkel Ödegaard
460820a117
conf(): updated sample config and root_url to better explain it
2016-07-05 14:10:23 +02:00
Carl Bergquist
9312a13e6e
Merge pull request #5496 from joemiller/doc-update
...
grammar fix in docs
2016-07-03 09:44:00 -07:00
Torkel Ödegaard
8bd6b953b8
fix(elasticsearch): fix json escape logic when doing terms template value lookup, fixes #5485
2016-07-02 12:01:04 -04:00
joe miller
a6554a85c0
grammar fix in docs
2016-07-02 08:27:31 -07:00
Carl Bergquist
c047dacf18
Merge pull request #5442 from mtanda/snapshot_orig_url
...
(snapshot) save original url
2016-07-01 13:09:34 -07:00
Mitsuhiro Tanda
630d0d0793
(snapshot) add open original dashboard button
2016-07-02 02:26:27 +09:00
Kimmo Huoman
522a3408e9
Export CSV in the same format as presented in Table panel. Fixes issue #5372 .
...
The data is exported in the same exact format as presented in the table panel.
This is achieved by using the same renderer as the UI uses.
2016-07-01 20:21:53 +03:00
Mitsuhiro Tanda
cc519adcfc
(snapshot) restrict saving original url for local snapshot
2016-07-02 02:16:23 +09:00
Mitsuhiro Tanda
7aaa15ad95
(snapshot) save original url
2016-07-02 02:16:23 +09:00
bergquist
07e522bb64
Merge branch 'influxdb_stop_hidden_queries'
2016-07-01 02:09:40 +02:00
bergquist
22ba51a631
Merge branch 'master' into influxdb_stop_hidden_queries
2016-07-01 02:09:10 +02:00
bergquist
b47a307106
Merge branch 'master' into influxdb_stop_hidden_queries
2016-07-01 02:06:19 +02:00
Andris Raugulis
1c293781e3
Log to default log directory, only if custom configuration failed. ( #5393 )
2016-06-30 16:37:06 -07:00
Carl Bergquist
603e5fe0bf
Merge pull request #5469 from stuartnelson3/create-unique-prometheus-req-id
...
[prometheus] Use `panelId` and `target.refId` for requestId
2016-06-30 13:13:01 -07:00
stuart nelson
0590c51524
[prometheus] Use panelId
and target.refId
for requestId
...
Using these two values ties requests to a
particular query position within a panel, ensuring
that requests are canceled if:
- Duplicate requests with the same query are sent
- Requests from the same query position (but a
different query) are sent
The last point is important as it identifies
queries by a physical location in the dashboard
instead of with the query expression. If a
different query from the same position in a panel
is sent, the previous request should be canceled.
2016-06-30 11:29:02 +02:00
Torkel Ödegaard
5676a35d9a
fix(css): added responsive media query for phones that fix header wrap
2016-06-29 14:35:58 -07:00
Torkel Ödegaard
ae8fabdad3
fix(modal): fixed duplicate confirm modal issue
2016-06-29 14:26:21 -07:00
Carl Bergquist
b289497db6
Merge pull request #5455 from rakotomandimby/patch-1
...
Update debian.md to Debian Jessie
2016-06-29 12:35:32 -07:00
Carl Bergquist
fe7438c7ff
Merge pull request #5461 from mtanda/pr_cloudwatch_add_metrics
...
(cloudwatch) add metrics
2016-06-29 12:08:44 -07:00
Carl Bergquist
7b84c4b4dc
Merge pull request #5465 from tmc/patch-1
...
properly quote font-family on singlestat
2016-06-29 12:07:53 -07:00
Travis Cline
bca6101609
properly quote font-family on singlestat
2016-06-29 11:03:07 -07:00
Mitsuhiro Tanda
9ca5ba96be
reorder metrics/dimensions
2016-06-29 14:11:01 +09:00
Mitsuhiro Tanda
511f8d3213
add cloudwatch metrics and dimensions
2016-06-29 13:55:16 +09:00
Carl Bergquist
3460c12491
Merge pull request #5454 from Scalingo/node_version_package_json
...
Fix node version in package.json
2016-06-28 14:26:30 -04:00
Rakotomandimby Mihamina
16e2c660ac
Update debian.md
2016-06-28 15:58:00 +03:00
Soulou
122b0d20a9
Fix node version in package.json
...
Value was incoherent since
1900c81d9f
2016-06-28 14:36:15 +02:00
bergquist
af216ecf83
tech(cli): remove loop and head straight for plugindir
2016-06-26 03:47:15 +02:00
bergquist
07be2c89a3
tech(cli): lets use the fact that we have a compiler
2016-06-26 03:47:15 +02:00
bergquist
88e208bddf
feat(gf-form): add support for small input fields
2016-06-25 23:30:51 +02:00
Carl Bergquist
92835f0a04
Merge pull request #5434 from saboorian/master
...
Escape html chararcters in singlestat renderer
2016-06-25 20:49:16 +02:00
bergquist
aecd487775
Merge branch 'f1yegor-master'
2016-06-25 20:42:38 +02:00
bergquist
241b9ee329
fix(kbn): add calculator for opn,rpm and wpm
2016-06-25 20:42:24 +02:00
bergquist
4cbde7e747
Merge branch 'master' of https://github.com/f1yegor/grafana into f1yegor-master
2016-06-25 20:38:43 +02:00
bergquist
12570bb959
feat(singlestat): add serie name as an value option
...
closes #4740
2016-06-25 20:17:23 +02:00
bergquist
8b8bfa8a17
fix(singlestat): rename seriename scoped var
2016-06-25 20:17:05 +02:00
Torkel Ödegaard
b31fccb889
Merge branch 'master' of github.com:grafana/grafana
2016-06-25 17:53:42 +02:00
Carl Bergquist
ab104bcfd7
Merge pull request #5401 from alexanderzobnin/issue-4740
...
Issue #4740 - able to use $SeriesName variable in prefix of postfix.
2016-06-25 17:49:44 +02:00