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

Implement repo agents #4150

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

use session.Repo

c8150a7
Select commit
Loading
Failed to load commit list.
Open

Implement repo agents #4150

use session.Repo
c8150a7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 6, 2024 in 0s

13.54% of diff hit (target 26.44%)

View this Pull Request on Codecov

13.54% of diff hit (target 26.44%)

Annotations

Check warning on line 181 in server/api/agent.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/agent.go#L181

Added line #L181 was not covered by tests

Check warning on line 271 in server/api/agent.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/agent.go#L271

Added line #L271 was not covered by tests

Check warning on line 451 in server/api/agent.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/agent.go#L442-L451

Added lines #L442 - L451 were not covered by tests

Check warning on line 465 in server/api/agent.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/agent.go#L453-L465

Added lines #L453 - L465 were not covered by tests

Check warning on line 467 in server/api/agent.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/agent.go#L467

Added line #L467 was not covered by tests

Check warning on line 489 in server/api/agent.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/agent.go#L481-L489

Added lines #L481 - L489 were not covered by tests

Check warning on line 491 in server/api/agent.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/agent.go#L491

Added line #L491 was not covered by tests

Check warning on line 513 in server/api/agent.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/agent.go#L505-L513

Added lines #L505 - L513 were not covered by tests

Check warning on line 519 in server/api/agent.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/agent.go#L515-L519

Added lines #L515 - L519 were not covered by tests

Check warning on line 524 in server/api/agent.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/agent.go#L521-L524

Added lines #L521 - L524 were not covered by tests

Check warning on line 530 in server/api/agent.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/agent.go#L526-L530

Added lines #L526 - L530 were not covered by tests

Check warning on line 537 in server/api/agent.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/agent.go#L533-L537

Added lines #L533 - L537 were not covered by tests

Check warning on line 542 in server/api/agent.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/agent.go#L539-L542

Added lines #L539 - L542 were not covered by tests

Check warning on line 544 in server/api/agent.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/agent.go#L544

Added line #L544 was not covered by tests

Check warning on line 565 in server/api/agent.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/agent.go#L557-L565

Added lines #L557 - L565 were not covered by tests

Check warning on line 571 in server/api/agent.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/agent.go#L567-L571

Added lines #L567 - L571 were not covered by tests

Check warning on line 576 in server/api/agent.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/agent.go#L573-L576

Added lines #L573 - L576 were not covered by tests

Check warning on line 584 in server/api/agent.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/agent.go#L579-L584

Added lines #L579 - L584 were not covered by tests

Check warning on line 593 in server/api/agent.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/agent.go#L588-L593

Added lines #L588 - L593 were not covered by tests

Check warning on line 595 in server/api/agent.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/api/agent.go#L595

Added line #L595 was not covered by tests

Check warning on line 66 in server/grpc/auth_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/grpc/auth_server.go#L66

Added line #L66 was not covered by tests

Check warning on line 153 in server/router/api.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/router/api.go#L146-L153

Added lines #L146 - L153 were not covered by tests

Check warning on line 40 in server/store/datastore/migration/017_add_repo_agents.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/store/datastore/migration/017_add_repo_agents.go#L39-L40

Added lines #L39 - L40 were not covered by tests

Check warning on line 181 in server/store/mocks/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/store/mocks/store.go#L177-L181

Added lines #L177 - L181 were not covered by tests

Check warning on line 194 in server/store/mocks/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/store/mocks/store.go#L184-L194

Added lines #L184 - L194 were not covered by tests