Commit 94415a0
committed
fix: address review — single timestamp, descriptive URL error, skipped count
- Capture single datetime.now() in Registry.update() and reuse for both
installed_at and updated_at to avoid tiny time skews
- Include ValueError message in --from URL validation error so users see
the actual failure reason (e.g., missing hostname)
- Track skipped workflow count in 'workflow update' and show
'No updates found (N skipped)' instead of misleading
'All workflows are up to date!' when workflows were skipped1 parent 9d8de6e commit 94415a0
2 files changed
Lines changed: 16 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5028 | 5028 | | |
5029 | 5029 | | |
5030 | 5030 | | |
5031 | | - | |
5032 | | - | |
5033 | | - | |
| 5031 | + | |
| 5032 | + | |
| 5033 | + | |
5034 | 5034 | | |
5035 | 5035 | | |
5036 | 5036 | | |
| |||
5365 | 5365 | | |
5366 | 5366 | | |
5367 | 5367 | | |
| 5368 | + | |
5368 | 5369 | | |
5369 | 5370 | | |
5370 | 5371 | | |
5371 | 5372 | | |
| 5373 | + | |
5372 | 5374 | | |
5373 | 5375 | | |
5374 | 5376 | | |
5375 | 5377 | | |
5376 | 5378 | | |
5377 | 5379 | | |
| 5380 | + | |
5378 | 5381 | | |
5379 | 5382 | | |
5380 | 5383 | | |
| |||
5386 | 5389 | | |
5387 | 5390 | | |
5388 | 5391 | | |
| 5392 | + | |
5389 | 5393 | | |
5390 | 5394 | | |
5391 | 5395 | | |
5392 | 5396 | | |
| 5397 | + | |
5393 | 5398 | | |
5394 | 5399 | | |
5395 | 5400 | | |
5396 | 5401 | | |
5397 | 5402 | | |
5398 | 5403 | | |
5399 | 5404 | | |
| 5405 | + | |
5400 | 5406 | | |
5401 | 5407 | | |
5402 | 5408 | | |
| |||
5416 | 5422 | | |
5417 | 5423 | | |
5418 | 5424 | | |
5419 | | - | |
| 5425 | + | |
| 5426 | + | |
| 5427 | + | |
| 5428 | + | |
5420 | 5429 | | |
5421 | 5430 | | |
5422 | 5431 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
172 | | - | |
173 | | - | |
| 173 | + | |
| 174 | + | |
174 | 175 | | |
175 | 176 | | |
176 | 177 | | |
| |||
0 commit comments