This is an automated email from the ASF dual-hosted git repository.
warren pushed a change to branch feat-plugin-zentao
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from 9b34e558 feat:add zentao project extractor
new f32f638d fix(zentao): fix minor issues
new 8863a05f feat(zentao): add execution
new 3d881101 feat(zentao): fix execution time
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:
plugins/helper/iso8601time.go | 31 +++++
plugins/zentao/impl/impl.go | 3 +
plugins/zentao/models/archived/execution.go | 151 +++++++++++++++++++++
plugins/zentao/models/archived/project.go | 58 ++++----
plugins/zentao/models/execution.go | 151 +++++++++++++++++++++
.../migrationscripts/20220906_add_init_tables.go | 5 +-
plugins/zentao/models/{archived => }/project.go | 56 ++++----
...project_collector.go => execution_collector.go} | 36 +++--
.../tasks/execution_convertor.go} | 74 +++++-----
...project_extractor.go => execution_extractor.go} | 32 +++--
plugins/zentao/tasks/project_extractor.go | 4 +-
11 files changed, 477 insertions(+), 124 deletions(-)
create mode 100644 plugins/zentao/models/archived/execution.go
create mode 100644 plugins/zentao/models/execution.go
copy plugins/zentao/models/{archived => }/project.go (71%)
copy plugins/zentao/tasks/{project_collector.go => execution_collector.go}
(69%)
copy plugins/{jira/tasks/board_convertor.go =>
zentao/tasks/execution_convertor.go} (50%)
copy plugins/zentao/tasks/{project_extractor.go => execution_extractor.go}
(65%)