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

feat: Support for the DAPR_HTTP_ENDPOINT and DAPR_GRPC_ENDPOINT environment variables. Adds support for DAPR_API_TOKEN to gRPC client #519

Merged
merged 23 commits into from
Sep 27, 2023

Adds tests for the dapr-api-token metadata in gRPC calls

1d731d1
Select commit
Loading
Failed to load commit list.
Merged

feat: Support for the DAPR_HTTP_ENDPOINT and DAPR_GRPC_ENDPOINT environment variables. Adds support for DAPR_API_TOKEN to gRPC client #519

Adds tests for the dapr-api-token metadata in gRPC calls
1d731d1
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch succeeded Sep 26, 2023 in 1s

36.84% of diff hit (target 35.23%)

View this Pull Request on Codecov

36.84% of diff hit (target 35.23%)

Annotations

Check warning on line 64 in src/implementation/Client/GRPCClient/GRPCClient.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/implementation/Client/GRPCClient/GRPCClient.ts#L64

Added line #L64 was not covered by tests

Check warning on line 110 in src/implementation/Client/GRPCClient/GRPCClient.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/implementation/Client/GRPCClient/GRPCClient.ts#L110

Added line #L110 was not covered by tests

Check warning on line 63 in src/implementation/Client/GRPCClient/GRPCClientProxy.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/implementation/Client/GRPCClient/GRPCClientProxy.ts#L63

Added line #L63 was not covered by tests

Check warning on line 284 in src/utils/Client.util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/utils/Client.util.ts#L282-L284

Added lines #L282 - L284 were not covered by tests

Check warning on line 324 in src/utils/Client.util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/utils/Client.util.ts#L321-L324

Added lines #L321 - L324 were not covered by tests

Check warning on line 326 in src/utils/Client.util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/utils/Client.util.ts#L326

Added line #L326 was not covered by tests

Check warning on line 330 in src/utils/Client.util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/utils/Client.util.ts#L330

Added line #L330 was not covered by tests

Check warning on line 332 in src/utils/Client.util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/utils/Client.util.ts#L332

Added line #L332 was not covered by tests

Check warning on line 334 in src/utils/Client.util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/utils/Client.util.ts#L334

Added line #L334 was not covered by tests

Check warning on line 337 in src/utils/Client.util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/utils/Client.util.ts#L337

Added line #L337 was not covered by tests

Check warning on line 341 in src/utils/Client.util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/utils/Client.util.ts#L341

Added line #L341 was not covered by tests

Check warning on line 345 in src/utils/Client.util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/utils/Client.util.ts#L344-L345

Added lines #L344 - L345 were not covered by tests

Check warning on line 350 in src/utils/Client.util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/utils/Client.util.ts#L349-L350

Added lines #L349 - L350 were not covered by tests

Check warning on line 353 in src/utils/Client.util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/utils/Client.util.ts#L353

Added line #L353 was not covered by tests

Check warning on line 358 in src/utils/Client.util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/utils/Client.util.ts#L356-L358

Added lines #L356 - L358 were not covered by tests

Check warning on line 362 in src/utils/Client.util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/utils/Client.util.ts#L361-L362

Added lines #L361 - L362 were not covered by tests

Check warning on line 364 in src/utils/Client.util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/utils/Client.util.ts#L364

Added line #L364 was not covered by tests

Check warning on line 369 in src/utils/Client.util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/utils/Client.util.ts#L369

Added line #L369 was not covered by tests

Check warning on line 372 in src/utils/Client.util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/utils/Client.util.ts#L372

Added line #L372 was not covered by tests

Check warning on line 92 in src/utils/Settings.util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/utils/Settings.util.ts#L92

Added line #L92 was not covered by tests

Check warning on line 100 in src/utils/Settings.util.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/utils/Settings.util.ts#L100

Added line #L100 was not covered by tests