You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by ab...@apache.org on 2022/10/21 06:59:35 UTC

[incubator-devlake] branch main updated (7d4daa62a -> 84360cdaf)

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

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


    from 7d4daa62a fix: StarRocks plugin will not sync table struct if source table change struct (#3526)
     add 84360cdaf fix(gitee): add blueprint support (#3530)

No new revisions were added by this update.

Summary of changes:
 plugins/{github => gitee}/api/blueprint.go      | 22 +++++------
 plugins/{github => gitee}/api/blueprint_test.go | 22 +++++------
 plugins/gitee/impl/impl.go                      |  4 ++
 plugins/gitee/models/connection.go              |  1 +
 plugins/gitee/tasks/task_data.go                | 51 +++++++++++++++++++++++++
 5 files changed, 78 insertions(+), 22 deletions(-)
 copy plugins/{github => gitee}/api/blueprint.go (87%)
 copy plugins/{github => gitee}/api/blueprint_test.go (89%)