Git integration and Project workspace fixes

This commit is contained in:
Renn F
2026-01-08 16:45:25 +01:00
parent f1c5b7958c
commit 955455d704
28 changed files with 976 additions and 55 deletions
+2
View File
@@ -105,6 +105,8 @@ def upgrade() -> None:
sa.Column(
"protected_branches", postgresql.ARRAY(sa.String()), server_default="{}"
),
# Git Authentication (encrypted)
sa.Column("git_token_encrypted", sa.Text(), nullable=True),
# CI/CD Commands (optional)
sa.Column("test_command", sa.String(500), nullable=True),
sa.Column("lint_command", sa.String(500), nullable=True),