A temporal dependency occurs when developers change two or more files at the same time (i.e. they are a part of the same commit).
Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
---|---|---|---|---|
versions.tf variable.tf |
2 | 2 (100%) | 12 (16%) | 2022-01-05 |
output.tf locals.tf |
2 | 11 (18%) | 7 (28%) | 2022-01-05 |
locals.tf variable.tf |
1 | 7 (14%) | 12 (8%) | 2022-01-05 |
locals.tf versions.tf |
1 | 7 (14%) | 2 (50%) | 2022-01-05 |
output.tf variable.tf |
1 | 11 (9%) | 12 (8%) | 2022-01-05 |
output.tf versions.tf |
1 | 11 (9%) | 2 (50%) | 2022-01-05 |
No temporal cross-component dependencies found.