Patrick O'Carroll
b6909eb3b0
removed blue-dark variable with blue-light in light-theme, blue variable now has same value as blue-dark had before, should fix issue with any low contrast issues with blue in light-theme, this made query-blue variable unnecessery removed it, added variable for variable dropdown highlight background
2018-07-20 16:02:41 +02:00
David
bfd05ba6ec
Merge pull request #12617 from grafana/davkal/prometheus-value-formatting
...
Make prometheus value formatting more robust
2018-07-18 17:11:16 +02:00
Torkel Ödegaard
e413f026b9
fix: postgres/mysql engine cache was not being used, fixes #12636 ( #12642 )
2018-07-18 07:21:32 -07:00
Torkel Ödegaard
ce64a3ccbc
added: replaces added to grafana
2018-07-18 15:40:30 +02:00
Torkel Ödegaard
a4587cdeee
fix: datasource search was not working properly
2018-07-18 14:28:38 +02:00
Torkel Ödegaard
29291f88b1
Merge branch 'master' of github.com:grafana/grafana
2018-07-18 13:20:56 +02:00
Torkel Ödegaard
913b8576f8
docs: minor docs fix
2018-07-18 13:20:28 +02:00
David Kaltschmidt
3ab5ab3674
Fix label suggestions in Explore query field
...
- In 0425b477
the labels suggestions were refactored and a typo broke
the look up for available lables of a metric
2018-07-18 13:20:18 +02:00
Torkel Ödegaard
3fa2ec0762
Merge branch 'ldap-grafana-admin'
2018-07-18 13:02:49 +02:00
Torkel Ödegaard
c63f142578
Merge branch 'master' of github.com:grafana/grafana
2018-07-18 13:02:27 +02:00
Torkel Ödegaard
660dc09fa9
Merge branch 'master' of github.com:grafana/grafana
2018-07-18 12:46:42 +02:00
Daniel Lee
3cb95fb40a
pluginloader: expose flot gauge plugin
2018-07-18 12:05:45 +02:00
Daniel Lee
f5cc7618c5
alert: add missing test after refactor
2018-07-17 22:17:43 +02:00
Jakob van Santen
92d417f6b4
Handle query string in storage public_url ( #9351 ) ( #12555 )
2018-07-17 11:10:12 -07:00
David
21e5d61de6
Merge pull request #12631 from grafana/davkal/explore-url-encoding
...
Use url params for explore state
2018-07-17 16:49:13 +02:00
David
5c6adbbada
Merge pull request #12630 from grafana/davkal/explore-empty-error
...
Dont parse empty explore state from url
2018-07-17 16:48:23 +02:00
Augustin
05e060dee0
HTTP API documentation +fix when updating a playlist ( #12612 )
...
* get id from path param when updating a playlist
* add playlist http api documentation
* remove required condition for the id in update cmd
2018-07-17 07:45:38 -07:00
David
b526150578
Merge pull request #12634 from grafana/davkal/explore-step
...
Explore: calculate query interval based on available width
2018-07-17 16:36:51 +02:00
David Kaltschmidt
02427ef88d
Explore: calculate query interval based on available width
...
- classic dashboard panels inject a dynamic query interval as part of
the query options. Explore did not have that.
- this PR adds the interval calculation to Explore
- interval based on Explore container's width
- ensure min interval if set in datasource
2018-07-17 15:13:44 +02:00
David Kaltschmidt
c6e9ffb168
Use url params for explore state
...
- putting state in the path components led to 400 on reload
- use `/explore?state=JSON` instead
2018-07-17 12:56:05 +02:00
David Kaltschmidt
f67b27e009
Dont parse empty explore state from url
...
- only parse url state if there is any
- prevents parse exception in the console on empty explore state
2018-07-17 12:24:04 +02:00
Torkel Ödegaard
e318489bd4
Fix default browser th font-weight
2018-07-17 11:56:33 +02:00
Daniel Lee
8ff055b1d5
Merge pull request #12624 from calebtote/patch-1
...
Adding eval_data to alerts query results
2018-07-17 10:23:08 +02:00
Caleb Tote
10aaf7b506
Adding eval_data to alerts query results
2018-07-16 12:38:42 -04:00
Torkel Ödegaard
c189262bac
ldap: Make it possible to define Grafana admins via ldap setup, closes #2469
2018-07-16 16:56:42 +02:00
Daniel Lee
a1f0dffe01
nginx: update to docker block
...
Adds commented out settings in nginx conf
for testing basic auth and auth proxy
2018-07-16 15:09:42 +02:00
Torkel Ödegaard
f0508aa526
Merge branch 'master' of github.com:grafana/grafana
2018-07-16 13:52:34 +02:00
David Kaltschmidt
1f74b298c4
Remove string casting for template variables in prometheus
2018-07-16 13:02:36 +02:00
Daniel Lee
0b210a6f5d
ldap: docker block readme update
2018-07-16 12:47:22 +02:00
David Kaltschmidt
1efe34e6cf
Make prometheus value formatting more robust
...
- prometheus datasources passes its own interpolator function to the
template server
- that function relies on incoming values being strings
- some template variables may be non-strings, e.g., `__interval_ms`,
which throws an error
This PR makes this more robust.
2018-07-16 12:40:55 +02:00
Torkel Ödegaard
09c3569caa
Update README.md
2018-07-16 12:36:35 +02:00
Torkel Ödegaard
c6bcf13d78
Devenv testdata dashboards ( #12615 )
...
* devenv: working on dev env setup & dashboards
* devenv: refactored testdata app to a built in datasource instead, and moved dashboards to a devenv provisioned dashboards
2018-07-16 03:12:13 -07:00
David
a13b4f2b3f
Merge pull request #12596 from grafana/davkal/explore-datasource-selector
...
Explore Datasource selector
2018-07-16 11:13:29 +02:00
Torkel Ödegaard
2dd60f78d9
devenv: working on dev env setup & dashboards
2018-07-16 10:53:41 +02:00
David Kaltschmidt
eb2abe800b
Reverted $q to Promise migration in datasource_srv
2018-07-13 22:28:14 +02:00
Mark Meyer
0f6e5e2953
Allow settting of default org id to auto-assign to ( #12401 )
...
Author: Mark Meyer <mark@ofosos.org>
2018-07-13 12:14:40 -07:00
Tobias Skarhed
7ae844518c
Remove unused SASS variables ( #12603 )
...
* Comment out unused vars
* Remove unused sass vars
2018-07-13 12:10:09 -07:00
Torkel Ödegaard
964620c38c
fix: panel embedd scrolbar fix, fixes #12589 ( #12595 )
2018-07-13 05:07:04 -07:00
David Kaltschmidt
390090da05
Set datasource in deep links to Explore
2018-07-13 09:45:56 +02:00
David Kaltschmidt
d06b26de26
Explore Datasource selector
...
Adds a datasource selector to the Explore UI. Only datasource plugins
that have `explore: true` in their `plugin.json` can be selected.
- adds datasource selector (based on react-select) to explore UI
- adds getExploreSources to datasource service
- new `explore` flag in datasource plugins model
- Prometheus plugin enabled explore
2018-07-13 09:09:36 +02:00
Shane
756c08e713
changed you to your ( #12590 )
2018-07-12 23:56:37 -07:00
David
64c77febef
Merge pull request #12586 from dehrax/12075-iframe-scroll
...
Prevent scroll on focus for iframe
2018-07-12 16:10:06 +02:00
Tobias Skarhed
7361d352bf
Add comments
2018-07-12 15:38:41 +02:00
David
030d06331f
Merge pull request #12585 from grafana/davkal/fix-plugin-css-loader-2
...
Fix freezing browser when loading plugin
2018-07-12 14:51:45 +02:00
David Kaltschmidt
81e62e1051
Fix freezing browser when loading plugin
...
- broken since 4d2dd2209
- `*` was previously working as a path matcher, but freezes browser when
used with new cache-busting plugin loader
- changed matcher to be `/*`
2018-07-12 13:16:41 +02:00
Mitsuhiro Tanda
9b50c9038b
skip backend request if extended statistics is invalid. ( #12495 )
...
* check extended statistics pattern
* check extended statistics pattern
* Revert "check extended statistics pattern"
This reverts commit 52c7b1a972636d5f5729e64ae5e00e6fae329257.
* add test
* fix test
2018-07-11 11:23:38 -07:00
Torkel Ödegaard
c03764ff8a
Refactor team pages to react & design change ( #12574 )
...
* Rewriting team pages in react
* teams to react progress
* teams: getting team by id returns same DTO as search, needed for AvatarUrl
* teams: progress on new team pages
* fix: team test
* listing team members and removing team members now works
* teams: team member page now works
* ux: fixed adding team member issue
* refactoring TeamPicker to conform to react coding styles better
* teams: very close to being done with team page rewrite
* minor style tweak
* ux: polish to team pages
* feature: team pages in react & everything working
* fix: removed flickering when changing tabs by always rendering PageHeader
2018-07-11 11:23:07 -07:00
Mitsuhiro Tanda
18a8290c65
(prometheus) prevent error to use $__interval_ms in query ( #12533 )
...
* prevent error to use $__interval_ms in query
* add test
* prevent error to use $__interval_ms in query
2018-07-11 11:13:47 -07:00
Torkel Ödegaard
b4e0ace7a2
fix: folder picker did not notify parent that the initial folder had been changed, fixes #12543 ( #12554 )
2018-07-11 10:58:06 -07:00
Łukasz Gryglicki
24f395f986
Add support for skipping variable value in URL, fixes #12174 ( #12541 )
...
* New rebase
Signed-off-by: Lukasz Gryglicki <lukaszgryglicki@o2.pl>
* Lint
Signed-off-by: Lukasz Gryglicki <lukaszgryglicki@o2.pl>
2018-07-11 10:06:36 -07:00