[10:05:10]
<Yunohost Git/Infra notifications> [yunohost] alexAubin merged [pull request #2108](https://github.com/YunoHost/yunohost/pull/2108): Translations update from Weblate
[10:08:56]
<Yunohost Git/Infra notifications> [landingpage] alexAubin merged [pull request #53](https://github.com/YunoHost/landingpage/pull/53): Translations update from Weblate
[11:08:54]
<Yunohost Git/Infra notifications> [issues] christophehenry opened [issue #2594](https://github.com/YunoHost/issues/issues/2594): Thoughts on Samba
[13:25:44]
<Yunohost Git/Infra notifications> [issues] xSikes opened [issue #2595](https://github.com/YunoHost/issues/issues/2595): Documentation/"User Guide" gets "Page Not Found"
[14:07:07]
<Yunohost Git/Infra notifications> [issues] Salamandar [commented](https://github.com/YunoHost/issues/issues/2595#issuecomment-2883947517) on [issue #2595](https://github.com/YunoHost/issues/issues/2595) Documentation/"User Guide" gets "Page Not Found": Hi Thanks for reporting this issue. We very recently rewrote our whole documentation base, so thats most certainly ou...
[14:08:31]
<Salamandar> https://github.com/YunoHost/issues/issues/2595
Actually it was decided to remove the user guide since it doesn't contain much. Should we remove the link in the user panel ?
[15:46:34]
<Salamandar> yunohost cli daily hourly progress report : i'm working on the interactive stuff. it's starting to work.
[15:46:38]
<Salamandar> https://aria.im/_bifrost/v1/media/download/Ae2Q0aH0k_WtWjtFlDjov7sxRvDqCdVS9ZQw2XxJunS7LzcgTNSMPlektQIRx9B_rrS6UfjwQO3UQZGsH8WoznVCeW2cas0AAG1hdHJpeC5vcmcvV1d5c0RPTnRQSWplb1ZjcFZmdVNMVlF2
[15:47:06]
<Salamandar> thank you for this perfect implementation of the endpoint `/apps/manifest/<app>` that also returns the choices for completion !
[15:56:48]
<Yunohost Git/Infra notifications> [cli] Salamandar pushed 4 commits to main ([036c8025274e...d70e87f8e204](https://github.com/YunoHost/cli/compare/036c8025274e...d70e87f8e204))
[15:56:49]
<Yunohost Git/Infra notifications> [cli/main] Fix pyright being too verbose - Félix Piédallu
[15:56:50]
<Yunohost Git/Infra notifications> [cli/main] Reorder sse and request - Félix Piédallu
[15:56:54]
<Yunohost Git/Infra notifications> [cli/main] cli: prompt as async, and result might be none someday - Félix Piédallu
[15:57:31]
<Yunohost Git/Infra notifications> [cli] Salamandar created new branch app_install
[15:57:32]
<Yunohost Git/Infra notifications> [cli] Salamandar pushed 1 commit to app_install: Start implementing interactive app install ([e40a7728](https://github.com/YunoHost/cli/commit/e40a77289aead918fced83e390d0e8dfa767292a))
[19:59:16]
<anubister> Hi, i just noticed that CI returns a negative disk usage of app installation ?! "Disk usage diff after test: -1370.2MB" (at least on metronome and prosody apps)
[20:36:47]
<Salamandar> > <anubister> Hi, i just noticed that CI returns a negative disk usage of app installation ?! "Disk usage diff after test: -1370.2MB" (at least on metronome and prosody apps)
Hmmm yeah that might be a bug in the metrics. Due to other ci jobs runnning in parallel. The RAM usage was fixed a year ago but IIRC the disk usage was only partially fixed.
[21:48:36]
<Aleks (he/him/il/lui)> it's probably because it uses something like `df -h` in the container but that actually returns info from the host in general, not just the container (i think), same for the RAM usage, some if during the test, another CI container happens to be deleted/recreated it may end up with a completely nonsensical value
[21:49:25]
<Aleks (he/him/il/lui)> or at least yeah it's pretty unreliable in its current state ... but still allow to sometime have a rough idea (accross several install test) of the general ram usage idk
[21:50:16]
<Aleks (he/him/il/lui)> disk usage is not so important in the end, i mean the real disk usage will essentially be what large data is added by the user, but it's rare that some app install takes more than 100MB for example
[22:16:54]
<Salamandar> We could actually fix this by checking the zfs namespace disk usagi