- 22 Feb, 2021 11 commits
-
-
* Added new section Query a time series database by id * Rearranged content. * changed database to data source * Updated note with the word Grafana * fixed a few typos. * Removed "time series" as per review. * Update docs/sources/http_api/data_source.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Changes from Diana's review. Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
achatterjee-grafana committed -
* Implement POST to specific endpoints and change POST as default * Add tests for PromSettings * Add tests to dataosurce.ts for new functionality * Remove /label /series implementation * Update public/app/plugins/datasource/prometheus/configuration/PromSettings.tsx
Ivana Huckova committed -
* Replace DataSourcesListItem with Card * Add tests * Remove unused styles * Make card heading semi bold * Make heading semi-bold * Show type name instead of type id * Fix key warning * Update Card * Fix tests * Make typeName optional * remove styling that was just a test * Make typeName non-optional and fix tests * Update list key Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Alex Khomenko committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
This reverts commit c5797cc2.
Hugo Häggmark committed -
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.15.0 to 0.17.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](https://github.com/prometheus/common/compare/v0.15.0...v0.17.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed -
Hugo Häggmark committed
-
Bumps [github.com/golang/mock](https://github.com/golang/mock) from 1.4.4 to 1.5.0. - [Release notes](https://github.com/golang/mock/releases) - [Changelog](https://github.com/golang/mock/blob/master/.goreleaser.yml) - [Commits](https://github.com/golang/mock/compare/v1.4.4...v1.5.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
-
Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/getsentry/sentry-go/releases) - [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-go/compare/v0.9.0...v0.10.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed -
Hugo Häggmark committed
-
- 21 Feb, 2021 1 commit
-
-
Grot (@grafanabot) committed
-
- 20 Feb, 2021 1 commit
-
-
* WIP Custom themes * Load custom themes from URL and via event * Dynamic page background * Header color change * Fixing tests and emotion warnings * Fixed test * moving cx to getStyles * Review fixes * minor change
Torkel Ödegaard committed
-
- 19 Feb, 2021 10 commits
-
-
* Remove very old-versioned loki blocks * Update prometheus block from 2.7.2 to latest * Remove data sources in Grafana * Fix e2e test not to intercept the whole url Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
Ivana Huckova committed -
* Zipkin: Show success on test data source Add zipkin example app to devenv Migrate to fetch api in data source * Add back return types for functions
Zoltán Bedi committed -
Dominik Prokop committed
-
* Failing tests * Fixed
Dominik Prokop committed -
* GraphNG: Fixes overlapping time axis ticks * Review tweaks
Torkel Ödegaard committed -
* Add basic legend to the PieChart * Remove console log * Remove PieChartWithLegend and refactor PieChart a bit * Use FALLBACK_COLOR * Refactor PieChart * Change back to [function]
Oscar Kilhed committed -
Leonard Gram committed
-
* handle query.hide changes in angular query-editors * better comment
Gábor Farkas committed -
Torkel Ödegaard committed
-
Hugo Häggmark committed
-
- 18 Feb, 2021 12 commits
-
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Add info to docs about concurrent session limits This parallels a [change in the Grafana Cloud docs](https://github.com/grafana/website/pull/3504) which was based on a kind and appreciated message from support. The limit does not apply to Grafana OSS, just to Enterprise and Cloud, as far as any of us know. * Update docs/sources/enterprise/license-restrictions.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Matthew Helmke committed -
Torkel Ödegaard committed
-
* BarGuage: updated story from knobs to controls * fixes type errors and disables unused controls * update controls to support some BarGauge props * changed addBarGaugeStory to component and removed closure * cleaned up to be more readable * more refactoring to be readable * final touches... * fixed disabled controls issue * moved NOOP_CONTROL declaration to a seperate PR * made some tweaks to the story names
Uchechukwu Obasi committed -
Hugo Häggmark committed
-
Signed-off-by: bergquist <carl.bergquist@gmail.com>
Carl Bergquist committed -
* ButtonCascader: updates story from knobs to controls * some nit fixes
Uchechukwu Obasi committed -
* use table for explore flow screenshot * reverse logic * update matchExploreTable type
Vicky Lee committed -
Alex Khomenko committed
-
ying-jeanne committed
-
* Add ``--tries 3` arg when triggering e2e-tests * Make e2e-tests retry 3 times only for release pipelines
Dimitris Sotirakis committed -
* Chore: reduces a lot of variable errors * Chore: reduces variable Editor errors * Chore: reduces variable Picker errors * Chore: reduce error count * Chore: reduces errors for ChangeEvent instead of FormEvent * Chore: reduces errors with CombinedState * Chore: reduces ComponentType errors * Chore: reduce errors in reducers * Chore: reduces misc errors * Chore: reduce AdhocPicker errors * Chore: reduce error limit * Update public/app/features/variables/adhoc/picker/AdHocFilterValue.tsx Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> * Chore: updates after PR comments * Chore: small refactor Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
Hugo Häggmark committed
-
- 17 Feb, 2021 5 commits
-
-
ying-jeanne committed
-
Grot (@grafanabot) committed
-
Levi Harrison committed
-
Hugo Häggmark committed
-
* BigValue: updates story from knobs to controls * some refactoring to make code more readable * made some changes
Uchechukwu Obasi committed
-