generated from SwissLife-OSS/template
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathgit.json
94 lines (94 loc) · 2.71 KB
/
git.json
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
{
"id" : 1,
"owner" : {
"id" : 1,
"login" : "root",
"login_name" : "",
"source_id" : 0,
"full_name" : "",
"email" : "root@local",
"avatar_url" : "http://localhost:3000/avatars/e633807329b048c67a0431d8df47057e",
"html_url" : "http://localhost:3000/root",
"language" : "",
"is_admin" : false,
"last_login" : "0001-01-01T00:00:00Z",
"created" : "2025-01-25T21:48:13Z",
"restricted" : false,
"active" : false,
"prohibit_login" : false,
"location" : "",
"website" : "",
"description" : "",
"visibility" : "public",
"followers_count" : 0,
"following_count" : 0,
"starred_repos_count" : 0,
"username" : "root"
},
"name" : "foo",
"full_name" : "root/foo",
"description" : "",
"empty" : false,
"private" : false,
"fork" : false,
"template" : false,
"parent" : null,
"mirror" : false,
"size" : 23,
"language" : "",
"languages_url" : "http://localhost:3000/api/v1/repos/root/foo/languages",
"html_url" : "http://localhost:3000/root/foo",
"url" : "http://localhost:3000/api/v1/repos/root/foo",
"link" : "",
"ssh_url" : "git@localhost:root/foo.git",
"clone_url" : "http://localhost:3000/root/foo.git",
"original_url" : "",
"website" : "",
"stars_count" : 0,
"forks_count" : 0,
"watchers_count" : 1,
"open_issues_count" : 0,
"open_pr_counter" : 0,
"release_counter" : 0,
"default_branch" : "main",
"archived" : false,
"created_at" : "2025-01-25T21:48:23Z",
"updated_at" : "2025-01-25T21:48:23Z",
"archived_at" : "1970-01-01T00:00:00Z",
"permissions" : {
"admin" : true,
"push" : true,
"pull" : true
},
"has_issues" : true,
"internal_tracker" : {
"enable_time_tracker" : true,
"allow_only_contributors_to_track_time" : true,
"enable_issue_dependencies" : true
},
"has_wiki" : true,
"has_pull_requests" : true,
"has_projects" : true,
"projects_mode" : "all",
"has_releases" : true,
"has_packages" : true,
"has_actions" : true,
"ignore_whitespace_conflicts" : false,
"allow_merge_commits" : true,
"allow_rebase" : true,
"allow_rebase_explicit" : true,
"allow_squash_merge" : true,
"allow_fast_forward_only_merge" : true,
"allow_rebase_update" : true,
"default_delete_branch_after_merge" : false,
"default_merge_style" : "merge",
"default_allow_maintainer_edit" : false,
"avatar_url" : "",
"internal" : false,
"mirror_interval" : "",
"object_format_name" : "sha1",
"mirror_updated" : "0001-01-01T00:00:00Z",
"repo_transfer" : null,
"topics" : null,
"licenses" : null
}