1. 28 Aug, 2019 3 commits
    • DataLinks: enable data links in Gauge, BarGauge and SingleStat2 panel (#18605) · ff6b8c5a
      * datalink on field
      
      * add dataFrame to view
      
      * Use scoped variables to pass series name and value time to data links interpolation
      
      * Use scoped variables to pass series name and value time to data links interpolation
      
      * Enable value specific variable suggestions when Gauge is displaying values
      
      * Fix prettier
      
      * Add basic context menu with data links to GaugePanel
      
      * Fix incorrect import in grafana/ui
      
      * Add custom cursor indicating datalinks available via context menu (in Gauge only now)
      
      * Add data links to SingleStat2
      
      * Minor refactor
      
      * Retrieve data links in a lazy way
      
      * Update test to respect links retrieval being lazy
      
      * delay link creation
      
      * cleanup
      
      * Add origin to LinkModel and introduce field & panel links suppliers
      
      * Add value time and series name field link supplier
      
      * Remove links prop from visualization and implement common UI for data links context menu
      
      * Update snapshot
      
      * Rename className prop to clickTargetClassName
      
      * Simplify condition
      
      * Updated drilldown dashboard and minor changes
      
      * Use class name an onClick handler on the top level dom element in visualization
      
      * Enable series name interpolation when presented value is a calculation
      Ryan McKinley committed
  2. 27 Aug, 2019 3 commits
  3. 26 Aug, 2019 8 commits
  4. 25 Aug, 2019 2 commits
  5. 23 Aug, 2019 5 commits
  6. 22 Aug, 2019 6 commits
  7. 21 Aug, 2019 6 commits
  8. 20 Aug, 2019 5 commits
  9. 19 Aug, 2019 2 commits
    • Azure Monitor and Log Analytics converted and separated into components (#18259) · f22aaa55
      * Azure Monitor and Log Analytics converted and separated into components
      
      * Insights creds converted
      
      * remove angular config
      
      * fix workspaces and missing sameas key
      
      * fix workspace save
      
      * set subscriptionId key
      
      * editor fields, load workspaces btn
      
      * workspace load req fields updated
      
      * added tooltip to switch, disable buttons instead of hide
      
      * master merge and tests
      Shavonn Brown committed
    • Rewrite user profile edit to react (#17917) · e3e2cd82
      * rewrite user profile edit to react (#17525)
      
      * disableLogin change, still need to fix tooltip
      
      * left out disable form for other auth
      
      * PR changes - wrapper to render, userId instead of bool, optional user in state, change provider child param order
      
      * moved directive to angular_wrappers
      
      * catch api error
      
      * finally
      
      * move user arg back to end- optional
      
      * optional type sig
      Shavonn Brown committed