- 07 Aug, 2020 7 commits
-
-
* feat(grafana-toolkit): add a flag to the plugin:ci-package command * docs(grafana-toolkit): add a short comment above the flag * fix(grafana-toolkit): fix option for signing a plugin with the admin endpoint
Levente Balogh committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* CloudWatch: Fix sorting of metrics results
Arve Knudsen committed -
* Orgs: Remove org deprecation notice * Updated
Torkel Ödegaard committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Fix updating organization name not updating configuration subtitle * PR feedback: Remove unnecessary square brackets * Refactor code to update redux state in a safer way, add org action test * Refactor updateConfigurationSubtitle test, remove jest.mock usage * Consolidate dependency type
Jake Krammer committed -
Fixes #20953
Lucas Raschek committed
-
- 06 Aug, 2020 9 commits
-
-
part of #26828
Kyle Brandt committed -
Robby Milo committed
-
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Kyle Brandt committed -
* Create sorting button and functionality * Set up logs ordering * Add tests * Refactor * Refactor * Replace new button with old * Move SortOrder enum to grafana/data * Update SortOrder in test * Update context based on sort order of logs * Update used method for panel, update tests * Rename prop to logsSortOrder * Memoize resuults * Add title too button * Add disablinng of button for 1sec * Update wordiing * Update packages/grafana-data/src/utils/logs.ts Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> * Update packages/grafana-data/src/utils/logs.ts Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> * Update test by reordering logs * Clear timers, add button flipping title Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
Ivana Huckova committed -
Torkel Ödegaard committed
-
* Explore: Adds query inspector drawer to explore
kay delaney committed -
* Added missing enterprise plugins in upgrade page Added missing enterprise plugins in upgrade page * New Relic * Amazon Timestream * prettier fix
Sriramajeyam Sugumaran committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 05 Aug, 2020 9 commits
-
-
* Update plugin metadata schema * Update docs/sources/developers/plugins/metadata.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Marcus Olsson committed -
Hugo Häggmark committed
-
* Update tooltips * Update wordiing
Ivana Huckova committed -
When NODE_ENV is dev, print exceptions that bubble up from an app plugin to the console and make developer aware of this instead of only "404 Error".
Andreas Opferkuch committed -
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
Hugo Häggmark committed -
Hugo Häggmark committed
-
Sofia Papagiannaki committed
-
Ivana Huckova committed
-
* name vs displayName * name vs displayName * add __values * add docs for displayName expressions * Update docs/sources/panels/field-configuration-options.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/panels/field-configuration-options.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/panels/field-configuration-options.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/panels/field-configuration-options.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/panels/field-configuration-options.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/panels/field-configuration-options.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: kyle <kyle@grafana.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Ryan McKinley committed
-
- 04 Aug, 2020 9 commits
-
-
Ryan McKinley committed
-
* Generic OAuth: Simplify Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Rename test variables for consistency Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Provisioning: describe which folder caused an error while provisioning from files structure (#26771) * Provisioning: describe which folder caused an error while provisioning from files structure Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com> * Apply suggestions from code review Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Remove unused DashType constants Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Maksim Nabokikh committed -
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed -
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.1 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.1...v6.5.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Remove hihglihting for logs with more than 5000 characters * Update limitt, include also parsing for details * Update
Ivana Huckova committed -
* Fix filtering if null value * Add test coverage
Ivana Huckova committed -
Hugo Häggmark committed
-
- 03 Aug, 2020 6 commits
-
-
* Create change-your-password.md * linked to menu * Create preferences.md * Update menu.yaml * Update preferences.md * Update docs/sources/administration/preferences.md Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> * Update docs/sources/administration/change-your-password.md Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> * Update docs/sources/administration/change-your-password.md Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> * Update preferences.md * Update _index.md Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
Diana Payton committed -
* Squash four commits and claim. Credit to @ikkemaniac in #25034, but taking this to sign CLA and get it landed. Four commit message were: - add 'fill' switch on Alert Tab - add 'fill' to Alert init model. Make default value 'true' not to break current design - use newly created alert.fill when rendering graph - add 'line' switch on Alert tab, add 'line' to Alert init model. Set default to 'true' not to break current design. Use newly created alert.line when rendering graph Should close feature req #7258. * Move alert toggle to Display tab. * Move alertThreshold to PanelModel.options. * Fix ThresholdMapper tests by adding options to each mocked panel. * Update documentation for the new display option. * Update docs with review feedback. * Handle onRender with null panel in ThresholdMapper
Justin Palpant committed -
* Moved files to folder and updated links * fixed links * Update _index.md * Update templates-and-variables.md
Diana Payton committed -
Ryan McKinley committed
-
Ryan McKinley committed
-
* OAuth: add login_attribute_path to generic oauth * OAuth: remove default client_secret values (able to use empty client_secret) * OAuth: allow to customize id_token attribute name * Docs: describe how login_attribute_path and id_token_attribute_name params work * Docs: review fixes * Docs: review fixes * Chore: fix go linter error * Tests: fix test code style
Alexander Zobnin committed
-