klesh opened a new pull request, #2326: URL: https://github.com/apache/incubator-devlake/pull/2326
# Summary 1. `blueprint.tasks` and `pipeline.tasks` were renamed to `plan` 2. `dal.First` would return `dal.ErrRecordNotFound` instead of `gorm.ErrRecordNotFound` 3. migration script is written in a novel convention for better readability, feel free to argue 4. define `Blueprint` protocol `1.0.0` including `interface` and `struct` they should adopt, so the framework and plugin can generate Pipeline.Plan based on it 5. define `DOMAIN_TYPES` (aka, `entities` from config-ui), the naming is open for discussion. 6. blueprint would call plugin to generate Plans, and then merge them into one unified Plan **This is framework implementation, which would require plugin support to produce a meaningful result.** ### Does this close any open issues? Part of #1982 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
