- 15 Feb, 2021 1 commit
-
-
* Variables: Fixes missing empty elements from regex filters * Chore: cleanup comment * Chore: removes unused import
Hugo Häggmark committed
-
- 13 Feb, 2021 2 commits
-
-
Torkel Ödegaard committed
-
achatterjee-grafana committed
-
- 12 Feb, 2021 11 commits
-
-
* Create _index.md * Moved file and started to update content * adding content * Update change-home-dashboard.md * Update _index.md * Update _index.md * Update _index.md * content edits and moved file * Update change-grafana-name.md * Delete preferences.md * content changes * content changes * content updates * content updates * Update docs/sources/administration/preferences/_index.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/administration/preferences/_index.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/administration/preferences/_index.md * Update docs/sources/administration/preferences/_index.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/administration/preferences/_index.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/administration/preferences/_index.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/administration/preferences/change-grafana-name.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/administration/preferences/change-grafana-name.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/administration/preferences/change-grafana-name.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/administration/preferences/change-grafana-theme.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update _index.md * Update _index.md * minor edits * Update change-grafana-name.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Diana Payton committed -
* Inline datasource actions into initialisation * Simplify url handling * Add comments * Remove split property from state and split Explore.tsx to 2 components * Add comments * Simplify and fix splitOpen and splitClose actions * Update public/app/features/explore/ExplorePaneContainer.tsx Co-authored-by: Giordano Ricci <gio.ricci@grafana.com> * Update public/app/features/explore/state/explorePane.test.ts Co-authored-by: Giordano Ricci <gio.ricci@grafana.com> * Update public/app/features/explore/Wrapper.tsx Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> * Fix test * Fix lint Co-authored-by: Giordano Ricci <gio.ricci@grafana.com> Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
Andrej Ocenas committed -
Torkel Ödegaard committed
-
* Replace PR with Commit truncated hash when build fails * Make commit literal lower case
Dimitris Sotirakis committed -
* Alert: updated story to use Controls * updated some changes
Uchechukwu Obasi committed -
Permissions: Fix team and role permissions on folders/dashboards not displayed for non Grafana Admin users (#31132) * Cfg: fix hidden users initialization * add tests * do not call isHiddenUser function for non-user permission * do not call isHiddenUser function for non-user permission
Agnès Toulet committed -
* ensure empty errors are not passed to the panel * make it a oneliner
Erik Sundell committed -
Exemplars won't make it to the 2.25 release.
Zoltán Bedi committed -
* Rename DashboardPicker props * Extend variable option pickers to allow providing custom onchage callback * Update public/app/features/variables/pickers/OptionsPicker/actions.ts Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com> * Update public/app/features/variables/pickers/OptionsPicker/actions.ts Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com> * Update public/app/features/variables/pickers/OptionsPicker/actions.ts Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com> * Update public/app/features/variables/textbox/TextBoxVariablePicker.tsx Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com> * Codeformat Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
Alex Khomenko committed -
Zoltán Bedi committed
-
DashboardListPanel: Fixes issue with folder picker always showing All and using old form styles (#31160)
Torkel Ödegaard committed
-
- 11 Feb, 2021 13 commits
-
-
* Add author name and pr number in drone pipeline notifications
Dimitris Sotirakis committed -
* Prometheus: Add documentation for ad-hoc filters * Update docs/sources/datasources/prometheus.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/datasources/prometheus.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Add link to ad hoc filters doumentation * Change direct url for relative Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Ivana Huckova committed -
Torkel Ödegaard committed
-
Alerting: Fix so that sending an alert with the Alertmanager notifier doesn't fail when one of multiple configured URL's are down (#31079) Fixes behaviour of Notify that returns error when one of the dispatch event return error, to maintain high availability, we should return error when all dispatched events return error instead. Fixes #30509
Ricky Putra committed -
Giordano Ricci committed
-
Giordano Ricci committed
-
Use visx for the Pie chart plugin. Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com>
Torkel Ödegaard committed -
Grot (@grafanabot) committed
-
* Eslint: no-duplicate-imports rule (bump grafana-eslint-config) * Chore: Fix duplicate imports (#31041) * Rebased this branch into eslint-no-duplicate-imports * updated some changes * merged uncaught duplicate imports * fixes frontend test- I hope * fixes e2e test- I hope Co-authored-by: Uchechukwu Obasi <obasiuche62@gmail.com>
Dominik Prokop committed -
Transforms: Fixes Outer join issue with duplicate field names not getting the same unique field names as before (#31121) * Transformations: Fixed duplicate name issue in outer join transform * Think this is working * Updated tests * Updated snapshot * Fix broken tests (#31123) * Fix broken tests * Fix remaining faling tests Co-authored-by: Giordano Ricci <gio.ricci@grafana.com>
Torkel Ödegaard committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Domas committed
-
* Search: add SortMeta in dashboard results * fix integration tests * trim SortMeta * fix searchstore tests * Update pkg/services/sqlstore/dashboard.go Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
Agnès Toulet committed
-
- 10 Feb, 2021 13 commits
-
-
* fall back to version specified * update docker image and bump version * update go version, linter, and codeclimate
Brian Gann committed -
* Exemplars: Change CTA style * Address review feedbacks * Fix table column aligning * Minor alignments + uncontrolled component warning fix
Zoltán Bedi committed -
* Add configuration in ConfigEditor and default to 1000 * Show data in explore if any even if there is an error * Update pkg/tsdb/influxdb/flux/executor.go * Better handling of defaults * Add test for runQuery to show data even with error * Update public/app/store/configureStore.ts Co-authored-by: Giordano Ricci <gio.ricci@grafana.com> * Update public/app/plugins/datasource/influxdb/components/ConfigEditor.tsx Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> * Update tooltip * Update input * Lint fixes * Update snapshots * Update decorator tests Co-authored-by: Giordano Ricci <gio.ricci@grafana.com> Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
Andrej Ocenas committed -
* Docs: request security * Docs: lists the section in all examples * typo * Update docs/sources/enterprise/_index.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/enterprise/enterprise-configuration.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/enterprise/request-security.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/enterprise/request-security.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/enterprise/request-security.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/enterprise/request-security.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/enterprise/request-security.md Co-authored-by: Joan López de la Franca Beltran <joanjan14@gmail.com> * Update docs/sources/enterprise/enterprise-configuration.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/enterprise/enterprise-configuration.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/enterprise/enterprise-configuration.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/enterprise/request-security.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/enterprise/request-security.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/enterprise/request-security.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * whats new * Update docs/sources/enterprise/request-security.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/enterprise/request-security.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/enterprise/request-security.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/enterprise/request-security.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/enterprise/request-security.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/enterprise/request-security.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/whatsnew/whats-new-in-v7-4.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * final edits Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> Co-authored-by: Joan López de la Franca Beltran <joanjan14@gmail.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Leonard Gram committed -
Vicky Lee committed
-
Giordano Ricci committed
-
* Don't add {} to non-metrics starting with quotes * Fix for using template variables * Fix adding of filter to timerange * Fix adding of filter to labels provided with group modifier * Fix adding of filters to Grafana's variables * Shorten tests * Refactor and split
Ivana Huckova committed -
* WIP: Add dedup functionality to logs panel * Simplify, clean up * Change ordering of customizations based on how it is in Explore * Update public/app/plugins/panel/logs/LogsPanel.tsx Co-authored-by: Giordano Ricci <gio.ricci@grafana.com> * Update public/app/plugins/panel/logs/LogsPanel.tsx Co-authored-by: Giordano Ricci <gio.ricci@grafana.com> Co-authored-by: Giordano Ricci <gio.ricci@grafana.com>
Ivana Huckova committed -
* Drone: Make sure CDN upload is ok before pushing docker images * Trying to simplify logic * Snake case * Only depend on cdn upload in release mode * Rename and use util function where we can * removing the cdn dependency
Torkel Ödegaard committed -
* PluginManager: Remove global state Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* update addDashboard flow for v7.4.0 changes * remove hide flow and if around set time range
Vicky Lee committed -
JC Bize committed
-
The upgrade notes for Grafana 7.3 and Docker says that The Grafana Docker image runs with the root group (id 1) which is wrong. It should be group (id 0). Which issue(s) this PR fixes: Fixes #30953
Marcus Efraimsson committed
-