[07:51:43]
<Yunohost Git/Infra notifications> [yunohost/relative_imports] typing: fix permission.py, form.py, domain.py, user.py, app.py - Félix Piédallu
[07:51:43]
<Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 2 commits to relative_imports ([61873f19e72f...f98dd7c675f6](https://github.com/YunoHost/yunohost/compare/61873f19e72f...f98dd7c675f6))
[07:51:44]
<Yunohost Git/Infra notifications> [yunohost/relative_imports] log: Add helper is_flash_unit_operation() to fix typing shenanigans - Félix Piédallu
[07:58:28]
<Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 1 commit to dev: Update codeql action ([89b6a1cf](https://github.com/YunoHost/yunohost/commit/89b6a1cfb18664502a72654fa3d57befc5f6a84b))
[08:03:02]
<Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 4 commits to relative_imports ([f98dd7c675f6...92530451e96c](https://github.com/YunoHost/yunohost/compare/f98dd7c675f6...92530451e96c))
[08:03:02]
<Yunohost Git/Infra notifications> [yunohost/relative_imports] src: In subdirs, replace absolute yunohost.xx imports with relative ..xx imports - Félix Piédallu
[08:03:03]
<Yunohost Git/Infra notifications> [yunohost/relative_imports] typing: fix permission.py, form.py, domain.py, user.py, app.py - Félix Piédallu
[08:03:03]
<Yunohost Git/Infra notifications> [yunohost/relative_imports] log: Add helper is_flash_unit_operation() to fix typing shenanigans - Félix Piédallu
[08:04:39]
<Yunohost Git/Infra notifications> [yunohost] Salamandar [commented](https://github.com/YunoHost/yunohost/pull/2118#discussion_r2173167601) on pull request #2118 Add support for (plain) XZ and ZST source archives: Yeah but you have src_url )
[08:05:30]
<Yunohost Git/Infra notifications> [yunohost] Salamandar [commented](https://github.com/YunoHost/yunohost/pull/2127#issuecomment-3015087233) on [issue #2127](https://github.com/YunoHost/yunohost/pull/2127) document supported CPU archs: The schema can be updated to allow more archs. The schema is not used by the code, only by stuff like IDE linters and th...
[08:29:14]
<Salamandar> @Alekswag:matrix.org gniiii now that i use relative imports, codeql sees the "import cycles" that it didn't see before https://github.com/YunoHost/yunohost/pull/2121
[08:29:44]
<Salamandar> (they are not real import cycles as one of the imports is inside a function that is not called at import time)
[08:31:55]
<Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 1 commit to fix_typing: init.py typing ([729a931b](https://github.com/YunoHost/yunohost/commit/729a931b6c606ac7690944ba8318fa48eaaa68a9))
[08:31:55]
<Yunohost Git/Infra notifications> [yunohost] Salamandar created new branch fix_typing
[11:30:33]
<Yunohost Git/Infra notifications> [yunohost] oleole39 [commented](https://github.com/YunoHost/yunohost/pull/2127#issuecomment-3015196162) on [issue #2127](https://github.com/YunoHost/yunohost/pull/2127) document supported CPU archs: Ah ok. So let me still update the schema (that wouldnt mean having to bump its version number, right?) and the doc acco...
[11:31:11]
<Yunohost Git/Infra notifications> [yunohost] oleole39 [commented](https://github.com/YunoHost/yunohost/pull/2127#issuecomment-3015196162) on [issue #2127](https://github.com/YunoHost/yunohost/pull/2127) document supported CPU archs: Ah ok. So let me still update the schema (that wouldnt mean having to bump its version number, right?) and the doc acco...
[11:32:00]
<Yunohost Git/Infra notifications> [issues] fflorent [commented](https://github.com/YunoHost/issues/issues/2136#issuecomment-3015196763) on [issue #2136](https://github.com/YunoHost/issues/issues/2136) Packaging v3 wishlist: Something I wish to have: a way to speed up testing your app packages when testing it.
*TLDR: I would enjoy when packa...
[16:20:12]
<Aleks (he/him/il/lui)> zmerlp i suppose codeql can have false positives, can't we just ignore it ?
[16:22:00]
<Aleks (he/him/il/lui)> i was pondering the other day that we should really introduce a new file with all the global values like APPS_CATALOG_CONF etc, i think from `app.py` we import `app_catalog` just to have some global conf from there
[16:22:58]
<Aleks (he/him/il/lui)> also pondering that we should maybe have an `utils/app_utils.py` (idk about the name) with low-level functions related to apps like listing installed apps, `_get/set_app_settings` etc