1. 04 Nov, 2020 6 commits
    • StatPanels: Add new calculation option for percentage difference (#26369) · 77f6c241
      * Update fieldReducer.ts
      
      addition of percentage difference to the singlestat panel
      
      * Update time_series2.ts
      
      * Update module.ts
      
      * Update calculations-list.md
      
      * Update docs/sources/panels/calculations-list.md
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update public/app/plugins/panel/singlestat/module.ts
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Update module.ts
      
      * Update calculations-list.md
      
      * Update calculations-list.md
      
      * Update module.ts
      
      * Update fieldReducer.ts
      
      * Update fieldReducer.ts
      
      * Update fieldReducer.test.ts
      
      * change name to remove wildcard characters
      
      * Update calculations-list.md
      
      * Update time_series2.ts
      
      Fix spelling
      
      * Update module.ts
      
      * Update fieldReducer.ts
      
      * formatting
      
      * Update fieldReducer.ts
      
      * Update fieldReducer.test.ts
      
      * Update fieldReducer.test.ts
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      jedstar committed
    • Dashboard: Add Datetime local (No date if today) option in panel axes' units (#28011) · 38bd6dd1
      * Add Datetime local (No date if today) option
      
      * Add more tests
      
      * Revert to using function for local dateTime format
      This is required as Intl api used to convert date to local format is not present in
      node environments
      Tushar Tripathi committed
    • Variables: Adds named capture groups to variable regex (#28625) · f830d877
      * Dashboard: Add named capture groups to variable query regex
      
      Variable query regex are able to use 'text' and 'value' named capture
      groups to allow for separate display text to be extracted from the
      query result. e.g.
      
      Using a regex of /foo="(?<text>[^"]+)|bar="(?<value>[^"]+)/g on a query
      result of metric{foo="FOO", bar="BAR"} would result in the variable
      value being set to 'BAR' but display text being set to 'FOO'
      
      Resolves #21076
      
      * Improve regex capture group documentation
      
      * Update docs/sources/variables/filter-variables-with-regex.md
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Apply suggestions from code review
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      
      * Apply suggestions from code review
      
      Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
      
      * Use text capture if value capture does not match
      
      This is to keep the behaviour consistent with the current behavior. See
      discussion https://github.com/grafana/grafana/pull/28625/files#r516490942
      
      * Improve regex field placeholder and tooltip message
      
      To make the feature more discoverable to users the place holder example
      now includes the named capture groups. The tool tip message also
      includes a reference and link to the documentation.
      
      Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
      Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
      yenalsnavaj committed
    • Panel inspect: Interpolate variables in panel inspect title (#28779) · 4036a44a
      * Interpolate variables in panel inspect title
      
      * Update public/app/features/dashboard/components/Inspector/InspectContent.tsx
      
      Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
      
      * fix typo
      
      Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
      Dominik Prokop committed
    • grafana/toolkit: Drop console and debugger statements by default when building… · a9e20133
      grafana/toolkit: Drop console and debugger statements by default when building plugin with toolkit (#28776)
      
      Dominik Prokop committed
  2. 03 Nov, 2020 16 commits
  3. 02 Nov, 2020 14 commits
  4. 01 Nov, 2020 1 commit
  5. 31 Oct, 2020 1 commit
  6. 30 Oct, 2020 2 commits