Alex Khomenko
b9a40fc346
Search: Fix expanded folder icon ( #23903 )
2020-04-26 16:12:49 +03:00
Dominik Prokop
3bd9e1dda3
NewPanelEditor: vis picker UI update ( #23894 )
...
* Fix storybook
* Add deprecated/alpha badge to panels in viz picker, fix long title display
* Move getFocusCss to mixins
* Updated hover/active state of vis picker item
* try fixing e2e
* Add removed label for e2e to be happy happy happy
2020-04-26 13:16:31 +02:00
Dominik Prokop
4b00594758
Docs: Add doc comments for PanelPlugin ( #23896 )
2020-04-26 11:14:21 +02:00
Torkel Ödegaard
c797ae2527
Search: Minor tweak to placeholder color
2020-04-26 10:31:44 +02:00
kay delaney
f48ba11d4c
Datasource/Cloudwatch: Adds support for Cloudwatch Logs ( #23566 )
...
* Datasource/Cloudwatch: Adds support for Cloudwatch Logs
* Fix rebase leftover
* Use jsurl for AWS url serialization
* WIP: Temporary workaround for CLIQ metrics
* Only allow up to 20 log groups to be selected
* WIP additional changes
* More changes based on feedback
* More changes based on PR feedback
* Fix strict null errors
2020-04-25 22:48:20 +02:00
Dominik Prokop
a56e55ac6c
NewPanelEditor: increase sidebar min width, value mappings radio no longer full width ( #23889 )
2020-04-25 17:38:37 +02:00
Dominik Prokop
d654255d32
NewPanelEditor: adjust panel menu items ( #23888 )
2020-04-25 16:15:08 +02:00
Tobias Skarhed
ff4d199ce4
Migration: Admin org edit page ( #23866 )
...
* Start migration
* Migrate admin org edit page
2020-04-25 14:14:22 +02:00
Torkel Ödegaard
e505babbf4
ManageDashboards: Fixes and improvements ( #23879 )
...
* ManageDashboards: Fixes and improvements
* Fixed tests
* Fixed issue with item height and margin
2020-04-25 13:08:23 +02:00
Dominik Prokop
c7b7a08baf
NewPanelEditor: Make variables wrap and small layout refactor ( #23862 )
...
* NewPanelEditor: Make variables wrap and small layout refactor
* review fix
2020-04-25 07:55:42 +02:00
Torkel Ödegaard
ef5cbee2b3
Search: Improvements to design ( #23874 )
...
* Search: updated design
* Fixed z-index
* Fixes
* Minor pixel push
2020-04-25 07:43:54 +02:00
Torkel Ödegaard
6f02b51561
Search: Improving search look and feel ( #23854 )
...
* Search: Improving search look and feel
* Fixed issue with tag filter beeing cramped and wrapping tags
* Minor tag polish
* fixed type
2020-04-24 19:23:45 +02:00
Ivana Huckova
66e5a1c0b3
Rich history: Fix create url and run query & style updates ( #23627 )
...
* Styling updates
* Create getQueryFromDisplayText method for Jaeger, Loki, Prometheus
* Fix createLink and runQuery methods for all datasources
* Update test
* Update Select from Legacy to current
* Update filtering
* Update public/app/core/utils/richHistory.test.ts
* Fix strictnullcheck errors
* Remove getQueryFromDisplayText method, as not needed
* Update saving of full query and use displayText for formatting
* Update tests
* Refactor create data query
* Remove parsing, store object instead
* Fix formatting error
* Remove object checking, transform everything to DataQuery
* Remove console.log
* Rename migrate function, add datasourceName as a useEffect dependency
* Fix z-index, move query
2020-04-24 18:23:31 +02:00
Tobias Skarhed
8d56f87473
Migration: Alerting - notifications list ( #22548 )
...
* Handle empty list
* Connect to redux
* Finish migration
* Remove comments
* Remove old files
* Remove console log
* Remove old import
* Forgot to add the new button
* Fix href
* Fix feedback
2020-04-24 18:13:45 +02:00
Alex Khomenko
1f2a70117b
Search: cleanup old Angular files ( #23860 )
...
* Search: Remove wrapperRef
* Search: Remove angular search files
* Search: Unify search types
* Search: Remove redundant hideHeader prop
* Search: Remove app/types/search.ts
* Search: Update imports
* Search: Fix type errors
2020-04-24 18:07:57 +03:00
Andrej Ocenas
58b566a252
Tracing: Zipkin datasource ( #23829 )
2020-04-24 17:02:25 +02:00
Marcus Efraimsson
8f2be870f2
Dashboard: Handle no renderer available in panel share dialog ( #23856 )
...
Show a message when sharing dashboard panel on the Link tab and
there's no renderer available/installed.
Ref #13802
2020-04-24 16:40:18 +02:00
Torkel Ödegaard
1955c3911b
PanelEditor: Fixed switch tabs ( #23859 )
2020-04-24 14:18:59 +02:00
Hugo Häggmark
80ab18f43d
e2e: adds e2e for panel edit ( #23849 )
...
* Explore: Create basic E2E test
* Feature: adds e2e tests for panel inspector
* Refactor: adds ts-ignore because of type checking errors
* Refactor: changes after PR comments and updates snapshot
* Refactor: adds typings back for IScope
* e2e: adds e2e for panel edit
Co-authored-by: Andreas Opferkuch <andreas.opferkuch@gmail.com>
2020-04-24 12:51:38 +02:00
Torkel Ödegaard
cf77c3a50b
Metriktank: Linage UI updates ( #23848 )
2020-04-24 11:52:02 +02:00
Marcus Efraimsson
98df2ec745
Alerting: Handle image renderer unavailable when edit notifiers ( #23711 )
...
If no image renderer available/installed when adding a new alert notification
channel will set Include image to false per default, otherwise true as before.
If no image renderer available/installed when adding/edit alert notification
channel will show an informational message that you need to install the
Grafana Image Renderer plugin for Grafana to be able to render an image.
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-04-24 10:42:13 +02:00
Alex Khomenko
fb8a555f19
Search/virtualize list ( #23710 )
...
* Search: Add FixedSizeList for result items
* Search: Move SectionHeader to a separate file
* Search: Add useListHeight hook
* Search: Fix horizontal scrollbar
* Search: Remove custom scrollbar
* Search: Do not fetch dashboard folder on route change
* Search: Update tests
* Search: Remove extra checkbox renders
* Search: Move wrapper ref outside search results
* Search: Fix param type
* Search: Fix merge conflicts
* Search: Virtualize dashboard list
* Search: Update layout
* Search: Pass wrapper to search results
* Search: Update dashboard redirect
* Search: Remove unused css
* Search: Revert config
* Search: Use AutoSizer
* Search: Remove redundant appEvents call
* Search: Use List layout in folder view
2020-04-24 11:08:06 +03:00
Tobias Skarhed
3fbdcf1070
Form migrations: Teams and alert list ( #23810 )
...
* Basic migration
* Update test
* Fix feedback
2020-04-24 09:26:09 +02:00
Hugo Häggmark
e4d492fd35
e2e: adds inspect drawer tests ( #23823 )
...
* Explore: Create basic E2E test
* Feature: adds e2e tests for panel inspector
* Refactor: adds ts-ignore because of type checking errors
* Refactor: changes after PR comments and updates snapshot
* Refactor: adds typings back for IScope
* Refactor: changes after PR comments
Co-authored-by: Andreas Opferkuch <andreas.opferkuch@gmail.com>
2020-04-24 08:48:04 +02:00
Dominik Prokop
6320e5c91f
NewPanelEditor: bring back queries not being run on editmode navigation ( #23837 )
2020-04-23 22:10:08 +02:00
Torkel Ödegaard
2f5bea27b1
NewDataSourcePage: Restore signature badge lost in merge ( #23832 )
2020-04-23 21:39:08 +02:00
Andrej Ocenas
170a0df194
Logs: Derived fields link design update ( #23695 )
2020-04-23 20:47:54 +02:00
Andrej Ocenas
376765b3d7
Tracing: Remove feature flag ( #23834 )
2020-04-23 20:46:42 +02:00
Dominik Prokop
de1e70a474
NewPanelEditor: don't break when plugin is skipDataQuery ( #23836 )
2020-04-23 20:36:42 +02:00
Ryan McKinley
3d89f04562
Plugins: show signing status on datasources and plugins ( #23542 )
...
* show signing status
* show signing status
* Progress on signed badge style
* Progress on signing status look and updated card background
* Updates
* Transforms card tweak
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2020-04-23 11:52:11 +02:00
Torkel Ödegaard
3955e8cbad
Security: Fix annotation popup XSS vulnerability ( #23813 )
...
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2020-04-23 11:35:43 +02:00
Ivana Huckova
645dc944db
Explore: Fix split functionality ( #23801 )
...
* Fix splitting functionality, remove passing of parameters from button
* Format comment
2020-04-23 11:20:07 +02:00
Dominik Prokop
fe28e2a6b1
Transformations: UI tweaks, filter by name regex validation ( #23800 )
...
* Add validation to filter by name regex, minor layout tweaks
* Use cards uin for non configured transformations
2020-04-23 10:12:06 +02:00
Dominik Prokop
4b42697912
Transformations: debug mode tweaks ( #23802 )
2020-04-23 09:56:56 +02:00
Alex Khomenko
906cc6d317
Search: Fix strict null errors ( #23804 )
2020-04-23 09:55:10 +02:00
Alex Khomenko
c0fe565499
Search add sorting picker ( #23746 )
...
* Search: Extend search_srv with getSortOptions
* Search: Enable sorting
* Search: Fullwidth search
* Search: Add SortPicker
* Search: Add useSearchLayout
* Search: Update sort query
* Search: Refactor items rendering
* Search: Add sort to manage dashboards
* Search: Add sort icon
* Search: Mock getSortOptions
* Search: Fix Select sizes
* Search: Move SortPicker to Select
* Grafana-UI: Add ActionRow.tsx
* Grafana-UI: Use ActionRow in dashboard search
* Grafana-UI: Update ActionRow styles
* Search: Update tests
* Search: enable clearing TagFilter
* Search: Move getSortOptions outside of component
* Search: Fix import
* Search: Limit container width
* Search: Replace SearchField's clear text with icon
* Search: Fix section items query #23792
* Search: Add icons for layout switch
* Search: Remove layout switch for folder page
2020-04-23 08:18:53 +03:00
Hugo Häggmark
ca385805c9
PanelEditor: stores option group collapse state ( #23781 )
...
* PanelEditor: stores option group collapse state
* Refactor: adds props to OptionsGroup instead
2020-04-22 19:56:37 +02:00
Andrej Ocenas
319a0585a5
Logs: Add href to internal link ( #23757 )
2020-04-22 19:42:28 +02:00
Dominik Prokop
eae11f53f3
Transformations: Make sidebar subscribe to panel's query runner ( #23785 )
...
* Make panel edit sidebar options use lates data from panel query runner
* Update select's z-index
* Review
2020-04-22 19:21:48 +02:00
Torkel Ödegaard
45dfa20467
Buttons: Center text in buttons ( #23789 )
...
* Buttons: Center buttons
* Updated size of transformation button
* removed snapshot
2020-04-22 18:47:41 +02:00
Alex Khomenko
89a75343eb
Search: Load folder page ( #23768 )
2020-04-22 11:24:29 +03:00
Peter Holmberg
4183921c62
Dashboard import: Bug fixes ( #23591 )
...
* clear dashboard on unmount
* fix menu z-index, folderpicker width
* fix issue with saving dashboard in another folder
* use foldermodel instead of selectablevalue
* using z-index from theme
* updated names
* update snapshot
* remove size from folderpicker
* use connectWithCleanup
* update snapshot
2020-04-22 09:04:33 +02:00
Andrej Ocenas
84e9004da4
Tracing: Change color palette. ( #23656 )
2020-04-21 22:04:51 +02:00
Dominik Prokop
40114e8c07
NewPanelEditor: UI update of add panel widget ( #23715 )
...
* Small update proposal to add panel widget
* Fix smoketest
* Minor tweaks
* update snaps god damn it
2020-04-21 13:40:49 +02:00
Tobias Skarhed
7e4292508f
Form migrations: Final components to LegacyForms ( #23707 )
...
* FormField to LegacyForms
* FormLabel to InlineFormLabel
* Move SecretFormField to LeagcyForms
2020-04-21 11:42:21 +02:00
Ivana Huckova
df60dbd749
@grafana/ui: Fix login icon ( #23732 )
...
* Fix sign in button
* Fix modal button in button
2020-04-21 10:55:48 +02:00
Tobias Skarhed
9bbc007cb9
Input: Width prop ( #23615 )
...
* Add width property
* Remove unused import
* Spelling mistake
* Add width to interface
* Make width optional
* Remove size
* Update snapshot
* Remove size from places
* Add size prop for button
* Update width
* Update snapshots
2020-04-21 10:42:57 +02:00
Marcus Andersson
a2d741f60f
Docs: run the api-extractor on master to update docs ( #23726 )
...
* regenerated packages docs.
* fixed spelling issues.
* fixed spelling issues.
2020-04-21 10:41:50 +02:00
Torkel Ödegaard
4d9d3270af
CSS: Various css bug fixes (Safari fix for graph panels and more) ( #23704 )
...
* CSS: Various css bug fixes
* Updated
2020-04-21 09:12:34 +02:00
Dominik Prokop
b37e66f915
NewPanelEditor: Move visualisation picker to the sidebar pane ( #23696 )
...
* Move visualisation picker to the sidebar pane
* Remove vis tab from bottom pane
* Visualisation to panel type title
2020-04-20 20:29:32 +02:00