devfile / devworkspace-operator

Apache License 2.0
61 stars 55 forks source link

Add support for dependentProjects in DevWorkspaces #1204

Closed amisevsk closed 10 months ago

amisevsk commented 10 months ago

Description

With the v2.2.2 release of the devfile API, devfiles/devworkspaces now support a field dependentProjects. The intention behind this field is to distinguish between the "main" project being imported (ideally, the only project in the devfile) and additional projects that are useful in developing the main project (dependentProjects).

For all practical purposes, projects and dependentProjects are treated identically.

Additional context