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

client: introduce the HTTP client #7304

Merged
merged 7 commits into from
Nov 13, 2023

Implement the retry and metrics integration

3eff39e
Select commit
Loading
Failed to load commit list.
Merged

client: introduce the HTTP client #7304

Implement the retry and metrics integration
3eff39e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 13, 2023 in 1s

33.33% of diff hit (target 74.55%)

View this Pull Request on Codecov

33.33% of diff hit (target 74.55%)

Annotations

Check warning on line 37 in client/http/api.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/api.go#L37

Added line #L37 was not covered by tests

Check warning on line 42 in client/http/api.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/api.go#L42

Added line #L42 was not covered by tests

Check warning on line 48 in client/http/api.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/api.go#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 53 in client/http/api.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/api.go#L53

Added line #L53 was not covered by tests

Check warning on line 72 in client/http/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/client.go#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 80 in client/http/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/client.go#L79-L80

Added lines #L79 - L80 were not covered by tests

Check warning on line 91 in client/http/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/client.go#L88-L91

Added lines #L88 - L91 were not covered by tests

Check warning on line 103 in client/http/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/client.go#L103

Added line #L103 was not covered by tests

Check warning on line 112 in client/http/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/client.go#L108-L112

Added lines #L108 - L112 were not covered by tests

Check warning on line 114 in client/http/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/client.go#L114

Added line #L114 was not covered by tests

Check warning on line 124 in client/http/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/client.go#L122-L124

Added lines #L122 - L124 were not covered by tests

Check warning on line 143 in client/http/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/client.go#L143

Added line #L143 was not covered by tests

Check warning on line 150 in client/http/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/client.go#L150

Added line #L150 was not covered by tests

Check warning on line 171 in client/http/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/client.go#L170-L171

Added lines #L170 - L171 were not covered by tests

Check warning on line 190 in client/http/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/client.go#L189-L190

Added lines #L189 - L190 were not covered by tests

Check warning on line 197 in client/http/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/client.go#L195-L197

Added lines #L195 - L197 were not covered by tests

Check warning on line 204 in client/http/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/client.go#L204

Added line #L204 was not covered by tests

Check warning on line 209 in client/http/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/client.go#L209

Added line #L209 was not covered by tests

Check warning on line 215 in client/http/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/client.go#L211-L215

Added lines #L211 - L215 were not covered by tests

Check warning on line 219 in client/http/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/client.go#L218-L219

Added lines #L218 - L219 were not covered by tests

Check warning on line 224 in client/http/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/client.go#L224

Added line #L224 was not covered by tests

Check warning on line 234 in client/http/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/client.go#L231-L234

Added lines #L231 - L234 were not covered by tests

Check warning on line 236 in client/http/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/client.go#L236

Added line #L236 was not covered by tests

Check warning on line 244 in client/http/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/client.go#L241-L244

Added lines #L241 - L244 were not covered by tests

Check warning on line 246 in client/http/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/http/client.go#L246

Added line #L246 was not covered by tests