- 19 Mar, 2020 17 commits
-
-
* Add unit test coverage * Add tests to util/richHistory * Remove unused import * Remove redundant tests * Fix tests for components * Test saving to local storage * Add boxshadow to container * Revert "Add boxshadow to container" This reverts commit 5ca2e850e48377374169956bc98eca05cc8a8102. * Fix failing tests after merging master * Fix imports, aria-labels * Remove console.log (cherry picked from commit 8edf8e39)
Ivana Huckova committed -
closes #22825 (cherry picked from commit 0a094a73)
Carl Bergquist committed -
ref grafana/grafana-plugin-sdk-go#94 ref grafana/grafana-plugin-sdk-go#70 (cherry picked from commit b0407b35)
Carl Bergquist committed -
* Initial commit * Fix spelling of data sources * Display sorting value for starred and query tab * Fix handle color for light theme * Add close button and fix animation * Remove toggling of tabs * Stop event propagation when clicking on comment buttons * Add title for card functionality * Remove interpolation for easier searchability of variables * Improve syncing of comments and starred * Add modal to check if user wants to permanently delete history * Fix the height of the query card buttons * Adjust slider's width based on drawer width * Add spacing between slider and legend * Semantic variable naming * Fix disabled button when live tailing * Add error handling * Remove unused imports * Fix starring, remove useEffect * Remove emiting of appEvents.alertError in store * Remove unused imports (cherry picked from commit 54469006)
Ivana Huckova committed -
(cherry picked from commit 58298919)
Dominik Prokop committed -
(cherry picked from commit 2fac8344)
Alex Khomenko committed -
(cherry picked from commit cd50da3d)
Alex Khomenko committed -
(cherry picked from commit 46165a7f)
Torkel Ödegaard committed -
* Forms: Fix input suffix position * Update (cherry picked from commit ab0238ec)
Torkel Ödegaard committed -
(cherry picked from commit f78501f3)
Torkel Ödegaard committed -
Fixes #22756 (cherry picked from commit b30f4c7b)
Hugo Häggmark committed -
(cherry picked from commit 8b067a5f)
Ryan McKinley committed -
(cherry picked from commit c65db9bf)
Ryan McKinley committed -
* Pass the rest of to props to Select * Remove log (cherry picked from commit 451c9580)
Alex Khomenko committed -
closes #21519 ref grafana/grafana-plugin-sdk-go#93 (cherry picked from commit ebc9549c)
Carl Bergquist committed -
Datasource: making sure we are having the same data field order when using mixed data sources. (#22718) * changed so data query response always it returned in the correct order when using mixed data sources. * refactored the code to make it a bit simpler and not failing the tests. * changed to simple array type. (cherry picked from commit f44c0f06)
Marcus Andersson committed -
(cherry picked from commit b441b733)
Dominik Prokop committed
-
- 12 Mar, 2020 1 commit
-
-
Steven Vachon committed
-
- 11 Mar, 2020 22 commits
-
-
Arve Knudsen committed
-
* CircleCI: Adapt build-pipeline to implement also release pipeline
Arve Knudsen committed -
* use fs-extra instead of fs * use moveSync instead of renameSync
Martin Brenner committed -
* added docs * Update docs/sources/guides/whats-new-in-v6-7.md * Docs: minor restruturing of whats new Co-authored-by: Leonard Gram <leo@xlson.com>
Jon Gyllenswärd committed -
allows Field names to be duplicated, goes with #22705
Kyle Brandt committed -
* add tab * add process measurement * Fixed some design issues * Align tabs margin Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Peter Holmberg committed -
This reverts commit 0f676966.
Torkel Ödegaard committed -
* Docs: add rendering configuration in reporting * Docs: fix mispelling
Agnès Toulet committed -
Marcus Andersson committed
-
Mohit Nain committed
-
* Datasources: Update dashboards * Datasources: increase dashboard versions * Datasources: prometheus dashboards improvements - Update links - Add target="blank" if missing - Remove not showing image
Agnès Toulet committed -
* Revert "API: Fix redirect issue when configured to use a subpath (#21652)" (#22671) This reverts commit 0e2d874e. * Fix redirect validation (#22675) * Chore: Add test for parse of app url and app sub url Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> * Fix redirect: prepend subpath only if it's missing (#22676) * Validate redirect in login oauth (#22677) * Fix invalid redirect for authenticated user (#22678) * Login: Use correct path for OAuth logos Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Sofia Papagiannaki committed -
* Explore: adds QueryRowErrors component * Explore: updates QueryRow to use QueryRowErrors component * Explore: updates PromQueryField to remove error render * Explore: updates Elastic query field to remove error render * Explore: updates LokiQueryFieldForm to remove error render * Explore: updates QueryRow component - brings back passing errors down * Explore: removes QueryRowErrors component * Explore: updates ErrorContainer component - moves out data filtering * Explore: updates QueryRow component - changes QueryRowErrors to ErrorContainer * Explore: updates Explore component - adds error filtering for ErrorContainer * Explore: updates ErrorContainer and adds a basic test for it * Explore: updates Explore component props name and adds a basic render test * Explore: adds snapshots for Explore and ErrorContainer * Explore: adds a test for error render * Explore: adds a comment to Explore component explaining the way we filter non-query-row-specific errors * Explore: adds getFirstNonQueryRowSpecificError method to explore utilities * Explore: extracts getFirstNonQueryRowSpecificError method and slightly refactors Explore component * Explore: updates Explore component tests to cover non-query-row-specific errors
Lukas Siatka committed -
* design tweaks * RichHistory: Design tweaks
Torkel Ödegaard committed -
Dominik Prokop committed
-
* Don't issue empty "select metric" queries * Update pkg/tsdb/graphite/graphite.go Co-Authored-By: Carl Bergquist <carl.bergquist@gmail.com> * Fix indentation * Add missing import Co-authored-by: Carl Bergquist <carl.bergquist@gmail.com>
Sofia Papagiannaki committed -
Ryan McKinley committed
-
* UX: Update new form styles to dark inputs * Aligning styles a bit * Updated snapshot
Torkel Ödegaard committed -
line 31 : makes user a superadmin : multiple use of 'a' can be avoided for better reading line 35: User can belong to : remove 'be' it is incorrect line 51: allow you : typo correction
Mohit Nain committed -
* correcting line 15 one typo needs correction * Update docs/sources/permissions/organization_roles.md Co-Authored-By: Peter Holmberg <peterholmberg@users.noreply.github.com> Co-authored-by: Peter Holmberg <peterholmberg@users.noreply.github.com>
Mohit Nain committed -
Tobias Skarhed committed
-
annelaurefroment committed
-