Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat(db, webserver): Implement GitHubRepositoryProvider connect flow #1749
Changes from 13 commits
798ace9
db96a60
5638fbf
2aa6ddc
61769ca
9e7a735
e2c8454
bd9de5f
9682fa2
9aaa81f
0623d09
83a31e4
86d2973
cc612aa
5387b8c
9655a93
9810feb
7d69008
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 29 in ee/tabby-db/src/github_repository_provider.rs
Codecov / codecov/patch
ee/tabby-db/src/github_repository_provider.rs#L17-L29
Check warning on line 40 in ee/tabby-db/src/github_repository_provider.rs
Codecov / codecov/patch
ee/tabby-db/src/github_repository_provider.rs#L31-L40
Check warning on line 50 in ee/tabby-db/src/github_repository_provider.rs
Codecov / codecov/patch
ee/tabby-db/src/github_repository_provider.rs#L42-L50
Check warning on line 63 in ee/tabby-db/src/github_repository_provider.rs
Codecov / codecov/patch
ee/tabby-db/src/github_repository_provider.rs#L52-L63
Check warning on line 72 in ee/tabby-db/src/github_repository_provider.rs
Codecov / codecov/patch
ee/tabby-db/src/github_repository_provider.rs#L65-L72
Check warning on line 97 in ee/tabby-db/src/github_repository_provider.rs
Codecov / codecov/patch
ee/tabby-db/src/github_repository_provider.rs#L74-L97
Check warning on line 90 in ee/tabby-webserver/src/handler.rs
Codecov / codecov/patch
ee/tabby-webserver/src/handler.rs#L87-L90
Check warning on line 28 in ee/tabby-webserver/src/integrations.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations.rs#L19-L28
Check warning on line 30 in ee/tabby-webserver/src/integrations.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations.rs#L30
Check warning on line 20 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L15-L20
Check warning on line 24 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L22-L24
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check warning on line 30 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L26-L30
Check warning on line 35 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L32-L35
Check warning on line 41 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L38-L41
Check warning on line 55 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L43-L55
Check warning on line 65 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L57-L65
Check warning on line 68 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L68
Check warning on line 74 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L70-L74
Check warning on line 81 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L78-L81
Check warning on line 88 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L83-L88
Check warning on line 98 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L90-L98
Check warning on line 105 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L101-L105
Check warning on line 110 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L107-L110
Check warning on line 119 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L114-L119
Check warning on line 8 in ee/tabby-webserver/src/schema/github_repository_provider.rs
Codecov / codecov/patch
ee/tabby-webserver/src/schema/github_repository_provider.rs#L8
Check warning on line 21 in ee/tabby-webserver/src/schema/github_repository_provider.rs
Codecov / codecov/patch
ee/tabby-webserver/src/schema/github_repository_provider.rs#L19-L21
Check warning on line 25 in ee/tabby-webserver/src/schema/github_repository_provider.rs
Codecov / codecov/patch
ee/tabby-webserver/src/schema/github_repository_provider.rs#L23-L25
Check warning on line 29 in ee/tabby-webserver/src/schema/github_repository_provider.rs
Codecov / codecov/patch
ee/tabby-webserver/src/schema/github_repository_provider.rs#L27-L29