This is an automated email from the ASF dual-hosted git repository.
mintsweet pushed a change to branch feat-8017
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
discard c96b60395 fix: error check connection token failed list
discard 2248870aa refactor: improve the component connection-name
discard be83a7ec2 fix: show connection form modal when connection token check
failed
discard b88a4a829 feat: add a component connection-name
discard 5a930b98c feat: add a component connection-form-modal
discard 74e0baf54 fix: data scope search cannot select
discard 288be5004 fix: adjust the api for connections token check
discard 626db747c feat(blueprint): add new api to check connection tokens
(#8102)
discard f8b4efc4d feat: add connection token check before collect data
discard c8296a8c0 fix(project): update check project api doc
discard 2c0b3f5cd Dev 1 (#8101)
discard 031db5b2f Dev 1 (#8100)
discard 168809cbc feat(project): add token check result in project check API
(#8099)
discard 6e45e9d7d feat: check pipelines' tokens before executing/creating
pipeline (#8055)
add 1877da500 feat: gitlab extractors and convertors support incremental
mode (#7997)
add 7e1b853ff feat: keep source table name as destination table name
(#8108) (#8109)
add 94aaaf93d feat: simplify the miller columns (#8112)
add 1b9dc10e3 feat: check pipelines' tokens before executing/creating
pipeline (#8055)
add 9cdd3b410 feat(project): add token check result in project check API
(#8099)
add 8796873d6 Dev 1 (#8100)
add c5daba38f Dev 1 (#8101)
add 89096fa9b fix(project): update check project api doc
add 4a393edc2 feat: add connection token check before collect data
add dc705a62c feat(blueprint): add new api to check connection tokens
(#8102)
add 8c09e3340 fix: adjust the api for connections token check
add 9163679d2 feat: add a component connection-form-modal
add be5ac5b36 feat: add a component connection-name
add 175f3d62f fix: show connection form modal when connection token check
failed
add 1fa474510 refactor: improve the component connection-name
add 4942c81fa fix: error check connection token failed list
add 8bf8f8e96 refactor: extract the function in the panel to bp detail
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 (c96b60395)
\
N -- N -- N refs/heads/feat-8017 (8bf8f8e96)
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.
No new revisions were added by this update.
Summary of changes:
.../pluginhelper/api/api_extractor_stateful.go | 48 ++++--
backend/helpers/pluginhelper/api/api_rawdata.go | 2 +-
.../pluginhelper/api/data_convertor_stateful.go | 26 +++-
.../helpers/pluginhelper/api/enrich_with_regex.go | 8 +
.../pluginhelper/api/subtask_state_manager.go | 2 +-
backend/impls/dalgorm/encdec_serializer.go | 5 +
backend/plugins/gitlab/e2e/mr_commits_test.go | 33 -----
backend/plugins/gitlab/e2e/mr_detail_test.go | 2 +
backend/plugins/gitlab/e2e/mr_enrich_test.go | 79 ----------
..._tool_gitlab_merge_requests_for_enrich_test.csv | 25 ----
...ol_gitlab_merge_requests_for_mr_commit_test.csv | 12 +-
...ool_gitlab_merge_requests_for_mr_notes_test.csv | 34 ++---
.../plugins/gitlab/e2e/snapshot_tables/commits.csv | 65 --------
.../gitlab/e2e/snapshot_tables/repo_commits.csv | 38 -----
.../20240904_remove_mr_review_fields.go} | 17 +--
backend/plugins/gitlab/models/mr.go | 4 +-
backend/plugins/gitlab/tasks/account_collector.go | 4 +-
.../gitlab/tasks/child_pipeline_extractor.go | 29 +---
backend/plugins/gitlab/tasks/commit_collector.go | 80 ----------
backend/plugins/gitlab/tasks/commit_convertor.go | 108 --------------
backend/plugins/gitlab/tasks/commit_extractor.go | 116 ---------------
.../plugins/gitlab/tasks/deployment_convertor.go | 40 +++--
.../plugins/gitlab/tasks/deployment_extractor.go | 16 +-
.../gitlab/tasks/issue_assignee_convertor.go | 49 +++---
backend/plugins/gitlab/tasks/issue_convertor.go | 55 ++++---
backend/plugins/gitlab/tasks/issue_extractor.go | 44 ++++--
.../plugins/gitlab/tasks/issue_label_convertor.go | 53 +++----
backend/plugins/gitlab/tasks/job_convertor.go | 51 +++----
backend/plugins/gitlab/tasks/job_extractor.go | 18 +--
.../plugins/gitlab/tasks/mr_assignee_convertor.go | 52 +++----
.../plugins/gitlab/tasks/mr_commit_convertor.go | 64 ++++----
.../plugins/gitlab/tasks/mr_commit_extractor.go | 56 +++++--
backend/plugins/gitlab/tasks/mr_convertor.go | 57 ++++---
.../plugins/gitlab/tasks/mr_detail_extractor.go | 25 ++--
backend/plugins/gitlab/tasks/mr_enricher.go | 165 ---------------------
backend/plugins/gitlab/tasks/mr_enricher_test.go | 112 --------------
backend/plugins/gitlab/tasks/mr_extractor.go | 78 +++++++---
backend/plugins/gitlab/tasks/mr_label_convertor.go | 53 +++----
...r_comment_convertor.go => mr_note_convertor.go} | 55 +++----
backend/plugins/gitlab/tasks/mr_note_extractor.go | 18 +--
.../plugins/gitlab/tasks/mr_reviewer_convertor.go | 53 +++----
.../gitlab/tasks/pipeline_commit_convertor.go | 45 +++---
.../gitlab/tasks/pipeline_detail_convertor.go | 45 +++---
.../gitlab/tasks/pipeline_detail_extractor.go | 18 +--
backend/plugins/gitlab/tasks/pipeline_extractor.go | 17 +--
backend/plugins/gitlab/tasks/shared.go | 24 ++-
.../plugins/gitlab/tasks/trigger_job_extractor.go | 17 +--
backend/plugins/jira/tasks/epic_extractor.go | 10 +-
.../jira/tasks/issue_changelog_convertor.go | 2 +-
.../jira/tasks/issue_changelog_extractor.go | 9 +-
backend/plugins/jira/tasks/issue_convertor.go | 13 +-
backend/plugins/jira/tasks/issue_extractor.go | 35 +++--
backend/plugins/starrocks/tasks/tasks.go | 2 +-
backend/server/api/blueprints/blueprints.go | 1 +
config-ui/package.json | 4 +-
.../components/data-scope-remote/search-local.tsx | 131 ++++++----------
.../components/data-scope-remote/search-remote.tsx | 135 ++++++++---------
.../plugins/components/data-scope-select/index.tsx | 95 ++++++++----
.../webhook/components/selector-dialog.tsx | 19 +--
.../routes/blueprint/detail/blueprint-detail.tsx | 140 +++++++++++++++--
.../blueprint/detail/configuration-panel.tsx | 54 ++-----
.../src/routes/blueprint/detail/status-panel.tsx | 134 ++---------------
config-ui/yarn.lock | 20 +--
63 files changed, 1018 insertions(+), 1803 deletions(-)
delete mode 100644 backend/plugins/gitlab/e2e/mr_enrich_test.go
delete mode 100644
backend/plugins/gitlab/e2e/snapshot_tables/_tool_gitlab_merge_requests_for_enrich_test.csv
delete mode 100644 backend/plugins/gitlab/e2e/snapshot_tables/commits.csv
delete mode 100644 backend/plugins/gitlab/e2e/snapshot_tables/repo_commits.csv
copy
backend/{core/models/migrationscripts/20220725_add_project_mapping_table.go =>
plugins/gitlab/models/migrationscripts/20240904_remove_mr_review_fields.go}
(67%)
delete mode 100644 backend/plugins/gitlab/tasks/commit_collector.go
delete mode 100644 backend/plugins/gitlab/tasks/commit_convertor.go
delete mode 100644 backend/plugins/gitlab/tasks/commit_extractor.go
delete mode 100644 backend/plugins/gitlab/tasks/mr_enricher.go
delete mode 100644 backend/plugins/gitlab/tasks/mr_enricher_test.go
rename backend/plugins/gitlab/tasks/{mr_comment_convertor.go =>
mr_note_convertor.go} (70%)