- 14 Dec, 2020 8 commits
-
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
John Losito committed
-
* Grafana-UI: Support optgroup for MultiSelect * Update packages/grafana-ui/src/components/Select/Select.story.tsx Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Alex Khomenko committed -
* Sliders: Update behavior and style tweak * More style tweaks, and changed new graph opacity option from 0 - 1 to 1 to 100 * Updated point size max * Fixed hooks useCallback dependency issue * Update test
Torkel Ödegaard committed -
Andrej Ocenas committed
-
* Chore: Document avoidance of globals in Go code Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Emil Hessman committed
-
Benjamin Häringer committed
-
- 12 Dec, 2020 1 commit
-
-
Leon Sorokin committed
-
- 11 Dec, 2020 13 commits
-
-
Leon Sorokin committed
-
The values appear like they can be "POST" or "PUT" but there doesn't appear to be a place for that info in the documentation.
Mike Dalrymple committed -
Andrej Ocenas committed
-
* Use passed data source in init * Dummy commit
Andrej Ocenas committed -
* math placeholder * resample changes
Peter Holmberg committed -
* create page and sidebar entry * add components for query editor and definition * split pane things * add reducer and action * implement split pane and update ui actions * making things pretty * Unify toolbar * minor tweak to title prefix and some padding * can create definitions * fix default state * add notificaion channel * add wrappers to get correct spacing between panes * include or exclude description * implement query editor * start on query result component * update from master * some cleanup and remove expressions touch ups Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Peter Holmberg committed -
Torkel Ödegaard committed
-
so one can see which expression data came from when visualizing
Kyle Brandt committed -
* add support for signing manifest v2 * add log and fix var name * shorten comment * improve comment * remove unnecessary param * improve naming * reformat * rename var * refactor test * remove unnecessary assert * simplify test requirements * add more test cases * address feedback * revert naming * flip tracking missing * fix check * Trigger Build
Will Browne committed -
* Chore: Configure go-ruleguard via golangci-lint Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* middleware: Move context handler to own service Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Emil Tullsted <sakjur@users.noreply.github.com> Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
Arve Knudsen committed -
This also makes all the sortOrderOptions available when using the "changes" showOption. Resolves: #29156
David Boslee committed -
* PanelLibrary: Adds delete * Chore: fixes some comments * Chore: changes after PR comments * Refactor: deletes from correct org
Hugo Häggmark committed
-
- 10 Dec, 2020 11 commits
-
-
* Remove feature flag * Add data source setting for Jaeger * Refactor trace to logs settings * Fix tests * Get ds settings in two steps * Add info to settings * Update docs for trace to logs * Update yarn.lock * Apply suggestions from code review Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update TraceToLogsSettings after merge with master * Add config for tags * Add tags to check for keys * Apply suggestions from code review Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Zoltán Bedi committed -
Grot (@grafanabot) committed
-
* DataSourceSettings: Add servername field to DataSource TLS config A DNS lookup URL can be provided in the DataSource URL field in order to dynamically load balance between multiple instances of a DataSource. When using mutual TLS, Golang's TLS config implementation checks that the certificate's common name (< 1.15) or subject alternative name (>= 1.15) has the same value as the domain being accessed. If the DNS entry is dynamically generated for a specific environment, the certificate cannot be generated with a name matching the dynamic DNS URL. As such, Golang offers a servername field that can be set to overwrite what value is used when checking against the certificate's common name (or subject alternative name). Without this change, Skip TLS Verify must be set to true in order for the DataSource to work, removing some of the benefits gained by using mutual TLS. This commit adds the ability to set Grafana's internal Golang TLS config servername field from the UI or a provisioned DataSource. The servername field is optional and the existing behavior is retained if the field is not set. Co-authored-by: Dana Pruitt <dpruitt@vmware.com> Co-authored-by: Jeremy Alvis <jalvis@pivotal.io> * Update docs with PR review changes Co-authored-by: Jeremy Alvis <jalvis@pivotal.io> Co-authored-by: Dana Pruitt <dpruitt@vmware.com> * Update with additional PR requested changes * Minor updates based on PR change requests Co-authored-by: Dana Pruitt <dpruitt@vmware.com>
Jeremy Alvis committed -
Will Browne committed
-
* ReleaseNotes: Updated changelog and release notes for 7.3.5 * Update _index.md Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
Grot (@grafanabot) committed -
* Elasticsearch: View in context feature for logs * Fixing unused type * Limit show context to esVersion > 5 * Fixing scope for showContextToggle; removing console.log * Fix typing; adding check for lineField * Update test to reflect new sorting keys for logs * Removing sort from metadata fields * Adding comment for clarity * Fixing scenerio where the data is missing * remove export & use optional chaining Co-authored-by: Elfo404 <gio.ricci@grafana.com>
Chris Cowan committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* log component stack on error boundary * test for error boundary * PR feedback fixes
Domas committed -
* ChangePassword: improved keyboard navigation * updated skip button with appropriate tag * applied box shadow to skip button
Uchechukwu Obasi committed -
Torkel Ödegaard committed
-
Marcus Andersson committed
-
- 09 Dec, 2020 7 commits
-
-
* Fix broken cascader width * Remove text cursor in area where it does not affect slate
Ivana Huckova committed -
Diana Payton committed
-
* removed the survey code * Update _index.md
Diana Payton committed -
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Domas committed -
Agnès Toulet committed
-
* Elasticsearch: Show deprecation warning when selecting browser access mode * Docs: Show deprecation warning for Elasticsearch Browser access mode
Giordano Ricci committed -
Giordano Ricci committed
-