文件历史

12 次代码提交

作者 SHA1 备注 提交日期
Rohit C Prasad 0f514d34fb Rebrand user-facing surfaces to OpenWorker
App name, bundle identifier (com.openworker.desktop), publisher, updater
endpoint + release artifact names, DMG background art, GUI/server copy,
scratch dir default, README + quickstart. Auth0 tenant domain and API
audience keep their registered legacy identifiers on purpose; internal
ids (ocw event names, env vars, relay stage) are unchanged.
2026-07-17 13:56:06 -07:00
Rohit C Prasad 804d183d7f Add desktop auto-update
Updater plugin with signed artifacts (minisign), latest.json composed by
release CI, update prompt in-app. Endpoints: download.opencoworker.app
with GitHub Releases fallback. Version 0.1.2.
2026-07-16 22:40:50 -07:00
Rohit C Prasad 12ba9e9fc4 Prepare app release 0.1.1: app-v tag trigger and version bump
Desktop releases live in the app-v* tag namespace (v* belongs to the
Python library), so the release workflow must trigger on it; bump the
app version to 0.1.1 (rename, PDF preview, approval/todo polish,
sidecar-leak and session-persistence fixes since 0.1.0).

Co-authored-by: Devika <dr.drp8226@gmail.com>
2026-06-11 15:29:13 -07:00
Rohit C Prasad 6438452fe5 Drop the Intel macOS target from release builds
macos-13 is GitHub's last Intel runner image and is deprecated: the
first release run's Intel job sat queued for 4.5+ hours without
starting, and the release job (needs: build) waits on every matrix
entry, so a starved Intel queue blocks publishing entirely. Apple
Silicon and Windows remain; revisit Intel only on real user demand.
2026-06-10 14:17:45 -07:00
Rohit C Prasad ebd418b2d1 macOS code signing + notarization in the release build
Tauri's bundler signs and notarizes during `tauri build` when the
APPLE_* env vars are present, so the packaging scripts are unchanged;
the release workflow now passes them through from repo secrets
(APPLE_CERTIFICATE/_PASSWORD, APPLE_SIGNING_IDENTITY, and the
notarytool App Store Connect key as APPLE_API_KEY/_ISSUER/
_KEY_CONTENT, written to a runner-temp .p8). Runs without the secrets
degrade cleanly to unsigned builds (empty vars are unset so Tauri
doesn't treat them as config).

src-tauri/entitlements.plist grants
com.apple.security.cs.disable-library-validation, required under the
hardened runtime by the PyInstaller onefile sidecar: it extracts the
Python shared library (signed by a different Team ID) at runtime, and
library validation refuses to load it otherwise (dlopen: "mapping
process and mapped file (non-platform) have different Team IDs").
Verified locally: signed app passes codesign --verify --strict, the
signed sidecar boots and serves /v1/health.
2026-06-10 14:08:14 -07:00
Rohit C Prasad 8a94fde354 Release CI: build dmg and msi/nsis installers
.github/workflows/release.yml builds the desktop installers by calling
the same packaging scripts developers run locally:

- matrix: macos-latest (Apple Silicon .dmg), macos-13 (Intel .dmg),
  windows-latest (.msi + NSIS setup .exe)
- provisions Node 20, stable Rust (+ cache), Python 3.12 venv at
  platform/.venv with the package, PyInstaller, typer/tzdata, and a
  .pth for the repo-root aisuite package (mirrors local dev)
- tag push v* -> draft GitHub Release with all installers attached;
  manual runs upload workflow artifacts only
- every installer is also uploaded under a stable name so the website
  can deep-link releases/latest/download/<name>
- builds remain unsigned; signing/notarization slots in later without
  touching the build scripts

build_dmg.sh now derives VERSION from tauri.conf.json (single source
of truth) instead of hardcoding it.
2026-06-10 09:53:59 -07:00
Rohit Prasad 5b83ec00f9 Test multiple providers. (#165)
This will be invoked by the GitHub workflow
each time a release is cut. This is part of
the pre-work for creating release automation.
Ignore the integration test using mark.
2024-12-26 14:20:18 -08:00
Kevin Solorio c46942339d update gh action to install test dependencies 2024-12-13 09:04:22 -06:00
Kevin Solorio cd32d5388d update gh action to install all extras 2024-12-13 09:04:22 -06:00
chris-stokes d678e05b0b Refactor unittest.TestCase to functional pytest 2024-11-30 22:03:44 +00:00
Kevin Solorio 1ef852eb52 add github action for running tests 2024-07-08 22:01:06 -05:00
Kevin Solorio 1b7d4fcec9 swap out ruff for black on formatting tools 2024-07-02 11:08:50 -05:00