This is an automated email from the ASF dual-hosted git repository.
klesh pushed a change to branch kw-7852-components-field-length
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
discard 0e6436a67 fix: change jira issue component field to text type
omit 5dd8e0fe4 fix: gitub deployment unit test
omit 4e6490168 fix: github issues not being updated
omit 0c36b4c8d docs: add comments
omit 70a468bdb refactor: update github account/release extractor to adopt
single record extraction
omit f0601e571 refactor: update github deployment extractor to extract
single records
omit 85098ccb1 refactor: update github issue extractor to extract single
record
omit 799a4382a refactor: update github job extractor for single record
structure
omit 88ac8eb6f fix: pull requests not being updated
omit 5266dbeff refactor: remove extraction logic from github graphql
collector
add 938e22c87 fix unexpected incremental mode when re-transformating data
(#7834)
add 2566dd3b2 fix: not set page and pageSize for pipelines (#7830)
add 2d9106c03 fix: unnecessary refresh when changing url (#7838)
add ff673345e fix(dashboard): update dashboard, fix wrong sql (#7843)
add c64bd2d29 fix(github): ignore bot account (#7845)
add 0a4f7ebc0 feat: improve some description for onboard (#7840)
add 8f80ea3c2 feat: update dashboard tags (#7848)
add 3da686d26 fix(dora): add more log in task ConnectIncidentToDeployment
(#7854)
add 6cbf8557e Add more log for dora task ConnectIncidentToDeployment
(#7856)
add 45a3c97df Fix errors in dora plugin (#7858)
add 265964924 fix(gitextractor): update cli args when fetching remote
repos (#7853)
add f17dd68bf refactor(helpers): update "NewSubtaskStateManager" (#7861)
add 5f8bffbeb fix: adjust Grafana timezone handling for non-UTC databases
(#7865)
add ceec014e8 fix(helpers): fix concurrent map writes (#7869)
add 9b28c7661 fix(ui): correct documentation urls (#7871)
add 9f43180be fix: activated date replace started date in sprint (#7874)
add c50b563ec feat: issue add is_subtask field (#7879)
new 5a6c3f933 refactor: remove extraction logic from github graphql
collector
new d643a16ba fix: pull requests not being updated
new ea7a6899f refactor: update github job extractor for single record
structure
new 6128b6872 refactor: update github issue extractor to extract single
record
new 731a1f52f refactor: update github deployment extractor to extract
single records
new 26df5896b refactor: update github account/release extractor to adopt
single record extraction
new 7638cf1d9 docs: add comments
new d16f143e1 fix: github issues not being updated
new e4e40bef6 fix: gitub deployment unit test
new 4eeca4d1f fix: change jira issue component field to text type
new 372ea3ebe fix: column type should not be parameterized
new ae6621a2c fix: #7852 sonarqube issues component field data too long
new 12253ce41 fix: change issue.components to text to avoid data too long
error
new f10bd6a5e doc: fix jira issues component tag
new 7a300ef44 fix: change bitbucket issue components field to text
new 7857bd509 fix: change gitee issue components field to text
new 17cd56e62 fix: change github issue components field to text
new e006d21b3 fix: change gitlab issue components field to text
new 9c848096f fix: #7715 Data too long for column 'project_key'
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 (0e6436a67)
\
N -- N -- N refs/heads/kw-7852-components-field-length
(9c848096f)
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 19 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:
.../models/domainlayer/codequality/cq_projects.go | 2 +-
backend/core/models/domainlayer/ticket/issue.go | 6 +-
...o_pr.go => 20240813_add_is_subtask_to_issue.go} | 24 ++--
.../20240813_change_issue_component_type.go} | 6 +-
.../20240813_increase_project_key_length.go} | 16 +--
backend/core/models/migrationscripts/register.go | 1 +
.../pluginhelper/api/collector_state_manager.go | 2 +-
.../pluginhelper/api/ds_remote_api_proxy_api.go | 26 +++--
.../pluginhelper/api/subtask_state_manager.go | 105 +++++++++++------
backend/impls/dalgorm/dalgorm.go | 7 +-
backend/plugins/bitbucket/models/issue.go | 2 +-
.../20240813_change_issue_component_type.go} | 6 +-
.../bitbucket/models/migrationscripts/register.go | 1 +
backend/plugins/dora/impl/impl.go | 2 +-
.../dora/tasks/incident_deploy_connector.go | 22 +++-
backend/plugins/gitee/models/issue.go | 2 +-
.../20240813_change_issue_component_type.go} | 6 +-
.../gitee/models/migrationscripts/register.go | 1 +
backend/plugins/gitextractor/impl/impl.go | 2 +-
.../plugins/gitextractor/parser/clone_gitcli.go | 8 +-
backend/plugins/github/models/issue.go | 2 +-
.../20240813_change_issue_component_type.go} | 6 +-
.../github/models/migrationscripts/register.go | 1 +
backend/plugins/github/tasks/pr_convertor.go | 4 +-
backend/plugins/gitlab/models/issue.go | 2 +-
.../20240813_change_issue_component_type.go} | 6 +-
.../gitlab/models/migrationscripts/register.go | 1 +
.../e2e/snapshot_tables/_tool_jira_sprints.csv | 60 +++++-----
.../plugins/jira/e2e/snapshot_tables/sprints.csv | 58 ++++-----
backend/plugins/jira/e2e/sprint_test.go | 129 ++++++++++-----------
backend/plugins/jira/models/issue.go | 2 +-
backend/plugins/jira/tasks/apiv2models/sprint.go | 15 +--
backend/plugins/jira/tasks/issue_convertor.go | 1 +
backend/plugins/jira/tasks/issue_extractor.go | 18 +--
.../opsgenie/e2e/snapshot_tables/issues.csv | 6 +-
.../pagerduty/e2e/snapshot_tables/issues.csv | 8 +-
backend/plugins/sonarqube/api/blueprint_v200.go | 2 +-
.../20240813_change_issue_component_type.go} | 6 +-
.../20240813_increase_project_key_length.go} | 16 +--
.../sonarqube/models/migrationscripts/register.go | 2 +
.../plugins/sonarqube/models/sonarqube_issue.go | 2 +-
.../plugins/sonarqube/models/sonarqube_project.go | 2 +-
.../plugins/sonarqube/tasks/projects_convertor.go | 12 +-
.../tapd/e2e/snapshot_tables/issues_story.csv | 42 +++----
.../tapd/e2e/snapshot_tables/issues_task.csv | 32 ++---
.../teambition/e2e/snapshot_tables/issues.csv | 46 ++++----
.../zentao/e2e/snapshot_tables/issues_bug.csv | 14 +--
.../zentao/e2e/snapshot_tables/issues_story.csv | 20 ++--
.../zentao/e2e/snapshot_tables/issues_task.csv | 8 +-
config-ui/src/api/pipeline/index.ts | 3 +-
config-ui/src/config/paths.ts | 20 +---
.../components/connection-form/fields/token.tsx | 4 +-
.../src/plugins/components/scope-config/index.tsx | 2 +-
config-ui/src/release/stable.ts | 6 +-
.../routes/blueprint/connection-detail/index.tsx | 14 ++-
.../routes/blueprint/detail/blueprint-detail.tsx | 21 ++--
config-ui/src/routes/blueprint/home/index.tsx | 10 +-
config-ui/src/routes/onboard/step-1.tsx | 13 ++-
config-ui/src/routes/onboard/step-2.tsx | 9 +-
config-ui/src/routes/pipeline/components/table.tsx | 8 +-
config-ui/src/routes/pipeline/pipelines.tsx | 5 +-
config-ui/src/routes/project/detail/index.tsx | 16 ++-
.../src/routes/project/detail/settings-panel.tsx | 6 +-
config-ui/src/routes/project/home/index.tsx | 13 ++-
grafana/dashboards/AzureDevOps.json | 5 +-
grafana/dashboards/Bamboo.json | 2 +-
grafana/dashboards/BitBucket.json | 5 +-
grafana/dashboards/CircleCI.json | 5 +-
.../dashboards/ComponentAndFileLevelMetrics.json | 2 +-
grafana/dashboards/ContributorExperience.json | 2 +-
grafana/dashboards/DORA.json | 8 +-
grafana/dashboards/DORAByTeam.json | 8 +-
grafana/dashboards/DORADebug.json | 7 +-
.../dashboards/DORADetails-ChangeFailureRate.json | 2 +-
.../DORADetails-DeploymentFrequency.json | 2 +-
.../DORADetails-FailedDeploymentRecoveryTime.json | 2 +-
.../dashboards/DORADetails-LeadTimeforChanges.json | 2 +-
.../DORADetails-TimetoRestoreService.json | 2 +-
.../DemoAverageRequirementLeadTimeByAssignee.json | 2 +-
grafana/dashboards/DemoCommitCountByAuthor.json | 2 +-
grafana/dashboards/DemoDetailedBugInfo.json | 2 +-
grafana/dashboards/DemoHomepage.json | 2 +-
...moHowFastDoWeRespondToCustomerRequirements.json | 2 +-
.../DemoIsThisMonthMoreProductiveThanLast.json | 2 +-
.../dashboards/DemoWasOurQualityImprovedOrNot.json | 2 +-
grafana/dashboards/EngineeringOverview.json | 5 +-
.../EngineeringThroughputAndCycleTime.json | 2 +-
.../EngineeringThroughputAndCycleTimeTeamView.json | 2 +-
grafana/dashboards/GitHub.json | 5 +-
...ithubReleaseQualityAndContributionAnalysis.json | 2 +-
grafana/dashboards/Gitlab.json | 5 +-
grafana/dashboards/Homepage.json | 2 +-
grafana/dashboards/Jenkins.json | 5 +-
grafana/dashboards/Jira.json | 2 +-
grafana/dashboards/Opsgenie.json | 2 +-
grafana/dashboards/PagerDuty.json | 5 +-
grafana/dashboards/Sonarqube.json | 5 +-
grafana/dashboards/TAPD.json | 2 +-
grafana/dashboards/Teambition.json | 2 +-
grafana/dashboards/WeeklyBugRetro.json | 5 +-
grafana/dashboards/WeeklyCommunityRetro.json | 2 +-
grafana/dashboards/WorkLogs.json | 5 +-
grafana/dashboards/Zentao.json | 2 +-
103 files changed, 579 insertions(+), 469 deletions(-)
copy backend/core/models/migrationscripts/{20240725_add_is_draft_to_pr.go =>
20240813_add_is_subtask_to_issue.go} (68%)
copy
backend/{plugins/jira/models/migrationscripts/20240809_change_issue_component_type.go
=> core/models/migrationscripts/20240813_change_issue_component_type.go} (88%)
copy
backend/{plugins/jira/models/migrationscripts/20240809_change_issue_component_type.go
=> core/models/migrationscripts/20240813_increase_project_key_length.go} (69%)
copy
backend/plugins/{jira/models/migrationscripts/20240809_change_issue_component_type.go
=> bitbucket/models/migrationscripts/20240813_change_issue_component_type.go}
(87%)
copy
backend/plugins/{jira/models/migrationscripts/20240809_change_issue_component_type.go
=> gitee/models/migrationscripts/20240813_change_issue_component_type.go} (88%)
copy
backend/plugins/{jira/models/migrationscripts/20240809_change_issue_component_type.go
=> github/models/migrationscripts/20240813_change_issue_component_type.go}
(87%)
copy
backend/plugins/{jira/models/migrationscripts/20240809_change_issue_component_type.go
=> gitlab/models/migrationscripts/20240813_change_issue_component_type.go}
(87%)
copy
backend/plugins/{jira/models/migrationscripts/20240809_change_issue_component_type.go
=> sonarqube/models/migrationscripts/20240813_change_issue_component_type.go}
(87%)
copy
backend/plugins/{jira/models/migrationscripts/20240809_change_issue_component_type.go
=> sonarqube/models/migrationscripts/20240813_increase_project_key_length.go}
(68%)