Skip to content

Tags: ansible/dispatcherd

Tags

v2025.05.21

Toggle v2025.05.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add a no-op broker for tests and sqlite environments (#176)

* Add a no-op broker for tests and sqlite environments

* Prevent empty yield

v2025.05.19

Toggle v2025.05.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
More compliant single specifier for license (#174)

v2025.05.12

Toggle v2025.05.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow submit_task to submit unregistered methods (#167)

v2025.05.07

Toggle v2025.05.07's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Get rid of the connection closing between tests (#161)

* Try getting rid of the connection closing

* Add back to specific test

v2025.04.30

Toggle v2025.04.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: ensure httpx as dev dependency (#164)

Signed-off-by: Alex <[email protected]>

v2025.04.29

Toggle v2025.04.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Worker callbacks (#159)

* Initial code implementation of worker callbacks

Fix ordering of message and finished queues

SonarCloud feedback

More refactoring for SonarCloud

Establish log directory

Add logging, not working yet

Remove test log

Update the config docs for worker callbacks

Remove method registry, did not need

Wording

Fix broken dependencies

Minor sonarcloud issue

* Update to new utility

v2025.04.18

Toggle v2025.04.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use a shared set of asyncio objects for code flow control (#153)

* Change programming pattern to use a shared set of asyncio directives

Fix sluggish shutdown timing out tests

Further rely on shared object to bail when shutting down

* Send settings to worker as JSON to address bug

v2025.04.07

Toggle v2025.04.07's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add more control commands (#132)

* Add more control commands for debugging

Add tests for new commands

Add command for counts from main classes

Use more consistent status data method

Add pid of main process

* Add test for task-from-task

* Fix test to allow for control producer

v2025.03.24

Toggle v2025.03.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: add dynamic versioning and build-publish workflow (#135)

Signed-off-by: Alex <[email protected]>

2025.02.12

Toggle 2025.02.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: add contributing docs and issue templates (#66)