Commit Graph

24 Commits

Author SHA1 Message Date
Haitao Pan
73bed12dc6 Remove Patrol from macOS package 2026-06-05 21:47:08 +08:00
Haitao Pan
fff0ea5633 fix(ci): keep macos/ios build lanes running when Apple signing secrets are missing
The release preflight used to set should_build_platform=false whenever any
Apple signing secret was unset, which silently skipped the entire macos dmg
and ios ipa lanes (build + upload gated on that flag). Result: releases only
shipped linux, windows and android artifacts even when the iOS/macOS lanes
were otherwise healthy.

Make the preflight always release the lane, but emit a :⚠️: and
annotate the skip_reason when a secret is missing. The iOS branch in
build_matrix_artifacts.sh now picks the signed vs unsigned build path based
on actual secret availability instead of should_release alone, so it falls
back to flutter build ios --no-codesign + zip Runner.app whenever a secret
is absent. package-flutter-mac-app.sh already handled the no-secret case
locally (ad-hoc codesign --sign -) and needs no change.

Behavior matrix:
  macos: secret present -> signed DMG; secret missing -> unsigned DMG
  ios:   secret present + release -> signed IPA
         secret present + non-release -> unsigned zip
         secret missing (any) -> unsigned zip
2026-06-05 18:39:25 +08:00
Haitao Pan
93600b6ae0 fix(ci): parse provider catalog and gateway providers from capabilities fallback 2026-06-03 17:11:12 +08:00
Haitao Pan
4763a69e3b chore: prepare release v1.1.4 (app store compliance, remote desktop fixes, ci verification) 2026-06-03 15:52:44 +08:00
Haitao Pan
bc6c2844a2 fix: repair bridge login sync runtime state 2026-06-01 10:02:13 +08:00
Haitao Pan
ca1dc76a0a Fix Apple preflight for main builds 2026-05-27 15:36:50 +08:00
Haitao Pan
6b5f1bafe0 Fix Apple preflight for main builds 2026-05-27 15:17:02 +08:00
Haitao Pan
cdda2caf53 merge: implement flutter and go testing framework 2026-05-25 08:55:15 +08:00
Haitao Pan
9df22b23e6 chore: remove stale gateway settings and app ffi paths 2026-05-13 16:45:54 +08:00
Haitao Pan
7aa87c85d1 Fail release preflight when Apple signing is missing 2026-05-12 18:30:22 +08:00
Haitao Pan
8a67069124 ci: align remote provider contract with hermes 2026-05-03 19:40:35 +08:00
Haitao Pan
2eab674974 fix: use bridge session lifecycle methods 2026-04-24 10:09:20 +08:00
Haitao Pan
317975c322 chore: sync runtime protocol docs 2026-04-23 14:58:18 +08:00
Haitao Pan
56e3031ad1 docs: add external api test scripts 2026-04-22 09:47:38 +08:00
5c3f70e926
Merge pull request #12 from x-evor/codex/provider-selection-test-mainline
Codex/provider selection test mainline
2026-04-14 15:03:46 +08:00
Haitao Pan
94ae57f201 test: lock provider selection mainline contract 2026-04-14 13:56:58 +08:00
Haitao Pan
4ee90635bd fix: repair cross-platform release CI gating 2026-04-14 13:48:04 +08:00
Haitao Pan
008ebb2fe1 Fix release pipeline verification and latest release tagging 2026-04-11 10:31:15 +08:00
Haitao Pan
e1429b2845 merge: consolidate CI and thread binding branch work 2026-04-11 08:20:51 +08:00
Haitao Pan
e865c2ca5e refactor: remove web surface from xworkmate-app 2026-04-09 11:19:40 +08:00
25842cb6c7 test: add layered Flutter+Go testing template and CI workflows 2026-04-08 13:11:53 +08:00
Haitao Pan
81fd765017 ci: add build-and-release watchdog 2026-04-05 17:50:23 +08:00
Haitao Pan
0b15e5570a add workflows: build-push-ghcr-images 2026-04-02 17:44:18 +08:00
Haitao Pan
dab77eba9c Add multi-platform build and release workflow 2026-03-21 10:08:12 +08:00