mirror of
https://github.com/jhd3197/ServerKit.git
synced 2026-04-26 08:25:59 +03:00
[PR #1] [MERGED] Add integrated Git server (Gitea) management UI and API #6
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ServerKit#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jhd3197/ServerKit/pull/1
Author: @jhd3197
Created: 1/22/2026
Status: ✅ Merged
Merged: 1/22/2026
Merged by: @jhd3197
Base:
main← Head:dev📝 Commits (3)
39fc113Add integrated Git server (Gitea) management UI and APIbb2159ffeat: Add branch switching support to serverkit CLI976ba5aAdd Gitea integration plan documentation📊 Changes
11 files changed (+1919 additions, -17 deletions)
View changed files
➕
GITEA_INTEGRATION_PLAN.md(+488 -0)📝
backend/app/__init__.py(+4 -0)➕
backend/app/api/git.py(+88 -0)📝
backend/app/services/git_service.py(+249 -0)📝
frontend/src/App.jsx(+2 -0)📝
frontend/src/components/Sidebar.jsx(+8 -0)➕
frontend/src/pages/Git.jsx(+518 -0)📝
frontend/src/services/api.js(+37 -0)📝
frontend/src/styles/main.less(+1 -0)➕
frontend/src/styles/pages/_git.less(+437 -0)📝
serverkit(+87 -17)📄 Description
This PR introduces first-class Git server management in ServerKit by integrating Gitea across the UI, API, and CLI layers.
What’s included
Why this matters
Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.