-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
143 lines (139 loc) · 4.91 KB
/
config.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"id": 44152971,
"description": null,
"name": "testing-gitlab",
"name_with_namespace": "team-practice-liatrio / testing-gitlab",
"path": "testing-gitlab",
"path_with_namespace": "team-practice-liatrio/testing-gitlab",
"created_at": "2023-03-08T16:47:03.625Z",
"default_branch": "main",
"tag_list": [
],
"topics": [
],
"ssh_url_to_repo": "[email protected]:team-practice-liatrio/testing-gitlab.git",
"http_url_to_repo": "https://gitlab.com/team-practice-liatrio/testing-gitlab.git",
"web_url": "https://gitlab.com/team-practice-liatrio/testing-gitlab",
"readme_url": "https://gitlab.com/team-practice-liatrio/testing-gitlab/-/blob/main/README.md",
"forks_count": 0,
"avatar_url": null,
"star_count": 0,
"last_activity_at": "2023-03-14T20:55:15.889Z",
"namespace": {
"id": 64792677,
"name": "team-practice-liatrio",
"path": "team-practice-liatrio",
"kind": "group",
"full_path": "team-practice-liatrio",
"parent_id": null,
"avatar_url": null,
"web_url": "https://gitlab.com/groups/team-practice-liatrio"
},
"container_registry_image_prefix": "registry.gitlab.com/team-practice-liatrio/testing-gitlab",
"_links": {
"self": "https://gitlab.com/api/v4/projects/44152971",
"issues": "https://gitlab.com/api/v4/projects/44152971/issues",
"merge_requests": "https://gitlab.com/api/v4/projects/44152971/merge_requests",
"repo_branches": "https://gitlab.com/api/v4/projects/44152971/repository/branches",
"labels": "https://gitlab.com/api/v4/projects/44152971/labels",
"events": "https://gitlab.com/api/v4/projects/44152971/events",
"members": "https://gitlab.com/api/v4/projects/44152971/members",
"cluster_agents": "https://gitlab.com/api/v4/projects/44152971/cluster_agents"
},
"packages_enabled": true,
"empty_repo": false,
"archived": false,
"visibility": "private",
"resolve_outdated_diff_discussions": false,
"container_expiration_policy": {
"cadence": "1d",
"enabled": false,
"keep_n": 10,
"older_than": "90d",
"name_regex": ".*",
"name_regex_keep": null,
"next_run_at": "2023-03-09T16:47:03.680Z"
},
"issues_enabled": true,
"merge_requests_enabled": true,
"wiki_enabled": true,
"jobs_enabled": true,
"snippets_enabled": true,
"container_registry_enabled": true,
"service_desk_enabled": true,
"service_desk_address": "contact-project+team-practice-liatrio-testing-gitlab-44152971-issue-@incoming.gitlab.com",
"can_create_merge_request_in": true,
"issues_access_level": "enabled",
"repository_access_level": "enabled",
"merge_requests_access_level": "enabled",
"forking_access_level": "enabled",
"wiki_access_level": "enabled",
"builds_access_level": "enabled",
"snippets_access_level": "enabled",
"pages_access_level": "private",
"operations_access_level": "enabled",
"analytics_access_level": "enabled",
"container_registry_access_level": "enabled",
"security_and_compliance_access_level": "private",
"releases_access_level": "enabled",
"environments_access_level": "enabled",
"feature_flags_access_level": "enabled",
"infrastructure_access_level": "enabled",
"monitor_access_level": "enabled",
"emails_disabled": null,
"shared_runners_enabled": true,
"group_runners_enabled": true,
"lfs_enabled": true,
"creator_id": 6826128,
"import_url": null,
"import_type": null,
"import_status": "none",
"import_error": null,
"open_issues_count": 1,
"runners_token": "GR1348941GYCBrGZevDPUyYkZ-iBa",
"ci_default_git_depth": 20,
"ci_forward_deployment_enabled": true,
"ci_job_token_scope_enabled": false,
"ci_separated_caches": true,
"ci_opt_in_jwt": false,
"ci_allow_fork_pipelines_to_run_in_parent_project": true,
"public_jobs": true,
"build_git_strategy": "fetch",
"build_timeout": 3600,
"auto_cancel_pending_pipelines": "enabled",
"ci_config_path": "",
"shared_with_groups": [
],
"only_allow_merge_if_pipeline_succeeds": false,
"allow_merge_on_skipped_pipeline": null,
"restrict_user_defined_variables": false,
"request_access_enabled": true,
"only_allow_merge_if_all_discussions_are_resolved": false,
"remove_source_branch_after_merge": true,
"printing_merge_request_link_enabled": true,
"merge_method": "merge",
"squash_option": "default_off",
"enforce_auth_checks_on_uploads": true,
"suggestion_commit_message": null,
"merge_commit_template": null,
"squash_commit_template": null,
"issue_branch_template": null,
"auto_devops_enabled": false,
"auto_devops_deploy_strategy": "continuous",
"autoclose_referenced_issues": true,
"keep_latest_artifact": true,
"runner_token_expiration_interval": null,
"external_authorization_classification_label": "",
"requirements_enabled": false,
"requirements_access_level": "enabled",
"security_and_compliance_enabled": true,
"compliance_frameworks": [
],
"permissions": {
"project_access": null,
"group_access": {
"access_level": 50,
"notification_level": 3
}
}
}