Skip to content
Open
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4976398
Add OpenSpec proposal for personal rate notifications
niemyjski May 31, 2026
f821e7f
fix: address five spec review findings in personal rate notifications
niemyjski May 31, 2026
c8773f8
feat: add RateNotificationRule model, repository, and ES index
niemyjski May 31, 2026
f2bc457
feat: add RateCounterService and pipeline action for event rate tracking
niemyjski May 31, 2026
fc1636f
feat: add RateNotificationEvaluatorJob and RateNotificationsJob
niemyjski May 31, 2026
bd51eed
feat: add SendRateNotificationAsync to IMailer and rate-notification …
niemyjski May 31, 2026
9692a4b
feat: add RateNotificationRule API controller and DTOs
niemyjski May 31, 2026
1de73ed
feat: register rate notification services, jobs, and queues in DI
niemyjski May 31, 2026
09c4b3f
test: add rate notification tests including snooze back-alert regression
niemyjski May 31, 2026
43254b0
chore: update .gitignore
niemyjski May 31, 2026
2d93a42
feat: add rate-notifications Svelte 5 frontend feature module
niemyjski May 31, 2026
143cfea
fix: use ImmediateConsistency on AddAsync to prevent rule-count bypas…
niemyjski May 31, 2026
0cbe829
fix: string-enum serialization + mutation-init + UI integration for r…
niemyjski May 31, 2026
568f8fc
style: address bot feedback - combine nested ifs and use Where() in p…
niemyjski May 31, 2026
eaaf2c2
Merge remote-tracking branch 'origin/main' into feature/rate-notifica…
niemyjski Jul 10, 2026
794ad11
fix: harden rate notification runtime
niemyjski Jul 10, 2026
6a7f9c3
fix: harden rate notification UI
niemyjski Jul 10, 2026
1ef9c39
fix: finish rate notification production hardening
niemyjski Jul 10, 2026
0ba6727
fix: complete rate notification production hardening
niemyjski Jul 10, 2026
8abe14b
Merge branch 'feature/rate-notifications-production-hardening' into f…
niemyjski Jul 10, 2026
fda2466
Merge remote-tracking branch 'origin/main' into niemyjski/add-persona…
niemyjski Jul 12, 2026
71639f9
chore: keep rate notification diff focused
niemyjski Jul 12, 2026
ebb1e07
fix: use email verification API contract
niemyjski Jul 12, 2026
9c7f17c
test: serialize shared integration data lifetimes
niemyjski Jul 12, 2026
241a266
fix: harden personal rate notification delivery
niemyjski Jul 12, 2026
7249c48
Merge origin/main into personal rate notifications
niemyjski Jul 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,4 @@ debug-storybook.log
.devcontainer/devcontainer-lock.json

*.lscache
.gstack/
Loading
Loading