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 e00e728c fix(gitlab): rollback some fields
new e3941b6b feat(jenkins): collect more fields
new beede034 feat(jenkins): modify builds
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:
.../e2e/snapshot_tables/_tool_jenkins_builds.csv | 16 +--
plugins/jenkins/e2e/snapshot_tables/builds.csv | 16 +--
plugins/jenkins/impl/impl.go | 2 +
plugins/jenkins/models/build.go | 4 +
plugins/jenkins/models/build_repo.go | 16 +++
plugins/jenkins/models/job_dag.go | 14 +++
.../20220729_modify_all_entities.go | 113 +++++++++++++++++++++
.../jenkins/models/migrationscripts/register.go | 1 +
plugins/jenkins/models/response.go | 53 ++++++++--
.../issue_type.go => jenkins/models/stage.go} | 26 ++---
plugins/jenkins/tasks/build_collector.go | 2 +-
plugins/jenkins/tasks/build_extractor.go | 38 ++++++-
plugins/jenkins/tasks/job_collector.go | 2 +-
plugins/jenkins/tasks/job_extractor.go | 12 ++-
.../{build_collector.go => stage_collector.go} | 41 ++++----
.../tasks/{job_extractor.go => stage_extractor.go} | 40 ++++----
16 files changed, 309 insertions(+), 87 deletions(-)
create mode 100644 plugins/jenkins/models/build_repo.go
create mode 100644 plugins/jenkins/models/job_dag.go
create mode 100644
plugins/jenkins/models/migrationscripts/20220729_modify_all_entities.go
copy plugins/{jira/models/issue_type.go => jenkins/models/stage.go} (55%)
copy plugins/jenkins/tasks/{build_collector.go => stage_collector.go} (68%)
copy plugins/jenkins/tasks/{job_extractor.go => stage_extractor.go} (69%)