- 30 Apr, 2020 3 commits
-
-
* Convert Spinner to CSF * Convert TableInputCSV to CSF * Convert ToggleButtonGroup to CSF * Convert ValueMappingsEditor to CSF * Convert useDelayedSwitch to CSF
Jess committed -
* Convert ClipboardButton to CSF * Convert CallToActionCard to CSF * Convert BarGauge to CSF * Convert DataSourceHttpSettings to CSF * Convert ConfirmModal to CSF * Convert FormField to CSF * Convert Input to CSF * Convert ButtonSelect to CSF * Removed unused import from ButtonSelect story * Convert InfoTooltip to CSF * Convert List to CSF * Convert QueryField to CSF * Convert RefreshPicker to CSF * Convert SecretFormField to CSF
Jess committed -
* Convert ClipboardButton to CSF * Convert CallToActionCard to CSF * Convert BarGauge to CSF * Convert DataSourceHttpSettings to CSF * Convert ConfirmModal to CSF * Convert FormField to CSF
Jess committed
-
- 29 Apr, 2020 3 commits
-
-
* Forward ref for tabs, use html props * Inspect: add inspect label to drawer title * Add tooltips to sidebar pane tabs, copy changes * Remove unused import * Place tooltips over tabs * Inspector: dont show transformations select if there is only one data frame * Review
Dominik Prokop committed -
* changed the value container to a class component to get it to work with focus (maybe something with context?). * added e2e tests to verify that the select focus is working as it should. * fixed according to feedback. * updated snapshot.
Marcus Andersson committed -
* ColorPicker to CSF format * Convert stories to CSF * Do not export ClipboardButton * Update ConfirmButton * Remove unused imports * Fix feedback
Tobias Skarhed committed
-
- 28 Apr, 2020 1 commit
-
-
Alex Khomenko committed
-
- 27 Apr, 2020 7 commits
-
-
Ryan McKinley committed
-
* Search: Adds search to main nav and removes open search click on dashboard name * Updated snapshots * Fixed strict null errors * Fixed type issue
Torkel Ödegaard committed -
* Update Intro * Reorganize stories * Hide panel for ThemeColors * Update packages/grafana-ui/src/components/ColorPicker/ColorPicker.story.mdx Co-Authored-By: Alex Khomenko <Clarity-89@users.noreply.github.com> * Update intro * Hide panel on Icon story * Update README * Add link Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
Tobias Skarhed committed -
DateTime: adding support to select preferred timezone for presentation of date and time values. (#23586) * added moment timezone package. * added a qnd way of selecting timezone. * added a first draft to display how it can be used. * fixed failing tests. * made moment.local to be in utc when running tests. * added tests to verify that the timeZone support works as expected. * Fixed so we use the formatter in the graph context menu. * changed so we will format d3 according to timeZone. * changed from class base to function based for easier consumption. * fixed so tests got green. * renamed to make it shorter. * fixed formatting in logRow. * removed unused value. * added time formatter to flot. * fixed failing tests. * changed so history will use the formatting with support for timezone. * added todo. * added so we append the correct abbrivation behind time. * added time zone abbrevation in timepicker. * adding timezone in rangeutil tool. * will use timezone when formatting range. * changed so we use new functions to format date so timezone is respected. * wip - dashboard settings. * changed so the time picker settings is in react. * added force update. * wip to get the react graph to work. * fixed formatting and parsing on the timepicker. * updated snap to be correct. * fixed so we format values properly in time picker. * make sure we pass timezone on all the proper places. * fixed so we use correct timeZone in explore. * fixed failing tests. * fixed so we always parse from local to selected timezone. * removed unused variable. * reverted back. * trying to fix issue with directive. * fixed issue. * fixed strict null errors. * fixed so we still can select default. * make sure we reads the time zone from getTimezone
Marcus Andersson committed -
* Search: Move layout to query reducer/hook * Search: Refactor search_srv * Search: Fix types * Search: Move extra layout/sort logic to reducer * Search: Fix Select min-width * Search: Fix filter by starred * Search: Update tests * Search: Simplify query return * Search: Set width to auto on HorizontalGroup * Search: Fix tests
Alex Khomenko committed -
* Initial commit * Chore: fixes after merge * Chore: removes todos * Chore: uncomment test * Chore: adds missing externals to rollup config * Refactor: selectors is master for everything * Docs: updates Docs * Chore: adds e2e-selectors to publish
Hugo Häggmark committed -
Dominik Prokop committed
-
- 26 Apr, 2020 2 commits
-
-
* WIP: first stage * Another take * argghhh * Updated * My brain is mush * Minor progress * Progres * Starting to work * Fixes * fixed e2e
Torkel Ödegaard committed -
* 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
Dominik Prokop committed
-
- 25 Apr, 2020 7 commits
-
-
* 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
kay delaney committed -
Dominik Prokop committed
-
Torkel Ödegaard committed
-
* ManageDashboards: Fixes and improvements * Fixed tests * Fixed issue with item height and margin
Torkel Ödegaard committed -
* Singlestat: Migration button to migrate to new stat panel * updated test
Torkel Ödegaard committed -
* NewPanelEditor: Make variables wrap and small layout refactor * review fix
Dominik Prokop committed -
* Search: updated design * Fixed z-index * Fixes * Minor pixel push
Torkel Ödegaard committed
-
- 24 Apr, 2020 9 commits
-
-
Ivana Huckova committed
-
* Search: Improving search look and feel * Fixed issue with tag filter beeing cramped and wrapping tags * Minor tag polish * fixed type
Torkel Ödegaard committed -
Andrej Ocenas committed
-
* Resort Icon.story.tsx into Docs Overview category * Make CallToActionCard.story.tsx internal * Move ThemeColors to Docs Overview category * Move Tag.story.tsx to Forms category * Move TagList.story.tsx to Forms category Co-authored-by: Clarity-89 <homes89@ukr.net>
Jess committed -
* Grafana-UI: Extend Layout props * Grafana-UI: Merge container styles * Search: Fix prop types * Grafana-UI: remove className prop
Alex Khomenko committed -
* Simple fix for labels to fields transform problem * Added unit test
Torkel Ödegaard committed -
* 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
Alex Khomenko committed -
* DataLink input to new form styles * Make Angular work with inline editor * Remove onRemove and desiableRemove * Remove DataLinksEditor * Change order of inputs * Enable syntax highlight * Fix datalinks for Elastic
Tobias Skarhed committed -
* 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>
Hugo Häggmark committed
-
- 23 Apr, 2020 6 commits
-
-
Andrej Ocenas committed
-
* Transformers: Organise fields transformer detailing * Table header cell - fix text overflowing columns
Dominik Prokop committed -
Dominik Prokop committed
-
* Create .mdx for ColorPicker component group Describes the building blocks of the component and how they work together. * Rename ColorPicker.mdx to ColorPicker.story.mdx * Update packages/grafana-ui/src/components/ColorPicker/ColorPicker.story.mdx Clean up tags Co-Authored-By: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com> * Update packages/grafana-ui/src/components/ColorPicker/ColorPicker.story.mdx Co-Authored-By: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com> Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com>
Jess committed -
* Add validation to filter by name regex, minor layout tweaks * Use cards uin for non configured transformations
Dominik Prokop committed -
* 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
Alex Khomenko committed
-
- 22 Apr, 2020 2 commits
-
-
* Buttons: Center buttons * Updated size of transformation button * removed snapshot
Torkel Ödegaard committed -
Tobias Skarhed committed
-