Marcus Efraimsson
6848fe0edf
docs: update annotaions http api
2019-02-06 14:26:43 +01:00
corpglory-dev
e58f3a678d
Merge branch 'master' into azure-monitor-refactor-#15087
2019-02-06 14:31:23 +03:00
Alexander Zobnin
e4446f0340
azuremonitor: improve autocomplete UX
2019-02-06 13:52:35 +03:00
Torkel Ödegaard
08a86250be
Merge branch 'dashboard-react-page' of github.com:grafana/grafana into dashboard-react-page
2019-02-06 11:34:08 +01:00
Torkel Ödegaard
865d1567fc
Added DashboardPage tests that tests view mode transition logic
2019-02-06 11:30:42 +01:00
Alexander Zobnin
4caea91164
azuremonitor: fix autocomplete menu height
2019-02-06 13:19:17 +03:00
Johannes Schill
c47c2528aa
Revert "chore: Replace sizeMe with AutoSizer in DashboardGrid"
...
This reverts commit ae0b027d69
.
2019-02-06 09:45:09 +01:00
Johannes Schill
9c64e3b4b9
Revert "chore: Remove react-sizeme"
...
This reverts commit 260b6f5de8
.
2019-02-06 09:45:03 +01:00
Marcus Efraimsson
85ef2ca738
fix spelling
2019-02-06 09:43:45 +01:00
Torkel Ödegaard
1fbdd02464
wip: tests
2019-02-06 09:04:38 +01:00
Marcus Efraimsson
44275d9660
middleware fix
2019-02-06 08:45:01 +01:00
Marcus Efraimsson
d8658a765c
enhanced expiration logic for lookup token
...
tokens are not expired if created_at > now - LoginMaxLifetimeDays and
rotated_at > now - LoginMaxInactiveLifetimeDays
2019-02-06 08:30:14 +01:00
Marcus Efraimsson
0be43948e2
changelog: add notes about closing #15265
2019-02-05 22:01:00 +01:00
Marcus Efraimsson
e87ff5a06d
Merge pull request #15265 from larsjoergensen/cloudwatch/add-rds-aurora-serverlessdatabasecapacity-metrics
...
Added ServerlessDatabaseCapacity metric to list of AWS RDS metrics.
2019-02-05 21:56:11 +01:00
SamuelToh
4de9e3598b
Address review comments
2019-02-06 06:41:39 +10:00
Marcus Efraimsson
9483506590
auth token clean up job now runs on schedule and deletes all expired tokens
...
delete tokens having created_at <= LoginMaxLifetimeDays or
rotated_at <= LoginMaxInactiveLifetimeDays
2019-02-05 21:20:11 +01:00
Marcus Efraimsson
871c84d195
changes needed for api/middleware due to configuration settings
2019-02-05 21:14:23 +01:00
Marcus Efraimsson
0915f931ae
change configuration settings in auth package
2019-02-05 21:12:30 +01:00
Marcus Efraimsson
80d0943d9d
document login, short-lived tokens and secure cookie configurations
2019-02-05 21:10:56 +01:00
Marcus Efraimsson
3c2fd02bc0
refactor login/auth token configuration settings
...
remove login section and reuse existing sections security and auth
2019-02-05 21:09:55 +01:00
Marcus Efraimsson
1d1b617cee
remove unused code
2019-02-05 21:08:55 +01:00
Lars Jørgensen
749320002b
Added ServerlessDatabaseCapacity metric to list of AWS RDS metrics.
2019-02-05 20:57:51 +01:00
Marcus Efraimsson
3e129dffa0
changelog: add notes about closing #8207
2019-02-05 19:40:46 +01:00
Torkel Ödegaard
4d2cff41ff
Minor code simplification
2019-02-05 19:38:51 +01:00
Marcus Efraimsson
26df20082b
Merge pull request #14803 from jeroenvollenbrock/8207-resource-arns
...
cloudwatch: Add resource_arns template query function
2019-02-05 19:34:59 +01:00
Torkel Ödegaard
2196b4f1c2
Delete template.html
2019-02-05 19:34:31 +01:00
jeroenvollenbrock
28aafcd789
cloudwatch: Add tests for resource_arn template query
2019-02-05 18:37:05 +01:00
jeroenvollenbrock
fa977ce090
cloudwatch: Add resource_arns template query function
...
Implements feature request #8207
2019-02-05 18:37:04 +01:00
jeroenvollenbrock
6fb76b7c9b
update to aws-sdk-go v1.16.15
2019-02-05 18:37:04 +01:00
Torkel Ödegaard
fa32198831
Merge branch 'master' into dashboard-react-page
2019-02-05 17:56:04 +01:00
Torkel Ödegaard
80ccea3d85
Merge pull request #15254 from grafana/update-add-panel-flow
...
Update add panel flow
2019-02-05 17:51:49 +01:00
Torkel Ödegaard
096751b658
Updated add panel related flows
2019-02-05 17:15:21 +01:00
Dominik Prokop
6b1390b972
Update types and themes usage in components
2019-02-05 17:04:48 +01:00
Dominik Prokop
1bc007e29c
Implemented theme context and renamed/moved theme related types
2019-02-05 16:53:19 +01:00
Torkel Ödegaard
a0bd022186
Merge pull request #15259 from grafana/hugoh/clicking-outside-timepicker-should-hide-it
...
Clicking outside TimePicker (Angular & React versions) should close it
2019-02-05 16:46:47 +01:00
Daniel Lee
c19baaffaa
changelog: adds note for #15182
2019-02-05 16:17:22 +01:00
Daniel Lee
9959bbfdfb
Merge pull request #15260 from grafana/15182-stackdriver-filter
...
Changes default interpolation for Stackdriver filter to be regex. Fixes #15182
2019-02-05 16:14:48 +01:00
Torkel Ödegaard
f5249d6033
Breaking init dashboard up in to fetch & init
2019-02-05 15:58:09 +01:00
Daniel Lee
1ecd70e2dd
stackdriver: fixes #15182
...
For the filter expression, a better default is to
interpolate multi variables as a regex rather than
the default globbing pattern.
Also, uses the real TemplateSrv class rather than
stubbing it in the tests.
2019-02-05 15:42:59 +01:00
Hugo Häggmark
e42b670f5c
Closing timepicker when clicking outside the picker
2019-02-05 15:41:00 +01:00
Hugo Häggmark
a344091d82
Optimized so we only do checks when dropdown is opened
2019-02-05 15:29:19 +01:00
Daniel Lee
0302c7afa7
stackdriver: add some more typings
2019-02-05 15:28:03 +01:00
Hugo Häggmark
e2ffaef88a
Fixed so that we close angular TimePicker when user clicks outside the dropdown
2019-02-05 15:25:19 +01:00
Torkel Ödegaard
6dd1a8e688
Merge pull request #15256 from grafana/hugoh/bug-explore-cut-and-paste
...
Handle onPaste because of bug in this Slate version
2019-02-05 15:23:14 +01:00
Torkel Ödegaard
49a597fcd0
Moved remove panel logic to dashboard srv
2019-02-05 15:15:15 +01:00
Torkel Ödegaard
a624c9713a
Removed unused controllers and services
2019-02-05 15:09:56 +01:00
Torkel Ödegaard
6d874dd1f1
Improved error handling
2019-02-05 14:42:29 +01:00
Johannes Schill
e103143634
fix: Update snapshot
2019-02-05 14:42:18 +01:00
Johannes Schill
f5431f5210
chore: Explore: Remove inner AutoSizer, spread the size-object to width/height, change height type to number
2019-02-05 14:42:18 +01:00
Johannes Schill
260b6f5de8
chore: Remove react-sizeme
2019-02-05 14:42:18 +01:00