Backend Issue 1: Add Forgejo Database Models #1
Labels
No Label
admin
agent-api
api
api-client
audit
backend
boards
cost-accounting
database
design
forgejo
frontend
issues
metrics
mutation
navigation
optional
phase:1
phase:2
phase:3
phase:4
phase:5
phase:6
polish
priority:high
priority:low
priority:medium
service
sync
usage-accuracy
validation
webhooks
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: null/Pipeline#1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
Goal
Add the database foundation for Forgejo connections and tracked repositories.
Scope
Suggested Implementation References
backend/app/models/gateways.py,backend/app/models/boards.pybackend/migrations/versions/*backend/app/models/__init__.pySuggested Model Shape
ForgejoConnectionid,organization_id,name,base_url,token,token_last_eight,active,created_at,updated_atForgejoRepositoryid,organization_id,connection_id,owner,repo,display_name,default_branch,active,last_sync_at,last_sync_error,created_at,updated_atAcceptance Criteria
forgejo_connectionsandforgejo_repositories.Out Of Scope