- 11 Jan, 2021 13 commits
-
-
Torkel Ödegaard committed
-
* Removed unused component * Remove scss import
Torkel Ödegaard committed -
* AngularQueryEditors: Fixes to Graphite query editor and other who refer to other queries * Fixed missing call to old function
Torkel Ödegaard committed -
Bumps [github.com/robfig/cron/v3](https://github.com/robfig/cron) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/robfig/cron/releases) - [Commits](https://github.com/robfig/cron/compare/v3.0.0...v3.0.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
dependabot[bot] committed -
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.1.1 to 2.3.0. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/urfave/cli/compare/v2.1.1...v2.3.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
dependabot[bot] committed -
Dmitry committed
-
Ursula Kallio committed
-
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.11.0 to 1.14.6. - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](https://github.com/mattn/go-sqlite3/compare/v1.11.0...v1.14.6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed -
InlineSwitch: Added missing InlineSwitch component and fixed two places that used unaligned inline switch (#30162) * InlineSwitch: Added missing InlineSwitch component and fixed two places that used unaligned inline switch * Fixed e2e tests
Torkel Ödegaard committed -
Ryan McKinley committed
-
Elastic: Support request cancellation properly (Uses new backendSrv.fetch Observable request API) (#30009) * Elastic: Fixes so templating queries work * Chore: fixes test * Fix: fixes getFields from metricFindQuery * Elastic: Support request cancellation properly * Refactor: refactors tests Co-authored-by: Elfo404 <gio.ricci@grafana.com>
Hugo Häggmark committed -
Hugo Häggmark committed
-
Sofia Papagiannaki committed
-
- 10 Jan, 2021 3 commits
-
-
John Losito committed
-
Torkel Ödegaard committed
-
* GraphNG: Minor polish & updates to new time series panel * Fixed gradient default * Updated snapshot
Torkel Ödegaard committed
-
- 08 Jan, 2021 15 commits
-
-
* Checking in changes. * Change to title. * More changes. * More changes, removed share panel and dashboard topics from dashboards folder. * Check in changes. * More changes. * Metadata and title changes. * Update docs/sources/sharing/share-panel.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/sharing/share-panel.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/sharing/share-panel.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * removed extra space * Update docs/sources/dashboards/_index.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/sharing/_index.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/sharing/share-dashboard.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * More changes. * Update docs/sources/sharing/share-dashboard.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * minor change. * Updated with correct relref link. * Changes Snapshot to snapshot. Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
achatterjee-grafana committed -
Ryan McKinley committed
-
Ivana Huckova committed
-
* Remove metrics rerenders * Refactor * Update public/app/plugins/datasource/prometheus/components/PromQueryField.tsx Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> * Update public/app/plugins/datasource/prometheus/language_utils.ts Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> * Add test * Update public/app/plugins/datasource/prometheus/components/PromQueryField.test.tsx Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
Ivana Huckova committed -
* WIP, works but need to do more testing * Update solution * Fix autocomplete with metrics * Update public/app/plugins/datasource/prometheus/language_provider.ts * Update public/app/plugins/datasource/prometheus/language_provider.ts * Change test for new functionality
Ivana Huckova committed -
Ryan McKinley committed
-
* Docs: Add metadata to activating licensing page * Adding enterprise lable
Vardan Torosyan committed -
Torkel Ödegaard committed
-
AngularPanels: Fixes issue with some panels not rendering when going into edit mode due to no height (#30113)
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
* Change signature of getFieldLinksForExplore * Add comment * Update public/app/features/explore/utils/links.ts Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
Andrej Ocenas committed -
* Elasticsearch: Add support for serial diff pipeline aggregation * Removing settings transsforms * Removing unused deps * removing unused dep * Fixing type in test * Adding backend support for serial_diff
Chris Cowan committed -
Torkel Ödegaard committed
-
Agnès Toulet committed
-
Leon Sorokin committed
-
- 07 Jan, 2021 9 commits
-
-
Leon Sorokin committed
-
* improve alerting search datasource * correct the xorm get usage * adding default datasource unittest
ying-jeanne committed -
- It should produce NULL values instead, to be in line with Prometheus.
David committed -
Ryan McKinley committed
-
Leon Sorokin committed
-
* Change API to expect UIDs instead of ID * Remove unnecessary transactions When only one query is executed * Modify API responses * Cleanup tests * Use globally orgID and UID for identifying alert definitions
Sofia Papagiannaki committed -
* GraphNG: Overhaul of main test dashboard and update to null & gaps dashboard * Minor fix
Torkel Ödegaard committed -
* Chore: Ensure base time is the same when calculating default time range * Chore: Fix intermittent test failure due to timing
Giordano Ricci committed -
* QueryEditorRow: Ability to change query name * Style tweaks * Updated UX * Fixed tests * Added validation messages * Fixed keyboard navigation * Updated tests
Torkel Ödegaard committed
-