Skip to content
  • Lukas 'ai-pi' Eipert's avatar
    Add support to list child pipelines in project · 92dff8bf
    Lukas 'ai-pi' Eipert authored
    Currently we do not support retrieving child pipelines of a project via
    the API or GraphQL. This can lead to an odd situation, that if the
    parent pipeline was deleted, one cannot iterate through the child
    pipelines.
    
    We already return child pipelines if the (undocumented) `iids` parameter
    is set. By following similar logic, we can just show child pipelines if
    the user explicitly filters `source=parent_pipeline` which used to
    always return an empty list.
    
    Changelog: added
    92dff8bf