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

feat(webserver, db): Implement github provided repositories #1800

Merged
merged 15 commits into from
Apr 16, 2024

Update schema after rebasing

bd71d56
Select commit
Loading
Failed to load commit list.
Merged

feat(webserver, db): Implement github provided repositories #1800

Update schema after rebasing
bd71d56
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Apr 16, 2024 in 1s

0.00% of diff hit (target 75.00%)

View this Pull Request on Codecov

0.00% of diff hit (target 75.00%)

Annotations

Check warning on line 119 in ee/tabby-db/src/github_repository_provider.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-db/src/github_repository_provider.rs#L109-L119

Added lines #L109 - L119 were not covered by tests

Check warning on line 124 in ee/tabby-db/src/github_repository_provider.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-db/src/github_repository_provider.rs#L121-L124

Added lines #L121 - L124 were not covered by tests

Check warning on line 130 in ee/tabby-db/src/github_repository_provider.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-db/src/github_repository_provider.rs#L126-L130

Added lines #L126 - L130 were not covered by tests

Check warning on line 164 in ee/tabby-db/src/github_repository_provider.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-db/src/github_repository_provider.rs#L132-L164

Added lines #L132 - L164 were not covered by tests

Check warning on line 179 in ee/tabby-db/src/github_repository_provider.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-db/src/github_repository_provider.rs#L166-L179

Added lines #L166 - L179 were not covered by tests

Check warning on line 186 in ee/tabby-db/src/github_repository_provider.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-db/src/github_repository_provider.rs#L181-L186

Added lines #L181 - L186 were not covered by tests

Check warning on line 151 in ee/tabby-webserver/src/handler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/handler.rs#L147-L151

Added lines #L147 - L151 were not covered by tests

Check warning on line 55 in ee/tabby-webserver/src/integrations/github.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/integrations/github.rs#L55

Added line #L55 was not covered by tests

Check warning on line 66 in ee/tabby-webserver/src/integrations/github.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/integrations/github.rs#L66

Added line #L66 was not covered by tests

Check warning on line 32 in ee/tabby-webserver/src/schema/github_repository_provider.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/schema/github_repository_provider.rs#L32

Added line #L32 was not covered by tests

Check warning on line 48 in ee/tabby-webserver/src/schema/github_repository_provider.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/schema/github_repository_provider.rs#L46-L48

Added lines #L46 - L48 were not covered by tests

Check warning on line 52 in ee/tabby-webserver/src/schema/github_repository_provider.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/schema/github_repository_provider.rs#L50-L52

Added lines #L50 - L52 were not covered by tests

Check warning on line 56 in ee/tabby-webserver/src/schema/github_repository_provider.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/schema/github_repository_provider.rs#L54-L56

Added lines #L54 - L56 were not covered by tests

Check warning on line 285 in ee/tabby-webserver/src/schema/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/schema/mod.rs#L273-L285

Added lines #L273 - L285 were not covered by tests

Check warning on line 143 in ee/tabby-webserver/src/service/dao.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/service/dao.rs#L134-L143

Added lines #L134 - L143 were not covered by tests

Check warning on line 40 in ee/tabby-webserver/src/service/github_repository_provider.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/service/github_repository_provider.rs#L37-L40

Added lines #L37 - L40 were not covered by tests

Check warning on line 43 in ee/tabby-webserver/src/service/github_repository_provider.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/service/github_repository_provider.rs#L42-L43

Added lines #L42 - L43 were not covered by tests

Check warning on line 90 in ee/tabby-webserver/src/service/github_repository_provider.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/service/github_repository_provider.rs#L74-L90

Added lines #L74 - L90 were not covered by tests

Check warning on line 96 in ee/tabby-webserver/src/service/github_repository_provider.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/service/github_repository_provider.rs#L92-L96

Added lines #L92 - L96 were not covered by tests

Check warning on line 103 in ee/tabby-webserver/src/service/github_repository_provider.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/service/github_repository_provider.rs#L98-L103

Added lines #L98 - L103 were not covered by tests