This is an automated email from the ASF dual-hosted git repository.

camilleteruel pushed a change to branch migrate_nullable_columns
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


 discard 24f1f187e fix: Add migration for nullable columns
     add a896f1439 feat: port dev panel to release-v0.17 (#5375)
     add 4dfaca52b cherrypick(v0.17.0-beta11): #5386 (#5387)
     add c7a8c8763 fix: fix gitlab lost mr commit (#5418)
     add 2584a2d76 fix: Add migration for nullable columns

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   (24f1f187e)
            \
             N -- N -- N   refs/heads/migrate_nullable_columns (2584a2d76)

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:
 .../plugins/gitlab/tasks/mr_commit_collector.go    |   3 +-
 backend/plugins/gitlab/tasks/mr_note_collector.go  |   4 +-
 backend/plugins/gitlab/tasks/shared.go             |   6 +-
 backend/plugins/jira/api/transformation_rule.go    | 162 ++++++
 .../{project_test.go => development_penal_test.go} |  31 +-
 .../_raw_jira_api_development_panels.csv           |  92 +++
 .../_tool_jira_issue_commits_dev_panel.csv         | 647 +++++++++++++++++++++
 backend/plugins/jira/impl/impl.go                  |   9 +
 backend/plugins/jira/models/issue_commit.go        |   1 +
 .../migrationscripts/20230512_add_repo_url.go}     |  26 +-
 .../20230601_add_application_type.go}              |  22 +-
 .../jira/models/migrationscripts/register.go       |   2 +
 .../plugins/jira/models/transformation_rules.go    |   1 +
 .../jira/tasks/apiv2models/development_penal.go    |  57 ++
 ...collector.go => development_panel_collector.go} |  78 ++-
 ...extractor.go => development_panel_extractor.go} |  62 +-
 .../jira/tasks/issue_repo_commit_convertor.go      |   3 +-
 backend/plugins/jira/tasks/remotelink_collector.go |   5 +
 backend/plugins/jira/tasks/remotelink_extractor.go |   5 +
 backend/plugins/jira/tasks/task_data.go            |   6 +
 .../_raw_tapd_api_story_changelogs_1.csv           |  11 -
 .../_raw_tapd_api_story_changelogs_3.csv           |  11 -
 .../python/plugins/azuredevops/azuredevops/api.py  |   2 +-
 .../azuredevops/azuredevops/streams/jobs.py        |  12 +-
 backend/python/pydevlake/pydevlake/subtasks.py     |   9 +-
 25 files changed, 1130 insertions(+), 137 deletions(-)
 copy backend/plugins/jira/e2e/{project_test.go => development_penal_test.go} 
(71%)
 create mode 100644 
backend/plugins/jira/e2e/raw_tables/_raw_jira_api_development_panels.csv
 create mode 100644 
backend/plugins/jira/e2e/snapshot_tables/_tool_jira_issue_commits_dev_panel.csv
 copy 
backend/plugins/{webhook/models/migrationscripts/20220908_add_init_tables.go => 
jira/models/migrationscripts/20230512_add_repo_url.go} (67%)
 copy 
backend/{core/models/migrationscripts/20221215_add_original_project_to_issues.go
 => plugins/jira/models/migrationscripts/20230601_add_application_type.go} (64%)
 create mode 100644 backend/plugins/jira/tasks/apiv2models/development_penal.go
 copy backend/plugins/jira/tasks/{issue_changelog_collector.go => 
development_panel_collector.go} (63%)
 copy backend/plugins/jira/tasks/{issue_changelog_extractor.go => 
development_panel_extractor.go} (61%)
 delete mode 100644 
backend/plugins/tapd/e2e/raw_tables/_raw_tapd_api_story_changelogs_1.csv
 delete mode 100644 
backend/plugins/tapd/e2e/raw_tables/_raw_tapd_api_story_changelogs_3.csv

Reply via email to