blob: 01d2fb18f0043caee5f02c9583763cdb6f71a6a5 (
plain)
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
|
---
itself: # project
unexposed_attributes:
- bfg_object_map
- delete_error
- detected_repository_languages
- disable_overriding_approvers_per_merge_request
- external_authorization_classification_label
- external_webhook_token
- has_external_issue_tracker
- has_external_wiki
- import_source
- import_type
- import_url
- jobs_cache_index
- last_repository_check_at
- last_repository_check_failed
- last_repository_updated_at
- marked_for_deletion_at
- marked_for_deletion_by_user_id
- max_artifacts_size
- max_pages_size
- merge_requests_author_approval
- merge_requests_disable_committers_approval
- merge_requests_rebase_enabled
- mirror_last_successful_update_at
- mirror_last_update_at
- mirror_overwrites_diverged_branches
- mirror_trigger_builds
- mirror_user_id
- only_mirror_protected_branches
- pages_https_only
- pending_delete
- pool_repository_id
- project_namespace_id
- pull_mirror_available_overridden
- pull_mirror_branch_prefix
- remote_mirror_available_overridden
- repository_read_only
- repository_size_limit
- require_password_to_approve
- reset_approvals_on_push
- runners_token_encrypted
- storage_version
- topic_list
- updated_at
remapped_attributes:
avatar: avatar_url
build_allow_git_fetch: build_git_strategy
merge_requests_ff_only_enabled: merge_method
namespace_id: namespace
public_builds: public_jobs
visibility_level: visibility
computed_attributes:
- _links
- can_create_merge_request_in
- compliance_frameworks
- container_expiration_policy
- container_registry_enabled
- container_registry_image_prefix
- default_branch
- empty_repo
- forks_count
- http_url_to_repo
- name_with_namespace
- open_issues_count
- owner
- path_with_namespace
- permissions
- readme_url
- shared_with_groups
- ssh_url_to_repo
- tag_list
- topics
- web_url
build_auto_devops: # auto_devops
unexposed_attributes:
- id
- project_id
- created_at
- updated_at
remapped_attributes:
enabled: auto_devops_enabled
deploy_strategy: auto_devops_deploy_strategy
ci_cd_settings:
unexposed_attributes:
- id
- project_id
- group_runners_enabled
- merge_pipelines_enabled
- merge_trains_enabled
- merge_pipelines_enabled
- merge_trains_enabled
- auto_rollback_enabled
remapped_attributes:
default_git_depth: ci_default_git_depth
forward_deployment_enabled: ci_forward_deployment_enabled
job_token_scope_enabled: ci_job_token_scope_enabled
build_import_state: # import_state
unexposed_attributes:
- id
- project_id
- retry_count
- last_update_started_at
- last_update_scheduled_at
- next_execution_timestamp
- jid
- last_update_at
- last_successful_update_at
- correlation_id_value
remapped_attributes:
status: import_status
last_error: import_error
project_feature:
unexposed_attributes:
- id
- created_at
- metrics_dashboard_access_level
- project_id
- requirements_access_level
- security_and_compliance_access_level
- updated_at
computed_attributes:
- issues_enabled
- jobs_enabled
- merge_requests_enabled
- requirements_enabled
- security_and_compliance_enabled
- snippets_enabled
- wiki_enabled
project_setting:
unexposed_attributes:
- created_at
- has_confluence
- has_shimo
- has_vulnerabilities
- prevent_merge_without_jira_issue
- warn_about_potentially_unwanted_characters
- previous_default_branch
- project_id
- push_rule_id
- show_default_award_emojis
- updated_at
- cve_id_request_enabled
- mr_default_target_self
build_service_desk_setting: # service_desk_setting
unexposed_attributes:
- project_id
- issue_template_key
- file_template_project_id
- outgoing_name
remapped_attributes:
project_key: service_desk_address
|