• Joined on 2026-07-29
przemek pushed to feat/0.6-package-runtime-image at syncode/infra 2026-08-31 08:36:48 +00:00
przemek pushed to feat/0.6-final-control-image at syncode/infra 2026-08-31 08:32:39 +00:00
przemek pushed to feat/0.6-lazy-trigger-paths at syncode/control 2026-08-31 08:30:15 +00:00
przemek pushed to feat/0.6-lazy-trigger-paths at syncode/workflow 2026-08-31 08:26:51 +00:00
f19733361a Merge pull request 'Identify triggers that need changed paths' (#18) from feat/0.6-lazy-trigger-paths into develop
867cf18874 Merge pull request 'Align trigger preflight with released workflow API' (#17) from feat/0.6-trigger-preflight-aligned into develop
117d39f6f4 feat: Identify triggers that need changed paths
989d8423e2 Merge pull request 'Expose workflow trigger preflight' (#15) from feat/0.6-trigger-preflight into develop
d186c9e87d Merge remote-tracking branch 'origin/develop' into feat/0.6-trigger-preflight-main
fc3d78ac8b Merge pull request 'chore: mark workflow as 0.4.0' (#11) from feat/version-0-4 into develop
bef238bd13 feat: Expose workflow trigger preflight
8addb8eb2c feat: Expose workflow trigger preflight
3467783fd7 Merge pull request 'Complete 0.4 dev cutover' (#10) from feat/complete-0.4-dev into develop
9f2e0d09e9 chore: mark workflow as 0.4.0
14de090ff1 Merge pull request 'feat: Support tag workflow triggers' (#14) from feat/tag-triggers-0-4 into main
d073ed7751 feat: model reusable workflow outputs
285a73e44f feat: enforce typed resolved actions
bba5f8868b Merge pull request 'fix: Align Workflow release version' (#13) from feat/workflow-version-file into main
263e4aec9a feat: Support tag workflow triggers
eed1f4e126 fix: Accept boolean shell commands
41d2e14965 feat: model reusable workflow outputs
fc5209f37d fix: preserve local action references
6189ee6672 Merge pull request 'feat: Promote Workflow 0.4' (#12) from develop into main
7f75d7f7c1 fix: Align Workflow release version
77f6f6321f Merge pull request 'feat: lower a workflow into the plans its jobs describe' (#7) from feat/lower-a-workflow-into-the-plans-its-jobs-describe into develop
e1c2baabdf feat: model resolved local action graphs
12ca789030 chore: Release 0.3.0 to main (workflow #8)
18c11e04c3 Merge pull request 'fix: read a schedule the way the dialect says to write one' (#6) from fix/read-a-schedule-the-way-it-is-written into develop
e8132be1e5 feat: lower a workflow into the plans its jobs describe
e7f3805a01 feat: model resolved action identities
10ed158583 feat: extract the shared SynCode workflow compiler
8158ff0faf Merge pull request 'feat: tell a local reusable call from a remote one' (#5) from feat/tell-a-local-reusable-call-from-a-remote-one into develop
dfbc78f62e fix: read a schedule the way the dialect says to write one
e7fbcebb81 Merge pull request 'feat: decide what triggers a run' (#4) from feat/decide-what-triggers-a-run into develop
d4c1470b7b fix: read workflow_call as a declaration, not an unknown event
3336ee3889 Merge pull request 'feat: carry the execution plan over the wire' (#3) from feat/carry-the-plan-over-the-wire into develop
6fe8309404 feat: read the events a workflow declares
6c33cfbbca Merge branch 'develop' into feat/tell-a-local-reusable-call-from-a-remote-one
1dbf765d15 Merge pull request 'feat: move the action model and the action.yml parser here' (#2) from feat/action-model into develop
c26bb06563 feat: compile a matrix whole and expand it into combinations
1b8ddeaa29 feat: decide what triggers a run
e4fda20d30 feat: tell a local reusable call from a remote one
cef22b4620 Merge pull request 'fix: correct the licence and the consumption instructions' (#1) from fix/license-and-provenance into develop
3159733c3c feat: drop node runtimes below the supported floor
4056909cc6 ci: take the toolchain from a pinned image
0297458c76 ci: pin the toolchain action to a commit
5d7eca7159 test: move the action reference tests here
457527fb05 ci: pin the toolchain action to its version branch
7cefe2c6d0 ci: install Rust with an action instead of building a container
f82f40b173 feat: expose the environment of node and composite actions
7b9ceb4277 refactor: drop the commentary the code already states
751bd9518f docs: state how to consume this repository, drop the rest
b86c2f5ac9 feat: move the action model and repository addressing here
4e1fc0837c fix: keep serde out of the map macro
1f8663b3a3 fix: drop third-party copyright notices this repository does not carry
cb36f9b79c feat: address a compiled plan the way its source is addressed
894537f3cb feat: carry the execution plan over the wire
Compare 53 commits »
przemek pushed to feat/0.6-stage7-dev-images at syncode/infra 2026-08-31 08:19:19 +00:00
przemek pushed to feat/0.6-retry-control-image at syncode/control 2026-08-31 08:15:01 +00:00
przemek pushed to feat/0.6-sync-canonical-develop at syncode/workflow 2026-08-31 08:14:22 +00:00
867cf18874 Merge pull request 'Align trigger preflight with released workflow API' (#17) from feat/0.6-trigger-preflight-aligned into develop
989d8423e2 Merge pull request 'Expose workflow trigger preflight' (#15) from feat/0.6-trigger-preflight into develop
d186c9e87d Merge remote-tracking branch 'origin/develop' into feat/0.6-trigger-preflight-main
fc3d78ac8b Merge pull request 'chore: mark workflow as 0.4.0' (#11) from feat/version-0-4 into develop
bef238bd13 feat: Expose workflow trigger preflight
8addb8eb2c feat: Expose workflow trigger preflight
3467783fd7 Merge pull request 'Complete 0.4 dev cutover' (#10) from feat/complete-0.4-dev into develop
9f2e0d09e9 chore: mark workflow as 0.4.0
14de090ff1 Merge pull request 'feat: Support tag workflow triggers' (#14) from feat/tag-triggers-0-4 into main
d073ed7751 feat: model reusable workflow outputs
285a73e44f feat: enforce typed resolved actions
bba5f8868b Merge pull request 'fix: Align Workflow release version' (#13) from feat/workflow-version-file into main
263e4aec9a feat: Support tag workflow triggers
eed1f4e126 fix: Accept boolean shell commands
41d2e14965 feat: model reusable workflow outputs
fc5209f37d fix: preserve local action references
6189ee6672 Merge pull request 'feat: Promote Workflow 0.4' (#12) from develop into main
7f75d7f7c1 fix: Align Workflow release version
77f6f6321f Merge pull request 'feat: lower a workflow into the plans its jobs describe' (#7) from feat/lower-a-workflow-into-the-plans-its-jobs-describe into develop
e1c2baabdf feat: model resolved local action graphs
12ca789030 chore: Release 0.3.0 to main (workflow #8)
18c11e04c3 Merge pull request 'fix: read a schedule the way the dialect says to write one' (#6) from fix/read-a-schedule-the-way-it-is-written into develop
e8132be1e5 feat: lower a workflow into the plans its jobs describe
e7f3805a01 feat: model resolved action identities
10ed158583 feat: extract the shared SynCode workflow compiler
8158ff0faf Merge pull request 'feat: tell a local reusable call from a remote one' (#5) from feat/tell-a-local-reusable-call-from-a-remote-one into develop
dfbc78f62e fix: read a schedule the way the dialect says to write one
e7fbcebb81 Merge pull request 'feat: decide what triggers a run' (#4) from feat/decide-what-triggers-a-run into develop
d4c1470b7b fix: read workflow_call as a declaration, not an unknown event
3336ee3889 Merge pull request 'feat: carry the execution plan over the wire' (#3) from feat/carry-the-plan-over-the-wire into develop
6fe8309404 feat: read the events a workflow declares
6c33cfbbca Merge branch 'develop' into feat/tell-a-local-reusable-call-from-a-remote-one
1dbf765d15 Merge pull request 'feat: move the action model and the action.yml parser here' (#2) from feat/action-model into develop
c26bb06563 feat: compile a matrix whole and expand it into combinations
1b8ddeaa29 feat: decide what triggers a run
e4fda20d30 feat: tell a local reusable call from a remote one
cef22b4620 Merge pull request 'fix: correct the licence and the consumption instructions' (#1) from fix/license-and-provenance into develop
3159733c3c feat: drop node runtimes below the supported floor
4056909cc6 ci: take the toolchain from a pinned image
0297458c76 ci: pin the toolchain action to a commit
5d7eca7159 test: move the action reference tests here
457527fb05 ci: pin the toolchain action to its version branch
7cefe2c6d0 ci: install Rust with an action instead of building a container
f82f40b173 feat: expose the environment of node and composite actions
7b9ceb4277 refactor: drop the commentary the code already states
751bd9518f docs: state how to consume this repository, drop the rest
b86c2f5ac9 feat: move the action model and repository addressing here
4e1fc0837c fix: keep serde out of the map macro
1f8663b3a3 fix: drop third-party copyright notices this repository does not carry
cb36f9b79c feat: address a compiled plan the way its source is addressed
894537f3cb feat: carry the execution plan over the wire
Compare 51 commits »
przemek pushed to feat/0.6-trigger-preflight at syncode/control 2026-08-31 08:12:48 +00:00
przemek pushed to canary/0.6-actions-read-20260830 at syncode/pipelines-demo 2026-08-30 13:40:20 +00:00
f456507876 test: use supported artifact runtime
przemek deleted branch feat/0-4-stability-e2e from syncode/pipelines-demo 2026-08-25 11:25:48 +00:00
przemek pushed to feat/0-4-stability-e2e at syncode/pipelines-demo 2026-08-25 10:02:28 +00:00
d0e4baa28e test: extend runner restart window
przemek pushed to feat/0-4-stability-e2e at syncode/pipelines-demo 2026-08-25 09:57:10 +00:00
cce9ab1540 test: add runner restart scenario
przemek pushed to feat/0-4-stability-e2e at syncode/pipelines-demo 2026-08-25 09:41:46 +00:00
a7f4fc3ed1 fix: use SynCode artifact action
przemek pushed to feat/0-4-stability-e2e at syncode/pipelines-demo 2026-08-25 09:31:57 +00:00
81b7ca8c7e test: rerun pipelines after runner fix
przemek pushed to feat/0-4-stability-e2e at syncode/pipelines-demo 2026-08-25 08:59:34 +00:00
22a4dd1c08 fix: use supported artifact runtime
przemek created branch feat/0-4-stability-e2e in syncode/pipelines-demo 2026-08-25 08:57:01 +00:00
przemek pushed to feat/0-4-stability-e2e at syncode/pipelines-demo 2026-08-25 08:57:01 +00:00
a9699830fc test: verify pipelines on both architectures
przemek pushed to v3-node24 at syncode-actions/download-artifact 2026-08-24 20:07:27 +00:00
5d718d33a4 chore: Use Node.js 24 runtime
przemek pushed to v3-node24 at syncode-actions/download-artifact 2026-08-24 20:07:26 +00:00
przemek pushed to v3-node24 at syncode-actions/upload-artifact 2026-08-24 20:07:21 +00:00
496d605ccc chore: Use Node.js 24 runtime