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 |
---|---|---|---|---|
templates/custom-resource.yaml templates/main.yaml |
2 | 20 (10%) | 24 (8%) | 2022-01-18 |
templates/cloudfront-site.yaml templates/main.yaml |
2 | 12 (16%) | 24 (8%) | 2022-01-14 |
templates/acm-certificate.yaml templates/main.yaml |
1 | 9 (11%) | 24 (4%) | 2022-01-14 |
templates/acm-certificate.yaml templates/custom-resource.yaml |
1 | 9 (11%) | 20 (5%) | 2022-01-14 |
templates/cloudfront-site.yaml templates/custom-resource.yaml |
1 | 12 (8%) | 20 (5%) | 2022-01-14 |
templates/cloudfront-site.yaml templates/acm-certificate.yaml |
1 | 12 (8%) | 9 (11%) | 2022-01-14 |
No temporal cross-component dependencies found.