debian-mirror-gitlab/spec/requests/api/project_attributes.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

200 lines
5.4 KiB
YAML
Raw Normal View History

2021-03-11 19:13:27 +05:30
---
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
2022-05-07 20:08:51 +05:30
- hidden
2021-03-11 19:13:27 +05:30
- import_source
- 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
2021-11-11 11:23:49 +05:30
- project_namespace_id
2021-03-11 19:13:27 +05:30
- 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
2021-06-08 01:23:25 +05:30
- topic_list
2023-03-04 22:38:38 +05:30
- mirror_branch_regex
2021-03-11 19:13:27 +05:30
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
2021-11-11 11:23:49 +05:30
- container_registry_enabled
2021-04-17 20:07:23 +05:30
- container_registry_image_prefix
2021-03-11 19:13:27 +05:30
- default_branch
- empty_repo
- forks_count
- http_url_to_repo
2022-06-21 17:19:12 +05:30
- import_status
- import_url
2021-03-11 19:13:27 +05:30
- name_with_namespace
- open_issues_count
- owner
- path_with_namespace
- permissions
- readme_url
- shared_with_groups
- ssh_url_to_repo
2021-06-08 01:23:25 +05:30
- tag_list
2021-09-04 01:27:46 +05:30
- topics
2021-03-11 19:13:27 +05:30
- web_url
2023-07-09 08:55:56 +05:30
- description_html
2021-03-11 19:13:27 +05:30
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
- merge_trains_enabled
2021-10-27 15:23:28 +05:30
- merge_pipelines_enabled
2021-03-11 19:13:27 +05:30
- auto_rollback_enabled
2022-11-25 23:54:43 +05:30
- inbound_job_token_scope_enabled
2021-03-11 19:13:27 +05:30
remapped_attributes:
default_git_depth: ci_default_git_depth
forward_deployment_enabled: ci_forward_deployment_enabled
2021-09-04 01:27:46 +05:30
job_token_scope_enabled: ci_job_token_scope_enabled
2022-06-21 17:19:12 +05:30
separated_caches: ci_separated_caches
2022-08-27 11:52:29 +05:30
allow_fork_pipelines_to_run_in_parent_project: ci_allow_fork_pipelines_to_run_in_parent_project
2021-03-11 19:13:27 +05:30
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
2023-04-23 21:23:45 +05:30
- checksums
2021-03-11 19:13:27 +05:30
remapped_attributes:
status: import_status
last_error: import_error
project_feature:
unexposed_attributes:
- id
- created_at
- metrics_dashboard_access_level
2022-07-23 23:45:48 +05:30
- package_registry_access_level
2021-03-11 19:13:27 +05:30
- project_id
- updated_at
2023-07-09 08:55:56 +05:30
- operations_access_level
2021-03-11 19:13:27 +05:30
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
2021-12-11 22:18:48 +05:30
- has_shimo
2021-03-11 19:13:27 +05:30
- has_vulnerabilities
2022-04-04 11:22:00 +05:30
- legacy_open_source_license_available
2021-03-11 19:13:27 +05:30
- prevent_merge_without_jira_issue
2022-11-25 23:54:43 +05:30
- only_allow_merge_if_all_status_checks_passed
2021-10-29 20:43:33 +05:30
- warn_about_potentially_unwanted_characters
2021-09-30 23:02:18 +05:30
- previous_default_branch
2021-03-11 19:13:27 +05:30
- project_id
- push_rule_id
- show_default_award_emojis
2022-10-11 01:57:18 +05:30
- show_diff_preview_in_email
2021-03-11 19:13:27 +05:30
- updated_at
2021-04-17 20:07:23 +05:30
- cve_id_request_enabled
2021-04-29 21:17:54 +05:30
- mr_default_target_self
2022-06-21 17:19:12 +05:30
- target_platforms
2022-08-27 11:52:29 +05:30
- selective_code_owner_removals
2022-10-11 01:57:18 +05:30
- show_diff_preview_in_email
2022-11-25 23:54:43 +05:30
- suggested_reviewers_enabled
- jitsu_key
2023-01-13 00:05:48 +05:30
- mirror_branch_regex
2023-03-04 22:38:38 +05:30
- allow_pipeline_trigger_approve_deployment
2023-04-23 21:23:45 +05:30
- emails_enabled
- pages_unique_domain_enabled
- pages_unique_domain
2023-06-20 00:43:36 +05:30
- runner_registration_enabled
- product_analytics_instrumentation_key
2023-07-09 08:55:56 +05:30
- jitsu_host
- jitsu_project_xid
- jitsu_administrator_email
- jitsu_administrator_password
- encrypted_jitsu_administrator_password
- encrypted_jitsu_administrator_password_iv
- product_analytics_data_collector_host
- product_analytics_clickhouse_connection_string
- encrypted_product_analytics_clickhouse_connection_string
- encrypted_product_analytics_clickhouse_connection_string_iv
- cube_api_base_url
- cube_api_key
- encrypted_cube_api_key
- encrypted_cube_api_key_iv
2021-03-11 19:13:27 +05:30
build_service_desk_setting: # service_desk_setting
unexposed_attributes:
- project_id
- issue_template_key
2021-11-11 11:23:49 +05:30
- file_template_project_id
2021-03-11 19:13:27 +05:30
- outgoing_name
2023-04-23 21:23:45 +05:30
- custom_email_enabled
- custom_email
- custom_email_smtp_address
- custom_email_smtp_port
- custom_email_smtp_username
- encrypted_custom_email_smtp_password
- encrypted_custom_email_smtp_password_iv
- custom_email_smtp_password
2021-03-11 19:13:27 +05:30
remapped_attributes:
project_key: service_desk_address