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

Refactor internal services #915

Merged
merged 32 commits into from
Feb 11, 2024

fix config fetching

f1133e0
Select commit
Loading
Failed to load commit list.
Merged

Refactor internal services #915

fix config fetching
f1133e0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 11, 2024 in 1s

50.16% of diff hit (target 36.36%)

View this Pull Request on Codecov

50.16% of diff hit (target 36.36%)

Annotations

Check warning on line 273 in cmd/server/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/server/server.go#L273

Added line #L273 was not covered by tests

Check warning on line 278 in cmd/server/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/server/server.go#L278

Added line #L278 was not covered by tests

Check warning on line 283 in cmd/server/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/server/server.go#L283

Added line #L283 was not covered by tests

Check warning on line 285 in cmd/server/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/server/server.go#L285

Added line #L285 was not covered by tests

Check warning on line 287 in cmd/server/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cmd/server/server.go#L287

Added line #L287 was not covered by tests

Check warning on line 39 in server/api/global_secret.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/global_secret.go#L38-L39

Added lines #L38 - L39 were not covered by tests

Check warning on line 64 in server/api/global_secret.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/global_secret.go#L63-L64

Added lines #L63 - L64 were not covered by tests

Check warning on line 99 in server/api/global_secret.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/global_secret.go#L98-L99

Added lines #L98 - L99 were not covered by tests

Check warning on line 127 in server/api/global_secret.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/global_secret.go#L126-L127

Added lines #L126 - L127 were not covered by tests

Check warning on line 147 in server/api/global_secret.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/global_secret.go#L147

Added line #L147 was not covered by tests

Check warning on line 166 in server/api/global_secret.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/global_secret.go#L165-L166

Added lines #L165 - L166 were not covered by tests

Check warning on line 48 in server/api/org_secret.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/org_secret.go#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 75 in server/api/org_secret.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/org_secret.go#L74-L75

Added lines #L74 - L75 were not covered by tests

Check warning on line 123 in server/api/org_secret.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/org_secret.go#L122-L123

Added lines #L122 - L123 were not covered by tests

Check warning on line 157 in server/api/org_secret.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/org_secret.go#L156-L157

Added lines #L156 - L157 were not covered by tests

Check warning on line 177 in server/api/org_secret.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/org_secret.go#L177

Added line #L177 was not covered by tests

Check warning on line 203 in server/api/org_secret.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/org_secret.go#L202-L203

Added lines #L202 - L203 were not covered by tests

Check warning on line 437 in server/api/pipeline.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/pipeline.go#L437

Added line #L437 was not covered by tests

Check warning on line 42 in server/api/registry.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/registry.go#L38-L42

Added lines #L38 - L42 were not covered by tests

Check warning on line 80 in server/api/registry.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/registry.go#L79-L80

Added lines #L79 - L80 were not covered by tests

Check warning on line 112 in server/api/registry.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/registry.go#L111-L112

Added lines #L111 - L112 were not covered by tests

Check warning on line 128 in server/api/registry.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/registry.go#L128

Added line #L128 was not covered by tests

Check warning on line 149 in server/api/registry.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/registry.go#L148-L149

Added lines #L148 - L149 were not covered by tests

Check warning on line 177 in server/api/registry.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/registry.go#L173-L177

Added lines #L173 - L177 were not covered by tests

Check warning on line 43 in server/api/repo_secret.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/repo_secret.go#L39-L43

Added lines #L39 - L43 were not covered by tests