Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-09-19 | add suppport for persisting batched events over replication github/shay/fix_git_hx_batch shay/fix_git_hx_batch | H. Shay | 3 | -2/+194 | |
2022-09-19 | add fucntions to persist events as a batch, encapsulate some logic in a ↵ | H. Shay | 1 | -44/+174 | |
helper function | |||||
2022-09-19 | add some comments and sned events as a batch to be persisted | H. Shay | 1 | -11/+17 | |
2022-09-19 | fix tests to reflect new reality | H. Shay | 1 | -2/+2 | |
2022-09-19 | ditch auth events and pass state map instead | H. Shay | 1 | -17/+16 | |
2022-09-19 | split out creating events for batches and add helper methods for duplicated code | H. Shay | 1 | -68/+132 | |
2022-09-19 | reduce duplicated code | H. Shay | 2 | -105/+33 | |
2022-09-19 | fix test to align with new behaviour | H. Shay | 1 | -1/+1 | |
2022-09-19 | add function to calculate event context without pulling from db | H. Shay | 1 | -1/+64 | |
2022-09-19 | create events and contexts seperately | H. Shay | 1 | -34/+84 | |
2022-09-19 |