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 |
---|---|---|---|---|
webhook/main.py versions.tf |
1 | 13 (7%) | 14 (7%) | 2025-04-04 |
metadata.yaml main.tf |
1 | 5 (20%) | 14 (7%) | 2025-04-04 |
versions.tf metadata.yaml |
1 | 14 (7%) | 5 (20%) | 2025-04-04 |
webhook/main.py main.tf |
1 | 13 (7%) | 14 (7%) | 2025-04-04 |
webhook/main.py metadata.yaml |
1 | 13 (7%) | 5 (20%) | 2025-04-04 |
versions.tf main.tf |
1 | 14 (7%) | 14 (7%) | 2025-04-04 |