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
Add explicit fields to Repository to track provisioning and releasing. I propose:
Repository.provisioned : boolean to just track whether it has been provisioned. We use URL for this right now, but it is indirect (aka if URL === null then it is not provisioned).
Repository.released: Status should also be used. Status is just to give us more flexibility, for now I propose NotReleased | ReadOnly | ReadWrite.
Also need to remove Team::custom::githubAttached and `Repossitory::custom::githubProvisioned```.
The text was updated successfully, but these errors were encountered:
Add explicit fields to
Repository
to track provisioning and releasing. I propose:Repository.provisioned : boolean
to just track whether it has been provisioned. We use URL for this right now, but it is indirect (aka ifURL === null
then it is not provisioned).Repository.released: Status
should also be used.Status
is just to give us more flexibility, for now I proposeNotReleased | ReadOnly | ReadWrite
.Also need to remove
Team::custom::githubAttached
and `Repossitory::custom::githubProvisioned```.The text was updated successfully, but these errors were encountered: