Skip to content

Tags: pedohorse/lifeblood

Tags

v0.11.0

Toggle v0.11.0's commit message
new features and bug fixes

new features:
- device resources for GPU management
- arbitrary numerical resources

fixes:
- hip script node
- attrib rename node parameter validation
- wedge node
- pluginloader plugin PYTHONPATH setting
- sqlite db relpath
- some preset fixes
- announcement broadcasts on some configurations
-

v0.10.0

Toggle v0.10.0's commit message
multiple interface listening

scheduler now listens on multiple interfaces by default
allowing you to connect from different networks (like vpn and local
network).
all message processors/proxies can now listen to multiple interfaces
and can route messages from one interface to another

even though the feature is implemented, the config interface is lacking
for now: you can only config scheduler to either listen to a single
interface, or to all (by setting 0.0.0.0 as listen address (default))

v0.9.0-65-g7b175b3-tools

Toggle v0.9.0-65-g7b175b3-tools's commit message
tools autobuild update

v0.9.0

Toggle v0.9.0's commit message
QoL improvements

- some submission (such as package resolution errors) errors put workers in temporary ban list
- added viewer reconnect message
- refactored environment resolver interface

v0.8.0-28-g701a149-tools

Toggle v0.8.0-28-g701a149-tools's commit message
tools autobuild update

v0.8.0

Toggle v0.8.0's commit message
changes:

scheduler:
- fixed a bunch of edge case racing
- introduced BLOCKED state to optimize waiting on blocked tasks
- refactoring
viewer:
- hover highlights
- improved context menu commands

v0.7.2-5-gf17868f-tools-53-g7923020-tools-15-gc2fca9d-tools

Toggle v0.7.2-5-gf17868f-tools-53-g7923020-tools-15-gc2fca9d-tools's commit message
tools autobuild update

v0.7.2-5-gf17868f-tools-53-g7923020-tools

Toggle v0.7.2-5-gf17868f-tools-53-g7923020-tools's commit message
tools autobuild update

v0.7.2-5-gf17868f-tools

Toggle v0.7.2-5-gf17868f-tools's commit message
tools autobuild update

v0.7.2

Toggle v0.7.2's commit message
bugfixes:

- worker task finish reply did not respect address chain
- log viewer could receive updates after deletion
- certain special case of scheduling race conditions covered
- cleanup garbage invocations after hard crash
- minor visual fixes