This is an automated email from the ASF dual-hosted git repository.
klesh pushed a change to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
discard 1ce58c966 feat(config-ui): integrate external code
add f1ddaa953 fix: gitextractor can not run (#6660) (#6665)
add 79e1f9119 fix(fetch): fix wrong use of db.Fetch (#6669)
add 75c4c3387 fix: convert rules index out of range (#6670) (#6674)
add 8eec57808 fix: type trans rules (#6679) (#6683)
add cf506f9d9 fix: issue created on Sunday are not being considered
(#6682) (#6684)
add e50e91bf6 fix: PR Size is getting duplicated when using query from the
document… (#6661)
add effb0d251 fix: duration_sec has wrong value (#6691)
add 94623f123 refactor: seperate sensitive APIs into different functions
(#6699)
new ebf6aa729 feat(config-ui): integrate external code
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 (1ce58c966)
\
N -- N -- N refs/heads/next (ebf6aa729)
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 1 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:
...remove_createddateafter_from_collector_state.go | 4 +-
.../20230829_normalize_bp_settings.go | 4 +-
backend/helpers/migrationhelper/migrationhelper.go | 2 +-
.../pluginhelper/api/api_collector_with_state.go | 22 +++++---
backend/helpers/pluginhelper/api/api_extractor.go | 3 +-
.../helpers/pluginhelper/api/graphql_collector.go | 4 +-
backend/plugins/ae/tasks/commits_convertor.go | 7 +--
backend/plugins/gitee/tasks/issue_extractor.go | 45 +++++-----------
backend/plugins/gitee/tasks/pr_extractor.go | 15 ++----
backend/plugins/github/api/blueprint_v200.go | 2 +-
.../e2e/snapshot_tables/_tool_github_issues.csv | 18 +++----
backend/plugins/github/tasks/issue_extractor.go | 25 ++++-----
backend/plugins/github/tasks/pr_extractor.go | 15 ++----
.../github/tasks/pr_review_comment_extractor.go | 2 +-
.../github_graphql/tasks/issue_extractor.go | 25 ++++-----
.../plugins/github_graphql/tasks/pr_extractor.go | 18 +++----
backend/plugins/gitlab/api/blueprint_v200.go | 2 +-
.../plugins/gitlab/e2e/pipelines_detail_test.go | 23 +++------
backend/plugins/gitlab/e2e/pipelines_test.go | 55 +-------------------
.../_raw_gitlab_api_pipeline_details.csv | 17 ++++++
.../e2e/snapshot_tables/_tool_gitlab_pipelines.csv | 45 ++++++----------
.../e2e/snapshot_tables/cicd_pipeline_commits.csv | 60 +++++++++++-----------
.../gitlab/e2e/snapshot_tables/cicd_pipelines.csv | 45 ++++++----------
...0231221_add_time_filed_to_pipeline_projects.go} | 27 +++++-----
.../gitlab/models/migrationscripts/register.go | 1 +
backend/plugins/gitlab/models/pipeline.go | 12 +++--
backend/plugins/gitlab/tasks/issue_extractor.go | 58 ++++++++-------------
.../plugins/gitlab/tasks/mr_detail_extractor.go | 15 ++----
backend/plugins/gitlab/tasks/mr_extractor.go | 15 ++----
.../gitlab/tasks/pipeline_detail_collector.go | 16 +++---
.../gitlab/tasks/pipeline_detail_extractor.go | 24 ++-------
backend/plugins/gitlab/tasks/pipeline_extractor.go | 37 ++-----------
.../refdiff/tasks/commit_diff_calculator.go | 2 +-
.../tasks/deployment_commit_diff_calculator.go | 2 +-
.../tasks/refs_pr_cherry_pick_calculator.go | 3 +-
backend/server/api/api.go | 40 ++++++++++-----
backend/server/api/middlewares.go | 2 +-
backend/server/services/pipeline_runner.go | 4 +-
.../EngineeringThroughputAndCycleTime.json | 4 +-
.../EngineeringThroughputAndCycleTimeTeamView.json | 2 +-
grafana/dashboards/WeeklyBugRetro.json | 14 ++---
grafana/dashboards/WeeklyCommunityRetro.json | 34 ++++++------
42 files changed, 298 insertions(+), 472 deletions(-)
create mode 100644
backend/plugins/gitlab/e2e/raw_tables/_raw_gitlab_api_pipeline_details.csv
copy backend/plugins/{zentao/models/migrationscripts/20230627_add_task_left.go
=>
gitlab/models/migrationscripts/20231221_add_time_filed_to_pipeline_projects.go}
(64%)