This is an automated email from the ASF dual-hosted git repository.
warren pushed a change to branch feat/q-dev-logging-enrich-dashboards
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from d56051522 fix: add Apache license headers to e2e files, fix gofmt
alignment
add 840c72890 feat(linker): link when branch names contain issue keys
(#8777)
add b68c102f2 Add codespell support with configuration and fixes (#8761)
add a4c8ee5a7 Merge branch 'main' into feat/q-dev-logging-enrich-dashboards
No new revisions were added by this update.
Summary of changes:
.github/ISSUE_TEMPLATE/config.yml => .codespellrc | 12 +++++++++-
.github/actions/auto-cherry-pick/action.yml | 2 +-
.github/workflows/{yaml-lint.yml => codespell.yml} | 26 +++++++++++++---------
backend/core/models/domainlayer/README.md | 2 +-
backend/core/models/locking.go | 2 +-
backend/core/plugin/plugin_blueprint.go | 4 ++--
backend/core/plugin/plugin_task.go | 2 +-
backend/core/utils/network_helper_test.go | 2 +-
backend/helpers/e2ehelper/data_flow_tester.go | 2 +-
backend/helpers/migrationhelper/migrationhelper.go | 6 ++---
.../migrationhelper/migrationhelper_test.go | 16 ++++++-------
.../helpers/pluginhelper/api/api_async_client.go | 2 +-
backend/helpers/pluginhelper/api/api_client.go | 2 +-
.../helpers/pluginhelper/api/batch_save_divider.go | 4 ++--
.../pluginhelper/api/data_convertor_stateful.go | 2 +-
.../api/ds_remote_api_scope_list_helper.go | 2 +-
backend/helpers/pluginhelper/api/iterator.go | 4 ++--
.../helpers/pluginhelper/api/model_api_helper.go | 4 ++--
.../helpers/pluginhelper/api/worker_scheduler.go | 4 ++--
backend/helpers/pluginhelper/csv_file_test.go | 4 ++--
backend/helpers/srvhelper/model_service_helper.go | 2 +-
.../helpers/srvhelper/scope_service_helper_test.go | 2 +-
backend/impls/context/default_basic_res.go | 2 +-
backend/impls/dalgorm/dalgorm.go | 4 ++--
backend/plugins/ae/api/connection.go | 2 +-
backend/plugins/bamboo/api/connection_api.go | 10 ++++-----
backend/plugins/bamboo/models/plan.go | 2 +-
backend/plugins/bamboo/tasks/shared.go | 2 +-
backend/plugins/customize/service/service.go | 2 +-
backend/plugins/dora/api/data.go | 6 ++---
.../models/migrationscripts/archived/connection.go | 2 +-
backend/plugins/gitextractor/parser/repo_gogit.go | 2 +-
backend/plugins/gitlab/e2e/job_test.go | 2 +-
.../models/migrationscripts/archived/connection.go | 2 +-
backend/plugins/gitlab/tasks/shared.go | 2 +-
.../tasks/issue_status_history_convertor.go | 2 +-
backend/plugins/jenkins/models/build.go | 2 +-
.../20220916_modify_jenkins_build.go | 4 ++--
.../20221131_add_fullName_for_builds.go | 4 ++--
.../models/migrationscripts/archived/build.go | 2 +-
.../migrationscripts/20220716_add_init_tables.go | 2 +-
.../models/migrationscripts/archived/source.go | 2 +-
backend/plugins/jira/tasks/issue_extractor.go | 2 +-
.../linker/e2e/snapshot_tables/board_issues.csv | 1 +
.../e2e/snapshot_tables/pull_request_issues.csv | 1 +
.../linker/e2e/snapshot_tables/pull_requests.csv | 3 ++-
backend/plugins/linker/impl/impl.go | 2 +-
backend/plugins/linker/tasks/link_pr_and_issue.go | 5 +++--
backend/plugins/refdiff/tasks/refdiff_task_data.go | 6 ++---
backend/plugins/tapd/api/blueprint_v200.go | 2 +-
.../migrationscripts/archived/tapd_connection.go | 2 +-
.../models/migrationscripts/archived/connection.go | 2 +-
.../tasks/execution_summary_dev_extractor.go | 2 +-
backend/plugins/zentao/tasks/task_collector.go | 2 +-
backend/python/pydevlake/pydevlake/api.py | 2 +-
backend/server/api/README.md | 2 +-
backend/server/services/blueprint.go | 2 +-
backend/server/services/pipeline.go | 6 ++---
backend/server/services/pipeline_runner.go | 4 ++--
backend/server/services/project.go | 2 +-
backend/test/helper/client.go | 2 +-
.../src/plugins/register/github/transformation.tsx | 2 +-
.../detail/components/sync-policy/index.tsx | 12 +++++-----
config-ui/src/routes/onboard/components/card.tsx | 4 ++--
config-ui/src/routes/onboard/index.tsx | 2 +-
config-ui/src/routes/onboard/styled.ts | 12 +++++-----
.../DeliveryQuality(RequireJiraAndGitlabData).json | 2 +-
grafana/_archive/Gitlab.json | 4 ++--
grafana/dashboards/DORADebug.json | 4 ++--
.../dashboards/DORADetails-ChangeFailureRate.json | 2 +-
...moHowFastDoWeRespondToCustomerRequirements.json | 2 +-
71 files changed, 141 insertions(+), 121 deletions(-)
copy .github/ISSUE_TEMPLATE/config.yml => .codespellrc (52%)
copy .github/workflows/{yaml-lint.yml => codespell.yml} (72%)