- 24 Sep, 2020 3 commits
-
-
* 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 -
* 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 -
* 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
-
- 23 Sep, 2020 2 commits
-
-
Ryan McKinley committed
-
Torkel Ödegaard committed
-
- 22 Sep, 2020 2 commits
-
-
Jorge Vallecillo committed
-
* 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
-
- 21 Sep, 2020 1 commit
-
-
Dominik Prokop committed
-
- 17 Sep, 2020 1 commit
-
-
Dominik Prokop committed
-
- 16 Sep, 2020 1 commit
-
-
* DataLinks: Fixes issue with data links not having access to other fields field config * Fixed test
Torkel Ödegaard committed
-
- 15 Sep, 2020 1 commit
-
-
Ryan McKinley committed
-
- 14 Sep, 2020 2 commits
-
-
Ryan McKinley committed
-
Torkel Ödegaard committed
-
- 11 Sep, 2020 4 commits
-
-
Ryan McKinley committed
-
Torkel Ödegaard committed
-
This reverts commit 20b603ee.
Sofia Papagiannaki committed -
* Dashboard: Merge Data units categories Prefixes already allow to distinguish IEC units from SI ones + Prefer using binary function over decimal one when equal * Dashboard: Clarify SI & binary prefixes * Dashboard: Homogeneise rate units * Dashboard: Add Binary (IEC) prefix for data rates
Berbe committed
-
- 09 Sep, 2020 2 commits
-
-
* bumped version to the next minor. * bumped packages version to the next minor.
Marcus Andersson committed -
Hugo Häggmark committed
-
- 08 Sep, 2020 3 commits
-
-
Transformations: make sure that we copy all the values from a field when using MutableDataFrame. (#27446)
Marcus Andersson committed -
Themes: Fix issue generating themes due to code in @grafana/data accessing window object during module load (#27441)
Torkel Ödegaard committed -
Transformations: merge will properly handle empty frames and frames with multiple rows where values are overlapping. (#27362) * wip. * Fixed issue with merge not behaving exactly as the old table panel did. * Fixed so empty data frames will be exluded prior to trying to merge the result. * Changed so if passing only empty frames first will only be returned. * de-duplication of configuration in tests.
Marcus Andersson committed
-
- 07 Sep, 2020 4 commits
-
-
Fixes #8403
Domas committed -
* Add support for local time formats in graph panel * Enfore 24h format for backward compatibility * Use existing Intl.DateTimeFormatOptions * Pre-generate time scale, add tests * Move localTimeFormat, add local format to units * updated default fallback * #25602, use navigator.languages to enforce locale in formatting * Making options * Worked new system settings * things are working * Local browser time formats working * Support parsing dates in different formats * settings updated * Settings starting to work * Fixed graph issue * Logs fix * refactored settings a bit * Updated and name change * Progress * Changed config names * Updated * Updated * Updated test * Synced description * fixed ts issue * Added version notice * Ts fix * Updated heatmap and test * Updated snapshot * Updated * fixed ts issue * Fixes Co-authored-by: Alex Shpak <alex-shpak@users.noreply.github.com>
Torkel Ödegaard committed -
* CloudWatch Logs: Adjusts CloudWatch Logs timeout logic Previously CloudWatch Logs queries would time out if, after a number of attempts, a response was received with no additional data. This commit changes the behavior so that a consecutive number of requests yielding no additional data must be made before we cancel the query
kay delaney committed -
Ryan McKinley committed
-
- 04 Sep, 2020 2 commits
-
-
Kenny committed
-
* PanelInspector: Fields with overrides are formatted correct in CSV * Refactor: adds raw format * Refactor: changes switch to Formatted values * Tests: adds tests for applyRawFieldOverrides and getRawDisplayProcessor * Test: change to utc timeZone * Refactor: changes after PR comments
Hugo Häggmark committed
-
- 03 Sep, 2020 2 commits
-
-
Ryan McKinley committed
-
Ryan McKinley committed
-
- 02 Sep, 2020 1 commit
-
-
DateFormats: Default ISO & US formats should be consistent and not change if current date is today (#27300) * DateFormats: Default iso / US formats should be consistent and not change if current date is today * rename and updated tests * Updated changelog
Torkel Ödegaard committed
-
- 01 Sep, 2020 1 commit
-
-
* WIP: Fix null thresholds in overrides when loading * Fix thresholds on load instead of in apply field overrides * simplify expression * fixed ts issue * Updated test * Updated another test * Updated another test
Torkel Ödegaard committed
-
- 31 Aug, 2020 1 commit
-
-
* 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
-
- 28 Aug, 2020 1 commit
-
-
* Field naming simple fix * fixed unit tests * Updated to use displayNameDS config * Update packages/grafana-data/src/types/dataFrame.ts Co-authored-by: Ryan McKinley <ryantxu@gmail.com> * Updated name Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Torkel Ödegaard committed
-
- 25 Aug, 2020 2 commits
-
-
* WIP: strings and numbers * Works in displayProcessor but units are not applied in applyFieldOverride * removed bit * Updated * Added docs * fixed typo
Torkel Ödegaard committed -
* testing things * POC: Simplify labels to fields by using merge transform inside it * removed old code * Fixed test ts issues * Added valueLabel field option * Updated merge transform tests to not expect a sort * fixed type * refactoring to minimize nesting
Torkel Ödegaard committed
-
- 23 Aug, 2020 1 commit
-
-
Torkel Ödegaard committed
-
- 20 Aug, 2020 3 commits
-
-
Ryan McKinley committed
-
* DisplayProcessor: Support parsing strings as dates and using date units on strings * Updated test * Updated test
Torkel Ödegaard committed -
* Refactor: initial commit * wip * Refactor: getting into a simpler model * Refactor: adds some comments * Refactor: renames statuses according to PR comments * Refactor: adds more comments * Tests: adds tests for FetchQueue * Tests: adds tests for ResponseQueue * Tests: adds tests for FetchQueueWorker * Tests: simplified the tests for ResponseQueue * Refactor: adds http2 scenario * Refactor: using Cfg instead of global variable Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Refactor: reverted change in frontendsettings.go * Tests: fix test mocks * Fix: changes how cfg.Protocol gets its value Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Hugo Häggmark committed
-