[00:38:08]
<Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:
- 91 pending update PRs
- 24 new apps PRs: ampache, dagu, dodoc, dokos, fiduswriter, filebrowser, filerise, forte, ghost, homeassistant, indico, jackett, lasuite-docs, lasuite-meet, liberaforms, librebooking, mastodon, ollama, pureblog, syncserver-rs, tooljet, tunarr, ums, zipline
- 5 failed apps updates: code-server, fossbilling, loki, passed, projectsend
See the full log here: https://paste.yunohost.org/raw/egijiquyiy
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate
[00:49:14]
<Yunohost Git/Infra notifications> App misskey rises from level 6 to 7 in job [#33254](https://ci-apps.yunohost.org/ci/job/33254) !
[02:31:31]
<Yunohost Git/Infra notifications> App baikal goes down from level 8 to 3 in job [#33256](https://ci-apps.yunohost.org/ci/job/33256)
[02:39:43]
<Yunohost Git/Infra notifications> App freshrss goes down from level 8 to 1 in job [#33257](https://ci-apps.yunohost.org/ci/job/33257)
[02:40:33]
<m606> this seems to be a feature: https://github.com/YunoHost/yunohost/blob/dev/helpers/helpers.v2.1.d/sources#L273-L278
[02:40:54]
<m606> maybe it is to compel maintainers via the CI to fix this warning?
[02:41:41]
<m606> this I don't know how to explain, but I don't know why you would use `--keep` without `--full-replace` either (as before your related commit).
[02:41:46]
<Yunohost Git/Infra notifications> App homarr rises from level 6 to 8 in job [#33263](https://ci-apps.yunohost.org/ci/job/33263) !
[02:42:55]
<Yunohost Git/Infra notifications> App digipad failed all tests in job [#33271](https://ci-apps.yunohost.org/ci/job/33271) !
[06:33:02]
<otm33> oh nooo...de
[07:30:48]
<orhtej2> > <@otm33:matrix.org> I added `full-replace=1` to the upgrade script and the error is gone.
Is the file still there upstream? Does the patch apply cleanly?
[07:30:49]
<Yunohost Git/Infra notifications> [freshrss_ynh] ericgaspar merged [pull request #231](https://github.com/YunoHost-Apps/freshrss_ynh/pull/231): Testing
[07:30:50]
<Yunohost Git/Infra notifications> [freshrss_ynh] ericgaspar pushed to master: Testing (#231) * Update manifest.toml * cleaning * Upgrade to v1.27.1 (#215) * Upgrade sources - main v1.27.1: htt... ([d16e20e0](https://github.com/YunoHost-Apps/freshrss_ynh/commit/d16e20e0d02331051a54c7ffc70d69d21cd1669b))
[07:33:26]
<Yunohost Git/Infra notifications> [collabora_ynh] ericgaspar merged [pull request #136](https://github.com/YunoHost-Apps/collabora_ynh/pull/136): Testing
[07:56:11]
<otm33> Yes, when installing or upgrading a real instance, there is no issue. IDK why the linter fails when trying to apply the patch to an already patched files : the warning aborts the upgrade.
[09:04:43]
<Yunohost Git/Infra notifications> App copyparty rises from level 7 to 8 in job [#33282](https://ci-apps.yunohost.org/ci/job/33282) !
[09:32:42]
<Yunohost Git/Infra notifications> App lazylibrarian failed all tests in job [#33288](https://ci-apps.yunohost.org/ci/job/33288) !
[10:25:29]
<orhtej2> still I don't understand the context, can you link the failing job?
[10:25:29]
<orhtej2> > <@otm33:matrix.org> Yes, when installing or upgrading a real instance, there is no issue. IDK why the linter fails when trying to apply the patch to an already patched files : the warning aborts the upgrade.
To drive maintainers to fix patches on ci
[10:25:30]
<orhtej2> imo the file changed upstream and the patch needs updating
[10:25:30]
<otm33> Here is the [upstream](https://github.com/alextselegidis/easyappointments/blob/e46b4c6befb88c8f00e0a1e0eecdaa0e9c6294fb/application/libraries/Caldav_sync.php#L32) and the [patch](https://github.com/YunoHost-Apps/easyappointments_ynh/blob/testing/patches/main/00-ssrf_check.patch) applied (successfully). I cannot link the failed job (CI seems to be down and cannot access my local package checker). Adding --full-replace=1 to the [upgrade](https://github.com/YunoHost-Apps/easyappointments_ynh/pull/26/files) script seems to be the fix for the package checker.
[11:24:27]
<orhtej2> Ci is superborked
[11:24:34]
<orhtej2> > <@otm33:matrix.org> Here is the [upstream](https://github.com/alextselegidis/easyappointments/blob/e46b4c6befb88c8f00e0a1e0eecdaa0e9c6294fb/application/libraries/Caldav_sync.php#L32) and the [patch](https://github.com/YunoHost-Apps/easyappointments_ynh/blob/testing/patches/main/00-ssrf_check.patch) applied (successfully). I cannot link the failed job (CI seems to be down and cannot access my local package checker). Adding --full-replace=1 to the [upgrade](https://github.com/YunoHost-Apps/easyappointments_ynh/pull/26/files) script seems to be the fix for the package checker.
I find it hard to believe, the file should have been stomped when provisioning sources
[11:24:37]
<otm33> Initially there was not --full-replace=1
[17:25:51]
<orhtej2> > <@otm33:matrix.org> Initially there was not --full-replace=1
Yes, the existing files get replaced with new ones so the patch should have reapplied cleanly
[17:25:52]
<psychozoic> hello!
I have a question about LDAP integration and especially about policy for custom attributes.
are there any docs, where i can read about details?
https://doc.yunohost.org/en/dev/packaging/advanced/sso_ldap_integration#ldap-integration here is just generic info how to connect to ldap.
[17:25:53]
<psychozoic> idea is to create app, where config will store some data in ldap, as this data will be used in to authorize user. eg, certificate
[17:33:47]
<orhtej2> > <@psychozoic:matrix.org> idea is to create app, where config will store some data in ldap, as this data will be used in to authorize user. eg, certificate
No preexisting art to my knowledge
[17:33:48]
<Yunohost Git/Infra notifications> App lazylibrarian goes down from level 7 to 2 in job [#33288](https://ci-apps.yunohost.org/ci/job/33288)
[20:30:23]
<Yunohost Git/Infra notifications> [jellyfin_ynh] grossermensch opened [issue #241](https://github.com/YunoHost-Apps/jellyfin_ynh/issues/241): User doesn’t have admin rights after install
[21:06:42]
<Yunohost Git/Infra notifications> [jellyfin_ynh] Thovi98 [commented](https://github.com/YunoHost-Apps/jellyfin_ynh/issues/241#issuecomment-4625900016) on [issue #241](https://github.com/YunoHost-Apps/jellyfin_ynh/issues/241) User doesn’t have admin rights after install: Yeah its an upstream issue with latest versions (but I cannot reproduce it).
If its a new install, could you remove it...
[22:22:25]
<Yunohost Git/Infra notifications> [jellyfin_ynh] tituspijean closed [issue #241](https://github.com/YunoHost-Apps/jellyfin_ynh/issues/241): User doesn’t have admin rights after install
[22:22:28]
<Yunohost Git/Infra notifications> [jellyfin_ynh] tituspijean [commented](https://github.com/YunoHost-Apps/jellyfin_ynh/issues/241#issuecomment-4626117243) on [issue #241](https://github.com/YunoHost-Apps/jellyfin_ynh/issues/241) User doesn’t have admin rights after install: Welcome I will close this issue, as it is already being discussed on another one. Feel free to answer to Thovi98s sugg...
[22:22:51]
<Yunohost Git/Infra notifications> [apps] yunohost-bot opened [pull request #3503](https://github.com/YunoHost/apps/pull/3503): Add oMailgw to wishlist