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 14 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 21 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L21
Check warning on line 45 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L33-L45
Check warning on line 49 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L47-L49
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 55 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L51-L55
Check warning on line 60 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L57-L60
Check warning on line 66 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L63-L66
Check warning on line 80 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L68-L80
Check warning on line 90 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L82-L90
Check warning on line 93 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L93
Check warning on line 99 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L95-L99
Check warning on line 106 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L103-L106
Check warning on line 113 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L108-L113
Check warning on line 123 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L115-L123
Check warning on line 130 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L126-L130
Check warning on line 135 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L132-L135
Check warning on line 144 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L139-L144
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