- 09 Nov, 2020 15 commits
-
-
Andrej Ocenas committed
-
* Chore: use jest without grunt * Run no-focus-convey-tests and no-only-tests as well * Update lib.star test-backend script with no-focus test to run first * Lets see a failing test * Revert "Lets see a failing test" This reverts commit cb6c6ed67dd5403a16d4418aea3260ea8a286107. * Update no-focus-convey test to a script * Update scripts/lib.star Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update drone.yml Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Zoltán Bedi committed -
* Split main reducer from item reducer * Move query related redux to separate file * Split more parts and tests * Fix import * Remove unused code * Update public/app/features/explore/state/datasource.ts Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> * Add section comments * Rename ExploreItem to ExplorePane * Fix imports Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
Andrej Ocenas committed -
Torkel Ödegaard committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Dominik Prokop committed
-
* FieldColor: Per panel settings to filter out supported modes * Updates * Updated solution * Update panel plugin API for standard options support * Update FieldColorConfigSettings interface * Change color mode correctly when changing plugin type * Render only applicable color modes in field color config editor * Apply field config API changes * TS fixes Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Dominik Prokop committed -
Marcus Andersson committed
-
ae3e committed
-
This is not released yet.
Zoltán Bedi committed -
* Plugins: allow override when allowing unsigned plugins * Update pkg/plugins/plugins.go Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> * Plugins: removed java-style setter * Plugins: cleanup * Update pkg/plugins/plugins.go Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com> Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
Leonard Gram committed -
Sofia Papagiannaki committed
-
* Refactor props * Add docs
Alex Khomenko committed -
* making sure we work with a proper data structure. * added test to verify functionality. * removed unused variables.
Marcus Andersson committed -
Emil Hessman committed
-
- 06 Nov, 2020 6 commits
-
-
Diana Payton committed
-
* Adding terms to glossary * requested edits and addition to style guide * Update contribute/style-guides/documentation-style-guide.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/getting-started/glossary.md Co-authored-by: Marcus Olsson <marcus.olsson@hey.com> * Update docs/sources/getting-started/glossary.md Co-authored-by: Marcus Olsson <marcus.olsson@hey.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Marcus Olsson <marcus.olsson@hey.com>
Matthew Helmke committed -
* prometheus basic auth proxy: Pin base image version Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * prometheus basic auth proxy: Don't use host network mode Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * prometheus basic auth proxy: Enable logging Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * prometheus basic auth proxy: Fix Dockerfile location Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* API: replace SendLoginLogCommand with LoginHook * LoginInfo: Query -> LoginUsername
Agnès Toulet committed -
Dashboards / Folders: delete related data (permissions, stars, tags, versions, annotations) when deleting a dashboard or a folder (#28826) * Dashboard: delete related data when deleting a dashboard or a folder * fix migrations order * apply PR feedback
Agnès Toulet committed -
grammarz
😉 Paul Dee committed
-
- 05 Nov, 2020 19 commits
-
-
Mitch Seaman committed
-
Ryan McKinley committed
-
achatterjee-grafana committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Ryan McKinley committed
-
* WIP * Update plugin signing docs * Fix review comments
Marcus Olsson committed -
* Chore: Fix issues reported by staticcheck Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Apply suggestions from code review Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
Arve Knudsen committed -
Chris Cowan committed
-
* added email to global variable. * forgot to increase the count.
Marcus Andersson committed -
* Fix titles case and add missing punctuation marks * Revert title case
Rowayda Khayri committed -
* Updates * Updated * Rename slot to legend * Updated * Adding js doc comments * hide horizontal track * Fix docs error * Added another export * removing auto mode * I hate these doc warnings
Torkel Ödegaard committed -
* Chore: Fix issues reported by staticcheck Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Undo changes Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Chore: Fix issues reported by staticcheck Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Fix test Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Fix test Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Chore: Fix issues reported by staticcheck Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Undo changes Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Add unlicensed property to plugins * Disable selecting unlicensed plugin * Add customizable plugin market place url * License: workaround enabled only in enterprise * linter * Move licensing info to front end * Update pkg/services/licensing/oss.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/services/licensing/oss.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/setting/setting.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/setting/setting.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/api/frontendsettings.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update sample.ini * Update docs * Update packages/grafana-runtime/src/config.ts Co-authored-by: Torkel Ödegaard <torkel@grafana.org> * Update public/app/features/datasources/state/buildCategories.ts Co-authored-by: Torkel Ödegaard <torkel@grafana.org> * Update pkg/api/frontendsettings.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/setting/setting.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Fix spelling Co-authored-by: Leonard Gram <leo@xlson.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
Alex Khomenko committed -
Zoltán Bedi committed
-
Zoltán Bedi committed
-
* Fix linting issues Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Marcus Andersson committed
-