1. 16 Feb, 2021 11 commits
  2. 15 Feb, 2021 18 commits
  3. 13 Feb, 2021 2 commits
  4. 12 Feb, 2021 9 commits
    • Docs: Rewrite preferences docs (#31154) · fd5449ba
      * 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
    • Explore/Refactor: Simplify URL handling (#29173) · b0bd242e
      * 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
    • Replace PR with Commit truncated hash when build fails (#31177) · d1937408
      * Replace PR with Commit truncated hash when build fails
      
      * Make commit literal lower case
      Dimitris Sotirakis committed
    • Alert: update story to use controls (#31145) · 100e7eb9
      * Alert: updated story to use Controls
      
      * updated some changes
      Uchechukwu Obasi committed
    • Permissions: Fix team and role permissions on folders/dashboards not displayed… · 7f1f5599
      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
    • CloudWatch: Ensure empty query row errors are not passed to the panel (#31172) · 92ae019f
      * ensure empty errors are not passed to the panel
      
      * make it a oneliner
      Erik Sundell committed
    • Update prometheus.md (#31173) · 45cf342b
      Exemplars won't make it to the 2.25 release.
      Zoltán Bedi committed
    • Variables: Extend option pickers to accept custom onChange callback (#30913) · 6f1a38cb
      * 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