tpagectl: visibility updates are record-only, not propagated to Forgejo #559
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
thwap/thwap-pagesd#559
Loading…
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?
Service.Updateininternal/site/service.gopersists the visibility field on the site record but does not propagate the change to the backing Forgejo repository. The gitea SDK'sEditRepoOptiononly expresses a binaryPrivateflag and cannot representlimitedvisibility.Effect:
tpagectl site update SITE --visibility privatereports success and shows a before/after diff, while the actual repository access level in Forgejo is unchanged. Users may believe access changed.Suggested fix: track this limitation as a known gap (e.g. sync
private/publicbinary states where possible, deferlimited), or surface a warning when updating visibility that the repo is not re-provisioned.Ref: PR #558