You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2022/08/18 07:55:00 UTC

[incubator-devlake] branch main updated (107a5d33 -> 9cab0d87)

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 107a5d33 fix(framework): update code generator templates
     add 9cab0d87 fix(framework): modify swagger

No new revisions were added by this update.

Summary of changes:
 api/blueprints/blueprint_plugin_setting.go | 219 +++++++++++++++++++++++++++++
 api/pipelines/pipeline_plugin_plan.go      | 176 +++++++++++++++++++++++
 models/blueprint.go                        |  12 +-
 plugins/dbt/api/connection.go              |  48 -------
 plugins/feishu/api/connection.go           |  16 ---
 plugins/gitee/api/connection.go            |  23 ---
 plugins/gitextractor/api/connection.go     |  42 ------
 plugins/github/api/connection.go           |  51 -------
 plugins/gitlab/api/connection.go           |  27 ----
 plugins/jira/api/connection.go             |  49 -------
 plugins/tapd/api/connection.go             |  50 -------
 11 files changed, 402 insertions(+), 311 deletions(-)
 create mode 100644 api/blueprints/blueprint_plugin_setting.go
 create mode 100644 api/pipelines/pipeline_plugin_plan.go
 delete mode 100644 plugins/dbt/api/connection.go
 delete mode 100644 plugins/gitextractor/api/connection.go