1. 01 Apr, 2020 3 commits
  2. 31 Mar, 2020 5 commits
    • add tooltip prop and fix folder name (#22901) · 4f3d9953
      * add tooltip prop and fix folder name
      
      * fix folder name refs
      Shavonn Brown committed
    • Migration: Migrate Dashboard Import to React (#22338) · ec743cf9
      * first things
      
      * introduce headers and moving buttons
      
      * adding reducer and action for gcom dashboard
      
      * action working
      
      * continue building on import form
      
      * change dashboard title
      
      * add prop to not render a label
      
      * first things
      
      * introduce headers and moving buttons
      
      * adding reducer and action for gcom dashboard
      
      * action working
      
      * continue building on import form
      
      * change dashboard title
      
      * add prop to not render a label
      
      * import form layout
      
      * break out form to component
      
      * add actions and reader for file upload
      
      * fix upload issue
      
      * modified data types to handle both gcom and file upload
      
      * import dashboard json
      
      * save dashboard
      
      * start change uid
      
      * change dashboard uid
      
      * fix spacing and date format
      
      * fix import from json
      
      * handle uid and title change
      
      * revert change in panelinspect
      
      * redo fileupload component
      
      * after review
      
      * redo forms to use Forms functionality
      
      * first attempt on async validation
      
      * use ternary on uid input
      
      * removed unused actions, fixed async validation on form
      
      * post form if invalid, break out form to component
      
      * sync file with master
      
      * fix after merge
      
      * nits
      
      * export formapi type
      
      * redo page to use forms validation
      
      * fix inputs and validation
      
      * readd post
      
      * add guards on data source and constants
      
      * type checks and strict nulls
      
      * strict nulls
      
      * validate onchange and fix import button when valid
      
      * shorten validate call
      
      * reexport OnSubmit type
      
      * add comment for overwrite useEffect
      
      * move validation functions to util
      
      * fix button imports
      
      * remove angular import
      
      * move title and uid validation
      Peter Holmberg committed
    • @grafana/e2e: select specific datasource option element (#23216) · dc8bbc81
      ... because, oddly, the previous selection worked locally but not in CI
      Steven Vachon committed
    • Fix search item links (#23210) · 16d3d5b5
      * Wrap search into into a
      
      * Justify Icon
      
      * Align items inside section header
      
      * Remove log
      
      * Fix clicking tags inside search item
      Alex Khomenko committed
  3. 30 Mar, 2020 6 commits
  4. 28 Mar, 2020 1 commit
  5. 27 Mar, 2020 9 commits
  6. 26 Mar, 2020 12 commits
    • NewPanelEditor: fluent API for custom field config and panel options creation (#23070) · 4eae1b54
      * Registry of standard option editors
      
      * Move override processors  to grafana data
      
      * API for declaratively creating field config/panel options
      
      * Enable declarative API in PanelPlugin for options and field config
      
      * Use new api in react table panel
      
      * Add color and unit picker to option registries
      
      * Add some docs and tests
      
      * Fix tests
      Dominik Prokop committed
    • @grafana/e2e: API improvements (#23079) · a4308fff
      * Minor changes
      
      * Fixtures path is now relative to the project directory
      
      * URL support module now has individual exports
      
      * Scenario context timing issues resolved
      
      ... caused by being ran synchronously, instead of as part of Cypress' asynchronous queue.
      
      * Scenario context API now supports multiple keys per function call
      
      * addDataSource flow accepts a config argument
      
      … and optionally checks datasource health status
      
      * Added readProvisions command
      
      * Added addPanel flow
      Steven Vachon committed
    • DevEnv: update frontend dependencies - react-transition-group (#22998) · 13ab84f2
      * DevEnv: updates @types/react-transition-group 2.0.16 -> 4.2.4
      
      * DevEnv: updates @types/react-transition-group 2.0.16 -> 4.2.4 in grafana-ui package
      
      * DevEnv: updates react-transition-group 2.6.1 -> 4.3.0 in grafana-ui package
      
      * DevEnv: updates react-transition-group 2.6.1 -> 4.3.0
      Lukas Siatka committed
    • DevEnv: update frontend dependencies - mixed 3/4 (#22995) · 01d4cb9e
      * DevEnv: updates pixelmatch 4.0.2 -> 5.1.0
      
      * DevEnv: updates pixelmatch 5.0.2 -> 5.1.0 in grafana-toolkit package
      
      * DevEnv: updates postcss-flexbugs-fixes 4.1.0 -> 4.2.0 in grafana-toolkit package
      
      * DevEnv: updates postcss-preset-env 6.6.0 -> 6.7.0 in grafana-toolkit package
      
      * DevEnv: updates less 3.10.3 -> 3.11.1 in grafana-toolkit package
      
      * DevEnv: updates ora 3.4.0 -> 4.0.3 in grafana-toolkit package
      
      * DevEnv: updates semver 6.1.1 -> 7.1.3 in grafana-toolkit package
      
      * DevEnv: updates simple-git 1.112.0 -> 1.132.0 in grafana-toolkit package
      
      * DevEnv: updates ora import to commonjs after its update
      Lukas Siatka committed
    • Form Migrations: Button (#23019) · 5cdb8f8e
      * Update legacy exports and fix Type errors
      
      * Remove Button and LinkButton from Forms namespace
      
      * Fix errors
      
      * Update snapshots
      
      * Move Legacy button
      
      * Migrate more Buttons
      
      * Remove legacy button dependency
      
      * Move button up
      
      * Remove legacy button
      
      * Update Snapshots
      
      * Fix ComponentSize issues
      
      * Switch primary button
      
      * Switch primary
      
      * Add classNames and fix some angular directive issues
      
      * Fix failing build and remove log
      
      Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
      Tobias Skarhed committed
    • Search/migrate search results (#22930) · 85dc4e56
      * Search: Setup SearchResults.tsx
      
      * Search: add watchDepth
      
      * Search: Use SearchResults.tsx in Angular template
      
      * Search: Render search result header
      
      * Search: Move new search components to features/search
      
      * Search: Render nested dashboards
      
      * Search: Expand dashboard folder
      
      * Search: Remove fa prefix from icon names
      
      * Search: Enable search results toggling
      
      * Search: Add onItemClick handler
      
      * Search: Add missing aria-label
      
      * Search: Add no results message
      
      * Search: Fix e2e selectors
      
      * Search: Update SearchField imports
      
      * Search: Add conditional classes
      
      * Search: Abstract DashboardCheckbox
      
      * Search: Separate ResultItem
      
      * Search: Style ResultItem
      
      * Search: Separate search components
      
      * Search: Tweak checkbox styling
      
      * Search: Simplify component names
      
      * Search: Separate tag component
      
      * Search: Checkbox docs
      
      * Search: Remove inline on click
      
      * Add Tag component
      
      * Add Tag story
      
      * Add TagList
      
      * Group Tab and TabList
      
      * Fix typechecks
      
      * Remove Meta
      
      * Use forwardRef for the Tag
      
      * Search: Use TagList from grafana/ui
      
      * Search: Add media query for TagList
      
      * Search: Add types
      
      * Search: Remove selectThemeVariant from SearchItem.tsx
      
      * Search: Style section + header
      
      * Search: Use semantic html
      
      * Search: Adjust section padding
      
      * Search: Setup tests
      
      * Search: Fix tests
      
      * Search: tweak result styles
      
      * Search: Expand SearchResults tests
      
      * Search: Add SearchItem tests
      
      * Search: Use SearchResults in search.html
      
      * Search: Toggle search result sections
      
      * Search: Make selected prop optional
      
      * Search: Fix tag selection
      
      * Search: Fix tag filter onChange
      
      * Search: Fix uncontrolled state change warning
      
      * Search: Update icon names
      
      * Search: memoize SearchCheckbox.tsx
      
      * Search: Update types
      
      * Search: Cleanup events
      
      * Search: Semantic html
      
      * Use styleMixins
      
      * Search: Tweak styling
      
      * Search: useCallback for checkbox toggle
      
      * Search: Add stylesFactory
      
      Co-authored-by: CirceCI <circleci@grafana.com>
      Alex Khomenko committed
  7. 25 Mar, 2020 4 commits