- 15 Sep, 2020 15 commits
-
-
Ryan McKinley committed
-
achatterjee-grafana committed
-
Remove unsupported editable field removed in SHA: d6faa3d0
Sofia Papagiannaki committed -
Emil Tullstedt committed
-
Putting the optional argument "--homepath" after the command. The previous one throws the following error: "Incorrect Usage. flag provided but not defined: -homepath". See also https://community.grafana.com/t/admin-password-reset/19455/9
Lenahilin committed -
Add a default timezone that the administrator can set in the settings. This setting is be used as default for the users timezone preference. Can be used when creating Grafana instances without administrator intervention, in order to give user the correct default timezone. Fixes #25654
Wouter Smeenk committed -
Dan Cech committed
-
* Docs: Field Config Docs Update, Table Docs update, Override matcher naming sync * removed sentance that feels duplicated * 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> * removed bad newlines and minor tweaks, still need to figure out naming for matchers in UI and docs * Updated matcher names and descriptions, and UX * Updated field override docs * Fixed plural * Updated wording * removed plurals for the selectors heading * Updated names * Updated docs Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Torkel Ödegaard committed -
Ryan McKinley committed
-
* Add support for paths in default field config setup * Typecheck fix
Dominik Prokop committed -
Giordano Ricci committed
-
Giordano Ricci committed
-
* fixed: bigdata dropdown first limit 1000 * fixed: change to use function of applylimit * fixed: remove both applyLimit callers * feat: test for new logic with applimit * feat: test showOptions with the applyLimit logic * fixed: test equal fixed
jonny committed -
Ryan McKinley committed
-
Postgres: Support request cancellation properly (Uses new backendSrv.fetch Observable request API) (#27478) * Postgres: Replaces dataSourceRequest with fetch * Postgres: Replaces dataSourceRequest with fetch * Tests: removes unnecessary import
Hugo Häggmark committed
-
- 14 Sep, 2020 11 commits
-
-
* Update documentation-style-guide.md * Update documentation-style-guide.md
Diana Payton committed -
Ryan McKinley committed
-
* Minor correction in docs * Accepting review recommendation
Amal committed -
* Minor grammatical correction * Typo correction in docs
Amal committed -
Allows login_maximum_inactive_lifetime_duration and login_maximum_lifetime_duration to be configured using time.Duration-compatible values while retaining backward compatibility. Fixes #17554 Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Hansuuuuuuuuuu committed -
Sofia Papagiannaki committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Agnès Toulet committed
-
* PanelEdit: Drag and drop query order & UI tweaks * Fixed width of title issue * added correct color and hover * Updated e2e tests
Torkel Ödegaard committed -
* Fixed so we try to use the variables in the redux store to replace values in template variables. * First draft of working version. * Including fieldPath when adding :text format. * cleaned up code by introducing helper function. * some minor refactoring. * Added tests and support for multi variables. * added test and code to handle the All scenario of a multivariable. * fixed according to feedback. * added docs. * added text format to gdev dashboard. * updated e2e tests. * make sure we use the same function for formatting och variable lable. * increased the number to 22. * changed label for tests to be All. * existing format should be respected.
Marcus Andersson committed
-
- 12 Sep, 2020 2 commits
-
-
Ryan McKinley committed
-
* Docs: Fix Docker docs wrt. master images Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed
-
- 11 Sep, 2020 12 commits
-
-
Alerting API: send 404 not found error and enrich delete with UID endpoint response with alert notification ID (#27550) * Alerting API: Send back 404 not found error for update and delete endpoints * Alerting API: send back alert notification id for delete with uid endpoint
Agnès Toulet committed -
OAuth: Fix token refresh failure when custom SSL settings are configured for OAuth provider (#27523) OAuth token refresh fails when custom SSL settings are configured for oauth provider. These changes makes sure that custom SSL settings are applied for HTTP client before refreshing token. Fixes #27514
Bill Oley committed -
Ryan McKinley committed
-
* documenting component * Update packages/grafana-ui/src/components/DataSourceSettings/DataSourceHttpSettings.mdx Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com> * text updates Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
Peter Holmberg committed -
Alex Khomenko committed
-
#26395 introduced a regression regarding sort order of nav tree items set in Grafana boot data and used for rendering the sidemenu. This fixes so that sort happens after RunIndexDataHooks is called in case the hook make changes to the nav tree.
Marcus Efraimsson committed -
Torkel Ödegaard committed
-
* What's New: some minor edits in the enterprise section * Update docs/sources/guides/whats-new-in-v7-2.md Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> * Update docs/sources/guides/whats-new-in-v7-2.md Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
Leonard Gram committed -
This reverts commit 20b603ee.
Sofia Papagiannaki committed -
* Added images for transformation and some extra information about ADX. * updated the adx text a bit more.!
Marcus Andersson committed -
* Dashboard: Merge Data units categories Prefixes already allow to distinguish IEC units from SI ones + Prefer using binary function over decimal one when equal * Dashboard: Clarify SI & binary prefixes * Dashboard: Homogeneise rate units * Dashboard: Add Binary (IEC) prefix for data rates
Berbe committed -
* Docs: Add new Enterprise features * Docs: Fix spelling * Update docs/sources/guides/whats-new-in-v7-2.md Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com> * Docs: Add top links Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
Alex Khomenko committed
-