about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2018-12-13 feat(postgres): Add human-readable Display implementation for errorsVincent Ambo1-3/+30
2018-12-13 feat(postgres): Introduce chained error variantsVincent Ambo2-33/+91
2018-12-13 refactor(postgres): Implement FSMBackend trait for FinitoPostgresVincent Ambo1-123/+111
2018-12-13 fix(core): Ensure FSM state can be created from backend state refVincent Ambo1-4/+4
2018-12-13 feat(core): Add serde trait bounds to FSM typesVincent Ambo2-10/+20
2018-11-22 fix(door): Update trait impl with `State` typeVincent Ambo1-1/+2
2018-11-19 chore: Fix email address in Cargo filesVincent Ambo3-3/+3
2018-10-24 feat(core): Add a trait representing backend implementationsVincent Ambo1-1/+46
2018-09-26 feat(postgres): Compatibility with new associated error typeVincent Ambo3-13/+26
2018-09-26 feat(door): Use failure::Error as associated error typeVincent Ambo2-5/+20
2018-09-26 feat(core): Add associated 'Error' type to FSM traitVincent Ambo1-1/+6
2018-09-26 feat(postgres): Implement initial (synchronous) actoin executionVincent Ambo1-25/+127
2018-09-26 test(postgres): Add test for insert_machine and advanceVincent Ambo2-0/+50
2018-09-26 fix(postgres): Minor fixes in Postgres queries and handlingVincent Ambo2-3/+9
2018-09-26 feat(door): Add serde instances for door FSM typesVincent Ambo2-3/+8
2018-09-26 refactor(postgres): Minor changes to match actual table schemaVincent Ambo1-7/+10
2018-09-26 feat(postgres): Add initial table schema for Finito tablesVincent Ambo3-1/+42
2018-09-26 docs: Add rustdoc header lines as expected by the formatVincent Ambo3-0/+6
2018-09-26 docs(core): Fix rustdoc syntax in several placesVincent Ambo1-5/+6
2018-09-26 docs(door): Port over documentation from finito-hsVincent Ambo1-8/+172
2018-09-26 feat(postgres): Implement Postgres-backed 'advance' functionVincent Ambo2-14/+73
2018-09-26 feat(postgres): Bootstrap Postgres persistence implementationVincent Ambo4-1/+272
2018-09-26 fix(core): Add missing 'FSM_NAME' associated constantVincent Ambo2-0/+6
2018-09-26 feat(door): Check in example door implementationVincent Ambo3-1/+153
2018-09-26 feat(core): Check in Finito core libraryVincent Ambo3-0/+186
2018-09-26 docs: Add initial READMEVincent Ambo1-0/+27
2018-09-26 chore: Add Rust-specific .gitignore fileVincent Ambo1-0/+4
2018-09-26 chore: Initial commitVincent Ambo0-0/+0