Commit 265f7af
authored
mz-debug: Remove scraping secrets (#34223)
Even though redacted, we still leak some of the values via annotations.
<!--
Describe the contents of the PR briefly but completely.
If you write detailed commit messages, it is acceptable to copy/paste
them
here, or write "see commit messages for details." If there is only one
commit
in the PR, GitHub will have already added its commit message above.
-->
### Motivation
<!--
Which of the following best describes the motivation behind this PR?
* This PR fixes a recognized bug.
[Ensure issue is linked somewhere.]
* This PR adds a known-desirable feature.
[Ensure issue is linked somewhere.]
* This PR fixes a previously unreported bug.
[Describe the bug in detail, as if you were filing a bug report.]
* This PR adds a feature that has not yet been specified.
[Write a brief specification for the feature, including justification
for its inclusion in Materialize, as if you were writing the original
feature specification.]
* This PR refactors existing code.
[Describe what was wrong with the existing code, if it is not obvious.]
-->
### Tips for reviewer
<!--
Leave some tips for your reviewer, like:
* The diff is much smaller if viewed with whitespace hidden.
* [Some function/module/file] deserves extra attention.
* [Some function/module/file] is pure code movement and only needs a
skim.
Delete this section if no tips.
-->
### Checklist
- [ ] This PR has adequate test coverage / QA involvement has been duly
considered. ([trigger-ci for additional test/nightly
runs](https://trigger-ci.dev.materialize.com/))
- [ ] This PR has an associated up-to-date [design
doc](https://github.com/MaterializeInc/materialize/blob/main/doc/developer/design/README.md),
is a design doc
([template](https://github.com/MaterializeInc/materialize/blob/main/doc/developer/design/00000000_template.md)),
or is sufficiently small to not require a design.
<!-- Reference the design in the description. -->
- [ ] If this PR evolves [an existing `$T ⇔ Proto$T`
mapping](https://github.com/MaterializeInc/materialize/blob/main/doc/developer/command-and-response-binary-encoding.md)
(possibly in a backwards-incompatible way), then it is tagged with a
`T-proto` label.
- [ ] If this PR will require changes to cloud orchestration or tests,
there is a companion cloud PR to account for those changes that is
tagged with the release-blocker label
([example](MaterializeInc/cloud#5021)).
<!-- Ask in #team-cloud on Slack if you need help preparing the cloud
PR. -->
- [ ] If this PR includes major [user-facing behavior
changes](https://github.com/MaterializeInc/materialize/blob/main/doc/developer/guide-changes.md#what-changes-require-a-release-note),
I have pinged the relevant PM to schedule a changelog post.1 parent fa7b3d1 commit 265f7af
File tree
6 files changed
+27
-116
lines changed- doc/user/data/mz-debug
- src/mz-debug
- src
6 files changed
+27
-116
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 35 | | |
44 | 36 | | |
45 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
54 | | - | |
55 | 53 | | |
56 | 54 | | |
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
61 | | - | |
| 59 | + | |
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
65 | 63 | | |
66 | 64 | | |
67 | | - | |
68 | 65 | | |
69 | 66 | | |
70 | 67 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 68 | + | |
77 | 69 | | |
78 | 70 | | |
79 | 71 | | |
| |||
82 | 74 | | |
83 | 75 | | |
84 | 76 | | |
85 | | - | |
86 | 77 | | |
87 | 78 | | |
88 | 79 | | |
| |||
115 | 106 | | |
116 | 107 | | |
117 | 108 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
| 109 | + | |
124 | 110 | | |
125 | 111 | | |
126 | 112 | | |
| |||
145 | 131 | | |
146 | 132 | | |
147 | 133 | | |
148 | | - | |
149 | | - | |
150 | 134 | | |
151 | 135 | | |
152 | 136 | | |
| |||
156 | 140 | | |
157 | 141 | | |
158 | 142 | | |
159 | | - | |
160 | 143 | | |
161 | 144 | | |
162 | 145 | | |
163 | 146 | | |
164 | 147 | | |
165 | 148 | | |
166 | 149 | | |
167 | | - | |
168 | 150 | | |
169 | 151 | | |
170 | 152 | | |
| |||
239 | 221 | | |
240 | 222 | | |
241 | 223 | | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
249 | 227 | | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
257 | 231 | | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
265 | 235 | | |
266 | 236 | | |
267 | 237 | | |
268 | 238 | | |
269 | | - | |
270 | 239 | | |
271 | 240 | | |
272 | 241 | | |
273 | 242 | | |
274 | 243 | | |
275 | 244 | | |
276 | 245 | | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | 246 | | |
293 | 247 | | |
294 | 248 | | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
295 | 255 | | |
296 | 256 | | |
297 | 257 | | |
| |||
370 | 330 | | |
371 | 331 | | |
372 | 332 | | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
381 | 336 | | |
382 | 337 | | |
383 | 338 | | |
384 | 339 | | |
385 | | - | |
386 | 340 | | |
387 | 341 | | |
388 | 342 | | |
389 | 343 | | |
390 | 344 | | |
391 | 345 | | |
392 | 346 | | |
393 | | - | |
394 | 347 | | |
395 | 348 | | |
396 | 349 | | |
397 | 350 | | |
398 | 351 | | |
399 | 352 | | |
400 | 353 | | |
401 | | - | |
402 | 354 | | |
403 | 355 | | |
404 | 356 | | |
405 | 357 | | |
406 | 358 | | |
407 | 359 | | |
408 | 360 | | |
409 | | - | |
410 | 361 | | |
411 | 362 | | |
412 | 363 | | |
413 | 364 | | |
414 | 365 | | |
415 | 366 | | |
416 | 367 | | |
417 | | - | |
418 | 368 | | |
419 | 369 | | |
420 | 370 | | |
421 | 371 | | |
422 | 372 | | |
423 | 373 | | |
424 | 374 | | |
425 | | - | |
426 | 375 | | |
427 | 376 | | |
428 | 377 | | |
429 | 378 | | |
430 | 379 | | |
431 | 380 | | |
432 | 381 | | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | 382 | | |
443 | 383 | | |
444 | 384 | | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
445 | 388 | | |
446 | 389 | | |
447 | 390 | | |
448 | 391 | | |
449 | | - | |
450 | 392 | | |
451 | 393 | | |
452 | 394 | | |
453 | 395 | | |
454 | 396 | | |
455 | 397 | | |
456 | 398 | | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | 399 | | |
467 | 400 | | |
468 | 401 | | |
469 | 402 | | |
470 | 403 | | |
471 | 404 | | |
472 | 405 | | |
473 | | - | |
474 | 406 | | |
475 | 407 | | |
476 | 408 | | |
477 | 409 | | |
478 | 410 | | |
479 | 411 | | |
480 | 412 | | |
481 | | - | |
482 | 413 | | |
483 | 414 | | |
484 | 415 | | |
| |||
487 | 418 | | |
488 | 419 | | |
489 | 420 | | |
490 | | - | |
491 | 421 | | |
492 | 422 | | |
493 | 423 | | |
| |||
535 | 465 | | |
536 | 466 | | |
537 | 467 | | |
538 | | - | |
539 | | - | |
540 | | - | |
541 | 468 | | |
542 | 469 | | |
543 | 470 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 73 | | |
77 | 74 | | |
78 | 75 | | |
| |||
160 | 157 | | |
161 | 158 | | |
162 | 159 | | |
163 | | - | |
164 | 160 | | |
165 | 161 | | |
166 | 162 | | |
| |||
337 | 333 | | |
338 | 334 | | |
339 | 335 | | |
340 | | - | |
341 | 336 | | |
342 | 337 | | |
343 | 338 | | |
| |||
406 | 401 | | |
407 | 402 | | |
408 | 403 | | |
409 | | - | |
410 | 404 | | |
411 | 405 | | |
412 | 406 | | |
| |||
416 | 410 | | |
417 | 411 | | |
418 | 412 | | |
419 | | - | |
420 | 413 | | |
421 | 414 | | |
422 | 415 | | |
| |||
0 commit comments