ChangeLog in arborist-0.4.0 vs ChangeLog in arborist-0.5.0

- old
+ new

@@ -1,10 +1,88 @@ +2019-01-16 Mahlon E. Smith <mahlon@martini.nu> + +o * lib/arborist.rb, lib/arborist/command/cert.rb: +| initial zauth experiment +| [f8556458f0bd] [tip] +| +2019-03-13 Michael Granger <ged@FaerieMUD.org> + +| @ * History.md, lib/arborist.rb: +| | Bump the minor version, update history. +| | [e9656402084f] +| | +2019-03-06 Michael Granger <ged@FaerieMUD.org> + +| | o * TODO.md, lib/arborist/manager.rb, lib/arborist/node.rb, +| | | lib/arborist/node/root.rb, spec/arborist/node/root_spec.rb: +| | | Move all event dispatch into propagate_events +| | | [73886e081c0e] +| | | +2019-01-16 Michael Granger <ged@FaerieMUD.org> + +| | o * lib/arborist/node.rb, lib/arborist/subscription.rb, +| | | spec/arborist/subscription_spec.rb: +| | | Make the return from Subscription#on_events consistent +| | | [c52fc8e96127] +| | | +| | o * lib/arborist/node_subscription.rb, +| | | spec/arborist/node_subscription_spec.rb: +| | | Propagate events resulting from NodeSubscription publishing +| | | [296f00916348] +| | | +2019-03-06 Michael Granger <ged@FaerieMUD.org> + +| o | * lib/arborist/node.rb, spec/arborist/node_spec.rb: +| |/ Include new property keys in delta event +| | [93959adf2f65] +| | +2019-02-20 Mahlon E. Smith <mahlon@martini.nu> + +| o * lib/arborist/node.rb, lib/arborist/node/host.rb, +| | lib/arborist/node/resource.rb, lib/arborist/node/root.rb, +| | lib/arborist/node/service.rb, spec/arborist/node/host_spec.rb, +| | spec/arborist/node/resource_spec.rb, +| | spec/arborist/node/root_spec.rb, spec/arborist/node/service_spec.rb, +| | spec/arborist/node_spec.rb: +| | Add "family" as a node attribute, so observable consumers can make +| | decisions about serialized nodes. +| | [88c4ac151003] +| | +2019-02-27 Mahlon E. Smith <mahlon@martini.nu> + +| o * lib/arborist/node.rb: +| | Ensure errors and warnings remain structured in the delta event. +| | [83bfe5c0ec6f] +| | +2018-11-07 Michael Granger <ged@FaerieMUD.org> + +| o * .hgignore, lib/arborist/event/node.rb, lib/arborist/node.rb: +| | Add more event instrumentation +| | [1c769c35064c] +| | +2018-10-19 Michael Granger <ged@FaerieMUD.org> + +| o * spec/arborist/node_spec.rb: +|/ Add better coverage for node operational attribute method +| [75191095ed57] +| +2018-12-08 Mahlon E. Smith <mahlon@martini.nu> + +o * TODO.md, lib/arborist/node.rb: +| Don't save/restore state for a node's status_history_size - it +| should be set from the node config (or defaulted globally.) +| [e462aa07d6bd] +| +o * lib/arborist/node.rb: +| Node#handle_event shouldn't return nil. +| [b62dfc6cf44d] +| 2018-11-21 Mahlon E. Smith <mahlon@martini.nu> -@ * .hgsigs: +o * .hgsigs: | Added signature for changeset b4227ca091d2 -| [5f37211d2302] [tip] +| [5f37211d2302] | o * .hgtags: | Added tag v0.4.0 for changeset cfafc1efb759 | [b4227ca091d2] | @@ -27,19 +105,9 @@ o * lib/arborist/event.rb, lib/arborist/event/node_delta.rb, | lib/arborist/event/node_update.rb, lib/arborist/node.rb, | spec/arborist/event_spec.rb, spec/arborist/node_spec.rb: | Add informational node predicate to node | [2444837aae2a] -| -| o * .hgignore, lib/arborist/event/node.rb, lib/arborist/node.rb: -|/ Add more event instrumentation -| [ab5b16539fdf] -| -2018-10-19 Michael Granger <ged@FaerieMUD.org> - -| o * spec/arborist/node_spec.rb: -|/ Add better coverage for node operational attribute method -| [cd09eab560b7] | 2018-10-17 Mahlon E. Smith <mahlon@martini.nu> o * lib/arborist/event/node.rb, lib/arborist/node.rb, | lib/arborist/observer/action.rb, spec/arborist/event/node_spec.rb,