Paul Prescod
Paul Prescod
CCI does not validate task options which come from CumulusCI.yml or Python, but it does validate options that come from the CLI or Robot. Given dummy_task.py: ``` from cumulusci.core.tasks import...
If a just_once template created multiple objects, and was randomly referenced, only the most recently created object was saved across continuations. Now they are all saved. Also added code to...
- Add experimental support for generating data in the format expected by the Composite API
- Refactor YAML loading to use add_representer The basic idea is to get rid of __getstate__ and __setstate__ methods and make YAML loading "standalone". Basically accept that every pickling/serializing "context"...
1. Move Snowfakery-specific _DISPATCH_TABLE and _SAFE_CLASSES up a level to the place where other Snowfakery-specific code lives. Otherwise the pickler is Snowfakery-agnostic and does not even import other Snowfakery classes....
Beginning of Architectural docs for RowHistory and a stress test example.
This could be implemented through a database of all generated records, with a nickname column or joined table. This implementation would also have the benefit of allowing the retrieval of...