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 /deliveryservices/{{ID}}/servers and /deliveryservices/{{ID}}/servers/eligible to use RFC3339 timestamps #7660

Merged

Merge branch 'master' into to-delivery-service-rfc-time-format-v5

9002d09
Select commit
Loading
Failed to load commit list.
Merged

Fix /deliveryservices/{{ID}}/servers and /deliveryservices/{{ID}}/servers/eligible to use RFC3339 timestamps #7660

Merge branch 'master' into to-delivery-service-rfc-time-format-v5
9002d09
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 28, 2023 in 1s

6.39% of diff hit (target 65.05%)

View this Pull Request on Codecov

6.39% of diff hit (target 65.05%)

Annotations

Check warning on line 205 in cache-config/t3c-apply/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/config/config.go#L197-L205

Added lines #L197 - L205 were not covered by tests

Check warning on line 211 in cache-config/t3c-apply/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/config/config.go#L207-L211

Added lines #L207 - L211 were not covered by tests

Check warning on line 213 in cache-config/t3c-apply/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/config/config.go#L213

Added line #L213 was not covered by tests

Check warning on line 350 in cache-config/t3c-apply/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/config/config.go#L350

Added line #L350 was not covered by tests

Check warning on line 354 in cache-config/t3c-apply/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/config/config.go#L354

Added line #L354 was not covered by tests

Check warning on line 440 in cache-config/t3c-apply/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/config/config.go#L440

Added line #L440 was not covered by tests

Check warning on line 449 in cache-config/t3c-apply/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/config/config.go#L449

Added line #L449 was not covered by tests

Check warning on line 458 in cache-config/t3c-apply/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/config/config.go#L458

Added line #L458 was not covered by tests

Check warning on line 507 in cache-config/t3c-apply/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/config/config.go#L500-L507

Added lines #L500 - L507 were not covered by tests

Check warning on line 510 in cache-config/t3c-apply/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/config/config.go#L510

Added line #L510 was not covered by tests

Check warning on line 521 in cache-config/t3c-apply/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/config/config.go#L521

Added line #L521 was not covered by tests

Check warning on line 527 in cache-config/t3c-apply/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/config/config.go#L526-L527

Added lines #L526 - L527 were not covered by tests

Check warning on line 543 in cache-config/t3c-apply/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/config/config.go#L543

Added line #L543 was not covered by tests

Check warning on line 550 in cache-config/t3c-apply/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/config/config.go#L550

Added line #L550 was not covered by tests

Check warning on line 553 in cache-config/t3c-apply/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/config/config.go#L553

Added line #L553 was not covered by tests

Check warning on line 556 in cache-config/t3c-apply/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/config/config.go#L556

Added line #L556 was not covered by tests

Check warning on line 559 in cache-config/t3c-apply/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/config/config.go#L559

Added line #L559 was not covered by tests

Check warning on line 580 in cache-config/t3c-apply/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/config/config.go#L580

Added line #L580 was not covered by tests

Check warning on line 626 in cache-config/t3c-apply/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/config/config.go#L621-L626

Added lines #L621 - L626 were not covered by tests

Check warning on line 97 in cache-config/t3c-apply/t3c-apply.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/t3c-apply.go#L96-L97

Added lines #L96 - L97 were not covered by tests

Check warning on line 263 in cache-config/t3c-apply/t3c-apply.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/t3c-apply.go#L263

Added line #L263 was not covered by tests

Check warning on line 280 in cache-config/t3c-apply/t3c-apply.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/t3c-apply.go#L278-L280

Added lines #L278 - L280 were not covered by tests

Check warning on line 1042 in cache-config/t3c-apply/torequest/torequest.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/torequest/torequest.go#L1037-L1042

Added lines #L1037 - L1042 were not covered by tests

Check warning on line 1049 in cache-config/t3c-apply/torequest/torequest.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/torequest/torequest.go#L1045-L1049

Added lines #L1045 - L1049 were not covered by tests

Check warning on line 1051 in cache-config/t3c-apply/torequest/torequest.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache-config/t3c-apply/torequest/torequest.go#L1051

Added line #L1051 was not covered by tests