Extensions: New status message when checking for update #122378

Merged
Dalai Felinto merged 3 commits from ideasman42/blender:pr-sync-message-update into main 2024-05-28 18:39:51 +02:00

3 Commits

Author SHA1 Message Date
656c41c490 From review: use the stripped url as fallback
Note: I had to copy the util function to tests. To be fixed later.
2024-05-28 18:39:20 +02:00
dd4da7748f From review: Use format() instead of f-strings 2024-05-28 18:39:20 +02:00
5c21cf0708 WIP: Extensions: New status message when checking for update
- Sync repo: {remote_url}
+ Checking repository "{remote_name}" for updates...

- Sync downloading remote data
+ Refreshing extensions list for "{remote_name}"...

- sync: invalid manifest ({error_msg}) reading {remote_url}!"
+ Repository error: invalid manifest ({error_msg}) for repository "{remote_name}"!

- Sync complete: {:s}".format(remote_url)
+ Extensions list for "{remote_name}" updated

---

Note, this is working as expected (from Blender anyways), however I can't test test_cli.py at the moment here.
2024-05-28 18:39:20 +02:00