- 10 Dec, 2020 9 commits
-
-
* 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 12 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
-
* PanelLibrary: Adds panellib table * Refactor: removes drop table migration * Refactor: fixes spelling mistake * Refactor: changes after PR comments * Refactor: some more renames * PanelLibrary: Adds api and db to create Library/Shared/Reusable Panel * Refactor: reverts SqlStore change and uses RegisterOverride instead * Refactor: fixes lint error * Refactor: fixes imports * Refactor: reverts unintentional changes * Refactor: Adds repository * Revert "Refactor: Adds repository" This reverts commit 4c46e8a6c420abe407d431a015cfd11ebee4082c. * Refactor: changes after PR comments * Refactor: Simplfies further * Chore: fixes linting * Chore: Changes after PR comments * Update pkg/services/librarypanels/api.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Chore: fixes import after commited suggestion Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Hugo Häggmark committed -
* Grafana: Rename By Regex Transformer * Removing unused deps * Add scrollIntoView() to TranformTab.content() * Exporting RenameByRegexTransformerOptions * Add doc block to renameByRegex transformer * Adding doc block for RenameByRegexTransformerOptions * removing scrollIntoView() for transform tab * Adding back in scrollIntoView() for transform panel * Tests: fixes e2e tests * Apply to displayName instead of just the name of the frame * Rewrite docblock to match new functionality * Adding documentation * Changing TLD to domain name * Fixing typo * Update docs/sources/panels/transformations/types-options.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/panels/transformations/types-options.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/panels/transformations/types-options.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Chris Cowan committed -
* Variables: Fixes upgrade of legacy queries * Chore: changes after PR comments
Hugo Häggmark committed -
* enforce allowlist * fix default auth selection * add Host and comment
Will Browne committed -
Ryan McKinley committed
-
- 08 Dec, 2020 17 commits
-
-
* cater for empty labels and new DisplayNameFromDS field * simplify Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * increase priority for ds display name Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Will Browne committed -
Ryan McKinley committed
-
Shahzad committed
-
closes https://github.com/grafana/grafana/issues/29484
Dafydd committed -
Ryan McKinley committed
-
Ryan McKinley committed
-
Torkel Ödegaard committed
-
Signed-off-by: bergquist <carl.bergquist@gmail.com>
Carl Bergquist committed -
Torkel Ödegaard committed
-
Ivana Huckova committed
-
Grafana format update.
aleemosman committed -
Signed-off-by: bergquist <carl.bergquist@gmail.com>
Carl Bergquist committed -
* Typescript: Fixing typescript string error, and seperate check from publishing * now should pass
Torkel Ödegaard committed -
CloudWatch: namespace in search expression should be quoted if match exact is enabled #29109 (#29563)
ying-jeanne committed -
* WIP * Update plugin metadata schema * Fix review comments * Update descriptions * Add description * Fix review comment
Marcus Olsson committed -
Torkel Ödegaard committed
-
fix typo
7006 committed
-
- 07 Dec, 2020 2 commits
-
-
Kyle Brandt committed
-
Kyle Brandt committed
-