You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add feature flag for private repo builds (#4234)
* feat: add support for private repo build feature flag
The feature flag allows admins to enable independently
the builds feature and the support for building images
from private repositories.
The code repository selector has been updated to disable
private repository selection with a proper message.
This makes the workflow consistent for the user.
* chore: fix equality tests
Co-authored-by: Flora Thiebaut <flora@leafty.dev>
* chore: update error message
"Cannot clone repository" is more accurate than "No public access"
as it applies whether private repo build support is enabled or not.
Co-authored-by: Flora Thiebaut <flora@leafty.dev>
---------
Co-authored-by: Flora Thiebaut <flora@leafty.dev>
0 commit comments