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
Hugo Häggmark
178d637b4e
refactor: splitted TeamMembers to TeamMemberRow
2019-03-19 14:01:17 +01:00
Hugo Häggmark
b82b94a247
teams: disable buttons for team members
2019-03-19 14:01:15 +01:00
Hugo Häggmark
b60e71c28b
teams: moved logic for searchteams to backend
2019-03-19 14:01:15 +01:00
Leonard Gram
8593668ab2
teams: tests use the new message for modifying team members.
2019-03-19 14:01:12 +01:00
Hugo Häggmark
96aa4ae19f
teams: remov permission select for non admin users
2019-03-19 14:01:12 +01:00
Hugo Häggmark
a90b3e331e
config: updated feature toggle name
2019-03-19 13:59:39 +01:00
Leonard Gram
89d4db8eb6
teams: team listing shows only your teams (editors).
2019-03-19 13:57:29 +01:00
Hugo Häggmark
3c46b786d2
teams: change back to permissionlevel for Member to 0
2019-03-19 13:57:26 +01:00
Hugo Häggmark
1315a67022
teams: make sure we use TeamPermissionLevel enum
2019-03-19 13:57:25 +01:00
Hugo Häggmark
eea2dcc605
teams: enabled so that user can update permission for team members
2019-03-19 13:57:24 +01:00
Hugo Häggmark
467b7a40d8
teams: feature toggle component
2019-03-19 13:57:24 +01:00
Hugo Häggmark
7888457aae
teams: basic ui for permission in team members view
2019-03-19 13:57:23 +01:00