-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
96 lines (96 loc) · 2.67 KB
/
data.json
File metadata and controls
96 lines (96 loc) · 2.67 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
{
"stale_branches": [
{
"branch": "feature-001-routing",
"author": "Divyaranjan Sahoo",
"date": "2025-07-10",
"message": "Test feature",
"days_inactive": "27 days",
"last_commit": 1455.0,
"commits": "56 commits"
},
{
"branch": "main",
"author": "Divyaranjan Sahoo",
"date": "2025-07-13",
"message": "Update README.md\n\nStar Gazers integration",
"days_inactive": "58 days",
"last_commit": 1393.0,
"commits": "56 commits"
},
{
"branch": "master",
"author": "Divyaranjan Sahoo",
"date": "2024-11-15",
"message": "Beta Update",
"days_inactive": "298 days",
"last_commit": 7153.0,
"commits": "56 commits"
}
],
"open_prs": [
{
"title": "Test feature",
"number": 4,
"created_at": "2025-07-10",
"days_active": 60,
"creater": "DivInstance",
"state": "open",
"url": "https://github.com/DivInstance/Health-Wellness-App-Rejected/pull/4",
"reviewers": []
}
],
"repo_info": [
[
{
"name": "Project-Redwolf",
"owner": "DivInstance",
"description": "Backdoor script",
"created_at": "2024-08-06T16:12:37Z",
"updated_at": "2025-07-13T09:12:54Z",
"pushed_at": "2025-07-13T09:12:51Z",
"language": "zsh",
"default_branch": "main",
"visibility": "public",
"forks_count": 0,
"open_issues_count": 1,
"license": null,
"contributors": [
"DivInstance"
]
}
]
],
"monthly_activity": {
"commits": {
"2025-04": 36,
"2025-05": 84,
"2025-06": 51,
"2025-07": 18,
"2025-08": 15,
"2025-09": 12
},
"branches": {
"2025-04": 6,
"2025-05": 9,
"2025-06": 12,
"2025-07": 2,
"2025-08": 3,
"2025-09": 6
},
"prs": {
"2025-04": 18,
"2025-05": 15,
"2025-06": 17,
"2025-07": 14,
"2025-08": 12,
"2025-09": 9
}
},
"analytics": {
"average_commits_per_month": 43.2,
"most_active_day": "Monday",
"peak_hours": "1\u20133 AM",
"repo_health_score": 84.75
}
}