1. 24 Sep, 2020 3 commits
    • PanelData: Adds annotations and QueryResultMeta dataTopic (#27757) · adc1b965
      * topics round two
      
      * more props
      
      * remove Data from enum
      
      * PanelData: Simplify ideas a bit to only focus on the addition of annotations in panel data
      
      * Test data scenario
      
      * Old graph panel showing annotations from PanelData
      
      * Fixed comment
      
      * Fixed issues trying to remove use of event.source
      
      * Added unit test
      
      Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
      Torkel Ödegaard committed
    • Cloudwatch: Fix loading custom credentials profile (#27684) · 42476811
      * Store credentials profile in JSON
      
      * Update docs example
      
      * Apply suggestions from code review
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      Sofia Papagiannaki committed
    • Graph NG WIP (#27572) · 844dd9e8
      * Squash merge Ryans uPlot work
      
      * uPlot - wrap into composable API
      
      * Remove MicroPlot.tsx
      
      * Add missing uPlot stylesheet import
      
      * Use field config for axes config
      
      * Min selection distance for Zoom
      
      * WIP Tooltip behaviour
      
      * Some progress on rendering plot
      
      * gdev dashboard for graph ng tests
      
      * Update custom field config interface for graph options
      
      * Add support for paths in default field config setup (+2 squashed commits)
      Squashed commits:
      [93fc3afbfc] Typecheck fix
      [a07ef86a8b] Add support for paths in default field config setup
      
      * Include IANA timezone canonical name in TimeZoneInfo
      
      * Use correct time zone on time axis
      
      * Default axis width
      
      * Use system date time formats for time axis ticks
      
      * Graph panel layout
      
      * Respect config paths when rendering default value of field config property
      
      * Fix mismatch in field config editor types
      
      * Color field option editor
      
      * Refactor plot context to a single one
      
      * First version of new graph legend plugin
      
      * Fix mutable data frame
      
      * Multiple ui fixes, layout is still slightly problematic
      
      * Remove unused
      
      * Fix tooltip test
      
      * Some perf optimisations
      
      * Update dev dashboard
      
      * Typecheck fix
      
      * Do not use color value editor as standard property editor, add custom field config to graph panel to control series color
      
      * Update dev dashboard with correct tags
      
      * Fix undefined issues
      
      * Update devenv/dev-dashboards/panel-graph/graph-ng.json
      Dominik Prokop committed
  2. 23 Sep, 2020 2 commits
  3. 22 Sep, 2020 2 commits
    • Fix typos (#27711) · 9e3def42
      Jorge Vallecillo committed
    • Explore: Remove not running query for collapsed elements (#27026) · f6c91d13
      * Make graph and table collapsing just a UI thing
      
      * Remove showingGraph and showingTable, set them defaultly to true
      
      * Remove collaapsing for panels in Explore
      
      * UI toggle WiP
      
      * WIP, add query type
      
      * Refactor, clean up
      
      * Update tests
      
      * Clean uo
      
      * Update rangeAll to range and instant
      
      * Remove console logs
      
      * Update packages/grafana-data/src/types/datasource.ts
      
      Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
      
      * Update public/app/core/utils/explore.ts
      
      Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
      
      * Fix prettier error
      
      Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
      Ivana Huckova committed
  4. 21 Sep, 2020 1 commit
  5. 17 Sep, 2020 1 commit
  6. 16 Sep, 2020 1 commit
  7. 15 Sep, 2020 1 commit
  8. 14 Sep, 2020 2 commits
  9. 11 Sep, 2020 4 commits
  10. 09 Sep, 2020 2 commits
  11. 08 Sep, 2020 3 commits
  12. 07 Sep, 2020 4 commits
  13. 04 Sep, 2020 2 commits
  14. 03 Sep, 2020 2 commits
  15. 02 Sep, 2020 1 commit
  16. 01 Sep, 2020 1 commit
  17. 31 Aug, 2020 1 commit
    • Transformations: Adding group by and aggregate on multiple fields transformation · 7db42f0a
      * Adding Occurences transformer
      
      * Adding test for Occurences Transformer
      
      * Cleanup. Adding a test.
      
      * Adding doc
      
      * Modifying UI to support custom calculations options
      
      * Implementing data transformation
      
      * Finalizing calculations implementation
      
      * Cleanup
      
      * Using Fields instead of arrays in data grouping
      
      * Renaming transformation to GroupBy
      
      * Adding some doc
      
      * Apply suggestions (solving TS typing errors)
      
      Co-authored-by: Marcus Andersson <systemvetaren@gmail.com>
      
      * Tweaking UI
      
      * Preventing of selecting twice the same field name.
      
      * Removing console print. No calculations by default.
      
      * Forgot to add the current value to the GroupBy selector
      
      * Solving some typing issues and prettyfier errors
      
      * Cleanup
      
      * Updating test
      
      * Ensure proper copy of options (solves some issues)
      
      * Check if the fields exist in the data before processing
      
      * Adding missing import in test file
      
      * If group by field not specified, return all data untouched.
      
      * Adding another missing import in test
      
      * Minor updates
      
      * Implementing GroupBy multiple fields + Improve field typing
      
      * Removing console prints
      
      * Allowing the exact number of fields to be added as aggregation
      
      * Centering remove button icon
      
      * Cleanup
      
      * Correcting TS error
      
      * Chaging transformer options structure
      
      * Sorting so GroupBy fields appear on top
      
      * Cleanup
      
      * Simplifying some operations. Adding curly brackets.
      
      * Changing some labels on the UI
      
      * Updating test
      
      * Cleanup
      
      * Updating doc
      
      * Fixed field list. Storing options as Record instead of Array.
      
      * Update test
      
      * Cleaned up the group by editor UI code.
      
      * changed the transform to a table layout instead of a flexbox layout.
      
      * cleaned up group by transformer.
      
      * removed unused imports.
      
      * Added some more tests.
      
      * Added one more test and cleaned up code.
      
      * fixed failing test.
      
      * Fixed so we we have the proper casing on naming.
      
      * fixed so we don't wrap on the first row.
      
      Co-authored-by: Marcus Andersson <systemvetaren@gmail.com>
      Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
      Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
      Totalus committed
  18. 28 Aug, 2020 1 commit
  19. 25 Aug, 2020 2 commits
  20. 23 Aug, 2020 1 commit
  21. 20 Aug, 2020 3 commits