Torkel Ödegaard
6d3b6f3c2f
Fix: playlist now preserve the correct url query params ( #16403 )
...
Fixes #16377
2019-04-05 11:09:57 +02:00
Sean Lafferty
c2d399b059
Fix: Query editor toggle edit mode fix ( #16394 )
...
Increase timeout when waiting for datasource toggleEditorMode check
Fixes #16393
2019-04-05 07:36:32 +02:00
Torkel Ödegaard
47e51cb6b3
Refactor: Plugin exports & data source / panel types ( #16364 )
...
* wip: began work off removing meta and pluginExports from DataSourceApi interface
* WIP: changing how plugins are exports and loaded
* Down the refactoring rabit hole that keeps expanding
* TestData now returns DataSourcePlugin
* Refactoring: fixed app config page loading, type renamings and more typings
* Refactor: Correct casing on DatasourceStatus => DataSourceStatus
2019-04-04 18:30:15 +02:00
Torkel Ödegaard
6ef844daa4
Docs: remove embedd info about samesite cookie from app, docs only is better
2019-04-03 14:27:20 +02:00
Yariv Amar
c2231854fd
Feat: Improve embed panel info text ( #16344 )
...
* improving documentation for Embed Panel
Fixes #16345
2019-04-03 09:37:56 +02:00
Ryan McKinley
ede2d54849
Refactor: React Panels to only use SeriesData[] ( #16306 )
...
* only use SeriesData[] in react panels
* update target
* Refactor: Added refId filtering for queryResponse and queryError
2019-04-02 07:22:52 +02:00
Hugo Häggmark
988b7c4dc3
Feat: Adds reconnect for failing datasource in Explore ( #16226 )
...
* Style: made outlined buttons and used it in Alert component
* Refactor: clean up state on load data source failure
* Refactor: test data source thunk created
* Refactor: move logic to changeDatasource and call that from intialize
* Refactor: move load explore datasources to own thunk
* Refactor: move logic to updateDatasourceInstanceAction
* Tests: reducer tests
* Test(Explore): Added tests and made thunkTester async
* Fix(Explore): Fixed so that we do not render StartPage if there is no StartPage
* Fix(Explore): Missed type in merge
* Refactor: Thunktester did not fail tests on async failures and prevented queires from running on datasource failures
* Feat: Fadein error alert to prevent flickering
* Feat: Refresh labels after reconnect
* Refactor: Move useLokiForceLabels into useLokiLabels from PR comments
* Feat: adds refresh metrics to Prometheus languageprovider
* Style: removes padding for connected datasources
* Chore: remove implicit anys
2019-04-01 07:38:00 +02:00
Torkel Ödegaard
5c3a0a624a
Fix: Template query editor this bind exception fix ( #16299 )
...
Also fixes the default 100% width of inputs.
Fixes #16298
2019-03-29 14:25:11 +01:00
Ryan McKinley
bfba47c6c4
Refactor: Move LogLevel and Labels utils to @grafana/ui ( #16285 )
...
* rename Tags to Labels in SeriesData
* move some logs stuff to grafana/ui
* add roundtrip tests
2019-03-29 09:41:37 +01:00
Ryan McKinley
e6d9a524b4
Fix: Correct SnapshotData typing ( #16279 )
2019-03-28 20:59:59 +01:00
Ryan McKinley
03951c00cb
Feat: Angular panels & SeriesData to Table/TimeSeries ( #16266 )
...
Similar to how the react panels make sure all data is SeriesData before passing it to the react panels, this makes sure SeriesData is converted to TableData|TimeSeries before passing it to the angular panels.
It also changes the typing to encourage using SeriesData for future development
2019-03-28 18:21:53 +01:00
Dominik Prokop
9fd824960f
Feature: added actionable message in Explore when no datasource configured ( #16252 )
2019-03-28 17:17:01 +01:00
Dominik Prokop
206921d21b
Feature: Introduced CallToActionCard to @grafana/ui ( #16237 )
...
CallToActionCard is an abstraction to display a card with message, call to action element and a footer. It is used i.e. on datasource add page.
2019-03-27 22:33:20 +01:00
Daniel Lee
fda7e686f3
Merge pull request #15205 from seanlaff/12556-oauth-pass-thru
...
Add oauth pass-thru option for datasources
2019-03-25 21:52:20 +01:00
Dominik Prokop
9655eeda18
fix(explore): only show split close button when split is active ( #16203 )
2019-03-25 16:44:09 +01:00
Peter Holmberg
4898502e4e
refactor(grafana/ui): Replace <input />with Input component from grafana/ui ( #16085 )
...
* replace with Input component from grafana/ui
* removing placeholder classname
* change import
* fix import
2019-03-25 15:53:05 +01:00
Steven Sheehy
dd388ed578
fix(loki): Hide empty labels column
...
Signed-off-by: Steven Sheehy <ssheehy@firescope.com>
2019-03-25 15:23:54 +01:00
Ryan McKinley
77b3da3e8b
refactor(data models): Renamed TableData to SeriesData ( #16185 )
2019-03-25 14:46:16 +01:00
Andrej Ocenas
a978e28e7c
chore(core/utils): Add typings to datemath.ts ( #16195 )
...
* Add typings
* Remove explicit cast
2019-03-25 14:32:55 +01:00
Ryan McKinley
e5c8375ec2
only call onPanelMigration when the version actually changes ( #16186 )
...
* set the plugin version if there is a migration handler
* only call panel migration if the version changes
* set the version after change also
* avoid NPE... check that we have options
* destroy is based on the previous panel type, not the next one
* Panels: Minor refactoring on panel plugin version code, #16186
2019-03-25 14:10:23 +01:00
Dominik Prokop
a8c50ed6ba
feat(explore): make it possible to close left pane of split view ( #16155 )
...
* feat(explore): make it possible to close left pane of split view
* Use action's type prop instead of enum
2019-03-25 12:49:15 +01:00
Hugo Häggmark
d563505dd3
fix: added missing event to function signature
...
Fixes : #16055
2019-03-25 11:23:59 +01:00
Torkel Ödegaard
e03c7bf1a3
Panels: Support angular -> react migration via PanelMigrationHandler
2019-03-24 17:11:00 +01:00
Torkel Ödegaard
20fec4d261
Panels: Added more tests for change panel plugin
2019-03-24 16:39:55 +01:00
Torkel Ödegaard
0d55141a2d
Panels: Refactoring how panel plugins sets hooks and components, #16166
2019-03-24 15:56:32 +01:00
ryan
6da2f132c7
keep plugin versions
2019-03-22 13:45:09 -07:00
ryan
82be27a42a
remove panel plugin setters
2019-03-22 13:12:35 -07:00
ryan
d8595e9f4e
moved migration hook to its own function
2019-03-22 10:22:25 -07:00
Torkel Ödegaard
a6c2a8c3cc
Merge branch 'master' into table-reducer
2019-03-22 15:55:21 +01:00
Hugo Häggmark
eedbc485dd
Makes it possible to navigate back/forward with browser buttons in Explore ( #16150 )
...
Make it possible to navigate back/forward with browser buttons in Explore
2019-03-22 15:24:30 +01:00
Torkel Ödegaard
e0ecbc4c68
Merge branch 'table-reducer' of https://github.com/ryantxu/grafana into ryantxu-table-reducer
2019-03-22 13:36:49 +01:00
Torkel Ödegaard
d5a56b0bed
Minor refactoring of #16127
2019-03-22 12:51:12 +01:00
ryan
78a9243721
remove logging
2019-03-22 00:21:04 -07:00
ryan
658f419cab
add stat picker to single stat
2019-03-22 00:14:50 -07:00
ryan
7498de044c
cleanup and guess all columns
2019-03-21 21:52:58 -07:00
Sean Lafferty
dba2df19e8
Make all http auth setting labels the same width
2019-03-20 14:19:29 -04:00
Torkel Ödegaard
ac82fc03d9
Merge branch 'piechart-react' of https://github.com/CorpGlory/grafana into CorpGlory-piechart-react
2019-03-20 19:01:37 +01:00
Torkel Ödegaard
ab5848ca14
Merge pull request #16096 from grafana/fix/15691-refresh-issue-playlists
...
Fixing issue with refresh playlists
2019-03-20 10:52:16 +01:00
Peter Holmberg
81afd68752
Merge branch 'master' into fix/15691-refresh-issue-playlists
2019-03-20 09:17:57 +01:00
Torkel Ödegaard
abd8948478
Merge pull request #15864 from ryantxu/all-data-as-table
...
Use TableData for all data in react
2019-03-20 09:15:06 +01:00
Torkel Ödegaard
42c87141a5
Minor progress on fixing no-implicit any issues
2019-03-19 18:24:47 +01:00
ryan
08d6540cbb
merge master
2019-03-19 09:26:15 -07:00
Peter Holmberg
5adb923ace
Only keep certain query params when going to next playlist
2019-03-19 16:34:33 +01:00
Hugo Häggmark
53322a51e2
fix: refactored so members are loaded by TeamPages and use hideFromTabs instead of filtering out children in navModel
2019-03-19 14:01:22 +01:00
Hugo Häggmark
e23e6a8bdc
fix: fixed snapshots and permission select not beeing able to click
2019-03-19 14:01:21 +01:00
Hugo Häggmark
b71c9803a9
fix: new team link goes nowhere for viewers
2019-03-19 14:01:21 +01:00
Hugo Häggmark
53c74fa2f5
teams: refactor so that you can only delete teams if you are team admin
2019-03-19 14:01:21 +01:00
Hugo Häggmark
13ed10495a
teams: hide tabs settings and groupsync for non team admins
2019-03-19 14:01:18 +01:00
Hugo Häggmark
8c34f595f0
teams: disable new team button if user is viewer
2019-03-19 14:01:18 +01:00
Hugo Häggmark
e3fc61b326
refactor: moved test from TeamMembers to TeamMemberRow
2019-03-19 14:01:17 +01:00