This is an automated email from the ASF dual-hosted git repository.
mintsweet pushed a change to branch feat-5640
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
omit d8c22067e feat(config-ui): support load all data scope in jenkins
omit e496015c0 refactor(config-ui): update plugin config about data scope
omit b02079920 refactor(config-ui): improve the plugin component
data-scope-select-remote
omit 068e5024f chore: upgrade miller-columns-select to 1.2.2
omit 91750d964 feat(config-ui): support props disabled for multi-selector
add b4c79fbb8 fix: name typos (#5916)
add 17a84eb6d Fix zentao plugin's type mappings (#5917)
add 285b4978e fix: modify cicd_pipelines name from varchar to text (#5925)
add 029f2a457 refactor: change type of `plan` to `PipelinePlan` (#5927)
add 5ccba233d fix(zentao): get all bugs(include closed bugs) (#5926)
add 6338a0f5e refactor: remove deprecated singer tap (#5933)
add c6c68aede docs: added dockerhub pulls count badge (#5932)
add 6b8581360 feat: allow selecting GitLab projects owned by others that
has no group (#5934)
add 45dd92489 fix(zentao): refactor time calculation in task_convertor.go
(#5938)
add d9af530da Update type mappings e2e tests (#5941)
add 7ee708a59 fix(zentao): remove execution's product stories (#5942)
add 44d60c42f GitHub fails after upgrade to v0.18 (#5946)
add 2921d85b0 fix: Whitelist external source providers types (#5950)
add be0d3af99 fix: skip invalid account in case there were corruptted
records in the db (#5951)
add b3fc34f45 fix jenkins remote scopes API, add GetRemoteScopesOutput for
remoteHelper (#5954)
new d5787eda1 feat(config-ui): support props disabled for multi-selector
new 14bf77cbe chore: upgrade miller-columns-select to 1.2.2
new 9f8cc63bf refactor(config-ui): improve the plugin component
data-scope-select-remote
new 021d38916 refactor(config-ui): update plugin config about data scope
new 6189b03d9 chore: upgrade miller-columns-select to 1.3.0
new 8802e1474 feat(config-ui): support load all data scope in jenkins
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d8c22067e)
\
N -- N -- N refs/heads/feat-5640 (8802e1474)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 6 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:
.github/workflows/commit-msg.yml | 1 +
README.md | 1 +
backend/Makefile | 4 -
backend/core/config/config_viper.go | 1 -
backend/core/models/blueprint.go | 31 ++--
.../20230821_modify_cicd_pipelines_to_text.go} | 43 +++--
..._remove_notes.go => 20230822_drop_tap_state.go} | 17 +-
backend/core/models/migrationscripts/register.go | 2 +
backend/core/models/pipeline.go | 29 ++--
backend/core/plugin/plugin_blueprint.go | 2 -
backend/helpers/dbhelper/txhelper.go | 8 +-
backend/helpers/pluginhelper/api/api_collector.go | 12 +-
backend/helpers/pluginhelper/api/data_convertor.go | 2 +-
.../helpers/pluginhelper/api/remote_api_helper.go | 110 +++++++++----
backend/plugins/bamboo/api/remote.go | 12 +-
backend/plugins/bitbucket/api/remote.go | 16 +-
backend/plugins/github/api/remote.go | 16 +-
.../migrationscripts/20230612_add_fullName.go | 29 +++-
.../plugins/github/tasks/account_org_collector.go | 4 +-
backend/plugins/gitlab/api/remote.go | 64 +++++---
backend/plugins/gitlab/models/project.go | 18 +-
backend/plugins/gitlab/tasks/project_convertor.go | 2 +-
backend/plugins/jenkins/api/jobs.go | 18 +-
backend/plugins/jenkins/api/remote.go | 97 ++++++-----
backend/plugins/jira/api/remote.go | 8 +-
backend/plugins/pagerduty/models/consts.go | 25 ---
backend/plugins/sonarqube/api/remote.go | 12 +-
backend/plugins/tapd/api/remote.go | 12 +-
backend/plugins/zentao/api/remote.go | 10 +-
.../e2e/snapshot_tables/_tool_zentao_bugs.csv | 12 +-
.../e2e/snapshot_tables/_tool_zentao_tasks.csv | 6 +-
.../zentao/e2e/snapshot_tables/issues_bug.csv | 12 +-
.../zentao/e2e/snapshot_tables/issues_task.csv | 6 +-
backend/plugins/zentao/e2e/task_test.go | 3 +
backend/plugins/zentao/tasks/bug_collector.go | 1 +
backend/plugins/zentao/tasks/bug_convertor.go | 4 +
backend/plugins/zentao/tasks/bug_extractor.go | 4 -
.../plugins/zentao/tasks/department_convertor.go | 1 -
backend/plugins/zentao/tasks/iterator.go | 4 +-
backend/plugins/zentao/tasks/project_convertor.go | 2 -
backend/plugins/zentao/tasks/story_collector.go | 42 +++--
backend/plugins/zentao/tasks/story_convertor.go | 5 +-
backend/plugins/zentao/tasks/story_extractor.go | 5 -
backend/plugins/zentao/tasks/task_convertor.go | 10 +-
backend/plugins/zentao/tasks/task_extractor.go | 12 +-
.../python/plugins/azuredevops/azuredevops/main.py | 8 +-
backend/scripts/singer-model-generator.sh | 97 -----------
backend/server/api/router.go | 2 -
backend/server/services/blueprint.go | 27 ++-
backend/server/services/pipeline_helper.go | 4 +-
backend/test/e2e/remote/helper.go | 8 +-
config-ui/package.json | 2 +-
.../components/data-scope-select-remote/api.ts | 6 +-
.../src/plugins/register/jenkins/data-scope.tsx | 181 ++++++++++++++-------
config-ui/yarn.lock | 10 +-
55 files changed, 544 insertions(+), 536 deletions(-)
copy
backend/{plugins/jira/models/migrationscripts/20230510_expand_remotelink_selfurl.go
=> core/models/migrationscripts/20230821_modify_cicd_pipelines_to_text.go}
(60%)
copy backend/core/models/migrationscripts/{20220727_remove_notes.go =>
20230822_drop_tap_state.go} (70%)
delete mode 100644 backend/plugins/pagerduty/models/consts.go
delete mode 100644 backend/scripts/singer-model-generator.sh