Torkel Ödegaard
b415d82611
fixed to template PR issues, #13938
2018-11-02 10:49:46 +01:00
Tarek Becker
70bb81c6eb
Load hash based styles in error.html, too
2018-11-01 23:31:17 +01:00
Tarek Becker
4d4eb354b7
Add [hash] to filename of grafana.{light,dark}.css
2018-11-01 21:43:07 +01:00
Torkel Ödegaard
28b0ae1d82
Added new backend setting for license file
2018-11-01 12:07:11 +01:00
Torkel Ödegaard
6a9e18c9cb
Merge pull request #13922 from grafana/login-page-update
...
Updated login page logo & wordmark and responsive behavior
2018-11-01 10:42:34 +01:00
Marcus Efraimsson
8f5fa28a23
changelog: add notes about closing #13925
...
[skip ci]
2018-11-01 09:57:59 +01:00
Marcus Efraimsson
c2e1422c00
Merge pull request #13921 from svenklemm/postgres-delta
...
Add delta window function to postgres query builder
2018-11-01 09:55:26 +01:00
Torkel Ödegaard
ed0f521279
fix for responsive rule for footer
2018-10-31 13:44:22 -07:00
Torkel Ödegaard
4dad8d946e
Updated login page logo & wordmark and responsive behavior
2018-10-31 13:40:58 -07:00
Torkel Ödegaard
74c9defede
added new workmarks
2018-10-31 20:56:04 +01:00
David
e5aeb00636
Merge pull request #13918 from grafana/davkal/explore-syntax-start
...
Explore: async starts of language provider
2018-10-31 20:45:33 +01:00
Torkel Ödegaard
ee5b37eb2c
Merge pull request #13878 from grafana/org-page-to-react
...
Org page to react
2018-10-31 20:39:56 +01:00
Torkel Ödegaard
d8e257e633
fixed react whitespace warning on teams page
2018-10-31 12:39:02 -07:00
Torkel Ödegaard
1f61b37bf7
Merge pull request #13919 from skgsergio/increase-telegram-caption-imit
...
Increase Telegram captions length limit
2018-10-31 20:34:11 +01:00
Torkel Ödegaard
d64edc4a29
renamed org files to match new naming guide
2018-10-31 12:28:26 -07:00
Torkel Ödegaard
dcf8327dc9
moved profile pages to it's own feature folder
2018-10-31 12:25:46 -07:00
Torkel Ödegaard
17386c49d4
moved new teams page
2018-10-31 12:21:16 -07:00
Torkel Ödegaard
99d0beeaa9
reload page after preferences update
2018-10-31 12:18:19 -07:00
Sven Klemm
f608340c35
Add delta window function to postgres query builder
...
Unlike the increase function delta doesn't check for resets
and can go negative. This is similar to the prometheus delta
function.
2018-10-31 19:26:18 +01:00
Sergio Conde Gomez
65a15b157f
Increase Telegram captions length limit.
2018-10-31 18:07:09 +01:00
David Kaltschmidt
4f959648a7
Explore: async starts of language provider
...
- changed `start()` to return promise on main language feature task
- promise resolves to list of secondary tasks
- speeds up time to interaction of metric selector
- lazy loading of certain metric selector and log label selector items
- loading indication of metric and log label selectors
2018-10-31 17:53:28 +01:00
Leonard Gram
5c1615292a
build: grafana enterprise docker image.
2018-10-31 16:02:36 +01:00
Torkel Ödegaard
c105e91181
Merge pull request #13915 from grafana/IE11-graph-legend-below-fix
...
IE11 fix for legend tables below graph
2018-10-31 14:50:21 +01:00
Torkel Ödegaard
d46c258933
IE11 fix for legend tables below graph
2018-10-31 06:03:26 -07:00
Torkel Ödegaard
749d7a2f0c
Merge pull request #13913 from Yukinoshita-Yukino/master
...
Add only display date option to table panel column
2018-10-31 13:31:43 +01:00
Torkel Ödegaard
32ca8b7aad
updated api keys snapshot
2018-10-31 12:54:30 +01:00
Torkel Ödegaard
05dee9e340
Merge branch 'mondras-empty-cta-apikeys'
2018-10-31 12:51:36 +01:00
Torkel Ödegaard
95a8a59845
restored transition
2018-10-31 12:50:44 +01:00
Torkel Ödegaard
89cd15d98c
removed logging call
2018-10-31 04:38:16 -07:00
Torkel Ödegaard
dfb9419f86
Merge branch 'graph-legend-to-react'
2018-10-31 04:26:44 -07:00
Yuan Liu
6daf73fec0
add table column date format
2018-10-31 18:51:34 +08:00
Torkel Ödegaard
36cd73819a
fixed memory leaks and minor refactoring
2018-10-31 03:40:03 -07:00
Leonard Gram
baea76c4ea
build: gpc credentials added to deploy.
2018-10-31 11:16:48 +01:00
Marcus Efraimsson
dab833a83c
changelog: add notes about closing #13762
...
[skip ci]
2018-10-31 10:55:25 +01:00
Marcus Efraimsson
e331c0c1c7
update changelog
...
[skip ci]
2018-10-31 10:54:19 +01:00
Marcus Efraimsson
f348acccf3
Merge pull request #13758 from grafana/mysql_query_builder
...
mysql graphical query builder
2018-10-31 10:52:16 +01:00
Leonard Gram
4954a49da9
build: deploys to gcp.
2018-10-31 10:49:09 +01:00
Leonard Gram
1a0b75bc44
build: deploys to gcp. ( #13911 )
2018-10-31 09:51:11 +01:00
David
e99c1b4838
Merge pull request #13904 from grafana/davkal/explore-logging
...
Explore: repair logging after recent Explore restructuring
2018-10-31 09:19:38 +01:00
David Kaltschmidt
037167ff07
Fix TimePicker test by enforcing UTC on date string
2018-10-30 16:50:03 +01:00
David Kaltschmidt
c92f5462fe
Explore: repair logging after code restructuring
...
this is a fix-up PR that cleans up Explore Logging after the recent
restructuring.
- log results need to be merged since query transactions have been
introduced
- logging DS has its own language provider, query field, and start page
(some of them based on prometheus components)
- added loader animation to log viewer
- removed logging logic from prometheus components
2018-10-30 16:35:49 +01:00
Marcus Efraimsson
a00999fd89
docs: schema -> database
2018-10-30 16:25:36 +01:00
Leonard Gram
3d452e5a46
build: deployment ci container. ( #13902 )
2018-10-30 15:56:52 +01:00
Marcus Efraimsson
00a997b7a8
docs: mysql
2018-10-30 15:45:39 +01:00
David
758ec4bc70
Merge pull request #13844 from grafana/davkal/explore-empty-page
...
Explore: Pluggable components from datasource plugins
2018-10-30 14:54:34 +01:00
David Kaltschmidt
cf19ecc8f5
Make Explore plugin exports explicit
2018-10-30 14:38:34 +01:00
David
45d7516408
Merge pull request #13901 from grafana/davkal/grunt-newer
...
JS tooling: run TS grunt tasks only when files changed
2018-10-30 14:35:19 +01:00
Peter Holmberg
58e94fc0fa
moved state
2018-10-30 13:09:59 +01:00
bergquist
b58b4ef128
changelog: adds note about closing #13876
2018-10-30 11:20:49 +01:00
Carl Bergquist
42d902b07d
Add new build info metrics that contains more info ( #13876 )
...
* Add new build info metrics that contains more info
The goal was to add more information about Grafana. But rather than
just adding those to the current metrics I created a new metric
since its a common pattern in the prometheus community to expose that
info in a metric named `*_build_info`.
We keep the old metric to avoid introducing any breaking changes but
we should be able to remove it the next breaking change
2018-10-30 11:18:43 +01:00