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
Is your feature request related to a problem? Please describe.
The mirror.py script can execute a script or do a RESTful call for disabled projects. In the latter case more flexibility in the payload would be handy so that the users can determine the cause easily from the UI.
Describe the solution you'd like
If a project is disabled the value of the disabled property can be either boolean or string so the RESTful call will either use default message or custom, respectively.
Example:
projects:
foo:
# no longer active but used to support customersdisabled: truebar:
disabled: disabled, upstream not reachable (as of 02/2020)
Alternatives
Use the default payload as a prefix.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The
mirror.py
script can execute a script or do a RESTful call for disabled projects. In the latter case more flexibility in the payload would be handy so that the users can determine the cause easily from the UI.Describe the solution you'd like
If a project is disabled the value of the
disabled
property can be either boolean or string so the RESTful call will either use default message or custom, respectively.Example:
Alternatives
Use the default payload as a prefix.
The text was updated successfully, but these errors were encountered: