0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 22 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
automatically check TaskSpecTest completeness. More... about 12 years ago
minor api doc fixes. More... about 12 years ago
rename SpiffWorkflow.Exception to SpiffWorkflow.exceptions. More... about 12 years ago
rename tests/SpiffWorkflow/data/spiff-xml to tests/SpiffWorkflow/data/spiff. More... about 12 years ago
add WorkflowTest.testConstructor(). More... about 12 years ago
remove a lot of code from WorkflowTest that is already covered by PatternTest. More... about 12 years ago
test refactoring: monve some code from PatternTest to a util module. More... about 12 years ago
OpenWfeReaderTest no longer depends on WorkflowTest. More... about 12 years ago
PatternTest.runWorkflow is no longer a method but a function run_workflow. More... about 12 years ago
PersistenceTest no longer depends on WorkflowTest. More... about 12 years ago
some cleanups in the PatternTest. More... about 12 years ago
PatternTest now supports Python defined workflow specs as input. More... about 12 years ago
move OpenWfeXmlReaderTest.py and XmlReaderTest.py to storage/. More... about 12 years ago
add a unit test for TaskSpec. More... about 12 years ago
fix broken error handling in TaskSpec.test(). More... about 12 years ago
rename some test directories. More... about 12 years ago
fix: deserializer no longer assumes that the task tree is stable. More... about 12 years ago
serialize task children recursively. More... about 12 years ago
Updated the Pyreverse-generated class diagram. More... about 12 years ago
more variable name cleanups. More... about 12 years ago
rename SpiffWorkflow.Job to SpiffWorkflow.Workflow. More... about 12 years ago
rename SpiffWorkflow.Workflow to SpiffWorkflow.specs.WorkflowSpec. More... about 12 years ago
Rename SpiffWorkflow.Tasks to SpiffWorkflow.specs. More... about 12 years ago
fix some merge related breakage. More... about 12 years ago
terminology cleanup part 1: use TaskSpec more consistently, and improved api documentation. More... about 12 years ago
Fixed import of weakmethod More... about 12 years ago
Created a MockJob to make the TaskTest testcase pass again. More... about 12 years ago
Fixed how ids are handled when unpickling. There's no longer the need for checking for id collisions. More... about 12 years ago
rename SpiffWorkflow.Storage to SpiffWorkflow.storage. More... about 12 years ago
terminology fix: replace references to the name 'node' by 'task'. More... about 12 years ago