Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugins: Support headers field for check health #49930

Merged
merged 3 commits into from
May 31, 2022
Merged

Conversation

marefr
Copy link
Member

@marefr marefr commented May 31, 2022

What this PR does / why we need it:
Upgrades grafana-plugin-sdk-go to v0.135.0 and implements support for new Headers field on CheckHealthRequest.

Which issue(s) this PR fixes:
Ref grafana/grafana-plugin-sdk-go#496

Special notes for your reviewer:

@marefr marefr marked this pull request as ready for review May 31, 2022 14:42
@marefr marefr requested review from a team and marcusolsson as code owners May 31, 2022 14:42
@marefr marefr requested review from wbrowne, sakjur, papagian, kylebrandt, achatterjee-grafana, GrafanaWriter and jackw and removed request for a team May 31, 2022 14:42
@grafanabot grafanabot added type/docs Flags the technical writing team for documentation support; auto adds to org-wide docs project area/backend labels May 31, 2022
@marefr marefr modified the milestone: 9.0.0-beta3 May 31, 2022
@marefr marefr self-assigned this May 31, 2022
@@ -67,6 +67,18 @@ type DataSource struct {
Updated time.Time `json:"updated"`
}

// AllowedCookies parses the jsondata.keepCookies and returns a list of
// allowed cookies, otherwise an empty list.
func (ds DataSource) AllowedCookies() []string {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@marefr marefr enabled auto-merge (squash) May 31, 2022 15:44
@marefr marefr merged commit a781327 into main May 31, 2022
@marefr marefr deleted the update_sdk_dep_0_135_0 branch May 31, 2022 15:58
grafanabot pushed a commit that referenced this pull request May 31, 2022
marefr added a commit that referenced this pull request May 31, 2022
(cherry picked from commit a781327)

Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add to changelog area/backend backport v9.0.x enterprise-ok type/docs Flags the technical writing team for documentation support; auto adds to org-wide docs project
Projects
Development

Successfully merging this pull request may close these issues.

3 participants