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 3d881101 feat(zentao): fix execution time
new 01e1dff5 feat(zentao): add zentao stories
new 07b46312 fix:apiurl&model error
new b97fe5bf fix:restore code
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/zentao/impl/impl.go | 3 +
plugins/zentao/models/archived/stories.go | 99 ++++++++++++++++++++++
.../migrationscripts/20220906_add_init_tables.go | 5 +-
plugins/zentao/models/stories.go | 99 ++++++++++++++++++++++
...execution_collector.go => stories_collector.go} | 22 +++--
...execution_convertor.go => stories_convertor.go} | 59 ++++++++-----
...execution_extractor.go => stories_extractor.go} | 23 ++---
7 files changed, 269 insertions(+), 41 deletions(-)
create mode 100644 plugins/zentao/models/archived/stories.go
create mode 100644 plugins/zentao/models/stories.go
copy plugins/zentao/tasks/{execution_collector.go => stories_collector.go}
(80%)
copy plugins/zentao/tasks/{execution_convertor.go => stories_convertor.go}
(55%)
copy plugins/zentao/tasks/{execution_extractor.go => stories_extractor.go}
(76%)