This is an automated email from the ASF dual-hosted git repository.
narro pushed a change to branch fix-#8525
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
discard 90aedb391 fix: notify pipeline started after status change committed
add 8989fcbf2 fix: full sync jira if due date field changed (#8524)
add d4a195761 fix(q_dev): fix task logging (#8503)
add 2d8cca1a4 fix(config-ui): fix grafana proxy in dev mode (#8499)
add 558de529c fix: notify pipeline started after status change committed
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 (90aedb391)
\
N -- N -- N refs/heads/fix-#8525 (558de529c)
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/plugins/jira/tasks/epic_extractor.go | 1 +
backend/plugins/jira/tasks/issue_extractor.go | 1 +
backend/plugins/q_dev/api/connection_test.go | 4 +-
backend/plugins/q_dev/impl/impl.go | 1 +
.../migrationscripts/archived/user_metrics.go | 3 +-
backend/plugins/q_dev/models/user_data_test.go | 98 +++++------
backend/plugins/q_dev/tasks/s3_data_extractor.go | 21 ++-
.../plugins/q_dev/tasks/s3_data_extractor_test.go | 188 ++++++++++++++-------
config-ui/vite.config.ts | 4 +
9 files changed, 196 insertions(+), 125 deletions(-)