-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Expand file tree
/
Copy pathinstallWizard.spec.jsx.snap
More file actions
556 lines (553 loc) · 20.2 KB
/
installWizard.spec.jsx.snap
File metadata and controls
556 lines (553 loc) · 20.2 KB
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`InstallWizard renders 1`] = `
<InstallWizard
onConfigured={[MockFunction]}
>
<SideEffect(DocumentTitle)
title="Setup Sentry"
>
<DocumentTitle
title="Setup Sentry"
>
<div
className="app"
>
<div
className="pattern"
/>
<div
className="setup-wizard"
>
<h1>
<span>
Welcome to Sentry
</span>
<small>
1.33.7
</small>
</h1>
<ApiForm
apiEndpoint="/internal/options/?query=is:required"
apiMethod="PUT"
cancelLabel="Cancel"
className="form-stacked"
errorMessage="Unable to save your changes. Please ensure all fields are valid and try again."
footerClass="form-actions align-right"
hideErrors={false}
initialData={Object {}}
onSubmitSuccess={[MockFunction]}
requireChanges={false}
resetOnError={false}
submitDisabled={false}
submitErrorMessage="There was an error saving your changes."
submitLabel="Continue"
submitLoadingMessage="Saving changes.."
>
<StyledForm
className="form-stacked"
onSubmit={[Function]}
>
<form
className="form-stacked css-10f3krf-StyledForm ejqwck10"
onSubmit={[Function]}
>
<p>
Complete setup by filling out the required configuration.
</p>
<fieldset
key="system"
>
<EmailField
allowEmpty={false}
component={[Function]}
default=""
disabled={false}
disabledReason={null}
help="The technical contact for this Sentry installation."
hideErrorMessage={false}
isSet={true}
key="system.admin-email"
label="Admin Email"
name="system.admin-email"
placeholder="admin@example.com"
required={true}
>
<div
className="control-group required"
>
<div
className="controls"
>
<label
className="control-label"
htmlFor="id-system.admin-email"
>
Admin Email
</label>
<input
className="form-control"
disabled={false}
id="id-system.admin-email"
name="system.admin-email"
onChange={[Function]}
placeholder="admin@example.com"
required={true}
type="email"
value=""
/>
<p
className="help-block"
>
The technical contact for this Sentry installation.
</p>
</div>
</div>
</EmailField>
</fieldset>
<fieldset
key="mail"
>
<legend>
Outbound email
</legend>
<EmailField
allowEmpty={false}
component={[Function]}
default="root@localhost"
defaultValue="sentry@localhost"
disabled={false}
disabledReason={null}
help="Email address to be used in From for all outbound email."
hideErrorMessage={false}
isSet={true}
key="mail.from"
label="Email From"
name="mail.from"
required={true}
>
<div
className="control-group required"
>
<div
className="controls"
>
<label
className="control-label"
htmlFor="id-mail.from"
>
Email From
</label>
<input
className="form-control"
disabled={false}
id="id-mail.from"
name="mail.from"
onChange={[Function]}
required={true}
type="email"
value="sentry@localhost"
/>
<p
className="help-block"
>
Email address to be used in From for all outbound email.
</p>
</div>
</div>
</EmailField>
<TextField
allowEmpty={false}
default="localhost"
defaultValue="localhost"
disabled={false}
disabledReason={null}
hideErrorMessage={false}
isSet={true}
key="mail.host"
label="SMTP Host"
name="mail.host"
placeholder="localhost"
required={true}
>
<div
className="control-group required"
>
<div
className="controls"
>
<label
className="control-label"
htmlFor="id-mail.host"
>
SMTP Host
</label>
<input
className="form-control"
disabled={false}
id="id-mail.host"
name="mail.host"
onChange={[Function]}
placeholder="localhost"
required={true}
type="text"
value="localhost"
/>
</div>
</div>
</TextField>
<TextField
allowEmpty={false}
default={25}
defaultValue="25"
disabled={false}
disabledReason={null}
hideErrorMessage={false}
isSet={true}
key="mail.port"
label="SMTP Port"
name="mail.port"
placeholder="25"
required={true}
>
<div
className="control-group required"
>
<div
className="controls"
>
<label
className="control-label"
htmlFor="id-mail.port"
>
SMTP Port
</label>
<input
className="form-control"
disabled={false}
id="id-mail.port"
name="mail.port"
onChange={[Function]}
placeholder="25"
required={true}
type="text"
value="25"
/>
</div>
</div>
</TextField>
<TextField
allowEmpty={true}
default=""
defaultValue=""
disabled={false}
disabledReason={null}
hideErrorMessage={false}
isSet={true}
key="mail.username"
label="SMTP Username"
name="mail.username"
required={false}
>
<div
className="control-group"
>
<div
className="controls"
>
<label
className="control-label"
htmlFor="id-mail.username"
>
SMTP Username
</label>
<input
className="form-control"
disabled={false}
id="id-mail.username"
name="mail.username"
onChange={[Function]}
required={false}
type="text"
value=""
/>
</div>
</div>
</TextField>
<TextField
allowEmpty={true}
default=""
defaultValue=""
disabled={false}
disabledReason={null}
hideErrorMessage={false}
isSet={true}
key="mail.password"
label="SMTP Password"
name="mail.password"
required={false}
>
<div
className="control-group"
>
<div
className="controls"
>
<label
className="control-label"
htmlFor="id-mail.password"
>
SMTP Password
</label>
<input
className="form-control"
disabled={false}
id="id-mail.password"
name="mail.password"
onChange={[Function]}
required={false}
type="text"
value=""
/>
</div>
</div>
</TextField>
<BooleanField
allowEmpty={true}
component={[Function]}
default={false}
defaultValue={false}
disabled={false}
disabledReason={null}
hideErrorMessage={false}
isSet={true}
key="mail.use-tls"
label="Use TLS?"
name="mail.use-tls"
required={false}
>
<div
className="control-group checkbox"
>
<div
className="controls"
>
<label
className="control-label"
>
<input
checked={false}
disabled={false}
id="id-mail.use-tls"
onChange={[Function]}
type="checkbox"
/>
Use TLS?
</label>
</div>
</div>
</BooleanField>
</fieldset>
<fieldset
key="auth"
>
<legend>
Authentication
</legend>
<BooleanField
allowEmpty={true}
component={[Function]}
default={false}
defaultValue={false}
disabled={false}
disabledReason={null}
help="Allow anyone to create an account and access this Sentry installation."
hideErrorMessage={false}
isSet={true}
key="auth.allow-registration"
label="Allow Registration"
name="auth.allow-registration"
required={false}
>
<div
className="control-group checkbox"
>
<div
className="controls"
>
<label
className="control-label"
>
<input
checked={false}
disabled={false}
id="id-auth.allow-registration"
onChange={[Function]}
type="checkbox"
/>
Allow Registration
</label>
<p
className="help-block"
>
Allow anyone to create an account and access this Sentry installation.
</p>
</div>
</div>
</BooleanField>
</fieldset>
<fieldset
key="beacon"
>
<legend>
Beacon
</legend>
<RadioBooleanField
allowEmpty={true}
component={[Function]}
default={false}
disabled={false}
disabledReason={null}
help={
<span>
<span>
If enabled, any stats reported to sentry.io will exclude identifying information (such as your administrative email address). By anonymizing your installation the Sentry team will be unable to contact you about security updates. For more information on what data is sent to Sentry, see the
</span>
<a
href="https://docs.sentry.io/server/beacon/"
>
<span>
documentation
</span>
</a>
<span>
.
</span>
</span>
}
hideErrorMessage={false}
isSet={true}
key="beacon.anonymous"
label="Usage Statistics"
name="beacon.anonymous"
noLabel="Send my contact information along with usage statistics"
required={false}
yesFirst={false}
yesLabel="Please keep my usage information anonymous"
>
<div
className="control-group"
>
<div
className="controls"
>
<label
className="control-label"
htmlFor="id-beacon.anonymous"
>
Usage Statistics
</label>
<p
className="help-block"
>
<span
key="5"
>
<span
key="0"
>
If enabled, any stats reported to sentry.io will exclude identifying information (such as your administrative email address). By anonymizing your installation the Sentry team will be unable to contact you about security updates. For more information on what data is sent to Sentry, see the
</span>
<a
href="https://docs.sentry.io/server/beacon/"
key="2"
>
<span
key="1"
>
documentation
</span>
</a>
<span
key="3"
>
.
</span>
</span>
</p>
<div
className="control-group radio-boolean"
>
<div
className="radio"
key="no"
>
<label
style={
Object {
"fontWeight": "normal",
}
}
>
<input
checked={false}
disabled={false}
name="beacon.anonymous"
onChange={[Function]}
type="radio"
value="false"
/>
Send my contact information along with usage statistics
</label>
</div>
<div
className="radio"
key="yes"
>
<label
style={
Object {
"fontWeight": "normal",
}
}
>
<input
checked={false}
disabled={false}
name="beacon.anonymous"
onChange={[Function]}
type="radio"
value="true"
/>
Please keep my usage information anonymous
</label>
</div>
</div>
</div>
</div>
</RadioBooleanField>
</fieldset>
<div
className="form-actions align-right"
style={
Object {
"marginTop": 25,
}
}
>
<button
className="btn btn-primary"
disabled={false}
type="submit"
>
Continue
</button>
</div>
</form>
</StyledForm>
</ApiForm>
</div>
</div>
</DocumentTitle>
</SideEffect(DocumentTitle)>
</InstallWizard>
`;