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

Add plugin registry #5466

Closed
wants to merge 20 commits into from

Refactor: fix for lint

0681f93
Select commit
Loading
Failed to load commit list.
Closed

Add plugin registry #5466

Refactor: fix for lint
0681f93
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 6, 2025 in 1s

52.88% of diff hit (target 26.15%)

View this Pull Request on Codecov

52.88% of diff hit (target 26.15%)

Annotations

Check warning on line 352 in pkg/app/pipedv1/cmd/piped/piped.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/cmd/piped/piped.go#L352

Added line #L352 was not covered by tests

Check warning on line 361 in pkg/app/pipedv1/cmd/piped/piped.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/cmd/piped/piped.go#L361

Added line #L361 was not covered by tests

Check warning on line 367 in pkg/app/pipedv1/cmd/piped/piped.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/cmd/piped/piped.go#L364-L367

Added lines #L364 - L367 were not covered by tests

Check warning on line 373 in pkg/app/pipedv1/cmd/piped/piped.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/cmd/piped/piped.go#L370-L373

Added lines #L370 - L373 were not covered by tests

Check warning on line 398 in pkg/app/pipedv1/cmd/piped/piped.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/cmd/piped/piped.go#L398

Added line #L398 was not covered by tests

Check warning on line 148 in pkg/app/pipedv1/controller/controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/controller/controller.go#L148

Added line #L148 was not covered by tests

Check warning on line 435 in pkg/app/pipedv1/controller/controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/controller/controller.go#L435

Added line #L435 was not covered by tests

Check warning on line 576 in pkg/app/pipedv1/controller/controller.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/controller/controller.go#L576

Added line #L576 was not covered by tests

Check warning on line 118 in pkg/app/pipedv1/controller/planner.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/controller/planner.go#L118

Added line #L118 was not covered by tests

Check warning on line 268 in pkg/app/pipedv1/controller/planner.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/controller/planner.go#L266-L268

Added lines #L266 - L268 were not covered by tests

Check warning on line 275 in pkg/app/pipedv1/controller/planner.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/controller/planner.go#L273-L275

Added lines #L273 - L275 were not covered by tests

Check warning on line 429 in pkg/app/pipedv1/controller/planner.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/controller/planner.go#L428-L429

Added lines #L428 - L429 were not covered by tests

Check warning on line 473 in pkg/app/pipedv1/controller/planner.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/controller/planner.go#L473

Added line #L473 was not covered by tests

Check warning on line 101 in pkg/app/pipedv1/controller/scheduler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/app/pipedv1/controller/scheduler.go#L101

Added line #L101 was not covered by tests

Check warning on line 63 in pkg/plugin/registry/registry.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/plugin/registry/registry.go#L51-L63

Added lines #L51 - L63 were not covered by tests

Check warning on line 67 in pkg/plugin/registry/registry.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/plugin/registry/registry.go#L65-L67

Added lines #L65 - L67 were not covered by tests

Check warning on line 73 in pkg/plugin/registry/registry.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/plugin/registry/registry.go#L70-L73

Added lines #L70 - L73 were not covered by tests