[03:21:43]
<Cippr> Hello, it's not urgent but is someone could review these https://github.com/YunoHost-Apps/rspamd_ynh/pulls ?
Thanks :-)
[03:30:07]
<Aleks (he/him/il/lui)> (✅️ Merged to testing and then to master, cheers !)
[03:52:42]
<Cippr> Aleks, it was not so urgent :-p
Have a good day :-)
[06:22:02]
<Yunohost Git/Infra notifications> [apps] yunohost-bot opened [pull request #3151](https://github.com/YunoHost/apps/pull/3151): Add CheckMate to wishlist
[11:55:04]
<Yunohost Git/Infra notifications> [apps] alexAubin [commented](https://github.com/YunoHost/apps/pull/3151#discussion_r2394315846) on pull request #3151 Add CheckMate to wishlist: suggestion description = "Server monitoring"
[11:55:04]
<Yunohost Git/Infra notifications> [apps] alexAubin pushed to add-to-wishlist-checkmate: Update wishlist.toml ([093b91fb](https://github.com/YunoHost/apps/commit/093b91fb0965be11f9f330058eaeb4a34489e048))
[11:55:19]
<Yunohost Git/Infra notifications> [apps] Auto-merge has been enabled by alexAubin on [pull request #3151](https://github.com/YunoHost/apps/pull/3151): Add CheckMate to wishlist
[11:55:42]
<Yunohost Git/Infra notifications> [apps] alexAubin deleted branch add-to-wishlist-checkmate
[11:55:42]
<Yunohost Git/Infra notifications> [apps] alexAubin pushed to main: Add CheckMate to wishlist (#3151) * Add CheckMate to wishlist * Update wishlist.toml --------- Co-authored-by: Alexa... ([b1a0bbf3](https://github.com/YunoHost/apps/commit/b1a0bbf31e14ce8d51486e9a4845353ba9e49e09))
[11:55:43]
<Yunohost Git/Infra notifications> [apps] alexAubin merged [pull request #3151](https://github.com/YunoHost/apps/pull/3151): Add CheckMate to wishlist
[15:39:36]
<Yunohost Git/Infra notifications> App mosquitto rises from level 0 to 7 in job [#23019](https://ci-apps.yunohost.org/ci/job/23019) !
[17:15:50]
<Yunohost Git/Infra notifications> App mosquitto rises from level 0 to 7 in job [#23020](https://ci-apps.yunohost.org/ci/job/23020) !
[19:45:30]
<Navan[m]> I don't remember where YunoHost project tracks all the broken packages. Is there a list/link somewhere? I have time on my hands again and I would love to start by repairing broken packages
[19:47:03]
<Émy – OniriCorpe> https://apps.yunohost.org/dash?filter=broken_low_quality
[19:47:31]
<Navan[m]> Thank you
[19:57:03]
<Yunohost Git/Infra notifications> App immich goes down from level 7 to 2 in job [#23021](https://ci-apps.yunohost.org/ci/job/23021)
[20:23:07]
<Yunohost Git/Infra notifications> App immich goes down from level 7 to 2 in job [#23021](https://ci-apps.yunohost.org/ci/job/23021)
[22:28:52]
<Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:
- 50 pending update PRs
- 9 new apps PRs: dagu, fab-manager, firefly-iii-di, glpi, homeassistant, immich, jackett, nocodb, nodebb
- 2 failed apps updates: litechat, loops
See the full log here: https://paste.yunohost.org/raw/jitajicumu
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate
[22:30:50]
<Navan[m]> https://github.com/YunoHost-Apps/qbittorrent_ynh/pull/14
qBittorrent package fixed 🫡
[22:31:16]
<Navan[m]> If anyone requires an extra set of hands on any package, let me know
[22:37:45]
<miro5001> I have promised to fix framaforms and nextcloud signaling server but couldn't find time ⌚.
It would be awesome to see them work ☺️
[22:48:26]
<Navan[m]> do you know what the main problem with framaforms is?
[22:50:21]
<Navan[m]> also, is the upstream yakforms now?
[22:51:27]
<miro5001> > <@navan:navan.dev> do you know what the main problem with framaforms is?
I had a fast look at it may be 5 months ago. Don't remember.
[22:52:53]
<Navan[m]> No worries
[22:55:14]
<miro5001> Ah pardon. Je me suis trompé. C'est https://github.com/YunoHost-Apps/liberaforms_ynh
J'ai vérifié dans ma todo list
[22:56:29]
<miro5001> (les todo listes qui s'allongent finissent par devenir une wishlist)
[22:57:33]
<Navan[m]> Ok I will try my best to get this to work
[23:13:04]
<rodinux> hello, how could I add a test on `test.toml` to look on a path of the domain app which link to a .json file to found a value ?
[23:15:58]
<rodinux> I am thinking about this for collabora, when installed there is an url `https://collabora.domain.tld/ hosting/capabilities` where it is possible get the version, for example
```
productVersion: "25.04.3.1"
```
[23:18:08]
<rodinux> It could be nice if we cloud get it on the tests...
[23:23:03]
<rodinux> Or does the `test.toml` could parse a json as `jq` ?
[23:27:27]
<rodinux> I can do this for example
```
curl -s https://collabora.domain.tld/hosting/capabilities | jq -r '.productVersion'
25.04.3.1
[23:31:12]
<rodinux> Or I could be add on a `PRE_INSTALL.md` message ?
[23:34:46]
<rodinux> Not sure if `jq` is a dependencie on yunohost
[23:39:35]
<Yunohost Git/Infra notifications> [collabora_ynh] rodinux pushed to nproc: Update PRE_INSTALL.md add version used ([1c7079de](https://github.com/YunoHost-Apps/collabora_ynh/commit/1c7079decec9614c5c889b1359e997d91ebb2e74))