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 |
---|---|---|---|---|
azure/durable_functions/models/utils/http_utils.py azure/durable_functions/models/DurableOrchestrationClient.py |
1 | 17 (5%) | 78 (1%) | 2025-05-01 |
azure/durable_functions/models/ReplaySchema.py azure/durable_functions/models/DurableOrchestrationContext.py |
1 | 3 (33%) | 84 (1%) | 2025-04-21 |
azure/durable_functions/models/Task.py azure/durable_functions/models/DurableOrchestrationContext.py |
1 | 39 (2%) | 84 (1%) | 2025-04-21 |
azure/durable_functions/models/utils/json_utils.py azure/durable_functions/models/DurableOrchestrationContext.py |
1 | 23 (4%) | 84 (1%) | 2025-04-21 |
azure/durable_functions/models/TaskOrchestrationExecutor.py azure/durable_functions/models/DurableOrchestrationContext.py |
1 | 11 (9%) | 84 (1%) | 2025-04-21 |
azure/durable_functions/models/utils/json_utils.py azure/durable_functions/models/Task.py |
1 | 23 (4%) | 39 (2%) | 2025-04-21 |
azure/durable_functions/models/utils/json_utils.py azure/durable_functions/models/ReplaySchema.py |
1 | 23 (4%) | 3 (33%) | 2025-04-21 |
azure/durable_functions/models/Task.py azure/durable_functions/models/ReplaySchema.py |
1 | 39 (2%) | 3 (33%) | 2025-04-21 |