Introduced CommitSet for Observerability, more tests and restructuring
to handle this extra step.
|
commits.yml
|
|
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
r1: id: 1 revision: 1 repository: test commit_set: repository1cs1 user: developer commit_next: r2 commit_next_branch: r2 title: First commit body: Body of the commit message here r2: id: 2 revision: 2 repository: test commit_set: repository1cs1 user: developer commit_prev: r2 commit_prev_branch: r2 commit_next: r3 commit_next_branch: r3 title: Second commit, without body r3: id: 3 revision: 3 repository: test commit_set: repository1cs2 user: developer commit_prev: r2 commit_prev_branch: r2 title: Third commit |