- 04 Aug, 2020 2 commits
-
-
* Fix filtering if null value * Add test coverage
Ivana Huckova committed -
Hugo Häggmark committed
-
- 03 Aug, 2020 8 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 -
* add docs for spinner component * fix lint * Code review fixes
Karine Valença committed -
Sofia Papagiannaki committed
-
- 01 Aug, 2020 1 commit
-
-
Ryan McKinley committed
-
- 31 Jul, 2020 12 commits
-
-
Simon Podlipsky committed
-
Paul Sneddon committed
-
* Flux: Ensure connections to InflxuDB are closed
Paul Sneddon committed -
* OAuth: Refactor user syncing Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Don't ignore error Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Diana Payton committed
-
Alex Khomenko committed
-
Marcus Olsson committed
-
* LDAP: users without org mappings are marked as disabled * Update pkg/services/ldap/ldap.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * LDAP: verifies that unmapped users are tagged as isDisabled Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Leonard Gram committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* OAuth: Add some debug logs Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Agnès Toulet committed
-
- 30 Jul, 2020 7 commits
-
-
Diana Payton committed
-
* Run query on splitOpen action * Escape \ in prometheusRegularEscape * Revert "Run query on splitOpen action" This reverts commit 3559b6c5739f351f4e797c57069bc937bd06c065. Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com>
Ivana Huckova committed -
* Send current time range when fetching labels and values in Explore * Pass range to Editors, in the same way as it was in Angular editors * Remove unused imports * Remove unused imports, props * Update * Update * Update refresh condition * Add comment
Ivana Huckova committed -
* Fix language in backend.md * Update contribute/style-guides/backend.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Arve Knudsen committed -
Still returned `any` because the type of memoizedStyleCreator wasn't declared properly.
Andreas Opferkuch committed -
Provisioning: Add validation for missing organisations in datasource, dashboard, and notifier configurations (#26601) * Provisioning: Check that org. from config exists Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com> * Apply suggestions from code review Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Fix some code after applying suggestions Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com> * Add negative test case Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Maksim Nabokikh committed -
Torkel Ödegaard committed
-
- 29 Jul, 2020 7 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Chore: use Wrap for all admin API * API: fix admin tests
Agnès Toulet committed -
Emil Tullstedt committed
-
FileSystemId can be used to filter by filesystem ID if needed. Right now it just returns blank
waqark3389 committed -
Torkel Ödegaard committed
-
- 28 Jul, 2020 3 commits
-
-
* Grafana-UI: Reverse TimeRangeInput range pickers * Grafana-UI: Add comment * Grafana-UI: Update snapshots
Alex Khomenko committed -
Artem Kuchumov committed
-
Templating: Fixed access to system variables like __dashboard, __user & __org during dashboard load & variable queries (#26637) * Templating: Fixed access to system variables like __dashboard, __user & __org during dashboard load & variable queries * Fixed tests
Torkel Ödegaard committed
-