This is an automated email from the ASF dual-hosted git repository.

warren pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


    from 69cef255 refactor(tapd): add e2e for story_bug
     new 1de8a6b3 feat: blueprint normal mode framework-side
     new 6adce05b fix: unit test
     new 63097dd1 fix: integration test

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 impl/dalgorm/dalgorm.go                            |   6 +-
 models/blueprint.go                                |  10 +-
 .../220622-blueprint-normal-mode.go                |  43 +++++----
 models/migrationscripts/register.go                |   1 +
 models/pipeline.go                                 |   7 +-
 models/task.go                                     |  11 +--
 plugins/core/dal/dal.go                            |   3 +
 plugins/core/plugin_blueprint.go                   |  57 +++++++++++
 plugins/core/plugin_task.go                        |  13 +++
 services/blueprint.go                              | 104 ++++++++++++++++++---
 services/blueprint_test.go                         |  94 +++++++++++++++++++
 services/pipeline.go                               |  19 ++--
 test/api/task/task_test.go                         |   4 +-
 13 files changed, 319 insertions(+), 53 deletions(-)
 copy plugins/jira/models/migrationscripts/updateSchemas20220615.go => 
models/migrationscripts/220622-blueprint-normal-mode.go (50%)
 create mode 100644 plugins/core/plugin_blueprint.go
 create mode 100644 services/blueprint_test.go

Reply via email to