Skip to content

Topological sort info by tiers #86

@biancazzurri

Description

@biancazzurri

Hello and thank you for your work :)

Question:
I want to be able to query tiers of topology, e.g if we have this graph of dependencies:
projects A and B are libs and C depends on A and B i would like to receive a structure of sort:
[[A, B],[C]]
i.e. in every item vector the code is independent
I need this information in order to make it work with parallel api in CircleCI

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions