1. 17 Jan, 2020 11 commits
    • Inspect: Download DataFrame to Csv (#21549) · 5f3d913c
      * basic setup for csv export
      
      * tinkering with flex-grow
      
      * fixed layout
      
      * align select and button
      
      * using stylesfactory
      Peter Holmberg committed
    • CloudWatch: Multi-valued template variable dimension alias fix (#21541) · b398bc59
      * Match dimension value with label substring
      
      * Add unit tests
      Erik Sundell committed
    • Babel: use babel-loader instead of ts-loader, ng-annotate with… · e7e0d18b
      Babel: use babel-loader instead of ts-loader, ng-annotate with babel-plugin-angularjs-annotate (#21554)
      
      * Applied prettier to some webpack configs
      
      * Removed ng-annotate
      
      … and used same annotation approach as webpack.hot.js
      
      * Removed redundant import
      
      … that is problematic with Babel's module resolver
      
      * Updated lockfile
      
      * Replace ts-loader with babel-loader in webpack.dev
      
      * Change tslint-loade order in dev webpack config
      
      Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
      Steven Vachon committed
    • Stackdriver: Support meta labels (#21373) · 260239d9
      * Rewrite angular segments for filter and group by in react
      
      * wip: refactoring
      
      * Update metric find queries
      
      * Remove old maps used to create labels - use one map for all types instead
      
      * Use value as label (again) for filters ang groupby
      
      * Remove old filter
      
      * Remove not used code
      
      * Fixes after pr feedback
      
      * Fix broken tests and add new metadata tests
      
      * Add index file to make imports cleaner
      
      * Cleanup. Remove old angular filter code
      
      * Fix broken tests
      
      * Use type switching instead of if statements
      
      * Use globals for regex
      
      * Updates after pr feedback
      
      * Make sure it's possible to filter using the same key multiple times
      
      * Replace metric select with segment component
      
      * Pass template vars as props
      
      * Refactor meta labels code
      
      * Reorder template variables
      
      * Fix broken tests
      
      * Reset metric value when changing service
      
      * Fix lint issue.
      
      * Make tests independant of element order
      
      * Include kubernetes.io in regex
      
      * Add instruction in help section
      Erik Sundell committed
    • CI: Revert msi build (#21561) · 72023d90
      * Revert "CI: adds missing files for ee msi (#21559)"
      
      This reverts commit 6e412d88.
      
      * Revert "CI: Enterprise MSI (#21518)"
      
      This reverts commit d910f69b.
      Leonard Gram committed
    • Alerting: Fix image rendering and uploading timeout preventing to send alert notifications (#21536) · 71ffd1d1
      * svc alerting - use a shorter ctx to upload the img
      This will prevent timeout on img upload to cancel the notifications from being sent
      
      * components img uploader - pass the ctx to aws lib
      
      * make webdavuploader use the ctx
      
      * make azureblobuploader use the ctx
      
      * rename uploadImage() to renderAndUploadImage()
      for better clarity about what this method work
      
      * Use timeout + 2s for plugin renderer (same as service and phantomjs)
      
      * Make sure that original EvalContext is updated after render and upload
      
      * Verify notification sent even if render or image upload times out
      
      * fix lint
      
      * fixes after review
      
      Co-authored-by: Edouard Hur <3418467+hekmon@users.noreply.github.com>
      
      Fixes #21018
      Marcus Efraimsson committed
    • CI: Enterprise MSI (#21518) · d910f69b
      * build: builds msi for enterprise
      
      * build: renamed msi generator directory
      
      * build: build and deploy enterprise msi
      
      * Build: placeholder license file for enterprise
      
      * Build: correct name for ee msi
      Leonard Gram committed
    • Add component: Cascader (#21410) · aa0982da
      * Rename old cascader
      
      * Change name of old cascader
      
      * Add basic cascader without search
      
      * Add basic cascader without search
      
      * Flatten options to make it searchable
      
      * Add regex search and make backspace work
      
      * Add barebone search without styles
      
      * Add SearchResult list
      
      * Add search navigation
      
      * Rewrite of cascader and add some things to SelectBase
      
      * Make SelectBase controlllable
      
      * Cleanup
      
      * Add initial value functionality
      
      * Add onblur to hand caret direction
      
      * New storyboom format for ButtonCascader
      
      * Add knobs to story
      
      * Add story and docs for UnitPicker
      
      * Make UnitPicker use Cascader
      
      * Fix backspace issue and empty value
      
      * Fix backspace issue for real
      
      * Remove unused code
      
      * Fix focus issue
      
      * Change children to items and remove ButtonCascaderProps
      
      * Remove local CascaderOption
      
      * Fix failed test
      
      * Revert UnitPicker changes and change format for ButtonCascader
      
      * Fix failing tests
      Tobias Skarhed committed
    • CloudWatch: Display partial result in graph when max DP/call limit is reached (#21533) · 20aac7f0
      * Return data and warning in case dp limit is reached
      
      * Change warning text
      Erik Sundell committed
    • Dashboards: Default Home Dashboard Update (#21534) · 15b2bf3e
      * HomeLinks: WIP panel for getting started links
      
      * Progress
      
      * progress
      
      * Updated styling
      
      * Updated default home dashboard
      
      * Update light card styles
      
      * Tweaks based on feedback
      Torkel Ödegaard committed
  2. 16 Jan, 2020 14 commits
  3. 15 Jan, 2020 15 commits