Skip to content

chore: serialize mobile pre-push checks - #6322

Merged
wesbillman merged 1 commit into
mainfrom
alia/serialize-mobile-prepush
Aug 19, 2026
Merged

chore: serialize mobile pre-push checks#6322
wesbillman merged 1 commit into
mainfrom
alia/serialize-mobile-prepush

Conversation

@wpfleger96

Copy link
Copy Markdown
Member

Serialize the mobile pre-push analysis and test commands into one lane, mirroring the existing desktop-tauri-checks pattern.

The shared Flutter state under mobile/ (.dart_tool, shader bundle, and pubspec.lock) must not be driven by parallel hook processes. The existing mobile/** path filter is unchanged; mobile-check now runs before mobile-test in the same lane.

  • Replace the parallel mobile-check and mobile-test commands with mobile-checks.
  • Keep the commands serial with just mobile-check && just mobile-test.

Co-authored-by: Will Pfleger <pfleger.will@gmail.com>
Signed-off-by: Will Pfleger <pfleger.will@gmail.com>
@wpfleger96
wpfleger96 requested a review from a team as a code owner August 19, 2026 16:50
@wesbillman
wesbillman merged commit 81567b7 into main Aug 19, 2026
54 of 68 checks passed
@wesbillman
wesbillman deleted the alia/serialize-mobile-prepush branch August 19, 2026 20:10
jedwards27 added a commit to jedwards27/buzz that referenced this pull request Aug 19, 2026
…urneys

* origin/main:
  chore: serialize mobile pre-push checks (block#6322)
  fix(buzz-acp): loosen workspace-scan guardrail to allow named paths (block#6261)
  fix(buzz-dev-mcp): expand leading ~ in read_file/str_replace paths (block#6271)
  perf(desktop): move five hot renderer paths from JS into Rust (block#6024)
  fix(media): accept portrait video resolutions (block#6058)
  fix(desktop): hide archived channels from #/Tab autocomplete (block#6156)
  Unify mobile channel details (block#6113)
  Revert "fix(acp): gate relay-signed workflow messages on their attributed author" (block#6311)
  fix(desktop): morph the drawer panel icon instead of sliding it (block#6306)
  feat(desktop): refine repository-aware project workspaces (block#6003)
  Fix mobile Activity thread navigation (block#5850)

Signed-off-by: Jude Edwards <judeedwards@squareup.com>
tellaho added a commit that referenced this pull request Aug 19, 2026
…oundation

* origin/main:
  Add appearance preference previews (#6193)
  fix(desktop): restore emoji recents (#6263)
  chore: serialize mobile pre-push checks (#6322)
  fix(buzz-acp): loosen workspace-scan guardrail to allow named paths (#6261)
  fix(buzz-dev-mcp): expand leading ~ in read_file/str_replace paths (#6271)
  perf(desktop): move five hot renderer paths from JS into Rust (#6024)
  fix(media): accept portrait video resolutions (#6058)

Co-authored-by: Taylor Ho <taylorkmho@gmail.com>
Signed-off-by: Taylor Ho <taylorkmho@gmail.com>
funge added a commit to funge/buzz that referenced this pull request Aug 20, 2026
…-shortcut

* origin/main: (341 commits)
  feat(desktop): make the Projects overview follow the selected section (block#6335)
  refactor(desktop): coordinate TTS playback (block#6341)
  fix(desktop): show complete repository trees (block#5102)
  Add appearance preference previews (block#6193)
  fix(desktop): restore emoji recents (block#6263)
  chore: serialize mobile pre-push checks (block#6322)
  fix(buzz-acp): loosen workspace-scan guardrail to allow named paths (block#6261)
  fix(buzz-dev-mcp): expand leading ~ in read_file/str_replace paths (block#6271)
  perf(desktop): move five hot renderer paths from JS into Rust (block#6024)
  fix(media): accept portrait video resolutions (block#6058)
  fix(desktop): hide archived channels from #/Tab autocomplete (block#6156)
  Unify mobile channel details (block#6113)
  Revert "fix(acp): gate relay-signed workflow messages on their attributed author" (block#6311)
  fix(desktop): morph the drawer panel icon instead of sliding it (block#6306)
  feat(desktop): refine repository-aware project workspaces (block#6003)
  Fix mobile Activity thread navigation (block#5850)
  perf(desktop): parallelize relay agent directory rebuild (block#6258)
  Refine the mobile emoji picker (block#5853)
  fix(desktop): exclude archived agents from nest, order regeneration (block#5905)
  Add font size and conversation density preferences (block#5644)
  ...

Signed-off-by: John Funge <funge@squareup.com>

# Conflicts:
#	desktop/src/features/messages/ui/MessageComposer.tsx
#	desktop/src/features/settings/ui/KeyboardShortcutsCard.tsx
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