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

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


    from 69f15ed1 fix(runner): swallow the error form exec.Command.Run (#1988)
     new e5add0cc fix: some database fields are not compliant
     new 6a5a7d90 fix: calculatePrCherryPick has an error in SQL syntax
     new 3512d7e8 fix: log level and remove fmt println

The 3 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/code/pull_request.go            |  2 +-
 models/domainlayer/ticket/changelog.go             |  4 +-
 models/migrationscripts/register.go                |  3 +-
 .../updateSchemas20220526.go}                      | 32 +++++++++++--
 .../updateSchemas20220527.go}                      | 38 ++++++++++++++--
 plugins/gitextractor/parser/libgit2.go             |  2 +-
 plugins/github/tasks/pr_convertor.go               |  2 +-
 plugins/jira/jira.go                               |  3 ++
 plugins/jira/models/changelog.go                   |  4 +-
 plugins/jira/models/issue.go                       |  2 +-
 .../models/migrationscripts/archived/changelog.go  |  8 ++--
 .../updateSchemas20220525.go}                      | 37 ++++++++++++---
 ...schemas20220518.go => updateSchemas20220526.go} | 29 ++++++------
 .../changelog.go => updateSchemas20220527.go}      | 52 +++++++++++++---------
 plugins/jira/models/project.go                     |  2 +-
 plugins/jira/tasks/apiv2models/changelog.go        | 16 +++----
 plugins/jira/tasks/apiv2models/issue.go            |  2 +-
 plugins/jira/tasks/apiv2models/project.go          |  2 +-
 plugins/jira/tasks/changelog_convertor.go          |  4 +-
 plugins/jira/tasks/issue_convertor.go              |  4 +-
 plugins/jira/tasks/sprint_issues_convertor.go      |  6 +--
 .../tasks/refs_pr_cherry_pick_calculator.go        | 14 +++---
 plugins/tapd/models/changelog.go                   |  7 +--
 plugins/tapd/tasks/bug_changelog_converter.go      |  4 +-
 plugins/tapd/tasks/story_changelog_converter.go    |  9 ++--
 plugins/tapd/tasks/task_changelog_converter.go     |  9 ++--
 26 files changed, 197 insertions(+), 100 deletions(-)
 copy models/{domainlayer/code/pull_request.go => 
migrationscripts/updateSchemas20220526.go} (71%)
 copy models/{domainlayer/ticket/changelog.go => 
migrationscripts/updateSchemas20220527.go} (58%)
 copy plugins/jira/models/{project.go => 
migrationscripts/updateSchemas20220525.go} (54%)
 copy plugins/jira/models/migrationscripts/{update_schemas20220518.go => 
updateSchemas20220526.go} (82%)
 copy plugins/jira/models/migrationscripts/{archived/changelog.go => 
updateSchemas20220527.go} (56%)

Reply via email to