-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(webserver, db): refactor gitlab and github integrations into uni…
…fied integration / third party repository services (#2088) * draft: begin implementing integration / third party repository service * Progress on refactor * [autofix.ci] apply automated fixes * Use join instead of adding kind as a field of repositories * Update schema * [autofix.ci] apply automated fixes * Implement sync_repositories * Make access_token field required * [autofix.ci] apply automated fixes * Implement IntegrationService * Implement service layer * [autofix.ci] apply automated fixes * Switch graphQL endpoints to use new service * [autofix.ci] apply automated fixes * Fix queries * Fully working * Rebase * Update submodules * Cleanup imports * [autofix.ci] apply automated fixes * Apply suggestions * [autofix.ci] apply automated fixes * Add back updated_at --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
8ab9b56
commit 39175ae
Showing
24 changed files
with
1,065 additions
and
98 deletions.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.