mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-15 02:45:23 +02:00
Refactor Gitea integration: remove giteaProjectId references and update related schemas. Add new fields for gitea repository details in application tests and components.
This commit is contained in:
@@ -422,7 +422,6 @@ export const applicationRouter = createTRPCRouter({
|
||||
sourceType: "gitea",
|
||||
applicationStatus: "idle",
|
||||
giteaId: input.giteaId,
|
||||
giteaProjectId: input.giteaProjectId,
|
||||
watchPaths: input.watchPaths,
|
||||
});
|
||||
|
||||
|
||||
@@ -143,7 +143,6 @@ export const giteaRouter = createTRPCRouter({
|
||||
giteaId,
|
||||
owner,
|
||||
repo: repositoryName,
|
||||
id: 0,
|
||||
});
|
||||
} catch (error) {
|
||||
console.error("Error fetching Gitea branches:", error);
|
||||
|
||||
Reference in New Issue
Block a user