Dax Raad
4f7f90133d
ci: stop sending daily community recap notifications
2026-05-03 01:54:32 -04:00
Dax Raad
b205e104f6
ci: remove vouch-based contributor filtering workflows
...
Removes the automated vouch system that filtered issues and PRs from non-vouched users. This simplifies the contribution process by removing the requirement for maintainers to manually vouch contributors before they can participate.
2026-05-03 01:54:32 -04:00
Brendan Allan
163290bcf0
desktop: sentry integration ( #15300 )
...
Co-authored-by: Jay V <air@live.ca>
2026-05-01 11:56:31 +08:00
Dax Raad
8ba374fefa
ci: enable sourcemaps for beta releases
...
Generate linked sourcemaps when building beta releases to help users
debug issues with readable stack traces.
2026-04-30 00:42:22 -04:00
Aiden Cline
f91b73b938
ci: fix model name
2026-04-25 14:13:19 -04:00
Aiden Cline
716cf74190
ci: adjust review flow ( #24355 )
2026-04-25 13:52:19 -04:00
Brendan Allan
3bfe6a1ef6
ci: add platform-specific bun install flags ( #23822 )
2026-04-24 04:50:34 +00:00
Dax Raad
a60fd89d1e
ci: ok one more time
2026-04-14 23:22:07 -04:00
Dax Raad
da0f81d36f
ci: remove Tauri desktop builds from release workflow to simplify distribution
2026-04-14 23:14:08 -04:00
LukeParkerDev
02f8a24e23
Update test.yml
2026-04-14 20:55:42 -04:00
Dax Raad
3c0ad70653
ci: enable beta branch releases with auto-update support
2026-04-12 14:40:24 -04:00
Dax Raad
8c4d49c2bc
ci: enable signed Windows builds on beta branch
...
Allows beta releases to include properly signed Windows CLI executables, ensuring consistent security verification across all release channels.
2026-04-12 13:16:38 -04:00
Luke Parker
b16ee08fd5
ci use node 24 in test workflow fixing random ECONNRESET ( #21782 )
2026-04-10 01:00:21 +00:00
Dax Raad
eac50f9151
ci: prevent beta branch builds from triggering production release steps
...
Skip Windows and Linux code signing, along with artifact downloads for
the beta branch to ensure beta builds don't go through production
release processes.
2026-04-09 17:06:53 -04:00
Dax Raad
1a902b291c
ci: skip winget publish on beta and ensure finalize always runs
...
Beta releases no longer trigger unnecessary Winget submissions, and release
finalization now completes even when some build artifacts are missing.
2026-04-09 16:34:05 -04:00
Kit Langton
00fa68b3a7
fix(ci): create JUnit output dirs before tests ( #20959 )
2026-04-03 22:47:20 -04:00
Kit Langton
c72642dd35
test(ci): publish unit reports in actions ( #20547 )
2026-04-03 16:12:01 +00:00
Kit Langton
f549fde874
test(app): emit junit artifacts for playwright ( #20732 )
2026-04-02 15:07:46 -04:00
Kit Langton
c3ef69c866
test(app): add a golden path for mocked e2e prompts ( #20593 )
2026-04-02 18:17:28 +00:00
Kit Langton
d9d4f895bc
fix(test): auto-acknowledge tool-result follow-ups in mock LLM server ( #20528 )
2026-04-01 23:47:26 +00:00
Adam
85c16926c4
chore: use paid zen model in e2e
2026-03-31 10:06:44 -05:00
Frank
3a4bfeb5b5
wip: zen
2026-03-29 13:06:00 -04:00
Frank
963dad75ef
ci: fix
2026-03-29 12:41:52 -04:00
Luke Parker
fee1e25ab4
ci: cancel stale nix-hashes runs ( #19571 )
2026-03-29 10:39:02 +10:00
Luke Parker
82fc493520
feat(ci): use Azure Artifact Signing for Windows releases ( #15201 )
2026-03-28 11:20:19 +10:00
Dax Raad
45c2573979
Fix close-issues workflow permissions
...
- Add contents: read permission for checkout
- Use github.token instead of secrets.GITHUB_TOKEN
2026-03-24 23:51:46 -04:00
Dax Raad
79e9d19019
Add close-issues script and GitHub Action
...
- Create script/github/close-issues.ts to close stale issues after 60 days
- Add GitHub Action workflow to run daily at 2 AM
- Remove old stale-issues workflow to avoid conflicts
2026-03-24 23:50:35 -04:00
Dax Raad
958a80cc05
fix: increase operations-per-run to 1000 and pin stale action to v10.2.0
...
The stale-issues workflow was hitting the default 30 operations limit,
preventing it from processing all 2900+ issues/PRs. Increased to 1000
to handle the full backlog. Also pinned to exact v10.2.0 for reproducibility.
2026-03-24 23:38:15 -04:00
Caleb Norton
2c1d8a90d5
fix: nix hash update parsing... again ( #18989 )
2026-03-24 13:06:46 -05:00
Caleb Norton
1238d1f61a
fix: nix hash update parsing ( #18979 )
2026-03-24 12:32:48 -05:00
Caleb Norton
037077285a
fix: better nix hash detection ( #18957 )
2026-03-24 11:30:39 -05:00
Frank
b556979634
ci: fix
2026-03-23 12:47:42 -04:00
Luke Parker
db9619dad6
Add 'write' role to vouch manage action ( #18718 )
2026-03-23 06:27:35 +00:00
Luke Parker
d460614cd7
fix: lots of desktop stability, better e2e error logging ( #18300 )
2026-03-20 00:12:06 -04:00
Luke Parker
268855dc5a
fix(ci): keep test runs on dev ( #17260 )
2026-03-13 09:54:34 +10:00
Luke Parker
547eb7676d
feat(windows): add arm64 release targets for cli and desktop ( #16696 )
2026-03-12 00:25:09 +00:00
Brendan Allan
802416639b
ci: setup node in tauri build
2026-03-11 16:09:17 +08:00
Dax Raad
556703f8ab
ci: cancel duplicate workflow runs and add read permissions
...
- Add concurrency settings to cancel outdated runs when new commits are pushed
- Add contents: read permission for security hardening
- Remove redundant required job that checked test results
2026-03-10 17:17:11 -04:00
Karan Handa
0388ec6862
fix(storybook): add ci build workflow ( #16760 )
2026-03-09 09:33:19 -05:00
Brendan Allan
1b0d65f80e
ci: remove electron beta requirement
2026-03-04 22:38:23 +08:00
Brendan Allan
faf501200e
ci: only publish electron on beta
2026-03-04 22:21:56 +08:00
Brendan Allan
5cf235fa6c
desktop: add electron version ( #15663 )
2026-03-04 15:12:34 +08:00
Adam
1cd77b1072
chore: fix docs sync permissions
2026-03-02 11:42:20 -06:00
Adam
9d76ef6c66
chore: update docs locale sync workflow
2026-02-27 09:18:17 -06:00
Luke Parker
fce811b52f
fix: most segfaults on windows with Bun v1.3.10 stable ( #15181 )
2026-02-26 17:55:01 +10:00
adamelmore
b368181ac9
chore: move glossary
2026-02-25 10:29:05 -06:00
Ryan Vogel
e48c1ccf07
chore(workflows): label vouched users and restrict vouch managers ( #15075 )
2026-02-25 14:56:03 +00:00
Dax Raad
a487f11a30
ci: auto-resolve merge conflicts in beta sync using opencode
...
When merging PRs into the beta branch, the sync script now attempts to automatically resolve merge conflicts using opencode before failing. This reduces manual intervention needed for beta releases when multiple PRs have overlapping changes.
2026-02-24 23:17:31 -05:00
Luke Parker
cf5cfb48cd
upgrade to bun 1.3.10 canary and force baseline builds always ( #14843 )
2026-02-24 16:06:45 +10:00
Luke Parker
0269f39a17
ci: add Windows to unit test matrix ( #14836 )
2026-02-24 09:33:33 +10:00
Ryan Vogel
24c63914bf
fix: update workflows for better automation ( #14809 )
2026-02-23 16:51:29 -05:00
Adam
dbf2c45869
chore: updated locale glossaries and docs sync workflow
2026-02-21 04:58:27 -06:00
Brendan Allan
ce17f9dd94
desktop: publish betas to separate repo ( #14376 )
2026-02-20 22:33:21 +08:00
Ryan Vogel
c162074888
chore: skip PR standards checks for PRs created before Feb 18 2026 6PM EST ( #14208 )
2026-02-18 18:16:43 -05:00
Ryan Vogel
639d1dd8fe
chore: add compliance checks for issues and PRs with recheck on edit ( #14170 )
2026-02-18 17:20:23 -05:00
Caleb Norton
6eb043aedb
ci: allow commits on top of beta PRs ( #11924 )
2026-02-18 00:20:05 -06:00
Jérôme Benoit
1109a282e0
ci: add nix-eval workflow for cross-platform flake evaluation ( #12175 )
2026-02-18 00:03:37 -06:00
Goni Zahavy
ea2d089db0
ci: fixed missing if condition ( #13934 )
2026-02-17 12:42:55 +08:00
Goni Zahavy
4226097228
ci: fixed Rust cache for 'cargo install' in publish.yml ( #13907 )
2026-02-17 12:13:33 +08:00
Goni Zahavy
9163611989
ci: fixed apt cache not working in publish.yml ( #13897 )
2026-02-16 17:31:38 -06:00
Ryan Vogel
d723147083
feat: update to not post comment on workflows when no duplicates found ( #13238 )
2026-02-12 09:13:38 -05:00
Brendan Allan
0eaeb4588e
Testing SignPath Integration ( #13308 )
2026-02-12 18:46:56 +08:00
Adam
6b30e0b752
chore: update docs sync workflow
2026-02-11 11:47:32 -06:00
Ryan Vogel
20cf3fc679
ci: filter daily recaps to community-only and fix vouch workflow authentication ( #12910 )
2026-02-09 22:29:18 -05:00
Ryan Vogel
3118cab2d8
feat: integrate vouch & stricter issue trust management system ( #12640 )
2026-02-09 18:15:06 -05:00
Adam
dc53086c1e
wip(docs): i18n ( #12681 )
2026-02-09 11:34:35 -06:00
Jérôme Benoit
24fd8c166d
fix(nix): watch scripts in nix-hashes workflow ( #12818 )
2026-02-09 10:13:25 -06:00
Adam
a4bc883595
chore: refactoring and tests ( #12468 )
2026-02-06 09:37:49 -06:00
Luke Parker
8bf97ef9e5
chore: align windows test runner to blacksmith ( #12364 )
2026-02-05 20:15:34 -06:00
Goni Zahavy
1bd5dc5382
ci: add ratelimits handling for close-stale-prs.yml ( #11578 )
2026-02-02 10:13:48 -06:00
Dax Raad
06d63ca54c
ci: use native ARM runner for faster Linux ARM builds
...
Switch from cross-compilation on x86_64 to native ARM runner, which improves build speed and reliability for Linux ARM binary distribution.
2026-02-02 10:06:21 -05:00
Dax Raad
423778c93a
ci: reduce aarch64 build runner to 4 vcpu to lower infrastructure costs
2026-02-02 09:44:19 -05:00
Dax Raad
d63ed3bbe3
ci
2026-02-02 09:37:37 -05:00
Dax Raad
a4d31b6f95
ci: enable typecheck on push to dev branch to catch type errors immediately after merge
2026-02-01 22:32:45 -05:00
Frank
8fbba8de73
ci: Fix Pulumi version conflict in deploy workflow
...
Added a workaround to fix Pulumi version conflict in the deployment workflow.
2026-02-01 21:39:24 -05:00
Dax Raad
826664b559
ci: restrict nix-hashes workflow to dev branch pushes only
...
Remove pull_request trigger and limit push trigger to dev branch to prevent
unnecessary workflow runs on feature branches and PRs. The workflow will now
only execute when dependency files change on the dev branch.
2026-02-01 21:16:13 -05:00
Dax Raad
d3d783e23d
ci: allow manual dispatch for beta workflow
2026-02-01 20:18:12 -05:00
Dax Raad
7aad2ee9ae
ci: run beta workflow on hourly schedule only
2026-02-01 20:17:50 -05:00
Dax Raad
7837bbc639
ci: add synchronize event and check for beta label using contains()
2026-02-01 19:59:20 -05:00
Dax Raad
372dcc033c
ci: change trigger from scheduled cron to PR labeled events with beta label condition
2026-02-01 19:59:20 -05:00
Dax Raad
2f63152af3
ci: add DISCORD_ISSUES_WEBHOOK_URL secret to beta workflow
2026-02-01 19:59:20 -05:00
Goni Zahavy
9e45313b0a
ci: fixed stale pr workflow ( #11310 )
2026-01-31 21:16:34 -06:00
Aiden Cline
8b7fe7c09f
ci: fix nix hash issue ( #11530 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-01-31 17:57:07 -06:00
Jérôme Benoit
0961632a9c
fix(ci): portable hash parsing in nix-hashes workflow ( #11533 )
2026-01-31 17:56:49 -06:00
Jérôme Benoit
121d6a72c0
fix(nix): restore native runners for darwin hash computation ( #11495 )
2026-01-31 12:32:11 -06:00
Dax Raad
6ecd011e51
tui: allow specifying custom models file path via OPENCODE_MODELS_PATH
...
Users can now configure their own models configuration file by setting the OPENCODE_MODELS_PATH environment variable, providing more flexibility for testing and configuration.
2026-01-31 01:53:23 -05:00
Dax Raad
8e5db3083c
ci: copy models fixture for e2e test consistency
2026-01-31 01:44:19 -05:00
Dax Raad
507f13a30c
ci: run tests automatically when code is pushed to dev branch
2026-01-31 00:37:55 -05:00
Dax Raad
b6bbb95704
ci: remove pull-request write permissions from beta workflow
2026-01-30 23:39:01 -05:00
Dax Raad
d713026a6a
ci: remove workflow restrictions to allow all PR triggers for broader CI coverage
2026-01-30 23:36:54 -05:00
Dax Raad
73c4d3644c
ci: allow manual beta workflow trigger so users can release on demand instead of waiting for hourly schedule
2026-01-30 23:36:05 -05:00
Dax Raad
571f5b31c9
ci: schedule beta workflow hourly to automate sync runs
2026-01-30 23:33:33 -05:00
Dax Raad
f51bd28ed8
ci: increase ARM runner to 8 vCPUs for faster Tauri builds
2026-01-30 21:06:48 +00:00
Dax Raad
1bbe84ed8d
ci
2026-01-30 12:55:58 -05:00
Dax Raad
1aade4b308
ci
2026-01-30 10:39:59 -05:00
Dax Raad
ad5d495b2c
ci
2026-01-30 10:09:27 -05:00
Dax Raad
abb87eac8f
ci
2026-01-30 10:08:28 -05:00
Dax Raad
a530c1b5b6
ci
2026-01-30 10:02:05 -05:00
Dax Raad
601744eacd
sync
2026-01-30 09:58:54 -05:00
Dax Raad
97a428cf69
ci
2026-01-30 09:57:17 -05:00