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

zhangliang2022 pushed a change to branch release-v0.11
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


    from 0677f875 fix(gitlab): delete gitlab child pipeline subtask (#2120)
     new a17e2f50 fix: golangci-lint not works in CI (#2084)
     new f684d9ba fix: add .rat-excludes file
     new 3b103f16 fix: add Apache license header
     new 55512d6b fix: resolve conflit
     new a9bca32f Merge branch 'release-v0.11' of 
github.com:apache/incubator-devlake into release-v0.11
     new e79d6e31 fix: add ASF header to webpack.cofnig.js

The 6 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:
 .github/workflows/golangci-lint.yml                |  4 +-
 .golangci.yaml                                     |  3 +-
 .rat-excludes                                      | 44 ++++++++++++++++++++++
 Dockerfile                                         | 23 +++++------
 Makefile                                           |  3 ++
 config-ui/Dockerfile                               | 25 ++++++++++++
 config-ui/src/index-production.html                | 17 +++++++++
 config-ui/src/index.html                           | 16 ++++++++
 config-ui/webpack.config.js                        | 17 +++++++++
 config-ui/webpack.production.config.js             | 18 +++++++++
 config/config_test.go                              | 17 +++++++++
 grafana/Dockerfile                                 | 25 ++++++++++++
 plugins/gitlab/models/issue.go                     | 17 +++++++++
 plugins/gitlab/models/issue_label.go               | 21 ++++++++++-
 .../migrationscripts/update_schemas20220525.go     | 10 ++---
 plugins/gitlab/tasks/issue_collector.go            | 19 +++++++++-
 plugins/gitlab/tasks/issue_convertor.go            | 17 +++++++++
 plugins/gitlab/tasks/issue_extractor.go            | 18 +++++++++
 plugins/gitlab/tasks/issue_label_convertor.go      | 17 +++++++++
 plugins/gitlab/tasks/shared.go                     |  2 +-
 plugins/helper/api_collector.go                    |  4 +-
 plugins/helper/data_convertor_test.go              | 17 +++++++++
 plugins/helper/default_task_context.go             |  4 +-
 .../models/migrationscripts/archived/changelog.go  |  8 ++--
 .../migrationscripts/updateSchemas20220527.go      |  2 +-
 plugins/jira/models/response_type.go               |  5 +--
 .../tasks/refs_pr_cherry_pick_calculator.go        |  2 +-
 plugins/tapd/models/bug_custom_field.go            | 17 +++++++++
 .../migrationscripts/archived/bug_custom_field.go  | 17 +++++++++
 .../migrationscripts/archived/story_category.go    | 17 +++++++++
 .../archived/story_custom_field.go                 | 17 +++++++++
 .../migrationscripts/archived/task_custom_field.go | 17 +++++++++
 .../migrationscripts/update_schemas20220531.go     |  2 +-
 plugins/tapd/models/story_category.go              | 17 +++++++++
 plugins/tapd/models/story_custom_field.go          | 17 +++++++++
 plugins/tapd/models/task_custom_field.go           | 17 +++++++++
 plugins/tapd/tapd.go                               |  5 ++-
 plugins/tapd/tasks/bug_changelog_converter.go      |  4 +-
 38 files changed, 480 insertions(+), 42 deletions(-)
 create mode 100644 .rat-excludes

Reply via email to