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

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


 discard 3fc9db42a fix(customize): delete board_sprints before import sprints
 discard ec422dd99 feat(customize): add CSV import functionality for sprints 
and issue changelogs/worklogs
     add c77916a14 fix: add missing issues.fix_versions (#8496)
     add ce89adebe fix(q_dev): include more metrics, prevent data duplication 
(#8498)
     add 3684cdb2e fix(q_dev): correct Code Fix acceptance rate calculation in 
dashboard (#8500)
     add 2168c06ea feat(customize): add CSV import functionality for sprints 
and issue changelogs/worklogs
     add a392f5bb5 fix(customize): delete board_sprints before import sprints

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   (3fc9db42a)
            \
             N -- N -- N   refs/heads/feat-8446 (a392f5bb5)

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:
 .../20250710_issue_fix_version.go}                 |  28 +--
 backend/core/models/migrationscripts/register.go   |   1 +
 .../20250710_add_missing_metrics.go                |  78 +++++++
 .../q_dev/models/migrationscripts/register.go      |   1 +
 backend/plugins/q_dev/models/user_data.go          |  68 ++++--
 backend/plugins/q_dev/models/user_data_test.go     | 193 ++++++++--------
 backend/plugins/q_dev/tasks/s3_data_extractor.go   |  67 +++++-
 .../plugins/q_dev/tasks/s3_data_extractor_test.go  | 180 ++++++++++++++-
 backend/plugins/q_dev/tasks/s3_file_collector.go   |  32 ++-
 grafana/dashboards/qdev_user_data.json             | 243 +++------------------
 10 files changed, 531 insertions(+), 360 deletions(-)
 copy 
backend/{plugins/jira/models/migrationscripts/20230214_remove_issue_stdstorypoint.go
 => core/models/migrationscripts/20250710_issue_fix_version.go} (66%)
 create mode 100644 
backend/plugins/q_dev/models/migrationscripts/20250710_add_missing_metrics.go

Reply via email to