1. 29 Oct, 2020 12 commits
  2. 28 Oct, 2020 16 commits
  3. 27 Oct, 2020 9 commits
    • docs: a few tweaks for clarity and readability (#28579) · 5cded1d2
      Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
      Anthony D'Atri committed
    • Grafana-UI: ContextMenu docs (#28508) · 75ebf3f1
      * Add story
      
      * Add docs
      
      * Get rid of selectThemeVariant
      
      * Minor tweaks
      Alex Khomenko committed
    • Short URL: Update last seen at when visiting a short URL (#28565) · 60d40fa9
      Ref #28248
      
      Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
      Marcus Efraimsson committed
    • Fix backend build on Windows (#28557) · aa9134b3
      * Fix backend build on Windows
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * Fix remaining build.go issues on Windows
      
      Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
      Arve Knudsen committed
    • add value prop (#28561) · b3ac4eb8
      Scott Lepper committed
    • Plugin signing: UI information (#28469) · 4468d414
      * first pass
      
      * return list
      
      * types and cleanup
      
      * add to plugin page and add styles
      
      * update comment
      
      * update comment
      
      * fix component path
      
      * simplify error component
      
      * simplify error struct
      
      * fix tests
      
      * don't export and fix string()
      
      * update naming
      
      * remove frontend
      
      * introduce phantom loader
      
      * track single error
      
      * remove error from base
      
      * remove unused struct
      
      * remove unnecessary filter
      
      * add errors endpoint
      
      * Update set log to use id field
      
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      
      * skip adding BE plugins
      
      * remove errs from plugin + ds list
      
      * remove unnecessary fields
      
      * add signature state to panels
      
      * Fetch plugins errors
      
      * grafana/ui component tweaks
      
      * DS Picker - add unsigned badge
      
      * VizPicker - add unsigned badge
      
      * PluginSignatureBadge tweaks
      
      * Plugins list - add signatures info box
      
      * New datasource page - add signatures info box
      
      * Plugin page - add signatures info box
      
      * Fix test
      
      * Do not show Core label in viz picker
      
      * Update public/app/features/plugins/PluginsErrorsInfo.tsx
      
      Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
      
      * Update public/app/features/plugins/PluginListPage.test.tsx
      
      Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
      
      * Update public/app/features/plugins/PluginListPage.tsx
      
      Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
      
      * Update public/app/features/datasources/NewDataSourcePage.tsx
      
      Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
      
      * Review comments 1
      
      * Review comments 2
      
      * Update public/app/features/plugins/PluginsErrorsInfo.tsx
      
      * Update public/app/features/plugins/PluginPage.tsx
      
      * Prettier fix
      
      * remove stale backend code
      
      * Docs issues fix
      
      Co-authored-by: Will Browne <will.browne@grafana.com>
      Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
      Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
      Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
      Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
      Dominik Prokop committed
    • Use fetch API in InfluxDB data source (#28555) · d1ed163f
      * Use fetch API in InfluxDB data source
      
      * Review comments
      Dominik Prokop committed
    • PanelEdit: Prevent the preview pane to be resized further than window height (#28370) · f13c267f
      * use percentage on topPanel, limit resize
      
      * add relative size to rightPanel, resize split panes on resize
      
      * lock min size of options pane to min 300px, adding debounce
      
      * sorting imports
      
      * assigning the ref, remove debounce
      
      * set default uistate to number instead of string
      
      * revert go.sum and go.mod
      
      * fix go.mod
      Peter Holmberg committed
  4. 26 Oct, 2020 3 commits