summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects.py
diff options
context:
space:
mode:
authorMax Wittig <max.wittig95@gmail.com>2019-09-04 23:12:10 +0200
committerMax Wittig <max.wittig95@gmail.com>2019-09-04 23:12:10 +0200
commita4e851d7dcabedf100e4018d6b6c8fe14336ea3e (patch)
tree41ed03d54f0aaf3dcb2f8207737d43b2ecb15d77 /gitlab/v4/objects.py
parent0256c678ea9593c6371ffff60663f83c423ca872 (diff)
downloadgitlab-test/py-fun-test.tar.gz
test: re-enabled py_func_v4 testtest/py-fun-test
Diffstat (limited to 'gitlab/v4/objects.py')
-rw-r--r--gitlab/v4/objects.py120
1 files changed, 40 insertions, 80 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py
index dd73be2..14c03e4 100644
--- a/gitlab/v4/objects.py
+++ b/gitlab/v4/objects.py
@@ -435,97 +435,57 @@ class ApplicationSettingsManager(GetWithoutIdMixin, UpdateMixin, RESTManager):
_update_attrs = (
tuple(),
(
- "admin_notification_email",
- "after_sign_out_path",
- "after_sign_up_text",
- "akismet_api_key",
- "akismet_enabled",
- "circuitbreaker_access_retries",
- "circuitbreaker_check_interval",
- "circuitbreaker_failure_count_threshold",
- "circuitbreaker_failure_reset_time",
- "circuitbreaker_storage_timeout",
- "clientside_sentry_dsn",
- "clientside_sentry_enabled",
- "container_registry_token_expire_delay",
- "default_artifacts_expire_in",
+ "id",
+ "default_projects_limit",
+ "signup_enabled",
+ "password_authentication_enabled_for_web",
+ "gravatar_enabled",
+ "sign_in_text",
+ "created_at",
+ "updated_at",
+ "home_page_url",
"default_branch_protection",
- "default_group_visibility",
+ "restricted_visibility_levels",
+ "max_attachment_size",
+ "session_expire_delay",
"default_project_visibility",
- "default_projects_limit",
"default_snippet_visibility",
- "disabled_oauth_sign_in_sources",
+ "default_group_visibility",
+ "outbound_local_requests_whitelist",
+ "domain_whitelist",
"domain_blacklist_enabled",
"domain_blacklist",
- "domain_whitelist",
- "dsa_key_restriction",
- "ecdsa_key_restriction",
- "ed25519_key_restriction",
- "email_author_in_body",
- "enabled_git_access_protocol",
- "gravatar_enabled",
- "help_page_hide_commercial_content",
- "help_page_support_url",
- "home_page_url",
- "housekeeping_bitmaps_enabled",
- "housekeeping_enabled",
- "housekeeping_full_repack_period",
- "housekeeping_gc_period",
- "housekeeping_incremental_repack_period",
- "html_emails_enabled",
- "import_sources",
- "koding_enabled",
- "koding_url",
- "max_artifacts_size",
- "max_attachment_size",
- "max_pages_size",
- "metrics_enabled",
- "metrics_host",
- "metrics_method_call_threshold",
- "metrics_packet_size",
- "metrics_pool_size",
- "metrics_port",
- "metrics_sample_interval",
- "metrics_timeout",
- "password_authentication_enabled_for_web",
- "password_authentication_enabled_for_git",
- "performance_bar_allowed_group_id",
- "performance_bar_enabled",
+ "external_authorization_service_enabled",
+ "external_authorization_service_url",
+ "external_authorization_service_default_label",
+ "external_authorization_service_timeout",
+ "user_oauth_applications",
+ "after_sign_out_path",
+ "container_registry_token_expire_delay",
+ "repository_storages",
"plantuml_enabled",
"plantuml_url",
+ "terminal_max_session_time",
"polling_interval_multiplier",
- "project_export_enabled",
- "prometheus_metrics_enabled",
- "recaptcha_enabled",
- "recaptcha_private_key",
- "recaptcha_site_key",
- "repository_checks_enabled",
- "repository_storages",
- "require_two_factor_authentication",
- "restricted_visibility_levels",
"rsa_key_restriction",
- "send_user_confirmation_email",
- "sentry_dsn",
- "sentry_enabled",
- "session_expire_delay",
- "shared_runners_enabled",
- "shared_runners_text",
- "sidekiq_throttling_enabled",
- "sidekiq_throttling_factor",
- "sidekiq_throttling_queues",
- "sign_in_text",
- "signup_enabled",
- "terminal_max_session_time",
- "two_factor_grace_period",
- "unique_ips_limit_enabled",
- "unique_ips_limit_per_user",
- "unique_ips_limit_time_window",
- "usage_ping_enabled",
- "user_default_external",
- "user_oauth_applications",
- "version_check_enabled",
+ "dsa_key_restriction",
+ "ecdsa_key_restriction",
+ "ed25519_key_restriction",
+ "first_day_of_week",
"enforce_terms",
"terms",
+ "performance_bar_allowed_group_id",
+ "instance_statistics_visibility_private",
+ "user_show_add_ssh_key_message",
+ "file_template_project_id",
+ "local_markdown_version",
+ "asset_proxy_enabled",
+ "asset_proxy_url",
+ "asset_proxy_whitelist",
+ "geo_node_allowed_ips",
+ "allow_local_requests_from_hooks_and_services",
+ "allow_local_requests_from_web_hooks_and_services",
+ "allow_local_requests_from_system_hooks",
),
)