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
omit d27faf6a3 feat(customize): add CSV import functionality for sprints
and issue changelogs/worklogs
add d5d3a4d26 fix: typo in Homepage dashboard (#8455)
add 4647d3db7 chore: fix lint error (#8457)
add 792f5eec4 feat(customize): add CSV import functionality for sprints
and issue changelogs/worklogs
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 (d27faf6a3)
\
N -- N -- N refs/heads/feat-8446 (792f5eec4)
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:
backend/go.mod | 1 +
backend/go.sum | 5 +++
.../migrationscripts/20250320_modify_file_meta.go | 4 +-
.../q_dev/models/migrationscripts/register.go | 3 +-
backend/plugins/q_dev/models/user_metrics.go | 49 +++++++++++-----------
backend/plugins/q_dev/q_dev.go | 2 +-
backend/plugins/q_dev/tasks/s3_client.go | 4 +-
backend/plugins/q_dev/tasks/task_data.go | 2 +-
grafana/dashboards/Homepage.json | 4 +-
9 files changed, 41 insertions(+), 33 deletions(-)