Commit fd79baf
authored
* feat (cli): add follow mode for apps logs
* fix(cli): improve follow retry handling
* refactor: reset follow backoff and improve log errors
* reset monitor failures and cancel follow watchers
* harden apps logs follow and add regression tests for
- deduplicate log lines across reconnects / might be an issue
- add unit test for deduplication and out of order logs
* fix linter issues
* wait for run start before log streaming
1 parent f342526 commit fd79baf
6 files changed
Lines changed: 582 additions & 7 deletions
File tree
- crates/tower-cmd/src
- tests
- integration/features
- steps
- mock-api-server
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
370 | 381 | | |
371 | 382 | | |
372 | 383 | | |
| |||
399 | 410 | | |
400 | 411 | | |
401 | 412 | | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
406 | 437 | | |
407 | 438 | | |
408 | 439 | | |
| |||
0 commit comments