Skip to content
Open
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f7a8d50
Plumb plugins to core
yuandrew Oct 13, 2025
d1cfb31
Plumb skip_client_worker_set_check
yuandrew Oct 14, 2025
9f5bbd5
New test passing plugin names to core
yuandrew Oct 14, 2025
2c38883
lint
yuandrew Oct 17, 2025
aaf8e34
Fix and simplify plumbing plugins from WorkerConfig to core, impose r…
yuandrew Oct 20, 2025
1124b55
poe lint
yuandrew Oct 21, 2025
a305b2c
More rusty, clarify naming
yuandrew Oct 21, 2025
9d40b54
More rusty, clarify naming, simplify Runtime args, add Client plugins…
yuandrew Oct 21, 2025
5b9e0c2
Move new plugin test to bridge
yuandrew Oct 21, 2025
ab41d10
switch poe lint and poe build-develop order in CI, revert test move
yuandrew Oct 21, 2025
692e0e3
missed a spot for poe lint in CI
yuandrew Oct 21, 2025
0bc7bce
Default is 60, not 30
yuandrew Oct 22, 2025
18873a5
update core to 850db67
yuandrew Nov 12, 2025
e83a260
Remove exposure of skip_client_worker_set_check
yuandrew Nov 12, 2025
a8c3399
Pick up core crate renames
yuandrew Nov 12, 2025
a4c50ee
fix core commit
yuandrew Nov 12, 2025
0c0b4b3
Pick up core crate renames
yuandrew Nov 17, 2025
bd5a404
Plumb worker task types to lang
yuandrew Nov 17, 2025
181d633
Merge branch 'main' into plugins_to_core
yuandrew Nov 18, 2025
5862a1e
poe lint
yuandrew Nov 18, 2025
91f92c2
bridge to main
yuandrew Nov 18, 2025
6ef144a
update protos
yuandrew Nov 18, 2025
d342c8d
poe lint
yuandrew Nov 19, 2025
e8f65bc
more protos
yuandrew Nov 19, 2025
715fe8d
poe format
yuandrew Nov 19, 2025
2aa7a05
PR feedback, add differentiation between remote and local activities
yuandrew Nov 19, 2025
3255ffd
bump core
yuandrew Nov 24, 2025
298cdd9
PR feedback, fix order of args, remove heartbeat=0 check
yuandrew Nov 24, 2025
59da9af
Remove new exposure of plugins
yuandrew Nov 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
- run: uv sync --all-extras
- run: poe bridge-lint
if: ${{ matrix.clippyLinter }}
- run: poe lint
- run: poe build-develop
- run: poe lint
- run: mkdir junit-xml
- run: poe test ${{matrix.pytestExtraArgs}} -s --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
timeout-minutes: 15
Expand Down Expand Up @@ -153,8 +153,8 @@ jobs:
- run: uv tool install poethepoet
- run: uv lock --upgrade
- run: uv sync --all-extras
- run: poe lint
- run: poe build-develop
- run: poe lint
- run: mkdir junit-xml
- run: poe test -s --junit-xml=junit-xml/latest-deps.xml
timeout-minutes: 10
Expand Down
Loading