You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/06/22 14:58:26 UTC

[GitHub] [incubator-devlake] klesh opened a new pull request, #2326: feat: blueprint normal mode framework-side

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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] warren830 merged pull request #2326: feat: blueprint normal mode framework-side

Posted by GitBox <gi...@apache.org>.
warren830 merged PR #2326:
URL: https://github.com/apache/incubator-devlake/pull/2326


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org