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 all 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 22 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L22
Check warning on line 46 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L34-L46
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 62 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L48-L62
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 68 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L64-L68
Check warning on line 73 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L70-L73
Check warning on line 79 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L76-L79
Check warning on line 93 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L81-L93
Check warning on line 103 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L95-L103
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 117 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L112-L117
Check warning on line 127 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L119-L127
Check warning on line 134 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L130-L134
Check warning on line 139 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L136-L139
Check warning on line 147 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L143-L147
Check warning on line 152 in ee/tabby-webserver/src/integrations/github.rs
Codecov / codecov/patch
ee/tabby-webserver/src/integrations/github.rs#L151-L152