This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Description
collectConstraints() in status.go collects constraints declared by all the dependencies. This results in a dependency graph. But since we are not considering the constraints set in the root project, this results in an incomplete graph.
Constraints from manifest should be read and included in the returned constraintsCollection.
This can be done with #1409 or separately.