-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tags as versions for acceptable task rules
This contains two major changes. One is that the logic in `lib.bundles` is written to in the form prose (or close enough) to allow for easier readings of the logic. Instead of the notion of a task collection and equality of task bundle references, the code now considers business logic terms, like "is acceptable", "is out of date", "is expired" and "newer version exists". And the second is that tags provided in acceptable task bundle data are now considered in rules. If tags are provided in acceptable task bundle they further refine the set of records from acceptable task bundle data that are examined, i.e. different versions do not interfere with each other. For task bundle references tags are computed from the acceptable task bundle data records by matching against the digest. reference: EC-223
- Loading branch information
Showing
4 changed files
with
175 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.