This is an automated email from the ASF dual-hosted git repository.
mintsweet pushed a change to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
discard e885a0b2c feat(config-ui): integrate external code
add fc1ad090e fix: panic during github_graphql task when grabbing
deployments (#6513) (#6514)
add b314f8616 fix: yarn library license issues (#6483) (#6516)
add e0f3bccd4 fix: update certifi version to address CVE-2023-37920
(#6509) (#6518)
add 970b8e378 fix: add collect sonarqube mode by file (#6507) (#6532)
add 8e75ca039 fix(config-ui): add label UTC to sync frequency (#6525)
(#6533)
add fefc4fbf5 fix(db): add missing primary keys (#6534)
add fb288d019 fix: incorrect datetime value: '0000-00-00' for column
latest_updated… (#6541) (#6542)
add ce9a9397e fix: github issue data too long for column type (#6560)
new 66d9e518b feat(config-ui): integrate external code
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 (e885a0b2c)
\
N -- N -- N refs/heads/next (66d9e518b)
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 1 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:
LICENSE | 31 ++++--
backend/core/models/domainlayer/ticket/issue.go | 2 +-
backend/core/models/locking.go | 2 +-
... 20231205_modify_issue_original_type_length.go} | 26 +++--
backend/core/models/migrationscripts/register.go | 1 +
...dd_primary_key_for_bitbucket_pipeline_steps.go} | 34 +++++--
.../bitbucket/models/migrationscripts/register.go | 1 +
backend/plugins/github/models/issue.go | 5 +-
.../20231205_modify_issue_type_length.go} | 29 +++---
.../github/models/migrationscripts/register.go | 1 +
.../tasks/deployment_collector_extractor.go | 9 +-
backend/plugins/sonarqube/impl/impl.go | 8 +-
.../plugins/sonarqube/tasks/issues_collector.go | 109 ++++++++++++++++++---
.../20231123_recreate_teambition_connections.go} | 45 ++++-----
.../teambition/models/migrationscripts/register.go | 1 +
backend/python/plugins/azuredevops/poetry.lock | 15 ++-
backend/python/pydevlake/poetry.lock | 43 ++------
backend/python/pydevlake/pyproject.toml | 1 +
backend/python/test/fakeplugin/poetry.lock | 43 ++------
backend/server/services/locking.go | 3 +-
config-ui/.yarn/releases/yarn-3.4.1.cjs | 13 +++
config-ui/src/config/cron.ts | 6 +-
22 files changed, 258 insertions(+), 170 deletions(-)
copy
backend/core/models/migrationscripts/{20230517_add_updated_date_to_issue_comments.go
=> 20231205_modify_issue_original_type_length.go} (64%)
copy backend/plugins/bitbucket/models/{pipeline_step.go =>
migrationscripts/20231123_add_primary_key_for_bitbucket_pipeline_steps.go} (60%)
copy
backend/{core/models/migrationscripts/20230405_rename_tap_collector_state.go =>
plugins/github/models/migrationscripts/20231205_modify_issue_type_length.go}
(64%)
copy backend/{core/models/migrationscripts/20220905_modfiy_cicd_pipeline.go =>
plugins/teambition/models/migrationscripts/20231123_recreate_teambition_connections.go}
(52%)