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 variables.tf |
9 | 22 (40%) | 26 (34%) | 2022-01-24 |
modules/sample_app/modules/app/main.tf modules/sample_app/main.tf |
5 | 5 (100%) | 5 (100%) | 2022-01-26 |
modules/sample_app/modules/app/variables.tf modules/sample_app/main.tf |
5 | 5 (100%) | 5 (100%) | 2022-01-26 |
modules/sample_app/modules/app/variables.tf modules/sample_app/modules/app/main.tf |
5 | 5 (100%) | 5 (100%) | 2022-01-26 |
modules/sample_app/variables.tf modules/sample_app/main.tf |
5 | 5 (100%) | 5 (100%) | 2022-01-26 |
modules/sample_app/variables.tf modules/sample_app/modules/app/main.tf |
5 | 5 (100%) | 5 (100%) | 2022-01-26 |
modules/sample_app/variables.tf modules/sample_app/modules/app/variables.tf |
5 | 5 (100%) | 5 (100%) | 2022-01-26 |
data.tf variables.tf |
5 | 7 (71%) | 26 (19%) | 2022-01-21 |
data.tf main.tf |
5 | 7 (71%) | 22 (22%) | 2022-01-21 |
variables.tf modules/sample_app/main.tf |
4 | 26 (15%) | 5 (80%) | 2022-01-26 |
variables.tf modules/sample_app/modules/app/main.tf |
4 | 26 (15%) | 5 (80%) | 2022-01-26 |
variables.tf modules/sample_app/modules/app/variables.tf |
4 | 26 (15%) | 5 (80%) | 2022-01-26 |
variables.tf modules/sample_app/variables.tf |
4 | 26 (15%) | 5 (80%) | 2022-01-26 |
versions.tf main.tf |
4 | 6 (66%) | 22 (18%) | 2022-01-20 |
modules/readiness_recovery_group/variables.tf variables.tf |
4 | 5 (80%) | 26 (15%) | 2022-01-12 |
modules/readiness_recovery_group/variables.tf main.tf |
4 | 5 (80%) | 22 (18%) | 2022-01-12 |
modules/readiness_recovery_group/main.tf variables.tf |
4 | 4 (100%) | 26 (15%) | 2022-01-12 |
modules/readiness_recovery_group/main.tf main.tf |
4 | 4 (100%) | 22 (18%) | 2022-01-12 |
modules/sample_app/codesuite.tf modules/sample_app/main.tf |
3 | 3 (100%) | 5 (60%) | 2022-01-24 |
modules/sample_app/codesuite.tf modules/sample_app/modules/app/main.tf |
3 | 3 (100%) | 5 (60%) | 2022-01-24 |