Torkel Ödegaard
b411e8eb25
Merge pull request #13548 from neufeldtech/playlist_fix
...
Fix text overflow on playlist search #13464
2018-10-06 20:39:42 +02:00
Jordan Neufeld
4815f92f6f
Fix text overflow on playlist search #13464
2018-10-06 10:17:26 -05:00
Torkel Ödegaard
3c6a6e69a6
Merge pull request #13538 from narqo/circleci-fix-gofmt-test
...
fix gofmt tests output
2018-10-06 08:47:58 +02:00
Daniel Lee
f4f97d2e65
Merge pull request #13543 from jodli/patch-1
...
Fixed typo in query editor placeholder text.
2018-10-06 00:01:03 +02:00
Jan-Olaf Becker
82aa0a3674
Fixed typo in query editor placeholder text.
2018-10-05 20:41:48 +02:00
David
f6d332562a
Merge pull request #13529 from grafana/davkal/13517-resize-graph
...
Explore: resize graph on window resize
2018-10-05 16:14:25 +02:00
Vladimir Varankin
f5e81e45cc
fix gofmt tests output
...
Print the whole command in "Execute ..." and "... returned 1" logs.
Fix "binary operator expected" by passing quoted output from
`gofmt` to `test`.
2018-10-05 14:42:25 +02:00
Peter Holmberg
841ca49942
removed duplicate route
2018-10-05 13:09:06 +02:00
David Kaltschmidt
64af094204
Use size-me to resize explore Graph, added types
2018-10-05 11:39:00 +02:00
Torkel Ödegaard
61d64c41fc
Merge pull request #13534 from grafana/misc-react-migration-fixes
...
ux: misc react migration fixes and info box style improvement
2018-10-05 09:55:39 +02:00
Torkel Ödegaard
848f19a4a1
ux: misc react migration fixes and info box style improvement
2018-10-05 08:43:56 +02:00
Torkel Ödegaard
1da352822a
Merge pull request #13530 from grafana/davkal/13485-cursor-suggestions
...
Explore: reset typeahead on cursor move
2018-10-04 18:05:32 +02:00
David
5aa91fc1c5
Merge pull request #13528 from grafana/davkal/fix-rate-hint
...
Explore: fix rate hint for series with null values
2018-10-04 17:51:05 +02:00
David Kaltschmidt
a0b21db053
Explore: reset typeahead on cursor move
2018-10-04 17:25:31 +02:00
David Kaltschmidt
5cb9dc99ca
Explore: resize graph on window resize
2018-10-04 16:56:54 +02:00
David Kaltschmidt
107bef2d6d
Fix rate function hint for series with nulls
2018-10-04 16:32:32 +02:00
David
b0172427b1
Extract query hints
2018-10-04 16:27:18 +02:00
David
1a6b0adbd7
Merge pull request #13525 from grafana/davkal/contributing.md
...
Moving contributing.md to top level
2018-10-04 15:50:23 +02:00
David
406b6144a5
Merge pull request #13491 from grafana/davkal/explore-perf
...
Explore: typeahead and render performance improvements
2018-10-04 15:48:08 +02:00
David Kaltschmidt
bdae399322
Prevent Explore from updating when typing query
...
- remove `edited` property of query objects
- query object semantics changes to be initial values only
- resetting or externally modifying a query is done via giving it a new
react key, which replaces the row completely
- query changes while typing are sent up to Explore to be saved in a
local property that is not part of the component state (prevent
control circle)
- all Explore functions using the queries must access the local property
for current values
2018-10-04 15:32:28 +02:00
David Kaltschmidt
dc4b0cf2ca
Avoid new metrics options being passed selector, made PromField pure
2018-10-04 15:28:33 +02:00
David Kaltschmidt
538ea1127e
Perf on query field and typeahead
...
- Lower debounce
- refactor suggestion selection
- make Portal pure
- use prev suggestions object if suggestions are the same
2018-10-04 15:28:33 +02:00
David Kaltschmidt
9914071cc0
Dont rebuild datasource options on each render
2018-10-04 15:28:32 +02:00
Marcus Efraimsson
9ae6f68500
Merge pull request #13498 from svenklemm/sql-macros2
...
move timeFrom, timeTo, unixEpochFrom and unixEpochTo macros to sql_engine
2018-10-04 15:21:46 +02:00
David Kaltschmidt
c1786ae753
contributing.md
2018-10-04 15:20:55 +02:00
Marcus Efraimsson
3ed4defc91
changelog: add notes about closing #13326
...
[skip ci]
2018-10-04 15:15:01 +02:00
Marcus Efraimsson
2b1e4d001a
Merge pull request #13326 from ryantxu/proxy-slash
...
Keep trailing slash for datasource proxy requests
2018-10-04 14:38:34 +02:00
Torkel Ödegaard
0aa0ae0eb1
react-2-angular: added generic angular directive loader util that can be used from react
2018-10-04 13:02:29 +02:00
Torkel Ödegaard
019d0ee179
Merge pull request #13506 from mjtrangoni/fix-megacheck-issues
...
Fix megacheck issues
2018-10-03 20:10:01 +02:00
Torkel Ödegaard
30eda62fe7
css: minor fix to search
2018-10-03 11:07:20 -07:00
Torkel Ödegaard
31d4cf9aff
Merge pull request #13514 from grafana/13441-center-search-item
...
centered dashboard icon in search with flexbox
2018-10-03 20:03:41 +02:00
bergquist
81824370db
bump master version to 5.4.0-pre1
2018-10-03 17:38:52 +02:00
bergquist
4498d75b17
provisioning: adds more logging about failed to deletion of provisioned dashboards
2018-10-03 17:38:10 +02:00
bergquist
75ed71a455
changelog: set date for 5.3.0-beta3 release
2018-10-03 16:48:07 +02:00
bergquist
96a0c9c56d
build: fix for invalid pathing for release publisher
2018-10-03 16:47:37 +02:00
bergquist
00b4c175c6
changlog: adds note about closing #13551 and #13507
2018-10-03 16:30:26 +02:00
Daniel Lee
d6ba90815d
Merge pull request #13511 from grafana/stackdriver-nginject-fix
...
stackdriver: adds missing nginject attribute
2018-10-03 15:09:26 +02:00
Torkel Ödegaard
a83f0e9ba2
test: updated react snapshot
2018-10-03 14:58:34 +02:00
Torkel Ödegaard
81c44eb312
Merge branch 'revert-13502-revert-13488-org-users-to-react'
2018-10-03 14:52:50 +02:00
Torkel Ödegaard
9b4dd31095
ux: minor tweak to link
2018-10-03 14:52:13 +02:00
Daniel Lee
6d8a3ce1a3
stackdriver: adds missing nginject attribute
2018-10-03 14:42:41 +02:00
Carl Bergquist
f35fd0c5a3
Merge pull request #13509 from grafana/13507-permissions-on-role-fix
...
Fix issue with updating role permissions #13507
2018-10-03 14:20:12 +02:00
Carl Bergquist
99f2342fa1
Merge pull request #13508 from grafana/release_publisher
...
build: automatically publish releases to grafana.com.
2018-10-03 14:10:17 +02:00
Johannes Schill
97802f30ae
Fix issue with updating role permissions #13507
2018-10-03 13:37:00 +02:00
Peter Holmberg
ef5180bae0
fixed toggle buttons
2018-10-03 13:04:31 +02:00
Marcus Efraimsson
3fa8088192
dataproxy should forward a trailing slash to proxy
2018-10-03 12:55:01 +02:00
Marcus Efraimsson
8bf4d68035
add datasource proxy test to verify trailing slashes are forwarded
2018-10-03 12:28:30 +02:00
Patrick O'Carroll
9c889f8d68
centered dashboard icon in search with flexbox
2018-10-03 11:42:18 +02:00
Marcus Efraimsson
6407ec4128
mssql: fix tests
2018-10-03 11:26:52 +02:00
bergquist
add6cee742
build: automatically publish releases to grafana.com.
2018-10-03 11:17:46 +02:00