guardian / queue-alerter
File Change Frequency

File change frequency (churn) shows the distribution of file updates (days with at least one commit).

Overview
File Change Frequency Overall
  • There are 5 files with 146 lines of code.
    • 0 files changed more than 100 times (0 lines of code)
    • 0 files changed 51-100 times (0 lines of code)
    • 0 files changed 21-50 times (0 lines of code)
    • 0 files changed 6-20 times (0 lines of code)
    • 5 files changed 1-5 times (146 lines of code)
0% | 0% | 0% | 0% | 100%
Legend:
101+
51-100
21-50
6-20
1-5

explore: grouped by folders | grouped by update frequency | data
Contributors Count Frequency Overall
  • There are 5 files with 146 lines of code.
    • 0 files changed by more than 25 contributors (0 lines of code)
    • 0 files changed by 11-25 contributors (0 lines of code)
    • 0 files changed by 6-10 contributors (0 lines of code)
    • 0 files changed by 2-5 contributors (0 lines of code)
    • 5 files changed by 1 contributor (146 lines of code)
0% | 0% | 0% | 0% | 100%
Legend:
26+
11-25
6-10
2-5
1

explore: grouped by folders | grouped by contributors count | data
File Change Frequency per File Extension
py, txt, yaml, gitignore, json
File Change Frequency per Extension
The number of recorded file updates
101+
51-100
21-50
6-20
1-5
py0% | 0% | 0% | 0% | 100%
File Change Frequency per Logical Decomposition
primary
primary (file change frequency)
The number of recorded file updates
101+
51-100
21-50
6-20
1-5
src0% | 0% | 0% | 0% | 100%
Most Frequently Changed Files (Top 5)

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
__init__.py
in src/alerter
1 - 2021-11-10 2021-11-10 1 1 andy.gallagher@theguardian.com andy.gallagher@theguardian.com
setup.py
in src
10 - 2021-11-10 2021-11-10 1 1 andy.gallagher@theguardian.com andy.gallagher@theguardian.com
pagerduty.py
in src/alerter
16 1 2021-11-10 2021-11-10 1 1 andy.gallagher@theguardian.com andy.gallagher@theguardian.com
rabbitmq_admin.py
in src/alerter
56 4 2021-11-10 2021-11-10 1 1 andy.gallagher@theguardian.com andy.gallagher@theguardian.com
63 2 2021-11-10 2021-11-10 1 1 andy.gallagher@theguardian.com andy.gallagher@theguardian.com
Files With Most Contributors (Top 5)
Based on the number of unique email addresses found in commits.

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
63 2 2021-11-10 2021-11-10 1 1 andy.gallagher@theguardian.com andy.gallagher@theguardian.com
pagerduty.py
in src/alerter
16 1 2021-11-10 2021-11-10 1 1 andy.gallagher@theguardian.com andy.gallagher@theguardian.com
rabbitmq_admin.py
in src/alerter
56 4 2021-11-10 2021-11-10 1 1 andy.gallagher@theguardian.com andy.gallagher@theguardian.com
__init__.py
in src/alerter
1 - 2021-11-10 2021-11-10 1 1 andy.gallagher@theguardian.com andy.gallagher@theguardian.com
setup.py
in src
10 - 2021-11-10 2021-11-10 1 1 andy.gallagher@theguardian.com andy.gallagher@theguardian.com
Files With Least Contributors (Top 5)
Based on the number of unique email addresses found in commits.

See data for all files...

File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
63 2 2021-11-10 2021-11-10 1 1 andy.gallagher@theguardian.com andy.gallagher@theguardian.com
rabbitmq_admin.py
in src/alerter
56 4 2021-11-10 2021-11-10 1 1 andy.gallagher@theguardian.com andy.gallagher@theguardian.com
pagerduty.py
in src/alerter
16 1 2021-11-10 2021-11-10 1 1 andy.gallagher@theguardian.com andy.gallagher@theguardian.com
setup.py
in src
10 - 2021-11-10 2021-11-10 1 1 andy.gallagher@theguardian.com andy.gallagher@theguardian.com
__init__.py
in src/alerter
1 - 2021-11-10 2021-11-10 1 1 andy.gallagher@theguardian.com andy.gallagher@theguardian.com
Correlations

File Size vs. Number of Changes: 5 points

src/alerter/rabbitmq_admin.py x: 56 lines of code y: 1 # changes src/queuealerter.py x: 63 lines of code y: 1 # changes src/alerter/__init__.py x: 1 lines of code y: 1 # changes src/alerter/pagerduty.py x: 16 lines of code y: 1 # changes src/setup.py x: 10 lines of code y: 1 # changes
1.0
# changes
  min: 1.0
  average: 1.0
  25th percentile: 1.0
  median: 1.0
  75th percentile: 1.0
  max: 1.0
0 63.0
lines of code
min: 1.0 | average: 29.2 | 25th percentile: 5.5 | median: 16.0 | 75th percentile: 59.5 | max: 63.0

Number of Contributors vs. Number of Changes: 5 points

src/alerter/rabbitmq_admin.py x: 1 # contributors y: 1 # changes
1.0
# changes
  min: 1.0
  average: 1.0
  25th percentile: 1.0
  median: 1.0
  75th percentile: 1.0
  max: 1.0
0 1.0
# contributors
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

Number of Contributors vs. File Size: 5 points

src/alerter/rabbitmq_admin.py x: 1 # contributors y: 56 lines of code src/queuealerter.py x: 1 # contributors y: 63 lines of code src/alerter/__init__.py x: 1 # contributors y: 1 lines of code src/alerter/pagerduty.py x: 1 # contributors y: 16 lines of code src/setup.py x: 1 # contributors y: 10 lines of code
63.0
lines of code
  min: 1.0
  average: 29.2
  25th percentile: 5.5
  median: 16.0
  75th percentile: 59.5
  max: 63.0
0 1.0
# contributors
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0