Daniel Lee
1dd4f03100
Merge pull request #11726 from grafana/11708_prom_variables
...
prometheus: variable query should fallback correctly to a series query
2018-04-26 10:29:09 +02:00
Daniel Lee
375816106e
Merge pull request #11714 from grafana/11703_mysql_ts_datatypes
...
sql tsdb: fix value columns conversion to float when using timeseries query
2018-04-25 23:17:22 +02:00
Marcus Efraimsson
fff5d7154e
Merge pull request #11721 from grafana/11677-missaligned-menu-carot
...
fix misalignment of unit and other drop downs in firefox
2018-04-25 17:24:54 +02:00
Daniel Lee
4b73f67703
Merge pull request #11722 from grafana/ie11-panel-edit-height
...
removed height 100% from panel-container to fix ie11 panel edit mode
2018-04-25 16:26:41 +02:00
Daniel Lee
3000a2a43b
Merge pull request #11652 from grafana/davkal/hmr
...
Add weback-dev-server with hot/hmr support
2018-04-25 15:52:53 +02:00
Marcus Efraimsson
f112e38266
prometheus: convert metric find query tests to jest
2018-04-25 15:37:58 +02:00
Marcus Efraimsson
6687409efb
prometheus: fix variable query to fallback correctly to series query
...
Using a query of for example up or up{job=job1}
2018-04-25 15:37:58 +02:00
Patrick O'Carroll
6836268f3e
removed height 100% from panel-container to fix ie11 panel edit mode
2018-04-25 12:44:39 +02:00
Patrick O'Carroll
99aa9a46bc
replaced border hack carot with fontawesome carot fixes #11677
2018-04-25 12:16:43 +02:00
Leonard Gram
1290087b78
dev: Mac compatible prometheus block. ( #11718 )
2018-04-25 11:01:33 +02:00
David
c99d6bd505
Merge pull request #11678 from grafana/davkal/11673-silent-response
...
Add silent option to backend requests
2018-04-25 09:46:41 +02:00
Carl Bergquist
f2b5b6f299
Merge pull request #11694 from flopp999/patch-5
...
Added requests/sec(throughput)
2018-04-24 21:30:34 +02:00
Marcus Efraimsson
7626775491
Merge pull request #11695 from grafana/11508_variables_preview_values
...
allow to show more preview values for variables
2018-04-24 20:05:47 +02:00
Marcus Efraimsson
1452634a2a
mssql: fix value columns conversion to float when using timeseries query
2018-04-24 19:54:08 +02:00
Marcus Efraimsson
cf43007531
postgres: fix value columns conversion to float when using timeseries query
2018-04-24 19:53:36 +02:00
Marcus Efraimsson
346577b664
mysql: fix value columns conversion to float when using timeseries query
2018-04-24 19:53:06 +02:00
Marcus Efraimsson
76bd2aea44
sql datasource: extract common logic for converting value column to float
2018-04-24 19:50:14 +02:00
Patrick O'Carroll
a40314022b
added pointer to show more, reset values on new query
2018-04-24 17:40:03 +02:00
David Kaltschmidt
707700ac7d
force GET for metadataRequests, w/ test
2018-04-24 16:26:46 +02:00
Marcus Efraimsson
d36efddcf7
Merge pull request #11699 from grafana/11466-edit-row
...
fixed so user who can edit dashboard can edit row
2018-04-24 14:57:50 +02:00
Carl Bergquist
005556632f
Merge pull request #11705 from mjtrangoni/fix-ineffassign-issues
...
Fix ineffassign issues
2018-04-24 12:56:16 +02:00
David Kaltschmidt
006286ac05
Renamed helperRequest and removed positional args
...
From review feedback:
* s/helper/metadata
* combined positional args to _request into options dict
* metadataRequest reuses _request()
* moved consumption of this.httpMethod into _request, can be overwritten
in options due to spread-after
2018-04-24 12:27:37 +02:00
David Kaltschmidt
0695e431ea
Move function calls w/ side-effects to componentDidMount
...
* loadStore() modified the url which triggered a new render path, this
gets noticed by react. Moved to componentDidMount.
2018-04-24 12:07:24 +02:00
Patrick O'Carroll
38a4a2dc60
changed test name and dashboardMock code
2018-04-24 11:22:58 +02:00
Patrick O'Carroll
1446f54447
fixed test
2018-04-24 09:45:53 +02:00
Mario Trangoni
2e927a1053
add ineffassign to circleci gometalinter check
2018-04-23 20:07:31 +02:00
Mario Trangoni
b02a860e66
pkg/components: fix ineffassign issues
2018-04-23 20:03:57 +02:00
Mario Trangoni
15f11effa0
pkg/cmd: fix ineffassign issues
2018-04-23 19:34:55 +02:00
Mario Trangoni
bc570bb140
pkg/log: fix ineffassign issues
2018-04-23 19:31:23 +02:00
Mario Trangoni
6eb00000fe
pkg/services: fix ineffassign issues
2018-04-23 19:28:54 +02:00
Patrick O'Carroll
45e6d9fcc4
removed import config
2018-04-23 17:45:51 +02:00
Patrick O'Carroll
3eaaa5d32d
fixed so user who can edit dashboard can edit row, fixes #11466
2018-04-23 17:44:29 +02:00
Leonard Gram
3a48ea8dde
Fixes signing of packages.
...
Signing was failing as the builds
were expected to run as ubuntu but
is run as root.
Closes #11686
2018-04-23 17:05:32 +02:00
Dan Cech
affd3d15a0
Merge pull request #11150 from sbskas/master
...
Make Ldap group composed of DNs work.
2018-04-23 10:49:45 -04:00
Marcus Efraimsson
d14ac54af6
db: fix failing user auth tests for postgres
2018-04-23 16:02:59 +02:00
Daniel Lee
1dea5cb34b
Merge pull request #11683 from marefr/11668_default_permissions
...
Fix for default permissions on folder are not shown as inherited in it's dashboards
2018-04-23 14:58:22 +02:00
flopp999
28ce71253f
changed rps to reqps
2018-04-23 14:06:25 +02:00
bergquist
3cca45dd88
bump version
2018-04-23 13:59:52 +02:00
Patrick O'Carroll
c2cc77fa08
added button to show more preview values for variables, button runs a function that increases options limit, fixes #11508
2018-04-23 13:00:24 +02:00
flopp999
1cc4c0c1f0
Added requests/sec(throughput)
...
#9630
2018-04-23 12:05:26 +02:00
Marcus Efraimsson
079346917f
use inherited property from api when rendering permissions
2018-04-23 09:23:31 +02:00
Marcus Efraimsson
d86ed679b1
return inherited property for permissions
2018-04-23 09:23:14 +02:00
Carl Bergquist
6315142d00
Merge pull request #11689 from mjtrangoni/fix-ineffassign-issues
...
pkg/tsdb: fix ineffassign isues
2018-04-23 07:57:55 +02:00
Carl Bergquist
7e089314f7
Merge pull request #11688 from mjtrangoni/fix-gometalinter-circleci
...
fix CircleCI gometalinter test
2018-04-23 07:54:21 +02:00
Mario Trangoni
556219b192
pkg/tsdb: fix ineffassign isues
2018-04-22 20:51:58 +02:00
Mario Trangoni
fd20aa7c03
fix circleci gometalinter test
2018-04-22 16:22:29 +02:00
Daniel Lee
6b5854936d
Merge pull request #11502 from marefr/graphite_ds_test
...
graphite: use a query when testing data source
2018-04-22 11:31:51 +02:00
Daniel Lee
b5a54c535b
Merge pull request #11654 from svenklemm/postgres-docs-timefilter
...
postgres: adjust timeFilter, timeFrom and timeTo macro examples
2018-04-22 11:16:15 +02:00
Sven Klemm
eb994ad72e
Merge remote-tracking branch 'upstream/master' into postgres-docs-timefilter
2018-04-21 18:31:45 +02:00
Daniel Lee
3451f9a9db
Merge branch 'annotations-created' of https://github.com/ryantxu/grafana into ryantxu-annotations-created
2018-04-20 17:14:06 +02:00