Fix incorrect activity count in summaries #5

Open
kabupatix wants to merge 1 commit from kabupatix/summary-activity-count into main
kabupatix commented 2026-04-12 09:39:23 +02:00 (Migrated from github.com)
No description provided.
McPringle commented 2026-04-28 17:02:37 +02:00 (Migrated from github.com)

Easy solution, but after applying your patch the calculation becomes synchronous and may slow down imports and uploads.

I identified the root cause of the incorrect data: a potential race condition when activities are created in rapid succession. I have proposed a fix in PR #26.

Easy solution, but after applying your patch the calculation becomes synchronous and may slow down imports and uploads. I identified the root cause of the incorrect data: a potential race condition when activities are created in rapid succession. I have proposed a fix in PR #26.
McPringle commented 2026-04-30 11:43:37 +02:00 (Migrated from github.com)

The current implementation of the analytics part is unnecessarily complicated and looks error prone. I would like to work on a simpler solution. See Issue #30.

The current implementation of the analytics part is unnecessarily complicated and looks error prone. I would like to work on a simpler solution. See Issue #30.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin kabupatix/summary-activity-count:kabupatix/summary-activity-count
git checkout kabupatix/summary-activity-count

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff kabupatix/summary-activity-count
git checkout kabupatix/summary-activity-count
git rebase main
git checkout main
git merge --ff-only kabupatix/summary-activity-count
git checkout kabupatix/summary-activity-count
git rebase main
git checkout main
git merge --no-ff kabupatix/summary-activity-count
git checkout main
git merge --squash kabupatix/summary-activity-count
git checkout main
git merge --ff-only kabupatix/summary-activity-count
git checkout main
git merge kabupatix/summary-activity-count
git push origin main
Sign in to join this conversation.
No description provided.