-
Notifications
You must be signed in to change notification settings - Fork 984
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(webserver, db): refactor gitlab and github integrations into unified integration / third party repository services #2088
Merged
Merged
Changes from 20 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
95059d8
draft: begin implementing integration / third party repository service
boxbeam dda1ec9
Progress on refactor
boxbeam 347a676
[autofix.ci] apply automated fixes
autofix-ci[bot] cdd2e6a
Use join instead of adding kind as a field of repositories
boxbeam 89f159c
Update schema
boxbeam abf5e7d
[autofix.ci] apply automated fixes
autofix-ci[bot] 82419c4
Implement sync_repositories
boxbeam d01a0c7
Make access_token field required
boxbeam 0be6d27
[autofix.ci] apply automated fixes
autofix-ci[bot] cccac5a
Implement IntegrationService
boxbeam 49fe27c
Implement service layer
boxbeam 18500c8
[autofix.ci] apply automated fixes
autofix-ci[bot] a2b7059
Switch graphQL endpoints to use new service
boxbeam 571002a
[autofix.ci] apply automated fixes
autofix-ci[bot] 487d253
Fix queries
boxbeam 7a1aa44
Fully working
boxbeam 4e55155
Rebase
boxbeam e2837ce
Update submodules
boxbeam dcac265
Cleanup imports
boxbeam 24d8ea6
[autofix.ci] apply automated fixes
autofix-ci[bot] 40e14f3
Apply suggestions
boxbeam afade51
[autofix.ci] apply automated fixes
autofix-ci[bot] 5030b49
Add back updated_at
boxbeam 133c7ef
[autofix.ci] apply automated fixes
autofix-ci[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "crates/llama-cpp-bindings/llama.cpp"] | ||
[submodule "crates/llama-cpp-server/llama.cpp"] | ||
path = crates/llama-cpp-server/llama.cpp | ||
url = https://github.com/ggerganov/llama.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Seems to be a bug introduced by a previous PR? Tests were failing until making this change
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.
seems not rebase against main? https://github.com/TabbyML/tabby/blob/main/.gitmodules
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.
I did rebase against main