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 |
---|---|---|---|---|
main.tf main.ad_admin.tf |
1 | 2 (50%) | 2 (50%) | 2025-04-30 |
variables.tf main.ad_admin.tf |
1 | 3 (33%) | 2 (50%) | 2025-04-30 |
variables.tf main.tf |
1 | 3 (33%) | 2 (50%) | 2025-04-30 |
variables.tf variables.active_directory_admin.tf |
1 | 3 (33%) | 2 (50%) | 2025-04-30 |
variables.active_directory_admin.tf main.tf |
1 | 2 (50%) | 2 (50%) | 2025-04-30 |
variables.active_directory_admin.tf main.ad_admin.tf |
1 | 2 (50%) | 2 (50%) | 2025-04-30 |