@@ -26,6 +26,7 @@ describe('ApplicationSettings.all', () => {
26
26
'after_sign_up_text' ,
27
27
'akismet_api_key' ,
28
28
'akismet_enabled' ,
29
+ 'allow_local_requests_from_hooks_and_services' ,
29
30
'authorized_keys_enabled' ,
30
31
'auto_devops_enabled' ,
31
32
'auto_devops_domain' ,
@@ -52,6 +53,7 @@ describe('ApplicationSettings.all', () => {
52
53
'ed25519_key_restriction' ,
53
54
'email_author_in_body' ,
54
55
'enabled_git_access_protocol' ,
56
+ 'enforce_terms' ,
55
57
'gitaly_timeout_default' ,
56
58
'gitaly_timeout_medium' ,
57
59
'gitaly_timeout_fast' ,
@@ -82,6 +84,7 @@ describe('ApplicationSettings.all', () => {
82
84
'metrics_port' ,
83
85
'metrics_sample_interval' ,
84
86
'metrics_timeout' ,
87
+ 'mirror_available' ,
85
88
'pages_domain_verification_enabled' ,
86
89
'password_authentication_enabled_for_web' ,
87
90
'password_authentication_enabled_for_git' ,
@@ -110,27 +113,26 @@ describe('ApplicationSettings.all', () => {
110
113
'sign_in_text' ,
111
114
'signup_enabled' ,
112
115
'terminal_max_session_time' ,
113
- 'throttle_unauthenticated_enabled' ,
114
- 'throttle_unauthenticated_requests_per_period' ,
115
- 'throttle_unauthenticated_period_in_seconds' ,
116
- 'throttle_authenticated_web_enabled' ,
117
- 'throttle_authenticated_web_requests_per_period' ,
118
- 'throttle_authenticated_web_period_in_seconds' ,
116
+ 'terms' ,
119
117
'throttle_authenticated_api_enabled' ,
120
- 'throttle_authenticated_api_requests_per_period' ,
121
118
'throttle_authenticated_api_period_in_seconds' ,
119
+ 'throttle_authenticated_api_requests_per_period' ,
120
+ 'throttle_authenticated_web_enabled' ,
121
+ 'throttle_authenticated_web_period_in_seconds' ,
122
+ 'throttle_authenticated_web_requests_per_period' ,
123
+ 'throttle_unauthenticated_enabled' ,
124
+ 'throttle_unauthenticated_period_in_seconds' ,
125
+ 'throttle_unauthenticated_requests_per_period' ,
122
126
'two_factor_grace_period' ,
123
127
'unique_ips_limit_enabled' ,
124
128
'unique_ips_limit_per_user' ,
125
129
'unique_ips_limit_time_window' ,
126
130
'usage_ping_enabled' ,
131
+ 'instance_statistics_visibility_private' ,
127
132
'user_default_external' ,
128
133
'user_oauth_applications' ,
129
134
'version_check_enabled' ,
130
- 'allow_local_requests_from_hooks_and_services' ,
131
- 'enforce_terms' ,
132
- 'terms' ,
133
- 'mirror_available' ,
135
+ 'web_ide_clientside_preview_enabled' ,
134
136
'password_authentication_enabled' ,
135
137
'signin_enabled' ,
136
138
] ) ;
0 commit comments