- 26 Jan, 2021 4 commits
-
-
Jack Westbrook committed
-
* Grafana/UI: Add disable prop to Segment SegmentSync, SegmentAsync and SegmentInput had the disable prop inherited from HTMLProp but it did not disable the component. The disable prop should now disable the component. * Use InlineLabel instead of span and remove some sass-classes in Segments * Change MetricsQueryEditor test to reflect new layout of AsyncSegment * Use useStyles hook to get themed styles for segment inputs Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
Oscar Kilhed committed -
* Variables: Fixes so queries work for numbers values too * Chore: refactor after PR comments
Hugo Häggmark committed -
* Admin: Fixes so form values are filled in from backend * Chore: tidy up the imports
Hugo Häggmark committed
-
- 25 Jan, 2021 16 commits
-
-
* Update whats-new-in-v7-4.md * Update add-query-editor-help.md * Update whats-new-in-v7-4.md * Update docs/sources/whatsnew/whats-new-in-v7-4.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update whats-new-in-v7-4.md * added configure fields content Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Diana Payton committed -
Leon Sorokin committed
-
Docs: Update 7.4 What's New to use more correct description of alerting notification template feature (#30502) * use more correct description of feature * reference variable templating * add word
Will Browne committed -
* Add draft docs * Update node-graph.md * Update whats-new-in-v7-4.md * Update images and add x-ray link * Update docs/sources/panels/visualizations/node-graph.md * Update docs/sources/panels/visualizations/node-graph.md * Update node-graph.md * Add definition of node and edge * Update docs/sources/panels/visualizations/node-graph.md * Update docs/sources/panels/visualizations/node-graph.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Andrej Ocenas committed -
* If error - catch and show, if no logs - return null * Refactor LogsContainer to use ConnectedProps * Fix typescript error * Remove no logs check * Include review feedback * Add SplitOpen type to createSpanLink and TraceView
Ivana Huckova committed -
* WIP: Using new components * Progress * Everything looks to be working * Explore: Replaces navbar-button and overriden explore button css classes with ToolbarButton and cleans up scss & markup, removes ResponsiveButton (#30571) * Explore: Replaces navbar-button and overriden explore button css classes with ToolbarButton and cleans up scss & markup, removes ResponsiveButton * Change live button text when paused * Fixed story * For the dashboard toolbar button I need a transparent button so I refactored the states/variants into a new ToolbarButtonVariatn * Changing my mind on the transparent variant * review fixes * Review fixes
Torkel Ödegaard committed -
Dominik Prokop committed
-
Torkel Ödegaard committed
-
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.35.5 to 1.36.31. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.35.5...v1.36.31) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed -
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.8.0...v1.9.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed -
Bumps [gopkg.in/macaron.v1](https://github.com/go-macaron/macaron) from 1.3.9 to 1.4.0. - [Release notes](https://github.com/go-macaron/macaron/releases) - [Commits](https://github.com/go-macaron/macaron/compare/v1.3.9...v1.4.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed -
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.5 to 1.2.0. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.1.5...v1.2.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed -
Torkel Ödegaard committed
-
* RefreshPicker: Fixes so refresh intervals from url are visible in RefreshPicker * Refactor: changes after PR comments * Chore: adds comment
Hugo Häggmark committed -
* Add documentation for Exemplars * Update prometheus.md Add note + provisioning info * Update docs/sources/datasources/prometheus.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update prometheus.md * Update prometheus.md Add exemplars options to the settings table * Update docs/sources/datasources/prometheus.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/datasources/prometheus.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update prometheus.md Add more content to exemplars * Update whats-new-in-v7-4.md Add link to exemplars Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Zoltán Bedi committed -
Zoltán Bedi committed
-
- 24 Jan, 2021 1 commit
-
-
Ryan McKinley committed
-
- 23 Jan, 2021 1 commit
-
-
ButtonSelect & RefreshPicker: Rewrite of components to use new emotion based ToolbarButton & Menu (#30510) * ButtonSelect: Trying to rewrite the button select to use ToggleButtonGroup & Menu * minor update * Progress * Updated * Moving all the explore scenarios into the refresh picker component * Minor fixes * Fixed responsive part of run button * More minor fixes * typescript fix * Update packages/grafana-ui/src/components/Icon/Icon.tsx Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> * Update packages/grafana-ui/src/components/Menu/Menu.tsx Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> * Review feedback fixes and more * Fixes small ts issue * Updated return to dashboard button and tests, moved ButtonSelect out of LegacyForms * fixed ts issue * Fixed test Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
Torkel Ödegaard committed
-
- 22 Jan, 2021 15 commits
-
-
Ryan McKinley committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Ryan McKinley committed
-
* List + before -; rm old Git ref; reformat. * Update contribute/style-guides/documentation-style-guide.md * Update contribute/style-guides/documentation-style-guide.md * Update contribute/style-guides/documentation-style-guide.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update contribute/style-guides/documentation-style-guide.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update contribute/style-guides/documentation-style-guide.md * Update contribute/style-guides/documentation-style-guide.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update contribute/style-guides/documentation-style-guide.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Ursula Kallio committed -
* Expressions: Add option to disable feature * Apply suggestions from code review Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Sofia Papagiannaki committed -
* Fix loading for time series graph panel * Fix test by adding loading prop to dummyProps
Ivana Huckova committed -
Fixes #29466
Zoltán Bedi committed -
Decimals: Big Improvements to auto decimals and fixes to auto decimals bug found in 7.4-beta1 (#30519) * Decimals: Nukes scaledDecimals from the earth it was an abomination * Moved move tests * Fixed test * Updated tests * Updated test
Torkel Ödegaard committed -
* Postgres: Convert tests to stdlib Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Peter Holmberg committed
-
* transform state to what the api expects * add expr prop to dataquery * Add evalutate field * add refid picker to options * minor fix to enable save * fix import * more fixes after merge * use default datasource if not changed * replace name with title * Change name in ui as well * remove not used loadDataSources function * prettier fixes * look up datasource * correct datasource per query model * revert dataquery change, use expressionid const * fix for type * fix faulty const * description readonly
Peter Holmberg committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Append refId to Loki uid, add tests * Fix linting * Fix linting * Hopefully finally fix linting errors
Ivana Huckova committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Leon Sorokin committed
-
- 21 Jan, 2021 3 commits
-
-
Brian Gann committed
-
Leon Sorokin committed
-
Diana Payton committed
-