1. 17 Sep, 2019 12 commits
  2. 16 Sep, 2019 13 commits
  3. 15 Sep, 2019 4 commits
  4. 13 Sep, 2019 11 commits
    • Update _index.md (#19045) · 10d1cb23
      Added missing alias redirect
      oddlittlebird committed
    • CLI: Fix installing plugins on windows (#19061) · 2acffbeb
      Fixes #19022
      Marcus Efraimsson committed
    • LDAP: Allow an user to be synchronised against LDAP (#18976) · 7b7b9534
      * LDAP: Allow an user to be synchronised against LDAP
      This PR introduces the /ldap/sync/:id endpoint. It allows a user to be synchronized against LDAP on demand.
      
      A few things to note are:
      
      LDAP needs to be enabled for the sync to work
      It only works against users that originally authenticated against LDAP
      If the user is the Grafana admin and it needs to be disabled - it will not sync the information
      Includes a tiny refactor that favours the JSONEq assertion helper instead of manually parsing JSON strings.
      gotjosh committed
    • Docs: Adds a requirements page (#18917) · 475673c8
      Adds a new requirements page to the installation docs.
      Wanted/needed some place to document known browser 
      issues and thought that adding this missing page together 
      with OS, hardware, database and browser requirements 
      would be a good thing.
      Fix: move 6.4 section in upgrade notes further down.
      
      Fixes #16487
      Ref #18690
      Marcus Efraimsson committed
    • DataLinks: enable access to labels & field names (#18918) · fd21e0ba
      * POC: trying to see if there is a way to support objects in template interpolations
      
      * Added support for nested objects, and arrays
      
      * Added accessor cache
      
      * fixed unit tests
      
      * First take
      
      * Use links supplier in graph
      
      * Add field's index to cache items
      
      * Get field index from field cache
      
      * CHange FiledCacheItem to FieldWithIndex
      
      * Add refId to TimeSeries class
      
      * Make field link supplier work with _series, _field and _value vars
      
      * use field link supplier in graph
      
      * Fix yaxis settings
      
      * Update dashboard schema version and add migration for data links variables
      
      * Update snapshots
      
      * Update build in data link variables
      
      * FieldCache - idx -> index
      
      * Add current query results to panel editor
      
      * WIP Updated data links dropdown to display new variables
      
      * Fix build
      
      * Update variables syntac in field display, update migration
      
      * Field links supplier: review updates
      
      * Add data frame view and field name to TimeSeries for later inspection
      
      * Retrieve data frame from TimeSeries when clicking on plot graph
      
      * Use data frame's index instead of view
      
      * Retrieve data frame by index instead of view on TimeSeries
      
      * Update data links prism regex
      
      * Fix typecheck
      
      * Add value variables to suggestions list
      
      * UI update
      
      * Rename field to config in DisplayProcessorOptions
      
      * Proces single value of a field instead of entire data frame
      
      * Updated font size from 10px to 12px for auto complete
      
      * Replace fieldName with fieldIndex in TimeSeries
      
      * Don't use .entries() for iterating in field cache
      
      * Don't use FieldCache when retrieving field for datalinks in graph
      
      * Add value calculation variable to data links (#19031)
      
      * Add support for labels with dots in the name (#19033)
      
      * Docs update
      
      * Use field name instead of removed series.fieldName
      
      * Add test dashboard
      
      * Typos fix
      
      * Make visualization tab subscribe to query results
      
      * Added tags to dashboard so it shows up in lists
      
      * minor docs fix
      
      * Update singlestat-ish variables suggestions to contain series variables
      
      * Decrease suggestions update debounce
      
      * Enable whitespace characters(new line, space) in links and strip them when processing the data link
      
      * minor data links UI update
      
      * DataLinks: Add __from and __to variables suggestions to data links (#19093)
      
      * Add from and to variables suggestions to data links
      
      * Update docs
      
      * UI update and added info text
      
      * Change ESC global bind to bind (doesn't capture ESC on input)
      
      * Close datalinks suggestions on ESC
      
      * Remove unnecessary fragment
      Torkel Ödegaard committed
    • Singlestat: fix format messes up on negative values if select duratio… (#19044) · fc10bd7b
      * Singlestat: fix format messes up on negative values if select duration (hh:mm:ss) unit
      
      * Added test for 0
      lzd committed
    • Stackdriver: Add extra alignment period options (#18909) · 4c8f417f
      * Add more alignment period options
      
      * Remove unnecessary alignment period limit
      Erik Sundell committed