• Mark Lapierre's avatar
    Allow nil on delegated CI/CD settings · 9b71913e
    Mark Lapierre authored
    This is a workaround for a race condition in which ci_cd_settings
    is nil because the project is being deleted but not in a transaction
    and so the project's delegates sometimes no longer exist while
    the project still does
    
    Changelog: fixed
    9b71913e
project.rb 93.8 KB