- 28 Oct, 2020 8 commits
-
-
Document the sigv4 properties for data source provisioning.
Marcus Efraimsson committed -
Adds a couple upgrade notes for v7.3 regarding database migrations for user invites and snapshots. Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
Marcus Efraimsson committed -
* CI: Add GCC to Windows Docker image Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * CI: Upgrade golangci-lint in Windows Docker image Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
CloudWatch Logs queue and websocket support
kay delaney committed -
* Add updated histogram docs * Add to cheatsheet * Update * Update docs/sources/explore/index.md * Update docs/sources/explore/index.md
Ivana Huckova committed -
* Base card * Add disabled state * Expand knobs * Add card actions * Add meta data * Allow custom tags * Extend container props * Add inner link * Add docs * Add missing keys * Update margins * Add description * Add full card example * Tweak disabld state * Export Card * title => heading * Filter out empty content * Add disableEvents * Move tooltip to container * Use new Card for AlertRuleItem * Cleanup * Update snapshot * Rename props * Rename props[2] * Disable hover is onClick is missing * Fix alert rule item * Update snapshot * Export CardProps * Replace logo * Remove tag prop * Remove extra div * Add @public * Update AlertRuleItem * Simplify disabled logic * Export Card styles * Remove AlertRuleItem tooltips * Revert to old button design * Make component internal Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Alex Khomenko committed -
* add IoT category to datasources * add more enterprise plugins * add more enterprise plugins
Ryan McKinley committed -
Hugo Häggmark committed
-
- 27 Oct, 2020 9 commits
-
-
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
Anthony D'Atri committed -
Torkel Ödegaard committed
-
* Add story * Add docs * Get rid of selectThemeVariant * Minor tweaks
Alex Khomenko committed -
Ref #28248 Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
Marcus Efraimsson committed -
* 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 -
Scott Lepper committed
-
* 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 * Review comments
Dominik Prokop committed -
* 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
-
- 26 Oct, 2020 17 commits
-
-
Callback URI fragment should be suffixed, not a prefix.
Ryan Mendoza committed -
* GCS uploader: Add tests Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Use go generate Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Torkel Ödegaard committed
-
* Plugins: Fix plugin URL paths on Windows Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Plugins: Fix plugin URL paths on Windows Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* API: add login username in Login actions * LoginUser -> LoginUsername * fix test
Agnès Toulet committed -
loss of precision but will make the response work instead of erroring follows work already done in the ADX plugin fixes #28278
Kyle Brandt committed -
* remove forward header and add extra steps for encoding * add comment * re-use forwarded header * fix service param * Make SDK the default auth option in UI * use SDK code instead * propagate err * refactor flow * fix prom service namespace
Will Browne committed -
* feat(grafana-ui): autofocus threshold editor input * refactor(grafana-ui): remove commented out css * feat(grafana-ui): use ref for autofocus new thresholds editor input * refactor(grafana-ui): conditionally set input ref for latest threshold * refactor(grafana-ui): put back createRef for input ref
Jack Westbrook committed -
* add what's new entry and elastic docs * update docs * remove caps * fix image path * fix md link Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com> * fix link case Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com> * fix md link * docs fixes * update config ref Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com> Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Will Browne committed -
* Drone: Upgrade grabpl Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen 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 -
* Docs: Update field color scheme docs and 7.3 what's new * update * Updated * Added image cell display mode to table docs
Torkel Ödegaard committed -
Darryl committed
-
Muhammad Hendri committed
-
Emil Hessman committed
-
Dênis Volpato Martins committed
-
- 24 Oct, 2020 1 commit
-
-
* GCS image uploader: Re-implement with Google SDK Signed-off-by: gaston.qiu <gaston.qiu@umbocv.com> Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
gastonqiu committed
-
- 23 Oct, 2020 5 commits
-
-
Adds support for the Forward OAuth Identity feature in backend data source plugins. Earlier this feature has only been supported for non-backend data source plugins. Fixes #26023 Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Bill Oley committed -
* Added node_exporter to the list of words to use in Grafana documentation style guide * Update contribute/style-guides/documentation-style-guide.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
achatterjee-grafana committed -
Sofia Papagiannaki committed
-
* Docs: what's new in enterprise 7.3 * feedback * feedback * Update docs/sources/whatsnew/whats-new-in-v7-3.md Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> * link to auditing Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
Leonard Gram committed -
* 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 * remove unused code * apply PR feedback * update comment * merge dto with model Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Will Browne committed
-