From 4fa24cea4de3f3eac116418adc5822279c8a7fe4 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:39 +0000 Subject: [PATCH 01/51] feat(frontend): add dark mode toggle to settings page --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test-commits.txt diff --git a/test-commits.txt b/test-commits.txt new file mode 100644 index 0000000..ed4fd88 --- /dev/null +++ b/test-commits.txt @@ -0,0 +1 @@ +test-commit-1774563519559402000 From 80bd9e3e485490c8f8ce4ecb070d9e5973c7b2f6 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:39 +0000 Subject: [PATCH 02/51] fix(frontend): resolve CSS grid overflow on mobile devices --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index ed4fd88..26370dd 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -1 +1,2 @@ test-commit-1774563519559402000 +test-commit-1774563519669550000 From f5fc668aac789cc4a9575781446ca5760ef0946d Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:39 +0000 Subject: [PATCH 03/51] chore(frontend): update React to v19.1 --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 26370dd..7e7dd42 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -1,2 +1,3 @@ test-commit-1774563519559402000 test-commit-1774563519669550000 +test-commit-1774563519785524000 From a85e7724f8538039e1d7ef7bc8fc32296954c2ad Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:39 +0000 Subject: [PATCH 04/51] feat(frontend): implement drag-and-drop file upload --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 7e7dd42..b8418e1 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -1,3 +1,4 @@ test-commit-1774563519559402000 test-commit-1774563519669550000 test-commit-1774563519785524000 +test-commit-1774563519898651000 From f7d7d4f0df916ca0daa88e4edbbbcfdd7df6c8e7 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:40 +0000 Subject: [PATCH 05/51] fix(frontend): fix memory leak in WebSocket hook --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index b8418e1..73b40ba 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -2,3 +2,4 @@ test-commit-1774563519559402000 test-commit-1774563519669550000 test-commit-1774563519785524000 test-commit-1774563519898651000 +test-commit-1774563520010781000 From 31f8322d76c51812ccbcd5c0359a367bb5930246 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:40 +0000 Subject: [PATCH 06/51] refactor(frontend): extract shared form validation utils --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 73b40ba..c6a3f02 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -3,3 +3,4 @@ test-commit-1774563519669550000 test-commit-1774563519785524000 test-commit-1774563519898651000 test-commit-1774563520010781000 +test-commit-1774563520122548000 From 4d670337579e9e9d60c7dbeb564153335055c4f7 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:40 +0000 Subject: [PATCH 07/51] feat(backend): add rate limiting middleware --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index c6a3f02..7032a3d 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -4,3 +4,4 @@ test-commit-1774563519785524000 test-commit-1774563519898651000 test-commit-1774563520010781000 test-commit-1774563520122548000 +test-commit-1774563520230587000 From 81e462b4fe4b9056447a1c35ae6cda5af38476d4 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:40 +0000 Subject: [PATCH 08/51] fix(backend): fix N+1 query in user resolver --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 7032a3d..8329516 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -5,3 +5,4 @@ test-commit-1774563519898651000 test-commit-1774563520010781000 test-commit-1774563520122548000 test-commit-1774563520230587000 +test-commit-1774563520339286000 From 3434f2da31a13ba2cbd21e9fc7cafa51762a21f8 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:40 +0000 Subject: [PATCH 09/51] chore(backend): upgrade Express to v5 --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 8329516..a0f8e6b 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -6,3 +6,4 @@ test-commit-1774563520010781000 test-commit-1774563520122548000 test-commit-1774563520230587000 test-commit-1774563520339286000 +test-commit-1774563520447449000 From 6f9ac35dc75f5da7b7bf69721b657692960538a3 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:40 +0000 Subject: [PATCH 10/51] feat(backend): implement webhook retry with exponential backoff --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index a0f8e6b..ffeb160 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -7,3 +7,4 @@ test-commit-1774563520122548000 test-commit-1774563520230587000 test-commit-1774563520339286000 test-commit-1774563520447449000 +test-commit-1774563520587532000 From 5a222764cd621334c9e2cad2660f4cfe8d8885fc Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:40 +0000 Subject: [PATCH 11/51] fix(backend): handle null pointer in auth middleware --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index ffeb160..f9dbfaa 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -8,3 +8,4 @@ test-commit-1774563520230587000 test-commit-1774563520339286000 test-commit-1774563520447449000 test-commit-1774563520587532000 +test-commit-1774563520705461000 From 90bee275e46aedc144435a8448f1a955469e1d02 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:40 +0000 Subject: [PATCH 12/51] refactor(backend): split monolithic router into domain modules --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index f9dbfaa..c0a3eb3 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -9,3 +9,4 @@ test-commit-1774563520339286000 test-commit-1774563520447449000 test-commit-1774563520587532000 test-commit-1774563520705461000 +test-commit-1774563520827583000 From dcf52f07da554f66772370996b4f4531d6767f55 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:40 +0000 Subject: [PATCH 13/51] feat(backend): add GraphQL subscription for live updates --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index c0a3eb3..1870dc6 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -10,3 +10,4 @@ test-commit-1774563520447449000 test-commit-1774563520587532000 test-commit-1774563520705461000 test-commit-1774563520827583000 +test-commit-1774563520938998000 From 9fb0e4c41e3a6750572e01f207106fe8bb4aa0d9 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:41 +0000 Subject: [PATCH 14/51] fix(backend): fix Redis connection pool exhaustion --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 1870dc6..a9ff1c9 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -11,3 +11,4 @@ test-commit-1774563520587532000 test-commit-1774563520705461000 test-commit-1774563520827583000 test-commit-1774563520938998000 +test-commit-1774563521046619000 From 3e6073545c132791be51b746a98946f95d825b8f Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:41 +0000 Subject: [PATCH 15/51] chore(backend): migrate from CommonJS to ESM --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index a9ff1c9..7c90b43 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -12,3 +12,4 @@ test-commit-1774563520705461000 test-commit-1774563520827583000 test-commit-1774563520938998000 test-commit-1774563521046619000 +test-commit-1774563521155183000 From 8cf0545dff31e2c261c7f2a867551b97cd7a0699 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:41 +0000 Subject: [PATCH 16/51] feat(companion): add biometric authentication support --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 7c90b43..62e55ab 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -13,3 +13,4 @@ test-commit-1774563520827583000 test-commit-1774563520938998000 test-commit-1774563521046619000 test-commit-1774563521155183000 +test-commit-1774563521264262000 From a0f34a41d5f6a84576a2bb3600dad9ef3bfcc1ee Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:41 +0000 Subject: [PATCH 17/51] fix(companion): fix crash on Android 15 deep links --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 62e55ab..eb68a21 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -14,3 +14,4 @@ test-commit-1774563520938998000 test-commit-1774563521046619000 test-commit-1774563521155183000 test-commit-1774563521264262000 +test-commit-1774563521372169000 From aa0978086b667c002c236bd60c383e2623df4170 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:41 +0000 Subject: [PATCH 18/51] chore(companion): update React Native to 0.76 --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index eb68a21..61eadbb 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -15,3 +15,4 @@ test-commit-1774563521046619000 test-commit-1774563521155183000 test-commit-1774563521264262000 test-commit-1774563521372169000 +test-commit-1774563521479890000 From c23f573192b99c48ce8f642e613e3577bb51a4f1 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:41 +0000 Subject: [PATCH 19/51] feat(companion): implement offline-first data sync --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 61eadbb..3de6595 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -16,3 +16,4 @@ test-commit-1774563521155183000 test-commit-1774563521264262000 test-commit-1774563521372169000 test-commit-1774563521479890000 +test-commit-1774563521595255000 From 1bbd7573d82dd8f1d4ecddfb0f1fa8649ee8f1d9 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:41 +0000 Subject: [PATCH 20/51] fix(companion): resolve camera permission race condition --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 3de6595..af07a06 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -17,3 +17,4 @@ test-commit-1774563521264262000 test-commit-1774563521372169000 test-commit-1774563521479890000 test-commit-1774563521595255000 +test-commit-1774563521708755000 From 8fcf06ad0526381b7084531a63d014788839ac07 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:41 +0000 Subject: [PATCH 21/51] feat(companion): add haptic feedback to gesture controls --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index af07a06..66ce73a 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -18,3 +18,4 @@ test-commit-1774563521372169000 test-commit-1774563521479890000 test-commit-1774563521595255000 test-commit-1774563521708755000 +test-commit-1774563521813311000 From bc2c38166d9ca9bd4bb2659f26609901736e28d2 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:41 +0000 Subject: [PATCH 22/51] fix(companion, frontend): fix shared date formatting util --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 66ce73a..8f1319d 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -19,3 +19,4 @@ test-commit-1774563521479890000 test-commit-1774563521595255000 test-commit-1774563521708755000 test-commit-1774563521813311000 +test-commit-1774563521919460000 From 01a4e759bd30047acbd06d25be807fdc5e4e129b Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:42 +0000 Subject: [PATCH 23/51] feat(infra): add Terraform module for staging environment --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 8f1319d..74414eb 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -20,3 +20,4 @@ test-commit-1774563521595255000 test-commit-1774563521708755000 test-commit-1774563521813311000 test-commit-1774563521919460000 +test-commit-1774563522025614000 From 35bfe800980fd059b8a53cfd02c0e92d2f7ff336 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:42 +0000 Subject: [PATCH 24/51] chore(infra): upgrade Kubernetes to 1.31 --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 74414eb..91259b2 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -21,3 +21,4 @@ test-commit-1774563521708755000 test-commit-1774563521813311000 test-commit-1774563521919460000 test-commit-1774563522025614000 +test-commit-1774563522130332000 From 0a4800a41a6d24238d939ac2e54ebcc85e603812 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:42 +0000 Subject: [PATCH 25/51] fix(infra): fix flaky health check endpoint timeout --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 91259b2..c568de7 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -22,3 +22,4 @@ test-commit-1774563521813311000 test-commit-1774563521919460000 test-commit-1774563522025614000 test-commit-1774563522130332000 +test-commit-1774563522233800000 From 1f18990690e77a49ca064b96be2d480a637bf127 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:42 +0000 Subject: [PATCH 26/51] feat(infra): implement zero-downtime blue-green deploys --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index c568de7..46d0605 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -23,3 +23,4 @@ test-commit-1774563521919460000 test-commit-1774563522025614000 test-commit-1774563522130332000 test-commit-1774563522233800000 +test-commit-1774563522341320000 From a0a75376f4b64ecd8320481486e417b88b2d5440 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:42 +0000 Subject: [PATCH 27/51] chore(infra): rotate TLS certificates for staging --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 46d0605..7593427 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -24,3 +24,4 @@ test-commit-1774563522025614000 test-commit-1774563522130332000 test-commit-1774563522233800000 test-commit-1774563522341320000 +test-commit-1774563522447466000 From 069bb9e56a6957d94a2851d33061b0c6231a17a6 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:42 +0000 Subject: [PATCH 28/51] feat(build): add incremental build caching with Nx --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 7593427..8cd0b4b 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -25,3 +25,4 @@ test-commit-1774563522130332000 test-commit-1774563522233800000 test-commit-1774563522341320000 test-commit-1774563522447466000 +test-commit-1774563522555630000 From 00f4919b5a9006c3e45c20f50452338a89f87849 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:42 +0000 Subject: [PATCH 29/51] fix(build): fix circular dependency detection in monorepo --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 8cd0b4b..8c81272 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -26,3 +26,4 @@ test-commit-1774563522233800000 test-commit-1774563522341320000 test-commit-1774563522447466000 test-commit-1774563522555630000 +test-commit-1774563522661180000 From f0556d2e6bc392c4442de3de9bfa4cc76390b8e0 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:42 +0000 Subject: [PATCH 30/51] chore(build): upgrade TypeScript to 5.7 --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 8c81272..fa4ec4c 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -27,3 +27,4 @@ test-commit-1774563522341320000 test-commit-1774563522447466000 test-commit-1774563522555630000 test-commit-1774563522661180000 +test-commit-1774563522768257000 From 4ea524635c3a7208cf4591c4be294fdd70f673cc Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:42 +0000 Subject: [PATCH 31/51] feat(build): implement parallel test sharding --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index fa4ec4c..62fd41a 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -28,3 +28,4 @@ test-commit-1774563522447466000 test-commit-1774563522555630000 test-commit-1774563522661180000 test-commit-1774563522768257000 +test-commit-1774563522873868000 From 9254675696c0f1e34a973f4825a9f383dfc6c643 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:43 +0000 Subject: [PATCH 32/51] fix(build): fix Docker layer caching for arm64 --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 62fd41a..dcf3e68 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -29,3 +29,4 @@ test-commit-1774563522555630000 test-commit-1774563522661180000 test-commit-1774563522768257000 test-commit-1774563522873868000 +test-commit-1774563522977222000 From 89c4ca3e32fad0e1ce255800bba835aac017e404 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:43 +0000 Subject: [PATCH 33/51] feat(docs): add API reference auto-generation from OpenAPI --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index dcf3e68..4329cc3 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -30,3 +30,4 @@ test-commit-1774563522661180000 test-commit-1774563522768257000 test-commit-1774563522873868000 test-commit-1774563522977222000 +test-commit-1774563523086712000 From d841578526ad4b69f77e067b2cf3f7b9b722d6d4 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:43 +0000 Subject: [PATCH 34/51] chore(docs): update onboarding guide for new developers --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 4329cc3..79603d6 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -31,3 +31,4 @@ test-commit-1774563522768257000 test-commit-1774563522873868000 test-commit-1774563522977222000 test-commit-1774563523086712000 +test-commit-1774563523192552000 From 7b5978b6d7805e3f2d0dbeccf1629213217ce85a Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:43 +0000 Subject: [PATCH 35/51] fix(docs): fix broken links in architecture diagram --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 79603d6..0ffc0e5 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -32,3 +32,4 @@ test-commit-1774563522873868000 test-commit-1774563522977222000 test-commit-1774563523086712000 test-commit-1774563523192552000 +test-commit-1774563523295337000 From 918def1a050350f59c68b2530637c263be1b45c4 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:43 +0000 Subject: [PATCH 36/51] feat(e2e): add visual regression testing with Playwright --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 0ffc0e5..5a23f1d 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -33,3 +33,4 @@ test-commit-1774563522977222000 test-commit-1774563523086712000 test-commit-1774563523192552000 test-commit-1774563523295337000 +test-commit-1774563523400958000 From 46a4091f74dea03af103ae79975b99bf33eab9c2 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:43 +0000 Subject: [PATCH 37/51] fix(e2e): fix flaky login test with retry logic --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 5a23f1d..0e26d9e 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -34,3 +34,4 @@ test-commit-1774563523086712000 test-commit-1774563523192552000 test-commit-1774563523295337000 test-commit-1774563523400958000 +test-commit-1774563523505558000 From a5ae6c40a099d5cb86ced4d807403849125e6b17 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:43 +0000 Subject: [PATCH 38/51] chore(e2e): upgrade Playwright to v1.50 --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 0e26d9e..8ca3072 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -35,3 +35,4 @@ test-commit-1774563523192552000 test-commit-1774563523295337000 test-commit-1774563523400958000 test-commit-1774563523505558000 +test-commit-1774563523610229000 From b959dc941c202020dbe15df90009b7bca967debb Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:43 +0000 Subject: [PATCH 39/51] feat(e2e): implement parallel test execution across browsers --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 8ca3072..980c732 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -36,3 +36,4 @@ test-commit-1774563523295337000 test-commit-1774563523400958000 test-commit-1774563523505558000 test-commit-1774563523610229000 +test-commit-1774563523712779000 From ec96cb69ce0fdf30d16e3271c5fd667936532bcd Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:43 +0000 Subject: [PATCH 40/51] fix(e2e, companion): fix shared test fixture for push notifications --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 980c732..9cbb04b 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -37,3 +37,4 @@ test-commit-1774563523400958000 test-commit-1774563523505558000 test-commit-1774563523610229000 test-commit-1774563523712779000 +test-commit-1774563523816762000 From f726649d62b78a3af6800b43ca7540ebff2181c0 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:43 +0000 Subject: [PATCH 41/51] feat(backend, frontend): add real-time collaboration cursor tracking --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 9cbb04b..b48167f 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -38,3 +38,4 @@ test-commit-1774563523505558000 test-commit-1774563523610229000 test-commit-1774563523712779000 test-commit-1774563523816762000 +test-commit-1774563523935938000 From 741648b3f2047cc75f8ba6563b8a161c9612f09e Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:44 +0000 Subject: [PATCH 42/51] chore(companion, build): align build scripts with monorepo convention --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index b48167f..5b50737 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -39,3 +39,4 @@ test-commit-1774563523610229000 test-commit-1774563523712779000 test-commit-1774563523816762000 test-commit-1774563523935938000 +test-commit-1774563524046664000 From 665e2435752f0a3379ab063cf576fd8f2b9d2980 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:44 +0000 Subject: [PATCH 43/51] feat(frontend): add command palette with fuzzy search --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 5b50737..4544fbd 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -40,3 +40,4 @@ test-commit-1774563523712779000 test-commit-1774563523816762000 test-commit-1774563523935938000 test-commit-1774563524046664000 +test-commit-1774563524153524000 From f3e914945eb4a739c85e2f891ceaab3364f77295 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:44 +0000 Subject: [PATCH 44/51] fix(backend): fix timezone handling in scheduled jobs --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 4544fbd..1baba24 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -41,3 +41,4 @@ test-commit-1774563523816762000 test-commit-1774563523935938000 test-commit-1774563524046664000 test-commit-1774563524153524000 +test-commit-1774563524260541000 From b6aebf4c52dcaaa5112c072e18e7a69d353d3a1e Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:44 +0000 Subject: [PATCH 45/51] feat(infra): add observability dashboards for API latency --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 1baba24..0fd4b5a 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -42,3 +42,4 @@ test-commit-1774563523935938000 test-commit-1774563524046664000 test-commit-1774563524153524000 test-commit-1774563524260541000 +test-commit-1774563524367449000 From 0280990135c92ac0112fb25113205faadf91b184 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:44 +0000 Subject: [PATCH 46/51] chore(frontend): remove deprecated prop-types usage --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 0fd4b5a..63c3b3f 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -43,3 +43,4 @@ test-commit-1774563524046664000 test-commit-1774563524153524000 test-commit-1774563524260541000 test-commit-1774563524367449000 +test-commit-1774563524475842000 From 423ec7858fc588f15b7f053b5e63a405ced37c14 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:44 +0000 Subject: [PATCH 47/51] fix(companion): fix splash screen flash on cold start --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 63c3b3f..e5ead2f 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -44,3 +44,4 @@ test-commit-1774563524153524000 test-commit-1774563524260541000 test-commit-1774563524367449000 test-commit-1774563524475842000 +test-commit-1774563524582290000 From 255bbb48292c96b3178f0742d9fbaf3ad405f218 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:44 +0000 Subject: [PATCH 48/51] feat(backend): implement field-level encryption for PII --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index e5ead2f..c37c0b5 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -45,3 +45,4 @@ test-commit-1774563524260541000 test-commit-1774563524367449000 test-commit-1774563524475842000 test-commit-1774563524582290000 +test-commit-1774563524694392000 From 992b95917785b0330f014a3580a3b1baa2e58cf5 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:44 +0000 Subject: [PATCH 49/51] fix(frontend, backend): fix CORS preflight for custom domains --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index c37c0b5..8e4f13d 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -46,3 +46,4 @@ test-commit-1774563524367449000 test-commit-1774563524475842000 test-commit-1774563524582290000 test-commit-1774563524694392000 +test-commit-1774563524849792000 From 1d5090973fc403f9a283dbd30bdb79458b6adac5 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:18:44 +0000 Subject: [PATCH 50/51] chore(e2e): add smoke test suite for critical paths --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index 8e4f13d..a1ee95d 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -47,3 +47,4 @@ test-commit-1774563524475842000 test-commit-1774563524582290000 test-commit-1774563524694392000 test-commit-1774563524849792000 +test-commit-1774563524960707000 From 0d9d846fe5a1cba5fe86dd26fcdfa1d62bc3e267 Mon Sep 17 00:00:00 2001 From: Eduardo de Paula Date: Thu, 26 Mar 2026 22:19:40 +0000 Subject: [PATCH 51/51] fix(backend): resolve connection timeout on health endpoint --- test-commits.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-commits.txt b/test-commits.txt index a1ee95d..678c9a1 100644 --- a/test-commits.txt +++ b/test-commits.txt @@ -48,3 +48,4 @@ test-commit-1774563524582290000 test-commit-1774563524694392000 test-commit-1774563524849792000 test-commit-1774563524960707000 +sync-test-1774563580