-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalyzed_branch_data.json
More file actions
100 lines (100 loc) · 2.37 KB
/
analyzed_branch_data.json
File metadata and controls
100 lines (100 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"main": [
"feature/sites-40"
],
"release": [
"feature/add-actions",
"feature/add-actions",
"feature/add-actions",
"feature/add-actions",
"feature/add-actions",
"feature/add-actions",
"feature/sites-42",
"feature/sites-41"
],
"common": [],
"mainOnly": [
"feature/sites-40"
],
"releaseOnly": [
"feature/add-actions",
"feature/sites-41",
"feature/sites-42"
],
"mainDetails": [
{
"name": "feature/sites-40",
"merged_at": "2025-04-08T18:55:00+00:00",
"pr_number": 1,
"pr_title": "hello"
}
],
"releaseDetails": [
{
"name": "feature/add-actions",
"merged_at": "2025-04-09T02:21:06+00:00",
"pr_number": 9,
"pr_title": "lastname"
},
{
"name": "feature/add-actions",
"merged_at": "2025-04-09T02:12:05+00:00",
"pr_number": 8,
"pr_title": "just to retrigger"
},
{
"name": "feature/add-actions",
"merged_at": "2025-04-09T02:06:18+00:00",
"pr_number": 7,
"pr_title": "remove the copy"
},
{
"name": "feature/add-actions",
"merged_at": "2025-04-09T02:05:01+00:00",
"pr_number": 6,
"pr_title": "remove interval job for now"
},
{
"name": "feature/add-actions",
"merged_at": "2025-04-09T02:03:31+00:00",
"pr_number": 5,
"pr_title": "handle timestamp"
},
{
"name": "feature/add-actions",
"merged_at": "2025-04-09T01:57:00+00:00",
"pr_number": 4,
"pr_title": "Feature/add actions"
},
{
"name": "feature/sites-42",
"merged_at": "2025-04-09T01:10:20+00:00",
"pr_number": 3,
"pr_title": "add sites-42"
},
{
"name": "feature/sites-41",
"merged_at": "2025-04-08T18:58:45+00:00",
"pr_number": 2,
"pr_title": "using grid areas"
}
],
"timestamp": "2025-04-09T02:21:24.655901",
"repository": "correasebastian/layers",
"analysisDate": "latest",
"stats": {
"total_branches": 4,
"main_count": 1,
"release_count": 8,
"common_count": 0,
"main_only_count": 1,
"release_only_count": 3,
"repository": "correasebastian/layers",
"timestamp": "2025-04-09T02:21:24.655901",
"analysis_time": "2025-04-09T02:21:24.706693",
"analysis_date": "latest",
"common_percentage": 0.0,
"main_only_percentage": 25.0,
"release_only_percentage": 75.0
}
}