OwenKephart
OwenKephart
## Summary & Motivation This is a long-standing request. It's often useful to be able to detect the status of some specific set of dependency keys, rather than needing to...
## Summary & Motivation As title ## How I Tested These Changes
## Summary & Motivation After some changes to the UI, this will make it much easier to understand what's happening inside a given complex policy ## How I Tested These...
## Summary & Motivation As title -- this helps make sense of potentially-complicated trees of SchedulingConditions ## How I Tested These Changes
## Summary & Motivation Currently a work in progress, just a proof of concept to build knowledge about this potential solution. ## How I Tested These Changes
## Summary & Motivation We want a generic way of detecting when something has happened more recently than something else. Typically, you'll have at least one of the following on...
## Summary & Motivation As title -- now we can take advantage of the updated_since and requested_since constructors to improve these conditions. On the `on_cron` side, note that the previous...
## Summary & Motivation As title -- now we can take advantage of the "since" operator in a variety of different ways to simplify and improve our `on_cron` and `eager`...
## Summary & Motivation Another simple condition! ## How I Tested These Changes
## Summary & Motivation As title. When testing this, I realized that two latent bugs were impacting the correctness here. Essentially, when computing the set of things changed since a...