Torkel Ödegaard
8574dca081
making changes suggested in review and improving typings
2019-02-06 17:31:52 +01:00
Torkel Ödegaard
a53c3b45fc
Added a basic test for initDashboard thunk
2019-02-06 14:35:53 +01:00
Torkel Ödegaard
fa32198831
Merge branch 'master' into dashboard-react-page
2019-02-05 17:56:04 +01:00
Torkel Ödegaard
08925ffad8
Basic loading state for slow dashboards
2019-02-05 13:53:11 +01:00
Torkel Ödegaard
28fc27c4ae
Merge branch 'master' of github.com:grafana/grafana into dashboard-react-page
2019-02-05 09:23:58 +01:00
Hugo Häggmark
2c255fd85a
Renamed initialQueries to queries
2019-02-05 06:19:40 +01:00
Torkel Ödegaard
3baaf2c3e4
Added handling of kiosk mode
2019-02-04 17:36:04 +01:00
Hugo Häggmark
a0c4837eb5
Merge with master
2019-02-04 15:06:01 +01:00
Torkel Ödegaard
f695975f65
Fixed handling of orgId
2019-02-04 15:02:35 +01:00
Torkel Ödegaard
ae768193e3
Now handles all dashbord routes
2019-02-04 13:49:14 +01:00
Hugo Häggmark
96aef3bab8
Replaced intialQueris with queryKeys
2019-02-04 13:41:29 +01:00
Hugo Häggmark
5e2b9e40a2
Added more typings
2019-02-04 11:25:07 +01:00
Hugo Häggmark
6b98b05976
Removed modifiedQueries from state
2019-02-04 11:07:32 +01:00
Torkel Ödegaard
2cb1733c59
wip: progress
2019-02-03 14:53:42 +01:00
Torkel Ödegaard
cba2ca5531
Url state -> dashboard model state sync starting to work
2019-02-03 12:29:47 +01:00
Torkel Ödegaard
83937f59c0
wip: dashboard in react starting to work
2019-02-02 23:01:48 +01:00
Torkel Ödegaard
d86e773c75
wip: minor progress
2019-02-02 22:43:19 +01:00
Dominik Prokop
6ab9355146
Restoring explore panels state from URL
2019-02-01 12:33:15 +01:00
Dominik Prokop
f9bab9585a
wip
2019-01-31 19:38:49 +01:00
Johannes Schill
d54c4173ca
chore: Fix typings and add Page-component to AlertRuleList #14762
2019-01-28 23:19:19 +01:00
Johannes Schill
e448a140f5
chore: Fix typings and add Page-component to DataSourceDashboards #14762
2019-01-28 23:19:19 +01:00
Johannes Schill
acbcca1102
fix: Add plugins to StoreState interface
2019-01-28 23:19:19 +01:00
Johannes Schill
7df00747d3
chore: Fix typings and add Page-component to NewDataSourcePage #14762
2019-01-28 23:19:19 +01:00
Torkel Ödegaard
a1a905cbb1
Removed the initial data source as I could not see it being used anywhere
2019-01-28 16:31:38 +01:00
Torkel Ödegaard
79bd7f4077
Fixed data source selection in explore
2019-01-21 21:36:30 +01:00
Torkel Ödegaard
1d2902715f
wip: progress on adding query types
2019-01-18 18:14:27 +01:00
Torkel Ödegaard
205e2acdd8
Added data source type to explore state
2019-01-17 19:17:29 +01:00
Torkel Ödegaard
ecab597e5e
renaming DataSource type to DataSourceSettings and moved to grafana ui
2019-01-17 18:51:07 +01:00
Torkel Ödegaard
febb9e7168
Moved data source and data query types
2019-01-17 17:59:47 +01:00
Torkel Ödegaard
4fc9d794ca
Moved plugin types to @grafana/ui
2019-01-17 17:37:34 +01:00
Torkel Ödegaard
a201c76c5f
wip: moved plugin exports
2019-01-17 17:04:24 +01:00
Torkel Ödegaard
4bad76c0f4
Merge branch 'master' into react-query-editor
2019-01-16 12:23:25 +01:00
David Kaltschmidt
6ff15039a9
File organization, action naming, comments
...
- moved ActionTypes to `./state/actionTypes`
- renamed click-related actions
- added comments to actions and state types
- prefixed Explore actions with `explore/`
- fixed query override issue when row was added
2019-01-15 20:04:05 +01:00
David Kaltschmidt
f02f41c9b0
Move types to types/explore
2019-01-15 20:03:57 +01:00
David Kaltschmidt
68c039b289
Allow multiple Explore items for split
2019-01-15 20:03:53 +01:00
David Kaltschmidt
2be2deddb8
WIP Explore redux migration
2019-01-15 20:03:51 +01:00
Torkel Ödegaard
33feb26fb5
WIP: good progress on react query editor support
2019-01-15 11:40:12 +01:00
Erik Sundell
e73d363129
Merge remote-tracking branch 'origin/master' into reactify-stackdriver
...
# Conflicts:
# public/app/core/angular_wrappers.ts
# yarn.lock
2019-01-11 15:12:29 +01:00
Hugo Häggmark
c54ec5f52f
Moved the rest of Threshold dependencies to ui/components
2019-01-11 08:30:30 +01:00
Hugo Häggmark
1581662a6c
Moved Thresholds and styles to grafana/ui/components
2019-01-11 07:11:40 +01:00
Erik Sundell
102a130a2d
make variable type more slim
2019-01-07 11:26:06 +01:00
Erik Sundell
58bea1de79
add template variable type
2019-01-07 11:26:06 +01:00
David Kaltschmidt
757d6f322e
s/initialDatasourceId/initialDatasource/
2019-01-02 11:32:12 +00:00
David Kaltschmidt
67ebdcbcc3
Explore: Remember last use datasource
...
- use local storage to store last used database
- renamed `datasourceName` property to `initialDatasourceId` for consistency
- adapted tests
2018-12-31 18:30:32 +00:00
Torkel Ödegaard
493714c27d
Fixed JQuery typing issues
2018-12-25 09:59:23 +01:00
Torkel Ödegaard
a02b4b47b6
Moving a couple of types to @grafana/ui
2018-12-23 09:15:32 +01:00
Torkel Ödegaard
0ff572efbf
Testing moving out one type to grafana/ui
2018-12-23 08:28:37 +01:00
Torkel Ödegaard
9fec202668
Merge pull request #14565 from grafana/panel-help-view
...
Panel help view
2018-12-19 10:25:02 +01:00
Peter Holmberg
a44a07593f
panel help working
2018-12-18 14:40:54 +01:00
Torkel Ödegaard
c20e10a584
Merge branch 'master' into 14409/threshold-ux-changes
2018-12-17 16:25:33 +01:00