Skip to content

Conversation

@clayandgen
Copy link
Contributor

Recurring activities appeared in the Calendar UI but failed to execute because:

  1. All recurring activities shared the same UUID, so not_queued? skipped all but the first
  2. The creation notification only contained the last activity's data, so others weren't loaded into the schedule

Solution:

  • Generate unique UUID for each recurring activity instance (activity_model.rb)
  • Trigger schedule refresh when recurring activity is created (timeline_microservice.rb) (Enterprise)

@codecov
Copy link

codecov bot commented Jan 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.17%. Comparing base (7f1bdd9) to head (37fffdf).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2756   +/-   ##
=======================================
  Coverage   79.17%   79.17%           
=======================================
  Files         670      670           
  Lines       54278    54279    +1     
  Branches      734      734           
=======================================
+ Hits        42972    42976    +4     
+ Misses      11226    11223    -3     
  Partials       80       80           
Flag Coverage Δ
python 80.97% <ø> (+<0.01%) ⬆️
ruby-api 83.61% <ø> (ø)
ruby-backend 82.20% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants