This is an automated email from the ASF dual-hosted git repository.
warren pushed a change to branch release-v0.12
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from d584ab9d fix: support jira server collect users
new b3d6483e feat: support source dsn
new 93941d78 fix: source_type shorthand
The 2 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:
.../src/data/pipeline-config-samples/starrocks.js | 6 ++-
plugins/starrocks/api/connection.go | 52 ++++++++++++++++++++++
plugins/starrocks/starrocks.go | 24 +++++-----
plugins/starrocks/task_data.go | 2 +
plugins/starrocks/tasks.go | 31 +++++++++++--
plugins/starrocks/utils.go | 2 +
6 files changed, 101 insertions(+), 16 deletions(-)
create mode 100644 plugins/starrocks/api/connection.go