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 |
---|---|---|---|---|
utils/build-dists.py elasticsearch_dsl/__init__.py |
1 | 3 (33%) | 92 (1%) | 2025-04-16 |
noxfile.py setup.py |
1 | 25 (4%) | 101 (<1%) | 2025-04-16 |
elasticsearch_dsl/__init__.py noxfile.py |
1 | 92 (1%) | 25 (4%) | 2025-04-16 |
utils/build-dists.py setup.py |
1 | 3 (33%) | 101 (<1%) | 2025-04-16 |
utils/build-dists.py noxfile.py |
1 | 3 (33%) | 25 (4%) | 2025-04-16 |
elasticsearch_dsl/__init__.py setup.py |
1 | 92 (1%) | 101 (<1%) | 2025-04-16 |