git_ownership_insights 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f7975c52466ff8152129983834939960192795ed43b63dc99e930d687cc8913f
|
|
4
|
+
data.tar.gz: b7ab381e8916c57a5d942a9efbeea6a58563bc811bc868fb548b79dcd1a9889d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8cff237852117440dfead023b6e403cce0b0b78c83713fa73318d7c5c695ccd1d83aabe7310bd0534c9a79d8c827635cb31f4845a502d0a155837821a5ed7926
|
|
7
|
+
data.tar.gz: 99185e95efb4e6d7316cdacd30270306be94caf3a2afa58af864acf4b6ccc95634c9b73937053a7747f77559915a26213c15829629e7a83ffc4f27677cbe9afe
|
|
@@ -158,8 +158,8 @@ module GitOwnershipInsights
|
|
|
158
158
|
puts "*Timeframe:* #{(begin_time - duration_in_days).strftime('%Y-%m-%d')} to #{begin_time.strftime('%Y-%m-%d')}"
|
|
159
159
|
puts " *Hotspot Code Changes:* #{churn_count} (#{hotspot_changes_percentage.round(2)}%)"
|
|
160
160
|
puts " *Cross-Squad Dependency:*"
|
|
161
|
-
puts " *
|
|
162
|
-
puts " *
|
|
161
|
+
puts " *Contributions by multiple squads to the same files:* #{cross_teams_count}"
|
|
162
|
+
puts " *Contributions by single squads contributing to single files:* #{single_ownership_teams_count}"
|
|
163
163
|
puts " *Files exceeding #{BIG_FILE_SIZE} lines with multiple contributors:* #{filtered_top_touched_files.count}"
|
|
164
164
|
count_hotspot_lines(filtered_files.keys)
|
|
165
165
|
count_big_files(directory_path)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: git_ownership_insights
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Serghei Moret
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-01-
|
|
11
|
+
date: 2024-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: date
|