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

fix: Set Go SDK's User-Agent header #1285

Merged
merged 3 commits into from
Mar 28, 2023
Merged

fix: Set Go SDK's User-Agent header #1285

merged 3 commits into from
Mar 28, 2023

Conversation

jeremytchang
Copy link
Collaborator

@jeremytchang jeremytchang commented Mar 28, 2023

Implement AgentTag defined in settings and set Go SDK's outgoing Do requests with the User-Agent header.

Fixes issue: #1274

@github-actions
Copy link
Contributor

Go Tests

    6 files  ±0      6 suites  ±0   12m 46s ⏱️ - 2m 47s
  45 tests +2    45 ✔️ +2  0 💤 ±0  0 ❌ ±0 
110 runs  +4  110 ✔️ +4  0 💤 ±0  0 ❌ ±0 

Results for commit 2eb0fb3. ± Comparison against base commit b1f98c6.

@github-actions
Copy link
Contributor

Go Tests

    6 files  ±0      6 suites  ±0   12m 50s ⏱️ - 2m 43s
  46 tests +3    46 ✔️ +3  0 💤 ±0  0 ❌ ±0 
112 runs  +6  112 ✔️ +6  0 💤 ±0  0 ❌ ±0 

Results for commit a1c5559. ± Comparison against base commit b1f98c6.

@jeremytchang jeremytchang requested a review from bryans99 March 28, 2023 01:37
Copy link
Collaborator

@bryans99 bryans99 left a comment

Choose a reason for hiding this comment

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

LGTM but go is not a primary language for me.

I can approve if needed

@jeremytchang
Copy link
Collaborator Author

@bryans99 Thanks! Please approve. Technically this is another developer's changes that i'm approving, but i have to create this PR for it to pass CI.

@jeremytchang jeremytchang merged commit 68fd4c4 into main Mar 28, 2023
@jeremytchang jeremytchang deleted the agenttaggo branch March 28, 2023 18:47
@github-actions

This comment has been minimized.

zeckertG pushed a commit that referenced this pull request Apr 7, 2023
Implement AgentTag defined in settings and set Go SDK's outgoing Do requests with the User-Agent header.

Fixes issue: #1274

---------

Co-authored-by: Colin Gooding <[email protected]>
zeckertG added a commit that referenced this pull request Apr 11, 2023
* Update state variables before moving to redux

* Updating state variable names

* fix isConfigured function

* fix: Set Go SDK's User-Agent header (#1285)

Implement AgentTag defined in settings and set Go SDK's outgoing Do requests with the User-Agent header.

Fixes issue: #1274

---------

Co-authored-by: Colin Gooding <[email protected]>

* fix: Implement Go SDK timeout (#1287)

Implement the Timeout field in our config/settings. Make use of request context to control timeout. Timeout defaults to 120 seconds. Hopefully the unit tests are not flaky with the new timeout tests.

Fixes issue #692

* feat: generate SDKs for Looker 23.4 (#1290)

Release-As: 23.4.0

* chore: release main (#1281)

* feat: Add Go SDK custom header support and README (#1288)

Following our node sdk's design, allow developers to set custom headers on Go SDK requests. Request specific custom headers will override headers defined in the sdk's settings/config. This will allow the Go SDK caller to set Accept headers and other custom headers. Also add README for Go SDK.

Also fixes issue stated in #1075. (Not the main one, but other one brought up by Go SDK users)

* Updating OAuthForm function names

---------

Co-authored-by: jeremytchang <[email protected]>
Co-authored-by: Colin Gooding <[email protected]>
Co-authored-by: looker-open-source-automation-bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants