Commit Graph

857 Commits

Author SHA1 Message Date
fc35b17d24 Merge pull request 'Preserve both versions when synchronized Drafts diverge' (#854) from timmy/853-divergent-unfiled-drafts into main
All checks were successful
CI / lint (push) Successful in 1m46s
CI / build-release (push) Successful in 5s
CI / release-candidate (push) Successful in 7s
2026-08-14 22:35:59 +00:00
cee3d93864 fix: preserve divergent synchronized Drafts (Closes #853)
All checks were successful
CI / lint (pull_request) Successful in 1m53s
CI / build-release (pull_request) Successful in 6s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 22:29:37 +00:00
fca99fee86 Merge pull request 'Continue unfiled issue drafts across signed-in devices' (#852) from timmy/851-cross-device-unfiled-drafts into main
All checks were successful
CI / lint (push) Successful in 1m49s
CI / build-release (push) Successful in 5s
CI / release-candidate (push) Successful in 6s
2026-08-14 21:42:29 +00:00
3dd0ba2024 feat: sync unfiled drafts across devices (Closes #851)
All checks were successful
CI / lint (pull_request) Successful in 1m52s
CI / build-release (pull_request) Successful in 5s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 21:39:22 +00:00
871e35c10b Require a Today estimate before Create & start
All checks were successful
CI / lint (push) Successful in 1m55s
CI / build-release (push) Successful in 6s
CI / release-candidate (push) Successful in 8s
2026-08-14 20:44:45 +00:00
5c9420ed9c feat: require estimate before create and start (Closes #849)
All checks were successful
CI / lint (pull_request) Successful in 1m48s
CI / build-release (pull_request) Successful in 5s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 20:41:57 +00:00
8edc83893f Merge pull request 'Load mobile issue-filing metadata in one resilient request' (#848) from timmy/847-issue-filing-metadata into main
All checks were successful
CI / lint (push) Successful in 1m49s
CI / build-release (push) Successful in 6s
CI / release-candidate (push) Successful in 7s
2026-08-14 20:02:51 +00:00
a226addcc4 feat: load resilient issue filing metadata
All checks were successful
CI / lint (pull_request) Successful in 1m55s
CI / build-release (pull_request) Successful in 5s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 19:59:45 +00:00
2402af9e82 Merge pull request 'Select repository issue templates while filing on mobile' (#846) from timmy/845-repository-issue-templates into main
All checks were successful
CI / lint (push) Successful in 1m44s
CI / build-release (push) Successful in 6s
CI / release-candidate (push) Successful in 8s
2026-08-14 19:18:02 +00:00
31f95589cb feat: apply repository templates during mobile issue filing
All checks were successful
CI / lint (pull_request) Successful in 1m49s
CI / build-release (pull_request) Successful in 5s
CI / release-candidate (pull_request) Has been skipped
Closes #845
2026-08-14 19:15:19 +00:00
2ac6b1f56b Merge pull request 'feat: Choose the initial owner while filing a mobile issue' (#844) from timmy/843-choose-the-initial-owner-while-filing-a-mobile-i into main
All checks were successful
CI / lint (push) Successful in 1m46s
CI / build-release (push) Successful in 5s
CI / release-candidate (push) Successful in 6s
2026-08-14 18:32:28 +00:00
6449ead83d feat: choose initial owner during issue filing
All checks were successful
CI / lint (pull_request) Successful in 1m48s
CI / build-release (pull_request) Successful in 6s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 18:26:33 +00:00
322f025794 Merge pull request 'Choose blockers while filing a mobile issue' (#842) from timmy/841-capture-blockers into main
All checks were successful
CI / lint (push) Successful in 1m43s
CI / build-release (push) Successful in 6s
CI / release-candidate (push) Successful in 6s
2026-08-14 17:36:42 +00:00
9ab22b97f8 feat: capture blockers while filing mobile issues (Closes #841)
All checks were successful
CI / lint (pull_request) Successful in 1m45s
CI / build-release (pull_request) Successful in 5s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 17:33:45 +00:00
35747cf9fb Merge pull request 'Load comment actions only when a conversation opens' (#840) from timmy/839-lazy-comment-actions into main
All checks were successful
CI / lint (push) Successful in 1m43s
CI / build-release (push) Successful in 7s
CI / release-candidate (push) Successful in 6s
2026-08-14 17:03:09 +00:00
f094438dab Load comment actions on conversation demand
All checks were successful
CI / lint (pull_request) Successful in 1m53s
CI / build-release (pull_request) Successful in 6s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 17:00:31 +00:00
04f06042b8 Merge pull request 'Bound decoded screenshot pixels before mobile evidence preview' (#838) from timmy/837-bound-decoded-screenshot-pixels into main
All checks were successful
CI / lint (push) Successful in 1m44s
CI / build-release (push) Successful in 6s
CI / release-candidate (push) Successful in 6s
2026-08-14 16:37:55 +00:00
a476170fca feat: bound decoded screenshot pixels (Closes #837)
All checks were successful
CI / lint (pull_request) Successful in 1m46s
CI / build-release (pull_request) Successful in 6s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 16:35:21 +00:00
5a579362ff Merge pull request 'Visually verify mobile evidence in final filing review' (#836) from timmy/835-visual-mobile-evidence-review into main
All checks were successful
CI / lint (push) Successful in 1m47s
CI / build-release (push) Successful in 6s
CI / release-candidate (push) Successful in 6s
2026-08-14 16:01:02 +00:00
d797179844 feat: visually review mobile issue evidence (Closes #835)
All checks were successful
CI / lint (pull_request) Successful in 1m44s
CI / build-release (pull_request) Successful in 6s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 15:56:08 +00:00
a500915223 Merge pull request 'Review complete mobile issue payload before filing' (#834) from timmy/833-mobile-issue-filing-review into main
All checks were successful
CI / lint (push) Successful in 1m47s
CI / build-release (push) Successful in 6s
CI / release-candidate (push) Successful in 5s
2026-08-14 15:39:36 +00:00
59a2e4f616 feat: review mobile issue payload before filing (Closes #833)
All checks were successful
CI / lint (pull_request) Successful in 1m42s
CI / build-release (pull_request) Successful in 5s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 15:36:54 +00:00
e125019f57 Merge pull request 'Annotate mobile evidence before filing' (#832) from timmy/831-annotate-mobile-evidence into main
All checks were successful
CI / lint (push) Successful in 1m55s
CI / build-release (push) Successful in 6s
CI / release-candidate (push) Successful in 7s
2026-08-14 14:59:50 +00:00
6ba823abd2 feat: annotate mobile evidence before filing (Closes #831)
All checks were successful
CI / lint (pull_request) Successful in 1m43s
CI / build-release (pull_request) Successful in 5s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 14:57:17 +00:00
f44fa6e579 Crop and redact mobile evidence before filing (#830)
All checks were successful
CI / lint (push) Successful in 1m41s
CI / build-release (push) Successful in 5s
CI / release-candidate (push) Successful in 6s
Closes #829
2026-08-14 14:36:29 +00:00
87ff83bd2d feat: crop and redact mobile evidence (Closes #829)
All checks were successful
CI / lint (pull_request) Successful in 1m49s
CI / build-release (pull_request) Successful in 5s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 14:33:18 +00:00
7dd396154d Merge pull request 'Explain each mobile evidence screenshot before filing' (#828) from timmy/827-evidence-screenshot-notes into main
All checks were successful
CI / lint (push) Successful in 1m51s
CI / build-release (push) Successful in 6s
CI / release-candidate (push) Successful in 6s
2026-08-14 13:44:13 +00:00
af5fe9b69d feat: explain mobile evidence screenshots (Closes #827)
All checks were successful
CI / lint (pull_request) Successful in 1m47s
CI / build-release (pull_request) Successful in 6s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 13:41:02 +00:00
807364c63b Merge pull request 'Review and reorder mobile evidence before filing' (#826) from timmy/825-review-reorder-mobile-evidence into main
All checks were successful
CI / lint (push) Successful in 1m46s
CI / build-release (push) Successful in 6s
CI / release-candidate (push) Successful in 6s
2026-08-14 12:47:07 +00:00
6315323a48 feat: review and reorder mobile evidence (Closes #825)
All checks were successful
CI / lint (pull_request) Successful in 1m46s
CI / build-release (pull_request) Successful in 7s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 12:43:31 +00:00
6a9271cabb Merge pull request 'Capture mobile evidence bundles with one issue' (#824)
All checks were successful
CI / lint (push) Successful in 1m49s
CI / build-release (push) Successful in 5s
CI / release-candidate (push) Successful in 6s
Closes #823
2026-08-14 11:45:28 +00:00
a1c56bd644 feat: capture mobile evidence bundles (Closes #823)
All checks were successful
CI / lint (pull_request) Successful in 1m42s
CI / build-release (pull_request) Successful in 6s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 11:43:01 +00:00
ebc3b9ee4d Merge pull request 'Save and reopen synced mobile Search views' (#822)
All checks were successful
CI / lint (push) Successful in 1m48s
CI / build-release (push) Successful in 5s
CI / release-candidate (push) Successful in 6s
Closes #821
2026-08-14 10:49:01 +00:00
19772b5797 feat: sync saved mobile search views (Closes #821)
All checks were successful
CI / lint (pull_request) Successful in 1m46s
CI / build-release (pull_request) Successful in 5s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 10:46:13 +00:00
6314efb82b Merge pull request 'feat: Fix flaky live-snapshot freshness test blocking CI release' (#820) from timmy/819-fix-flaky-live-snapshot-freshness-test-blocking- into main
All checks were successful
CI / lint (push) Successful in 1m44s
CI / build-release (push) Successful in 5s
CI / release-candidate (push) Successful in 5s
2026-08-14 10:24:46 +00:00
5cda95eeb2 test: remove scheduler race from snapshot freshness check
All checks were successful
CI / lint (pull_request) Successful in 1m41s
CI / build-release (pull_request) Successful in 5s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 10:14:09 +00:00
0c71dea00c Merge pull request 'Apply mobile Search release plans atomically' (#818) from timmy/817-atomic-search-release-plan into main
Some checks failed
CI / lint (push) Failing after 1m54s
CI / build-release (push) Has been skipped
CI / release-candidate (push) Has been skipped
2026-08-14 10:00:02 +00:00
53539e0cdf feat: apply search release plans atomically (Closes #817)
All checks were successful
CI / lint (pull_request) Successful in 1m43s
CI / build-release (pull_request) Successful in 6s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 09:57:15 +00:00
9a24aff537 Merge pull request 'Plan selected mobile Search issues into a release milestone' (#816) from timmy/815-plan-search-release into main
All checks were successful
CI / lint (push) Successful in 1m38s
CI / build-release (push) Successful in 5s
CI / release-candidate (push) Successful in 5s
Plan selected mobile Search issues into a release milestone (#816)
2026-08-14 09:34:28 +00:00
43769460fc feat: plan search batches into releases (Closes #815)
All checks were successful
CI / lint (pull_request) Successful in 1m37s
CI / build-release (pull_request) Successful in 5s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 09:30:53 +00:00
2e62eb09f5 Merge pull request 'Batch-schedule selected mobile Search issues into Later' (#814) from timmy/813-batch-defer-search-results into main
All checks were successful
CI / lint (push) Successful in 1m36s
CI / build-release (push) Successful in 5s
CI / release-candidate (push) Successful in 7s
2026-08-14 09:08:14 +00:00
1ef3e291c2 feat: batch-defer mobile search results (Closes #813)
All checks were successful
CI / lint (pull_request) Successful in 1m36s
CI / build-release (pull_request) Successful in 5s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 09:05:30 +00:00
3694f2501b Merge pull request 'Fit mobile Search batches to Today time capacity' (#812) from timmy/811-search-batch-time-capacity into main
All checks were successful
CI / lint (push) Successful in 1m38s
CI / build-release (push) Successful in 5s
CI / release-candidate (push) Successful in 5s
2026-08-14 08:31:24 +00:00
c3d58d7111 feat: fit search batches to Today capacity (Closes #811)
All checks were successful
CI / lint (pull_request) Successful in 1m43s
CI / build-release (pull_request) Successful in 6s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 08:28:49 +00:00
da45cc36a3 Batch-plan mobile Search results into Today (#810)
All checks were successful
CI / lint (push) Successful in 1m39s
CI / build-release (push) Successful in 5s
CI / release-candidate (push) Successful in 6s
2026-08-14 08:08:45 +00:00
c04cba29d9 feat: batch-plan mobile search results into Today (Closes #809)
All checks were successful
CI / lint (pull_request) Successful in 1m37s
CI / build-release (pull_request) Successful in 5s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 08:06:03 +00:00
cacecac865 Merge pull request 'Make partial mobile Search pagination retryable and lossless' (#808) from timmy/807-lossless-partial-search into main
All checks were successful
CI / lint (push) Successful in 1m34s
CI / build-release (push) Successful in 5s
CI / release-candidate (push) Successful in 5s
2026-08-14 07:35:02 +00:00
10f7cc832a fix: make partial search pagination lossless (Closes #807)
All checks were successful
CI / lint (pull_request) Successful in 1m34s
CI / build-release (pull_request) Successful in 5s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 07:32:45 +00:00
e5f37a866c Merge pull request 'Reply and continue from mobile Search' (#806) from timmy/805-reply-continue-mobile-search into main
All checks were successful
CI / lint (push) Successful in 1m39s
CI / build-release (push) Successful in 6s
CI / release-candidate (push) Successful in 6s
2026-08-14 06:44:29 +00:00
5a4fbd1564 feat: reply and continue from mobile search (Closes #805)
All checks were successful
CI / lint (pull_request) Successful in 1m33s
CI / build-release (pull_request) Successful in 6s
CI / release-candidate (pull_request) Has been skipped
2026-08-14 06:41:34 +00:00