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(pipeline-run): open websocket in case of abnormally closed, implement polling, releases watch #43

Merged
merged 4 commits into from
Dec 3, 2024

fix(k8s-utils): add unit test for useK8sQueryWatch

16b17e7
Select commit
Loading
Failed to load commit list.
Merged

fix(pipeline-run): open websocket in case of abnormally closed, implement polling, releases watch #43

fix(k8s-utils): add unit test for useK8sQueryWatch
16b17e7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 3, 2024 in 0s

88.60% of diff hit (target 79.60%)

View this Pull Request on Codecov

88.60% of diff hit (target 79.60%)

Annotations

Check warning on line 65 in src/components/Components/ComponentsListView/ComponentListView.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/Components/ComponentsListView/ComponentListView.tsx#L65

Added line #L65 was not covered by tests

Check warning on line 29 in src/components/PipelineRun/PipelineRunDetailsView/tabs/PipelineRunDetailsTab.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/components/PipelineRun/PipelineRunDetailsView/tabs/PipelineRunDetailsTab.tsx#L28-L29

Added lines #L28 - L29 were not covered by tests

Check warning on line 15 in src/hooks/useReleases.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/hooks/useReleases.ts#L15

Added line #L15 was not covered by tests

Check warning on line 24 in src/k8s/hooks/useK8sQueryWatch.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/k8s/hooks/useK8sQueryWatch.ts#L24

Added line #L24 was not covered by tests

Check warning on line 27 in src/k8s/hooks/useK8sQueryWatch.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/k8s/hooks/useK8sQueryWatch.ts#L27

Added line #L27 was not covered by tests

Check warning on line 33 in src/k8s/hooks/useK8sQueryWatch.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/k8s/hooks/useK8sQueryWatch.ts#L33

Added line #L33 was not covered by tests

Check warning on line 43 in src/k8s/hooks/useK8sQueryWatch.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/k8s/hooks/useK8sQueryWatch.ts#L43

Added line #L43 was not covered by tests