This is an automated email from the ASF dual-hosted git repository.
narro pushed a change to branch feat/due_date
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from 59889f273 test: add customize due date test cases for Zentao plugin
add 755f24be9 refactor: streamline due date handling across TAPD and
Zentao extractors
No new revisions were added by this update.
Summary of changes:
backend/core/models/common/iso8601time.go | 2 +-
backend/helpers/utils/field.go | 62 +++++++++++++++++++++++++
backend/plugins/jira/tasks/issue_extractor.go | 34 ++------------
backend/plugins/tapd/tasks/bug_extractor.go | 27 ++---------
backend/plugins/tapd/tasks/story_extractor.go | 27 ++---------
backend/plugins/tapd/tasks/task_extractor.go | 27 ++---------
backend/plugins/zentao/tasks/bug_extractor.go | 27 ++---------
backend/plugins/zentao/tasks/story_extractor.go | 27 ++---------
backend/plugins/zentao/tasks/task_extractor.go | 27 ++---------
9 files changed, 85 insertions(+), 175 deletions(-)
create mode 100644 backend/helpers/utils/field.go