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 |
---|---|---|---|---|
repos/build_pipeline/infra/build_model_stack.py infra/utils.py |
3 | 4 (75%) | 7 (42%) | 2022-01-20 |
infra/cicd_construct.py app.py |
2 | 6 (33%) | 4 (50%) | 2022-01-20 |
infra/mlops_featurestore_construct.py app.py |
2 | 6 (33%) | 4 (50%) | 2022-01-20 |
infra/mlops_featurestore_construct.py infra/cicd_construct.py |
2 | 6 (33%) | 6 (33%) | 2022-01-20 |
infra/service_catalog_stack.py app.py |
2 | 6 (33%) | 4 (50%) | 2022-01-20 |
infra/service_catalog_stack.py infra/cicd_construct.py |
2 | 6 (33%) | 6 (33%) | 2022-01-20 |
infra/service_catalog_stack.py infra/mlops_featurestore_construct.py |
2 | 6 (33%) | 6 (33%) | 2022-01-20 |
infra/utils.py app.py |
2 | 7 (28%) | 4 (50%) | 2022-01-20 |
infra/utils.py infra/cicd_construct.py |
2 | 7 (28%) | 6 (33%) | 2022-01-20 |
infra/utils.py infra/mlops_featurestore_construct.py |
2 | 7 (28%) | 6 (33%) | 2022-01-20 |
infra/utils.py infra/service_catalog_stack.py |
2 | 7 (28%) | 6 (33%) | 2022-01-20 |
repos/build_pipeline/app.py infra/utils.py |
2 | 3 (66%) | 7 (28%) | 2022-01-20 |
repos/build_pipeline/infra/build_model_stack.py app.py |
2 | 4 (50%) | 4 (50%) | 2022-01-20 |
repos/build_pipeline/infra/build_model_stack.py infra/cicd_construct.py |
2 | 4 (50%) | 6 (33%) | 2022-01-20 |
repos/build_pipeline/infra/build_model_stack.py infra/mlops_featurestore_construct.py |
2 | 4 (50%) | 6 (33%) | 2022-01-20 |
repos/build_pipeline/infra/build_model_stack.py infra/service_catalog_stack.py |
2 | 4 (50%) | 6 (33%) | 2022-01-20 |
repos/build_pipeline/infra/build_model_stack.py repos/build_pipeline/app.py |
2 | 4 (50%) | 3 (66%) | 2022-01-20 |
repos/build_pipeline/infra/sm_pipeline_utils.py infra/utils.py |
2 | 3 (66%) | 7 (28%) | 2022-01-20 |
repos/build_pipeline/infra/sm_pipeline_utils.py repos/build_pipeline/app.py |
2 | 3 (66%) | 3 (66%) | 2022-01-20 |
repos/build_pipeline/infra/sm_pipeline_utils.py repos/build_pipeline/infra/build_model_stack.py |
2 | 3 (66%) | 4 (50%) | 2022-01-20 |