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(db, webserver): Implement GitHubRepositoryProvider connect flow #1749

Merged
merged 18 commits into from
Apr 9, 2024

Make redirect temporary

7d69008
Select commit
Loading
Failed to load commit list.
Merged

feat(db, webserver): Implement GitHubRepositoryProvider connect flow #1749

Make redirect temporary
7d69008
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Apr 9, 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 29 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#L17-L29

Added lines #L17 - L29 were not covered by tests

Check warning on line 40 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#L31-L40

Added lines #L31 - L40 were not covered by tests

Check warning on line 50 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#L42-L50

Added lines #L42 - L50 were not covered by tests

Check warning on line 63 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#L52-L63

Added lines #L52 - L63 were not covered by tests

Check warning on line 72 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#L65-L72

Added lines #L65 - L72 were not covered by tests

Check warning on line 97 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#L74-L97

Added lines #L74 - L97 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/handler.rs#L87-L90

Added lines #L87 - L90 were not covered by tests

Check warning on line 22 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#L22

Added line #L22 was not covered by tests

Check warning on line 46 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#L34-L46

Added lines #L34 - L46 were not covered by tests

Check warning on line 62 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#L48-L62

Added lines #L48 - L62 were not covered by tests

Check warning on line 68 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#L64-L68

Added lines #L64 - L68 were not covered by tests

Check warning on line 73 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#L70-L73

Added lines #L70 - L73 were not covered by tests

Check warning on line 79 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#L76-L79

Added lines #L76 - L79 were not covered by tests

Check warning on line 93 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#L81-L93

Added lines #L81 - L93 were not covered by tests

Check warning on line 103 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#L95-L103

Added lines #L95 - L103 were not covered by tests

Check warning on line 110 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#L107-L110

Added lines #L107 - L110 were not covered by tests

Check warning on line 117 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#L112-L117

Added lines #L112 - L117 were not covered by tests

Check warning on line 127 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#L119-L127

Added lines #L119 - L127 were not covered by tests

Check warning on line 134 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#L130-L134

Added lines #L130 - L134 were not covered by tests

Check warning on line 139 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#L136-L139

Added lines #L136 - L139 were not covered by tests

Check warning on line 147 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#L143-L147

Added lines #L143 - L147 were not covered by tests

Check warning on line 152 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#L151-L152

Added lines #L151 - L152 were not covered by tests

Check warning on line 8 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#L8

Added line #L8 was not covered by tests

Check warning on line 21 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#L19-L21

Added lines #L19 - L21 were not covered by tests

Check warning on line 25 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#L23-L25

Added lines #L23 - L25 were not covered by tests