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

Fixup

83a31e4
Select commit
Loading
Failed to load commit list.
Merged

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

Fixup
83a31e4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Apr 9, 2024 in 0s

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 33 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#L21-L33

Added lines #L21 - L33 were not covered by tests

Check warning on line 44 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#L35-L44

Added lines #L35 - L44 were not covered by tests

Check warning on line 54 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#L46-L54

Added lines #L46 - L54 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#L56-L63

Added lines #L56 - 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 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#L85-L90

Added lines #L85 - L90 were not covered by tests

Check warning on line 39 in ee/tabby-webserver/src/repositories/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/repositories/mod.rs#L30-L39

Added lines #L30 - L39 were not covered by tests

Check warning on line 50 in ee/tabby-webserver/src/repositories/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/repositories/mod.rs#L50

Added line #L50 was not covered by tests

Check warning on line 31 in ee/tabby-webserver/src/repositories/oauth.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/repositories/oauth.rs#L26-L31

Added lines #L26 - L31 were not covered by tests

Check warning on line 35 in ee/tabby-webserver/src/repositories/oauth.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/repositories/oauth.rs#L33-L35

Added lines #L33 - L35 were not covered by tests

Check warning on line 37 in ee/tabby-webserver/src/repositories/oauth.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/repositories/oauth.rs#L37

Added line #L37 was not covered by tests

Check warning on line 56 in ee/tabby-webserver/src/repositories/oauth.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/repositories/oauth.rs#L52-L56

Added lines #L52 - L56 were not covered by tests

Check warning on line 61 in ee/tabby-webserver/src/repositories/oauth.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/repositories/oauth.rs#L58-L61

Added lines #L58 - L61 were not covered by tests

Check warning on line 67 in ee/tabby-webserver/src/repositories/oauth.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/repositories/oauth.rs#L64-L67

Added lines #L64 - L67 were not covered by tests

Check warning on line 81 in ee/tabby-webserver/src/repositories/oauth.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/repositories/oauth.rs#L69-L81

Added lines #L69 - L81 were not covered by tests

Check warning on line 88 in ee/tabby-webserver/src/repositories/oauth.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/repositories/oauth.rs#L83-L88

Added lines #L83 - L88 were not covered by tests

Check warning on line 97 in ee/tabby-webserver/src/repositories/oauth.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/repositories/oauth.rs#L90-L97

Added lines #L90 - L97 were not covered by tests

Check warning on line 100 in ee/tabby-webserver/src/repositories/oauth.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/repositories/oauth.rs#L99-L100

Added lines #L99 - L100 were not covered by tests

Check warning on line 113 in ee/tabby-webserver/src/repositories/oauth.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/repositories/oauth.rs#L102-L113

Added lines #L102 - L113 were not covered by tests

Check warning on line 120 in ee/tabby-webserver/src/repositories/oauth.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ee/tabby-webserver/src/repositories/oauth.rs#L115-L120

Added lines #L115 - L120 were not covered by tests

Check warning on line 5 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#L5

Added line #L5 was not covered by tests

Check warning on line 18 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#L16-L18

Added lines #L16 - L18 were not covered by tests

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

Added lines #L22 - L28 were not covered by tests

Check warning on line 33 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#L30-L33

Added lines #L30 - L33 were not covered by tests

Check warning on line 44 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#L35-L44

Added lines #L35 - L44 were not covered by tests