- 27 Jan, 2021 10 commits
-
-
* Grafana-ui: Default value to undefned vs empty array * Grafana-ui: Remove log * Grafana-ui: Update tests
Alex Khomenko committed -
* CustomScrollbar: migrated styles from sass to emotion * fixes frontend test * updated changes * fixed page props and applied changes to all occurences * moved the getStyles function to the bottom of the file * made some changes * fixed snapshot test * Revert "Merge branch 'refactor-customscrollbar-30354' of https://github.com/grafana/grafana into refactor-customscrollbar-30354" This reverts commit c45ee30b6b297991a1628e9b21c4121dc78e376c, reversing changes made to d2645534e39c4ffda30a948f4a892c1c68ec38ca. * improved props name * made use of theme variables for style consistency * fixed snapshot test and updated some theme changes * removed hover effects from customScrollbar style * made some changes * updated some changes * added label to class names * changed to a functional component and improved styling * fixes snapshot test * fixes small nit * minor tweaks Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Uchechukwu Obasi committed -
* DashboardSettings & PanelEdit: Use new PageToolbar * Update * removed back button
Torkel Ödegaard committed -
* Fix jumpy live tailing * Fix test
Ivana Huckova committed -
Jack Westbrook committed
-
* 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 * For the dashboard toolbar button I need a transparent button so I refactored the states/variants into a new ToolbarButtonVariatn * PageToolbar wip * Progress * Prgress * Minor progress * Fixed back button and responsive titles * Fixed tv mode * Updated * support tv modes and playlist * more progress * Fixing lots of view states and responsive features * Minor fixes * review fixes * Fixes to e2e tests * Review fixes
Torkel Ödegaard committed -
* AlertingNG: pause/unpause definitions via the API * Apply suggestions from code review Co-authored-by: Will Browne <wbrowne@users.noreply.github.com> * Enable pausing/unpausing multiple definitions Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
Sofia Papagiannaki committed -
* Docs: Refer to product docs in whats new for alerting templating feature * move link below image * remove whitespace
Will Browne committed -
* ReleaseNotes: Updated changelog and release notes for 7.4.0-beta1 * Apply suggestions from code review Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> Co-authored-by: Giordano Ricci <gio.ricci@grafana.com> Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
Grot (@grafanabot) committed -
* Variables: Fixes display value for variables with regex * Chore: adds a test for getAllMatches
Hugo Häggmark committed
-
- 26 Jan, 2021 19 commits
-
-
Diana Payton committed
-
* Docs: reformat auditing table * Docs: update auditing log format section * fix SAML SLO link in auditing doc * Apply suggestions from code review Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * update user field desc Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
Agnès Toulet committed -
* Docs: add hidden_users configuration field * Add feature in the what's new * Update configuration.md * apply PR feedback Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * fix what's new link * Update docs/sources/whatsnew/whats-new-in-v7-4.md Co-authored-by: Leonard Gram <leo@xlson.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: Leonard Gram <leo@xlson.com>
Agnès Toulet committed -
* Docs: Define TLS/SSL terminology Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Apply suggestions from code review Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Change title Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Move terminology.md Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
Arve Knudsen committed -
Sofia Papagiannaki committed
-
* Docs: Update ES screenshots * Update file naming
Giordano Ricci committed -
Vardan Torosyan committed
-
* Update documentation-style-guide.md * Update contribute/style-guides/documentation-style-guide.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
Diana Payton committed -
Diana Payton committed
-
Jack Westbrook committed
-
* fix(dashboardsettings): allow view to scroll vertically * refactor(dashboardsettings): use theme bg colour instead of palette colour
Jack Westbrook committed -
* Usage Stats: Remove unused method for getting user stats This was used in enterprise codebase, but is not longer in use, thus can be safely removed. * Force refresh user stats in tests
Vardan Torosyan committed -
* Grafana/UI: Unit picker should not set a category as a unit When clicking categories for units the category is set as the unit until a leaf node is selected. This change exposes the changeOnSelect property from rc-cascader and sets it to false for the unit picker. Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
Oscar Kilhed committed -
* Graph: Fixes auto decimals issue in legend and tooltip * Updated decimals
Torkel Ödegaard committed -
* fetch alert definitions * add new card for ng definitions * get alerts from selector * fix tests * replace ol/li with verticalgroup
Peter Holmberg committed -
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 11 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
-