Tuesday, August 05, 2025
dev@conference.yunohost.org
August
Mon Tue Wed Thu Fri Sat Sun
        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
             

[01:41:47] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin pushed 1 commit to dev: Fix remaining typing issues ([622d7309](https://github.com/YunoHost/yunohost/commit/622d73092f31adf899bf2125080b11b307f97298))
[01:45:05] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/12.1.7+202508050345 for bookworm/unstable/all...
[01:45:22] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/12.1.7+202508050345 for bookworm/unstable/all.
[01:45:23] <Yunohost Git/Infra notifications> ✔️ Completed distribution for yunohost/12.1.7+202508050345 for bookworm/unstable.
[02:03:04] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin pushed 1 commit to dev: Fix remaining typing issues² ([bb1382bc](https://github.com/YunoHost/yunohost/commit/bb1382bc0b7b890f0a9496bf0b0b41f6218f8a82))
[02:08:24] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin pushed 1 commit to dev: Fix remaining typing issues³ ([41a103bc](https://github.com/YunoHost/yunohost/commit/41a103bc6513bb5d67bca0e7661a3d71d3a21403))
[02:13:31] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin pushed 1 commit to dev: Fix remaining linter issues⁴ ([27a86644](https://github.com/YunoHost/yunohost/commit/27a86644a33b3a0102042618c4ddcaaa83a6a58c))
[02:15:04] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/12.1.7+202508050415 for bookworm/unstable/all...
[02:15:21] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/12.1.7+202508050415 for bookworm/unstable/all.
[02:15:22] <Yunohost Git/Infra notifications> ✔️ Completed distribution for yunohost/12.1.7+202508050415 for bookworm/unstable.
[07:12:19] <Thomas> Since latest update I’ve an issue with domains/mydomain/dns:
500 error
```
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/moulinette/interfaces/api.py", line 430, in process
ret = self.actionsmap.process(arguments, timeout=30, route=_route)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/moulinette/actionsmap.py", line 580, in process
return func(**arguments)
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/yunohost/domain.py", line 1027, in domain_dns_suggest
return domain_dns_suggest(domain)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/yunohost/dns.py", line 77, in domain_dns_suggest
result += "\n{name} {ttl} IN {type} {value}".format(**record)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'value'
```
Should I open an issue?
[08:22:22] <Yunohost Git/Infra notifications> [issues] a​zmeuk [commented](https://github.com/YunoHost/issues/issues/676#issuecomment-3150713219) on [issue #676](https://github.com/YunoHost/issues/issues/676) Use YunoHost as an identity provider?: Hi, I am the Canaille main developer. I can give some highlights and answer questions if you like.

>* it looks like it ...
[08:25:35] <Yunohost Git/Infra notifications> [issues] s​elfhoster1312 [commented](https://github.com/YunoHost/issues/issues/676#issuecomment-3154078398) on [issue #676](https://github.com/YunoHost/issues/issues/676) Use YunoHost as an identity provider?: Thanks for the answers

> At the moment only 64bits Linux. I was not sure there was a demand for other architectures.

...
[15:14:45] <Yunohost Git/Infra notifications> [issues] p​acodelaluna [commented](https://github.com/YunoHost/issues/issues/2465#issuecomment-3155634171) on [issue #2465](https://github.com/YunoHost/issues/issues/2465) Configuration of IPv6 for email sending: This definitively solved the issue I was having on my instance running on an OVH VPS.
And by the way, the Yunohost diagn...
[15:46:51] <Yunohost Git/Infra notifications> [issues] WARNING: unknown issues action: typed
[15:49:42] <Yunohost Git/Infra notifications> [issues] a​lexAubin edited [issue #2560](https://github.com/YunoHost/issues/issues/2560): 12.1: SSE(?) : No logs during app upgrade
[15:49:55] <Yunohost Git/Infra notifications> [issues] a​lexAubin edited [issue #2561](https://github.com/YunoHost/issues/issues/2561): 12.1: SSE(?) No error displayed when we try to upgrade an app while a mandatory service is down
[15:50:03] <Yunohost Git/Infra notifications> [issues] a​lexAubin edited [issue #2617](https://github.com/YunoHost/issues/issues/2617): 12.1 : SSE : Reconnecting to server sends old logs for in-progress operations
[16:10:56] <Yunohost Git/Infra notifications> [Apps tools error] [List builder] Error while updating open-webui: No cache yet for open-webui
[16:30:25] <tituspijean[m]> Error 500 on opening the Updates page on v12.1.7:

```
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/moulinette/interfaces/api.py", line 430, in process
ret = self.actionsmap.process(arguments, timeout=30, route=_route)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/moulinette/actionsmap.py", line 579, in process
try:

File "/usr/lib/python3/dist-packages/yunohost/tools.py", line 331, in tools_update_norefresh
return tools_update(no_refresh=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/yunohost/log.py", line 532, in func_wrapper
result = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/yunohost/tools.py", line 439, in tools_update
upgradable_system_packages_per_categories = _group_packages_per_categories(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/yunohost/utils/system.py", line 248, in _group_packages_per_categories
package, category = line.split(" ")
^^^^^^^^^^^^^^^^^
ValueError: not enough values to unpack (expected 2, got 1)
```
[16:33:55] <Aleks (he/him/il/lui)> (╯°□°)╯︵ ┻━┻
[16:35:02] <Aleks (he/him/il/lui)> can you try running hmmmmm `grep "^Package:\|^Section:" /var/lib/dpkg/status | tr "\n" "\r" | sed -e "s/Package: //g" -e "s/\rSection://g" | tr "\r" "\n" | grep -v " "`
[16:35:08] <Aleks (he/him/il/lui)> does that yield anything ?
[16:35:32] <Aleks (he/him/il/lui)> urhg indeed some packages may have no categories T_T
[16:45:04] <tituspijean[m]> (I only got my phone to try, so expect delays and tears in my answers 😅)
[16:46:17] <tituspijean[m]> > <@Alekswag:matrix.org> urhg indeed some packages may have no categories T_T

Yup, `gh`, the github cli
[17:01:11] <Yunohost Git/Infra notifications> [Apps tools error] [List builder] Error while updating open-webui: No cache yet for open-webui
[17:18:57] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin pushed 46 commits to packaging-v3 ([f4f16a0964a2...b57f3de5cbd6](https://github.com/YunoHost/yunohost/compare/f4f16a0964a2...b57f3de5cbd6))
[17:19:01] <Yunohost Git/Infra notifications> [yunohost/packaging-v3] Temporary debug - Alexandre Aubin
[17:19:01] <Yunohost Git/Infra notifications> [yunohost/packaging-v3] Missing i18n string - Alexandre Aubin
[17:19:01] <Yunohost Git/Infra notifications> [yunohost/packaging-v3] Misc typing - Alexandre Aubin
[17:20:47] <Yunohost Git/Infra notifications> [yunohost] g​ithub-advanced-security[bot] [commented](https://github.com/YunoHost/yunohost/pull/2070#discussion_r2254912493) on pull request #2070 WIP: Packaging v3: ## Jinja2 templating with autoescape=False

Using jinja2 templates with autoescape=False can potentially allow XSS attac...
[17:28:57] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin pushed 1 commit to dev: Fix edge case in _group_packages_per_categories for system packages with no category ([95a92b66](https://github.com/YunoHost/yunohost/commit/95a92b66548e036838a394ea9d598e5b6b361b11))
[17:29:53] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin created new tag debian/12.1.7.1
[17:29:54] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin pushed 1 commit to dev: Update changelog for 12.1.7.1 ([71467a5d](https://github.com/YunoHost/yunohost/commit/71467a5d06c7b46cde3f58510b210e4653ecc100))
[17:30:06] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/12.1.7.1+202508051930 for bookworm/unstable/all...
[17:30:07] <Yunohost Git/Infra notifications> [repository] g​ithub-actions[bot] created [new release #debian/12.1.7.1](https://github.com/YunoHost/yunohost/releases/tag/debian/12.1.7.1) YunoHost 12.1.7.1
[17:30:07] <Yunohost Git/Infra notifications> [repository] g​ithub-actions[bot] published [new release #debian/12.1.7.1](https://github.com/YunoHost/yunohost/releases/tag/debian/12.1.7.1) YunoHost 12.1.7.1
[17:30:08] <Yunohost Git/Infra notifications> [repository] g​ithub-actions[bot] released [new release #debian/12.1.7.1](https://github.com/YunoHost/yunohost/releases/tag/debian/12.1.7.1) YunoHost 12.1.7.1
[17:30:24] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/12.1.7.1+202508051930 for bookworm/unstable/all.
[17:30:25] <Yunohost Git/Infra notifications> ✔️ Completed distribution for yunohost/12.1.7.1+202508051930 for bookworm/unstable.
[17:30:29] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/12.1.7.1 for bookworm/testing/all...
[17:30:46] <Yunohost Git/Infra notifications> ✔️ Completed distribution for yunohost/12.1.7.1 for bookworm/testing.
[17:30:46] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/12.1.7.1 for bookworm/testing/all.
[17:30:52] <Aleks (he/him/il/lui)> should be fixed in .7.1 ^
[17:46:21] <tituspijean[m]> That's fixed, thank you!
[17:47:07] <tituspijean[m]> While running the diagnosis during the upgrade, I got this error :

```
ning: ERROR Diagnosis failed for category 'dnsrecords':
Warning: Traceback (most recent call last):
Warning: File "/usr/lib/python3/dist-packages/yunohost/diagnosis.py", line 193, in diagnosis_runWarning: code, report = diagnoser.diagnose(force=force)
Warning: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning: File "/usr/lib/python3/dist-packages/yunohost/diagnosis.py", line 443, in diagnose
Warning: items = list(self.run())
Warning: ^^^^^^^^^^^^^^^^
Warning: File "/usr/lib/python3/dist-packages/yunohost/diagnosers/12-dnsrecords.py", line 58, in run
Warning: for report in self.check_domain(
Warning: File "/usr/lib/python3/dist-packages/yunohost/diagnosers/12-dnsrecords.py", line 117, in check_domain
Warning: if r["value"] == "@":
Warning: ~^^^^^^^^^
Warning: KeyError: 'value'
```
[18:06:12] <Yunohost Git/Infra notifications> [Apps tools error] [List builder] Error while updating open-webui: No cache yet for open-webui
[18:20:03] <Yunohost Git/Infra notifications> [cli] S​alamandar pushed 1 commit to main: Upgrade dependencies, remove useless asyncio dependency ([620cbf5e](https://github.com/YunoHost/cli/commit/620cbf5eb805397b656f126c6e86e3114057911f))
[18:21:50] <Salamandar> phoque is it my fault ?
[18:27:25] <Salamandar> @Alekswag:matrix.org it's content not value
[18:34:02] <Yunohost Git/Infra notifications> [yunohost] S​alamandar pushed 1 commit to fix_dns_content: Fix dyndns and dns diagnoser: dns record content is in content not value ([735c50fa](https://github.com/YunoHost/yunohost/commit/735c50fac7c950514c8f3a2bc1383093b67bd925))
[18:34:02] <Yunohost Git/Infra notifications> [yunohost] S​alamandar created new branch fix_dns_content
[18:35:23] <Yunohost Git/Infra notifications> [yunohost] S​alamandar opened [pull request #2145](https://github.com/YunoHost/yunohost/pull/2145): Fix dyndns and dns diagnoser: dns record content is in content not value
[18:35:32] <Salamandar> I'll let you merge https://github.com/YunoHost/yunohost/pull/2145
[18:53:25] <Yunohost Git/Infra notifications> [yunohost] S​alamandar pushed 1 commit to dev: Fix new shellcheck diagnosis ([209afc1c](https://github.com/YunoHost/yunohost/commit/209afc1c7284dae7e8626ef02e91d716e389df6c))
[18:53:34] <Yunohost Git/Infra notifications> [yunohost] S​alamandar pushed 1 commit to fix_dns_content: Fix dyndns and dns diagnoser: dns record content is in content not value ([4acbe10d](https://github.com/YunoHost/yunohost/commit/4acbe10dbe518e6666823edd6f296c7ecb1befc1))
[18:57:08] <Yunohost Git/Infra notifications> [issues] k​ay0u [commented](https://github.com/YunoHost/issues/issues/2560#issuecomment-3156250935) on [issue #2560](https://github.com/YunoHost/issues/issues/2560) 12.1: SSE(?) : No logs during app upgrade: I think its fixed on the new 12.1.7.1, ill wait some other upgrades.

However, during the update process, in the "hist...
[19:00:06] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/12.1.7.1+202508052100 for bookworm/unstable/all...
[19:00:23] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/12.1.7.1+202508052100 for bookworm/unstable/all.
[19:00:25] <Yunohost Git/Infra notifications> ✔️ Completed distribution for yunohost/12.1.7.1+202508052100 for bookworm/unstable.
[19:17:21] <Yunohost Git/Infra notifications> [yunohost] y​unohost-bot opened [pull request #2146](https://github.com/YunoHost/yunohost/pull/2146): Translations update from Weblate
[19:27:56] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin [commented](https://github.com/YunoHost/yunohost/pull/2146#discussion_r2255154302) on pull request #2146 Translations update from Weblate: suggestion "app_upgrade_bad_quality": "Cette application est actuellement signalée comme défectueuse dans le cata...
[19:46:46] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin [commented](https://github.com/YunoHost/yunohost/pull/2146#discussion_r2255193706) on pull request #2146 Translations update from Weblate: suggestion "app_upgrade_cli_bad_quality": "La mise à jour pour {app} est ignorée car elle est actuellement signal...
[20:08:10] <Yunohost Git/Infra notifications> [yunohost] S​alamandar pushed 1 commit to typing: authenticators: Update typing for mypy strict ([9d9423d9](https://github.com/YunoHost/yunohost/commit/9d9423d98959e0eb7c43c176ec1b206fd1a62887))
[20:08:10] <Yunohost Git/Infra notifications> [yunohost] S​alamandar created new branch typing
[20:32:15] <Yunohost Git/Infra notifications> [yunohost] S​alamandar pushed 1 commit to typing: diagnosers: update typing for mypy strict ([46c288dc](https://github.com/YunoHost/yunohost/commit/46c288dccf78592e7937339f9f32525323937900))
[20:32:41] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin [commented](https://github.com/YunoHost/yunohost/pull/2146#discussion_r2255280131) on pull request #2146 Translations update from Weblate: suggestion "app_upgrade_cli_url_required": "{app} ne figure pas (plus ?) dans le catalogue et ne peut donc pas êt...
[20:33:00] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin deleted a [comment](https://github.com/YunoHost/yunohost/pull/2146#discussion_r2255280131) on pull request #2146 Translations update from Weblate: suggestion "app_upgrade_cli_url_required": "{app} ne figure pas (plus ?) dans le catalogue et ne peut donc pas êt...
[20:36:02] <Yunohost Git/Infra notifications> [yunohost] S​alamandar pushed 1 commit to dev: github: auto-format: ruff sort imports ([90d2331d](https://github.com/YunoHost/yunohost/commit/90d2331d7f4c8787e1e7c9ca2e70af17c8e0bc15))
[20:37:12] <Yunohost Git/Infra notifications> [yunohost] S​alamandar pushed 2 commits to typing ([46c288dccf78...386216b739fd](https://github.com/YunoHost/yunohost/compare/46c288dccf78...386216b739fd))
[20:37:14] <Yunohost Git/Infra notifications> [yunohost/typing] authenticators: Update typing for mypy strict - Félix Piédallu
[20:37:17] <Yunohost Git/Infra notifications> [yunohost/typing] diagnosers: update typing for mypy strict - Félix Piédallu
[20:45:10] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/12.1.7.1+202508052245 for bookworm/unstable/all...
[20:46:23] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/12.1.7.1+202508052245 for bookworm/unstable/all.
[20:46:24] <Yunohost Git/Infra notifications> ✔️ Completed distribution for yunohost/12.1.7.1+202508052245 for bookworm/unstable.
[20:51:35] <Yunohost Git/Infra notifications> [yunohost] S​alamandar pushed 1 commit to typing: diagnosers: update typing for mypy strict ([a687098a](https://github.com/YunoHost/yunohost/commit/a687098a733e4ae7d3afbb87cc4205ad55782d5d))
[20:51:38] <Yunohost Git/Infra notifications> [yunohost] S​alamandar pushed 3 commits to dev ([022b821f5f2c...a687098a733e](https://github.com/YunoHost/yunohost/compare/022b821f5f2c...a687098a733e))
[20:51:42] <Yunohost Git/Infra notifications> [yunohost/dev] authenticators: Update typing for mypy strict - Félix Piédallu
[20:51:42] <Yunohost Git/Infra notifications> [yunohost/dev] diagnosers: update typing for mypy strict - Félix Piédallu
[20:51:43] <Yunohost Git/Infra notifications> [yunohost/dev] diagnosers: update typing for mypy strict - Félix Piédallu
[21:00:06] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/12.1.7.1+202508052300 for bookworm/unstable/all...
[21:00:43] <Yunohost Git/Infra notifications> ✔️ Completed distribution for yunohost/12.1.7.1+202508052300 for bookworm/unstable.
[21:00:43] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/12.1.7.1+202508052300 for bookworm/unstable/all.
[21:06:16] <Yunohost Git/Infra notifications> [Apps tools error] [List builder] Failed to fetch the CI apps dev result : (Connection broken: IncompleteRead(114246 bytes read, 67395 more expected), IncompleteRead(114246 bytes read, 67395 more expected))
[21:06:16] <Yunohost Git/Infra notifications> [Apps tools error] [List builder] Failed to fetch the CI apps dev result : (Connection broken: IncompleteRead(130630 bytes read, 51011 more expected), IncompleteRead(130630 bytes read, 51011 more expected))
[21:06:16] <Yunohost Git/Infra notifications> [Apps tools error] [List builder] Failed to fetch the CI apps dev result : (Connection broken: IncompleteRead(130630 bytes read, 51011 more expected), IncompleteRead(130630 bytes read, 51011 more expected))
[21:06:16] <Yunohost Git/Infra notifications> [Apps tools error] [List builder] Failed to fetch the CI apps dev result : (Connection broken: IncompleteRead(114246 bytes read, 67395 more expected), IncompleteRead(114246 bytes read, 67395 more expected))
[21:06:17] <Yunohost Git/Infra notifications> [Apps tools error] [List builder] Failed to fetch the CI apps dev result : (Connection broken: IncompleteRead(114246 bytes read, 67395 more expected), IncompleteRead(114246 bytes read, 67395 more expected))
[21:06:17] <Yunohost Git/Infra notifications> [Apps tools error] [List builder] Failed to fetch the CI apps dev result : (Connection broken: IncompleteRead(114246 bytes read, 67395 more expected), IncompleteRead(114246 bytes read, 67395 more expected))
[21:16:55] <orhtej2> https://y.yarn.co/d4593128-c570-48ae-8a52-ffa888232a56_text.gif
[21:18:10] <orhtej2> https://aria.im/_bifrost/v1/media/download/ActwekD2IakE_o_F5HzvhZUbqvqsEk3VZ-03eXs6W2MAyIYe4IQE6iP08d0UjdxzpaUXytbaG2MkYloaPy7mZNBCeYgT-sZwAGNpcmNsZWRzcXVhcmVyb290Lm92aC9LUXczY3U4RnoxNDZ6Mzg1M2FXaW5TWnlOUDc5RlJPZA
[21:19:26] <orhtej2> A) there are no updates, could this be grayed out/gone?
B) <app> is known, perhaps it could be put in place of the placeholder? IDK if the app remembers install URL, we could supply that after `-u` part?

(sorry for my leet drawing skillz)
[21:20:33] <orhtej2> https://aria.im/_bifrost/v1/media/download/AQJWmnfQW4OwsJ0d3gkAZwa3Z3mwmc-iyf9Lgm9XfsWJYIZzICMJuus9G6GOXqkYSjxyIJqAlSCFhzohrx9izWJCeYgUHbEgAGNpcmNsZWRzcXVhcmVyb290Lm92aC9XUFVYS2dmaW5WTk1XaHN2VkZTWkJsMDdFU1FUUmZvTQ
[21:20:54] <orhtej2> https://aria.im/_bifrost/v1/media/download/AVLCDrC0_I9zl_Q0FUI1twd_EYt7rLowzhVWObKTQtwGcq8y4tLghv_Rx6VYRPXVim1P-k5qzHrVQCwgr5ltvmNCeYgUIrwwAGNpcmNsZWRzcXVhcmVyb290Lm92aC9uZkJ5SEZoRjc5SmdyaWFka1hUUlp4aVlxTm4xSDhVQg
[21:21:02] <orhtej2> I smell HTTP/500
[21:23:16] <Aleks (he/him/il/lui)> urgh yeah the list of actually-upgradable-apps is probably empty and JS crashes i suppose 🥴
[21:23:42] <orhtej2> (no 500, just WebUI refusing to acknowledge nothing happened, yunohost-api log is clear, refresh helped)
[21:25:09] <orhtej2> https://aria.im/_bifrost/v1/media/download/AWfXjpGbXrscAd6z2zJ52GwSob8pOd8fhtXAbhPesDvKRHjex-aquoXLNaHPyKhEdWPoSg7YF_5qWqwLcetn4wBCeYgUYSQAAGNpcmNsZWRzcXVhcmVyb290Lm92aC9sZU5pS29PZUFOS014M05pb2UyOHpaS3UxY2ZUWmhCQQ
[21:25:34] <orhtej2> I'm lost, that all the network traffic after clicking 'Upgrade' on the dialog 🤷
[21:25:53] <orhtej2> (other than that 7.1 works like a charm, thanks for the release! ❤️)
[21:33:33] <Aleks (he/him/il/lui)> merp i suppose the JS just crash and doesn't call any route, it's supposed to loop over the apps to upgrade but if there's None there's no call at all yeah
[21:34:13] <Aleks (he/him/il/lui)> corresponding code : https://github.com/YunoHost/yunohost-admin/blob/dev/app/src/views/update/SystemUpdate.vue#L76
[21:34:19] <Aleks (he/him/il/lui)> (i'm cooking so can't have a deeper look)
[22:28:45] <Aleks (he/him/il/lui)> dude i just spent the last 2-3 days rebasing/merging my branch with dev which was full of changes because of typing changes, i fixed the pipeline and typing issues and now you just merged commits again breaking both the pipeline and the typing ...
[22:31:22] <orhtej2> > <@Alekswag:matrix.org> dude i just spent the last 2-3 days fixing the pipeline and typing issues and now you just merged commits again breaking both the pipeline and the typing ...

https://images.steamusercontent.com/ugc/1117176606660893293/071F3DB1E524F7ABEFECE26D4DF6815514E71587/
[22:32:00] <orhtej2> Perks of monorepo I guess?
[22:38:18] <Yunohost Git/Infra notifications> [cli] S​alamandar pushed 1 commit to main: Support printing history events ([4dc294a1](https://github.com/YunoHost/cli/commit/4dc294a1b4f41935dcffd51d6150e48bf09f4723))
[22:39:21] <Yunohost Git/Infra notifications> [cli] S​alamandar pushed 1 commit to main: history events contain started_by ([03baba0a](https://github.com/YunoHost/cli/commit/03baba0ad9b573c4d88def5bfa2d207ee06e7f02))
[22:41:29] <Yunohost Git/Infra notifications> [cli] S​alamandar pushed 1 commit to main: SSE history events: do not show when running other commands ([0b492aef](https://github.com/YunoHost/cli/commit/0b492aef25c2dc35c021b7cbba285456b68ebbd4))
[22:56:48] <Salamandar> hum… Looks like operations sent as history by the SSE have "success" to true even if the operation isn't finished yet
[22:56:48] <Salamandar> https://aria.im/_bifrost/v1/media/download/Ab6KE-vceCj5fwXiY2v7WMIatAOfD9Xf8Ia1Z-3HJ080ASSbSCYXcKmC64e8j-sJoKjObAx6qh_33mvFrUvfB4xCeYgZn5VgAG1hdHJpeC5vcmcvR1ZKZUtsSllKSXpvV1BkU3N3eEVPWmtY
[23:00:32] <orhtej2> > <@Salamandar:matrix.org> hum… Looks like operations sent as history by the SSE have "success" to true even if the operation isn't finished yet

https://github.com/YunoHost/issues/issues/2617 ?
[23:00:37] <Aleks (he/him/il/lui)> > <@Alekswag:matrix.org> dude i just spent the last 2-3 days fixing the pipeline and typing issues and now you just merged commits again breaking both the pipeline and the typing ...

...?
[23:00:52] <Salamandar> woot sorry
[23:00:56] <Salamandar> ><'
[23:00:58] <Salamandar> lemme see
[23:02:18] <Yunohost Git/Infra notifications> [yunohost] S​alamandar pushed 1 commit to dev: Fix invalidcode: Remove unused import ([ab1ba689](https://github.com/YunoHost/yunohost/commit/ab1ba689b42e7df1233f8550b57c0b4b735708ba))
[23:05:54] <Salamandar> Ah yes but
[23:06:12] <Salamandar> This is broken because of your changes :p
[23:06:13] <Salamandar> https://github.com/YunoHost/yunohost/pull/2145
[23:06:41] <Yunohost Git/Infra notifications> [yunohost] S​alamandar pushed 1 commit to dev: Ignore type checking on read_json ([eafdb3a3](https://github.com/YunoHost/yunohost/commit/eafdb3a3d374ba32515e230c852e98836881ccb8))
[23:07:46] <Yunohost Git/Infra notifications> [yunohost] S​alamandar pushed 1 commit to fix_dns_content: Fix dyndns and dns diagnoser: dns record content is in content not value ([97198b49](https://github.com/YunoHost/yunohost/commit/97198b49fea948f9b2ac01ef936e1d5feacd200d))
[23:09:51] <Yunohost Git/Infra notifications> [yunohost] S​alamandar pushed 1 commit to fix_dns_content: Fix DNSRecord type ([8854b194](https://github.com/YunoHost/yunohost/commit/8854b1947f3ab585d1cd81f75d744f3b98684382))
[23:10:28] <Yunohost Git/Infra notifications> [yunohost] S​alamandar pushed 1 commit to dev: Fix DNSRecord type ([a46faa21](https://github.com/YunoHost/yunohost/commit/a46faa21029e21e8a9fe6ca7034fa92ee55596ad))
[23:15:07] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/12.1.7.1+202508060115 for bookworm/unstable/all...
[23:15:28] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/12.1.7.1+202508060115 for bookworm/unstable/all.
[23:15:29] <Yunohost Git/Infra notifications> ✔️ Completed distribution for yunohost/12.1.7.1+202508060115 for bookworm/unstable.
[23:18:20] <Yunohost Git/Infra notifications> [yunohost] S​alamandar pushed 1 commit to dev: dnsrecords: values might be None according to types ([b23568ec](https://github.com/YunoHost/yunohost/commit/b23568ec7c3c71661f1c9ee5ecdc790fd5713756))
[23:18:33] <Salamandar> Weird though, i don't have those mypy diagnosis at home (and i should i guess ?)
[23:18:43] <Salamandar> even with --strict
[23:21:54] <Aleks (he/him/il/lui)> > <@Salamandar:matrix.org> This is broken because of your changes :p

"my changes" were there to fix "your changes" and "my pipeline" was green after fixing it
[23:30:04] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/12.1.7.1+202508060130 for bookworm/unstable/all...
[23:30:21] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/12.1.7.1+202508060130 for bookworm/unstable/all.
[23:30:21] <Yunohost Git/Infra notifications> ✔️ Completed distribution for yunohost/12.1.7.1+202508060130 for bookworm/unstable.