Tuesday, October 22, 2024
dev@conference.yunohost.org
October
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:15:48] <Émy – OniriCorpe> it's weird, using the 2.1 helpers, the following line is crashing fail2ban
`ynh_config_add_fail2ban --logpath="/var/log/${app}/${app}.log" --failregex="statusCode=401 path=/auth/sign_in clientIP=<HOST> .* msg=\"Unauthorized:"`
see: https://ci-apps-bookworm-dev.yunohost.org/ci/job/3538
[01:15:52] <Émy – OniriCorpe> ```text
144377 WARNING The service fail2ban didn't fully executed the action reload-or-restart before the timeout.
144377 WARNING Please find here an extract of the end of the log of the service fail2ban:
144383 WARNING Oct 13 02:54:18 systemd[1]: Started fail2ban.service - Fail2Ban Service.
144384 WARNING Oct 13 02:54:18 fail2ban-server[8992]: 2024-10-13 02:54:18,351 fail2ban.configreader [8992]: WARNING 'allowipv6' not defined in 'Definition'. Using default one: 'auto'
144384 WARNING Oct 13 02:54:18 fail2ban-server[8992]: Server ready
144384 WARNING Oct 13 02:59:44 systemd[1]: Stopping fail2ban.service - Fail2Ban Service...
144384 WARNING Oct 13 02:59:45 fail2ban-client[26065]: Shutdown successful
144384 WARNING Oct 13 02:59:45 systemd[1]: fail2ban.service: Deactivated successfully.
144385 WARNING Oct 13 02:59:45 systemd[1]: Stopped fail2ban.service - Fail2Ban Service.
144385 WARNING Oct 13 03:00:49 systemd[1]: Started fail2ban.service - Fail2Ban Service.
144385 WARNING Oct 13 03:00:49 fail2ban-server[207]: 2024-10-13 03:00:49,275 fail2ban.configreader [207]: WARNING 'allowipv6' not defined in 'Definition'. Using default one: 'auto'
```
[03:18:07] <Émy – OniriCorpe> i think it's a core issue, that's why i'm posting here (it worked flawlessly with 2.0 helpers)
[07:54:11] <Salamandar> EDIT: misread
[09:52:05] <eric_G> red bars keep piling up in the CI https://ci-apps.yunohost.org/ci/
[09:54:54] <Salamandar> yeah that's the html assets check
[10:03:04] <eric_G> > <@Salamandar:matrix.org> yeah that's the html assets check

🥴
[10:03:58] <eric_G> you make it sound normal 😅
[10:55:49] <Salamandar> not my intention. I think this test is a bit too agressive and it might be pertinent to only enable it on -dev CIs and not normal CIs.
[10:56:32] <Aleks (he/him/il/lui)> or maybe it's just bugged and needs to be fixed...
[11:00:18] <Salamandar> :/
[11:00:32] <Salamandar> https://gitlab.com/YunoHost/yunohost/-/jobs/8151103908

This is now the only test failing on bookworm
[11:07:53] <Salamandar> hmmm did I fuck up dynette ?
[12:09:40] <Aleks (he/him/il/lui)> https://github.com/YunoHost/yunohost/commit/bff29b9f52087d32428b95f58ebfeba0c01b9271
[12:09:40] <Aleks (he/him/il/lui)> lel
[12:11:47] <Salamandar> uuuuuuuuuuuuuh
[12:12:04] <Salamandar> lel
[12:12:12] <Salamandar> (i'm trying to write a dynette package :D )
[12:12:28] <Salamandar> well it's almost working
[12:12:47] <Salamandar> just need a manual patch before `yunohost app install` to remove the apt package conflict
[12:14:15] <Salamandar> tbh i'm feeling more secure with a package than with a tinkered with my_webapp
[12:15:44] <Aleks (he/him/il/lui)> sure but it's also always a pain to maintain because when software evolve, we have to test it somewhere, and in such cases we have nowhere else to test than actual production, and then we have to apply micro-fixes etc, and it's very inconvenient to have to go through all the app upgrade cycle with everything it implies starting with bumping the manifest with a new commit etc, rather than being able to yolo git pull
[12:20:24] <Aleks (he/him/il/lui)> but it boils down to the fact that yunohost apps are not suited for using a git source
[12:20:24] <Aleks (he/him/il/lui)> (because then you can't have a specific version in manifest etc)
[12:20:24] <Salamandar> like here, if you need to redeploy a dynette, how do you know you need to also redeploy the `/etc/yunohost/hooks.d/post_iptables_rules/named` ?
[12:20:24] <Salamandar> but the biggest upside to having a package is that it lists all the config files
[12:20:24] <Salamandar> > <@Alekswag:matrix.org> sure but it's also always a pain to maintain because when software evolve, we have to test it somewhere, and in such cases we have nowhere else to test than actual production, and then we have to apply micro-fixes etc, and it's very inconvenient to have to go through all the app upgrade cycle with everything it implies starting with bumping the manifest with a new commit etc, rather than being able to yolo git pull

i get that
[12:20:35] <Salamandar> you're just talking about the dynette code here ?
[12:20:35] <Aleks (he/him/il/lui)> sure but in practice we rarely have to redeploy dynette and we sometimes do need to iterate on the code
[12:20:35] <Salamandar> aaaah but
[12:20:36] <Salamandar> yeah the package I wrote just git clones
[12:20:37] <Aleks (he/him/il/lui)> ok
[12:20:37] <Salamandar> the packages I did for appstore/appgenerator/dynette all use git clones
[12:20:37] <Salamandar> so you can git push/pull inside the package's install_dir
[12:20:37] <Salamandar> yeah I fully agree on that
[12:20:37] <Aleks (he/him/il/lui)> funfact is, in the past we did have yunohost packages for some of those services, but we kept bypassing the yunohost app upgrade because it was clearly too much bureacracy
[12:20:38] <Salamandar> even though it's not very yunohost-y
[13:50:53] <Salamandar> it is
[13:50:53] <eric_G> ah... appgenerator_ynh is not working yet?
[13:51:05] <Salamandar> it's what appgenerator.yunohost.org is using ;)
[13:51:12] <Salamandar> although it would be nice to merge your branch
[13:51:20] <Salamandar> even if there are issues
[13:51:37] <Salamandar> ah but it IS merged !
[13:51:43] <Salamandar> ah but
[13:51:48] <Salamandar> *i* merged it
[13:51:55] *Salamandar forgot his other persona did that
[13:52:08] <eric_G> I am talking about the package you did
[13:52:23] <eric_G> https://github.com/YunoHost-Apps/appgenerator_ynh
[13:52:48] <Salamandar> it's working fine
[13:52:48] <Salamandar> yeah
[13:55:53] <eric_G> not on my server https://paste.yunohost.org/egepokedet
[14:00:19] <Salamandar> hmmm
[14:01:33] <Salamandar> can you check /var/log/appgenerator/error.log ?
[14:18:52] <eric_G> > <@Salamandar:matrix.org> can you check /var/log/appgenerator/error.log ?

it's empty
[14:35:42] <Salamandar> gloops
[16:38:04] <Aleks (he/him/il/lui)> our lord and savior Yunohost Git/Infra notifications is bak
[16:38:31] <Aleks (he/him/il/lui)> > <@ericg:matrix.org> red bars keep piling up in the CI https://ci-apps.yunohost.org/ci/

"fixed" and restarted the corresponding jobs
[16:42:54] <Yunohost Git/Infra notifications> [issues] alexAubin edited [issue #2454](https://github.com/YunoHost/issues/issues/2454): Pre-configured backups / Backup policy?
[16:50:22] <Salamandar> yuuuuuuus
[16:50:23] <Yunohost Git/Infra notifications> EHLO smol uhman aleks
[16:50:24] <Yunohost Git/Infra notifications> [package_check] alexAubin [commented](https://github.com/YunoHost/package_check/pull/176#issuecomment-2429601078) on [issue #176](https://github.com/YunoHost/package_check/pull/176) Extract base tag href for resolving asset URLs: @fflorent : note that I just reverted this PR as its been breaking the CI for a few days now, in particular because now...
[16:50:24] <Yunohost Git/Infra notifications> [package_check] alexAubin pushed 1 commit to master: Revert "Extract base tag href for resolving asset URLs" This reverts commit add7f3145ca4aa9e6e73d481d4292467eb0b0b36. ([20fdf515](https://github.com/YunoHost/package_check/commit/20fdf515f9c4915ddfd11529ebecd6e74bf1c752))
[16:50:25] <Yunohost Git/Infra notifications> [yunohost] alexAubin edited label discussion needed
[16:50:25] <Yunohost Git/Infra notifications> [yunohost] alexAubin labeled discussion needed on [pull request #1846](https://github.com/YunoHost/yunohost/pull/1846): provision: reload the firewall only once
[16:50:25] <Yunohost Git/Infra notifications> [yunohost] alexAubin labeled discussion needed on [pull request #1853](https://github.com/YunoHost/yunohost/pull/1853): [WIP] Add new versions of helpers. Based on bash-modules.
[16:50:25] <Yunohost Git/Infra notifications> [yunohost] alexAubin labeled work needed on [pull request #1663](https://github.com/YunoHost/yunohost/pull/1663): POC for new log streaming API using a zero-mq broker
[16:50:26] <Yunohost Git/Infra notifications> [yunohost] alexAubin labeled discussion needed on [pull request #1856](https://github.com/YunoHost/yunohost/pull/1856): getopts
[16:50:26] <Yunohost Git/Infra notifications> [yunohost] alexAubin labeled discussion needed on [pull request #1726](https://github.com/YunoHost/yunohost/pull/1726): form: add options for multiple users and groups
[16:50:26] <Yunohost Git/Infra notifications> [yunohost] alexAubin labeled discussion needed on [pull request #1675](https://github.com/YunoHost/yunohost/pull/1675): Magically keeping all custom-config panel settings during the conf upgrade via ynh_add_config without having to define all of them as yunohost settings
[16:50:26] <Yunohost Git/Infra notifications> [yunohost] alexAubin labeled discussion needed on [pull request #1785](https://github.com/YunoHost/yunohost/pull/1785): [enh] add xz decompression for sources
[16:50:26] <Yunohost Git/Infra notifications> [yunohost] alexAubin labeled discussion needed on [pull request #1840](https://github.com/YunoHost/yunohost/pull/1840): Add default_character_set options to mysql helpers
[16:50:26] <Yunohost Git/Infra notifications> [yunohost] alexAubin labeled discussion needed on [pull request #1204](https://github.com/YunoHost/yunohost/pull/1204): [fix] Several long-standing issues with UPnP port forwarding
[16:50:27] <Yunohost Git/Infra notifications> [yunohost] alexAubin labeled discussion needed on [pull request #1780](https://github.com/YunoHost/yunohost/pull/1780): Fix app mail - Add main domain into hosts file
[16:50:27] <Yunohost Git/Infra notifications> [yunohost] alexAubin labeled discussion needed on [pull request #1857](https://github.com/YunoHost/yunohost/pull/1857): Update ynh_local_curl
[16:50:27] <Yunohost Git/Infra notifications> [yunohost] alexAubin edited [pull request #1870](https://github.com/YunoHost/yunohost/pull/1870): Helpers v2.1 : download composer globally in /opt/yunohost/composer
[16:50:27] <Yunohost Git/Infra notifications> [yunohost] alexAubin labeled discussion needed on [pull request #1849](https://github.com/YunoHost/yunohost/pull/1849): do not enable a service disabled by the user
[16:50:27] <Yunohost Git/Infra notifications> [yunohost] alexAubin [commented](https://github.com/YunoHost/yunohost/pull/1780#issuecomment-2429663125) on [issue #1780](https://github.com/YunoHost/yunohost/pull/1780) Fix app mail - Add main domain into hosts file: > I think we cant expect that all yunohost instance have the /etc/resolv.conf set to 127.0.0.1. The diagnosis checks p...
[16:50:27] <Yunohost Git/Infra notifications> [yunohost] alexAubin labeled work needed on [pull request #1917](https://github.com/YunoHost/yunohost/pull/1917): WIP: app/permissions: Move permissions data out of LDAP
[16:50:28] <Yunohost Git/Infra notifications> [yunohost] alexAubin labeled discussion needed on [pull request #1712](https://github.com/YunoHost/yunohost/pull/1712): Add a zsh completion file (automatically generated)
[16:50:28] <Yunohost Git/Infra notifications> [yunohost] alexAubin labeled discussion needed on [pull request #1882](https://github.com/YunoHost/yunohost/pull/1882): [helpers v2.1]: ynh_remove_systemd_config: Also remove the systemd service f…
[16:50:28] <Yunohost Git/Infra notifications> [yunohost] alexAubin labeled discussion needed on [pull request #1881](https://github.com/YunoHost/yunohost/pull/1881): more test on config read
[16:50:28] <Yunohost Git/Infra notifications> [yunohost] alexAubin labeled discussion needed on [pull request #1870](https://github.com/YunoHost/yunohost/pull/1870): Helpers v2.1 : download composer globally in /opt/yunohost/composer
[16:50:28] <Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 2 commits to dev ([4cb865ddbfe9...6d44478bcfaa](https://github.com/YunoHost/yunohost/compare/4cb865ddbfe9...6d44478bcfaa))
[16:50:28] <Yunohost Git/Infra notifications> [yunohost] alexAubin merged [pull request #1962](https://github.com/YunoHost/yunohost/pull/1962): [fix] Redeploy hooks after restore
[16:50:29] <Yunohost Git/Infra notifications> [yunohost] github-actions[bot] pushed 1 commit to dev: :art: Format Python code with Black, and Bash code with Shfmt ([2627ecf6](https://github.com/YunoHost/yunohost/commit/2627ecf6286d6030f999cb2e7325914031e2ff26))
[16:50:29] <Yunohost Git/Infra notifications> [yunohost/dev] [fix] Redeploy hooks after restore - ljf
[16:50:29] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/11.2.31+202410221800 for bullseye/unstable/all ...
[16:50:29] <Yunohost Git/Infra notifications> [yunohost] alexAubin deleted branch restore-hooks
[16:50:29] <Yunohost Git/Infra notifications> [yunohost/dev] Merge pull request #1962 from YunoHost/restore-hooks [fix] Redeploy hooks after restore - Alexandre Aubin
[16:50:30] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/11.2.31+202410221800 for bullseye/unstable/all.
[16:50:30] <Yunohost Git/Infra notifications> [yunohost] alexAubin changes_requested [pull request #1969](https://github.com/YunoHost/yunohost/pull/1969#pullrequestreview-2385666242) Fix the SSL config for the yunohost.org domain: Honestly hmpf id rather have us keep tweaking our own infra rather than changing this in the code, there are too many s...
[16:50:30] <Yunohost Git/Infra notifications> [package_check] alexAubin [commented](https://github.com/YunoHost/package_check/pull/176#issuecomment-2429682165) on [issue #176](https://github.com/YunoHost/package_check/pull/176) Extract base tag href for resolving asset URLs: For example https://github.com/YunoHost-Apps/243-game_ynh
[16:50:30] <Yunohost Git/Infra notifications> [nextcloud_ynh] MCMic [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/737#issuecomment-2429679938) on [issue #737](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/737) Doc tomdereub: The link to Nextcloud documentation should be to latest, not 18. Or to the packaged version in this repo, so hardcoded 2...
[16:50:30] <Yunohost Git/Infra notifications> [package_check] fflorent [commented](https://github.com/YunoHost/package_check/pull/176#issuecomment-2429680766) on [issue #176](https://github.com/YunoHost/package_check/pull/176) Extract base tag href for resolving asset URLs: @alexAubin Do you have an example of an app which fails, so I can reproduce locally? (if possible, one for which it is q...
[16:50:30] <Yunohost Git/Infra notifications> [yunohost] alexAubin changes_requested [pull request #1820](https://github.com/YunoHost/yunohost/pull/1820#pullrequestreview-2385699420) #2128 adding issuewild: Dont know what to do with this considering that in its current state, YunoHost cannot request wildcard certs, and yet t...
[16:50:31] <Yunohost Git/Infra notifications> [issues] alexAubin [commented](https://github.com/YunoHost/issues/issues/2128#issuecomment-2429715923) on [issue #2128](https://github.com/YunoHost/issues/issues/2128) Allow Lets encrypt wildcard subdomain certificates in CAA records: Closing as duplicate of https://github.com/YunoHost/issues/issues/2089, theres no point in having this specific sub-iss...
[16:50:31] <Yunohost Git/Infra notifications> [yunohost] alexAubin labeled discussion needed on [pull request #1830](https://github.com/YunoHost/yunohost/pull/1830): WIP: Test optimizations
[16:50:31] <Yunohost Git/Infra notifications> [issues] alexAubin [commented](https://github.com/YunoHost/issues/issues/2128#issuecomment-2429715923) on [issue #2128](https://github.com/YunoHost/issues/issues/2128) Allow Lets encrypt wildcard subdomain certificates in CAA records: Closing as duplicate of https://github.com/YunoHost/issues/issues/2089, theres no point in having this specific sub-iss...
[16:50:31] <Yunohost Git/Infra notifications> [issues] alexAubin closed [issue #2128](https://github.com/YunoHost/issues/issues/2128): Allow Lets encrypt wildcard subdomain certificates in CAA records
[16:50:31] <Yunohost Git/Infra notifications> [issues] alexAubin [commented](https://github.com/YunoHost/issues/issues/2089#issuecomment-2429720364) on [issue #2089](https://github.com/YunoHost/issues/issues/2089) Support Lets Encrypt wildcard certificate: >Its quite simple [...] wildcard certificates only work with the DNS challenge (usable since PR https://github.com/Yuno...
[16:50:31] <Yunohost Git/Infra notifications> [yunohost] alexAubin labeled discussion needed on [pull request #1968](https://github.com/YunoHost/yunohost/pull/1968): Copy over patches when checking out x_x
[16:50:32] <Yunohost Git/Infra notifications> [yunohost] alexAubin labeled discussion needed on [pull request #1858](https://github.com/YunoHost/yunohost/pull/1858): Implement config panel for swap management
[16:50:32] <Yunohost Git/Infra notifications> [yunohost] alexAubin labeled discussion needed on [pull request #1955](https://github.com/YunoHost/yunohost/pull/1955): Automatically apply permissions for stuff provisioned with ynh_setup_source.
[16:50:32] <Yunohost Git/Infra notifications> [yunohost] alexAubin [commented](https://github.com/YunoHost/yunohost/pull/1858#discussion_r1719113690) on pull request #1858 Implement config panel for swap management: Uuuuuh, why would / be ... something else than / ? x_x
[16:50:32] <Yunohost Git/Infra notifications> [yunohost] alexAubin edited [pull request #1911](https://github.com/YunoHost/yunohost/pull/1911): Bullseye->Bookworm migration
[16:50:32] <Yunohost Git/Infra notifications> [yunohost] alexAubin converted to draft the [pull request #1830](https://github.com/YunoHost/yunohost/pull/1830): WIP: Test optimizations
[16:50:33] <Yunohost Git/Infra notifications> [yunohost/dev] Merge branch YunoHost:dev into custom_github_edit_link - oleole39
[16:50:33] <Yunohost Git/Infra notifications> [doc] alexAubin pushed 1 commit to master: Allow defining a custom_edit_link in doc pages (#2503) ([52674cd0](https://github.com/YunoHost/doc/commit/52674cd0c04d539db3cda25ce50e83c89937a757))
[16:50:33] <Yunohost Git/Infra notifications> [yunohost/dev] add custom edit link to required doc pages - oleole39
[16:50:33] <Yunohost Git/Infra notifications> [doc] alexAubin merged [pull request #2503](https://github.com/YunoHost/doc/pull/2503): Allow defining a custom_edit_link in doc pages
[16:50:33] <Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 3 commits to dev ([2627ecf6286d...48dc4872c93c](https://github.com/YunoHost/yunohost/compare/2627ecf6286d...48dc4872c93c))
[16:50:33] <Yunohost Git/Infra notifications> [yunohost] alexAubin merged [pull request #1961](https://github.com/YunoHost/yunohost/pull/1961): Add custom_edit_link in required doc pages
[16:50:34] <Yunohost Git/Infra notifications> [yunohost/dev] Translated using Weblate (Kabyle) Currently translated at 1.2% (10 of 811 strings) Translation: YunoHost/core Translat... - Aksel Azwaw
[16:50:34] <Yunohost Git/Infra notifications> [yunohost/dev] Merge pull request #1964 from yunohost-bot/weblate-yunohost-core Translations update from Weblate - Alexandre Aubin
[16:50:34] <Yunohost Git/Infra notifications> [yunohost/dev] Translated using Weblate (Turkish) Currently translated at 5.7% (47 of 811 strings) Translation: YunoHost/core Transla... - Furkan Samed Acet
[16:50:34] <Yunohost Git/Infra notifications> [yunohost] alexAubin merged [pull request #1964](https://github.com/YunoHost/yunohost/pull/1964): Translations update from Weblate
[16:50:34] <Yunohost Git/Infra notifications> [yunohost/dev] Merge pull request #1961 from oleole39/custom_github_edit_link Add custom_edit_link in required doc pages - Alexandre Aubin
[16:50:35] <Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 3 commits to dev ([48dc4872c93c...63704954ed3b](https://github.com/YunoHost/yunohost/compare/48dc4872c93c...63704954ed3b))
[16:50:35] <Yunohost Git/Infra notifications> [ynh-dev] alexAubin pushed 1 commit to master: Update README.md: get rid of confusing/outdated virtualbox and vagrant instructions ([c13cce70](https://github.com/YunoHost/ynh-dev/commit/c13cce70d412d737a95154f10416ef845c0e13ff))
[16:50:35] <Yunohost Git/Infra notifications> [issues] alexAubin [commented](https://github.com/YunoHost/issues/issues/2443#issuecomment-2429745540) on [issue #2443](https://github.com/YunoHost/issues/issues/2443) ynh-dev: referenced VB boxes are obselete: Removed from the doc
[16:50:35] <Yunohost Git/Infra notifications> [yunohost] ✖️ Pipeline [#1507475381](https://gitlab.com/YunoHost/yunohost/-/pipelines/1507475381) canceled on branch dev
[16:50:35] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/11.2.31+202410221830 for bullseye/unstable/all.
[16:50:35] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/11.2.31+202410221830 for bullseye/unstable/all ...
[16:50:36] <Yunohost Git/Infra notifications> [issues] alexAubin set someday™ on [issue #2447](https://github.com/YunoHost/issues/issues/2447): Self user managment group option
[16:50:36] <Yunohost Git/Infra notifications> [issues] alexAubin labeled :busts_in_silhouette: User management on [issue #2447](https://github.com/YunoHost/issues/issues/2447): Self user managment group option
[16:50:36] <Yunohost Git/Infra notifications> [issues] alexAubin labeled Priority: low on [issue #2447](https://github.com/YunoHost/issues/issues/2447): Self user managment group option
[16:50:36] <Yunohost Git/Infra notifications> [issues] alexAubin closed [issue #2443](https://github.com/YunoHost/issues/issues/2443): ynh-dev: referenced VB boxes are obselete
[16:54:45] <Yunohost Git/Infra notifications> [appstore] Salamandar pushed 1 commit to main: format_datetime: fix date for strptime ([ea8cd675](https://github.com/YunoHost/appstore/commit/ea8cd675fd31a6d0490effe27dfe61fcd49768fe))
[16:55:15] <Yunohost Git/Infra notifications> [issues] Salamandar closed [issue #2461](https://github.com/YunoHost/issues/issues/2461): Catalog history RSS is broken - Internal Server Error
[16:55:21] <Yunohost Git/Infra notifications> [issues] Salamandar [commented](https://github.com/YunoHost/issues/issues/2461#issuecomment-2429792980) on [issue #2461](https://github.com/YunoHost/issues/issues/2461) Catalog history RSS is broken - Internal Server Error: Fixed, thanks for the report and sorry for the delay
[17:04:01] <Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1507078030](https://gitlab.com/YunoHost/yunohost/-/pipelines/1507078030) failed on branch bookworm
[17:29:03] <Yunohost Git/Infra notifications> [yunohost] Salamandar created new branch fix_i18n
[17:29:03] <Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 1 commit to fix_i18n: Fix i18n: missing calls to m18n, missing keys in en.json ([2b904892](https://github.com/YunoHost/yunohost/commit/2b904892b67ebda7e07de84581722845fb8b9122))
[17:29:04] <Yunohost Git/Infra notifications> [yunohost] Salamandar opened [pull request #1978](https://github.com/YunoHost/yunohost/pull/1978): Fix i18n: missing calls to m18n, missing keys in en.json
[17:29:04] <Salamandar> not entirely sure about https://github.com/YunoHost/yunohost/pull/1978 but that should fix CI
[17:35:56] <Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1507589929](https://gitlab.com/YunoHost/yunohost/-/pipelines/1507589929) failed on branch fix_i18n
[17:37:15] <Yunohost Git/Infra notifications> [yunohost] Salamandar created new branch fix_tox
[17:37:23] <Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 1 commit to fix_tox: Fix ldap_ynhuser: missing is_dev variable ([c7a9ad02](https://github.com/YunoHost/yunohost/commit/c7a9ad02b8b7679e189f1d7a56d16fad79b46905))
[17:37:30] <Yunohost Git/Infra notifications> [yunohost] Salamandar opened [pull request #1979](https://github.com/YunoHost/yunohost/pull/1979): Fix ldap_ynhuser: missing is_dev variable
[17:37:33] <Yunohost Git/Infra notifications> [yunohost] Salamandar merged [pull request #1979](https://github.com/YunoHost/yunohost/pull/1979): Fix ldap_ynhuser: missing is_dev variable
[17:37:34] <Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 1 commit to bookworm: Fix ldap_ynhuser: missing is_dev variable ([60e64263](https://github.com/YunoHost/yunohost/commit/60e642637f47bbe62bd8bc735ce526f235ba8db5))
[17:37:38] <Yunohost Git/Infra notifications> [yunohost] Salamandar deleted branch fix_tox
[17:38:20] <Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 1 commit to fix_i18n: Fix i18n: missing calls to m18n, missing keys in en.json ([e4124be9](https://github.com/YunoHost/yunohost/commit/e4124be9216ff2c3342ed3bc44c9e0c16e026b24))
[17:41:35] <Yunohost Git/Infra notifications> [yunohost] Salamandar created new branch fix_tox
[17:41:35] <Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 1 commit to fix_tox: Fix tox linting (whitespace) ([a5762fda](https://github.com/YunoHost/yunohost/commit/a5762fda942c47681fa207c4809f5f4bc4a6411b))
[17:45:08] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/12.0.4.1+202410221945 for bookworm/unstable/all ...
[17:45:47] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/12.0.4.1+202410221945 for bookworm/unstable/all.
[17:48:54] <Yunohost Git/Infra notifications> [yunohost] Salamandar opened [pull request #1980](https://github.com/YunoHost/yunohost/pull/1980): Fix tox linting (whitespace)
[17:49:03] <Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 1 commit to bookworm: Fix tox linting (whitespace) ([b008d529](https://github.com/YunoHost/yunohost/commit/b008d529a49c3f0554062cd00b4f337cebda22d5))
[17:49:04] <Yunohost Git/Infra notifications> [yunohost] Salamandar merged [pull request #1980](https://github.com/YunoHost/yunohost/pull/1980): Fix tox linting (whitespace)
[17:49:06] <Yunohost Git/Infra notifications> [yunohost] Salamandar deleted branch fix_tox
[17:49:22] <Yunohost Git/Infra notifications> [yunohost] ✖️ Pipeline [#1507600900](https://gitlab.com/YunoHost/yunohost/-/pipelines/1507600900) canceled on branch fix_i18n
[17:49:41] <Yunohost Git/Infra notifications> [yunohost] Salamandar pushed 1 commit to fix_i18n: Fix i18n: missing calls to m18n, missing keys in en.json ([f7896b70](https://github.com/YunoHost/yunohost/commit/f7896b704c0b9b79855f50d662a25e8b181f8a4b))
[17:49:59] <Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1507600856](https://gitlab.com/YunoHost/yunohost/-/pipelines/1507600856) failed on branch bookworm, fix_i18n
[18:00:18] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/12.0.4.1+202410222000 for bookworm/unstable/all ...
[18:00:54] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/12.0.4.1+202410222000 for bookworm/unstable/all.
[18:04:25] <Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1507532005](https://gitlab.com/YunoHost/yunohost/-/pipelines/1507532005) failed on branch dev
[18:28:35] <Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1507611810](https://gitlab.com/YunoHost/yunohost/-/pipelines/1507611810) failed on branch
[18:41:49] <Yunohost Git/Infra notifications> [package_check] fflorent opened [pull request #178](https://github.com/YunoHost/package_check/pull/178): Fix wrong asset 404 error
[19:05:54] <Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1507622181](https://gitlab.com/YunoHost/yunohost/-/pipelines/1507622181) failed on branch bookworm, fix_i18n
[19:38:44] <Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1507622246](https://gitlab.com/YunoHost/yunohost/-/pipelines/1507622246) failed on branch fix_i18n
[20:48:43] <Yunohost Git/Infra notifications> [yunohost] Salamandar edited [pull request #1978](https://github.com/YunoHost/yunohost/pull/1978): Fix i18n: missing calls to m18n, missing keys in en.json
[20:56:32] <Yunohost Git/Infra notifications> [yunorunner] Salamandar closed [pull request #64](https://github.com/YunoHost/yunorunner/pull/64): Bump certifi from 2023.7.22 to 2024.7.4
[20:56:33] <Yunohost Git/Infra notifications> [yunorunner] Salamandar deleted branch dependabot/pip/certifi-2024.7.4
[20:56:33] <Yunohost Git/Infra notifications> [yunorunner] Salamandar deleted branch dependabot/pip/urllib3-1.26.19
[20:56:34] <Yunohost Git/Infra notifications> [yunorunner] dependabot[bot] [commented](https://github.com/YunoHost/yunorunner/pull/64#issuecomment-2430254894) on [issue #64](https://github.com/YunoHost/yunorunner/pull/64) Bump certifi from 2023.7.22 to 2024.7.4: OK, I wont notify you again about this release, but will get in touch when a new version is available. If youd rather ...
[20:56:34] <Yunohost Git/Infra notifications> [yunorunner] Salamandar closed [pull request #63](https://github.com/YunoHost/yunorunner/pull/63): Bump urllib3 from 1.26.18 to 1.26.19
[20:56:36] <Yunohost Git/Infra notifications> [yunorunner] Salamandar closed [pull request #62](https://github.com/YunoHost/yunorunner/pull/62): Bump requests from 2.31.0 to 2.32.0
[20:56:37] <Yunohost Git/Infra notifications> [yunorunner] Salamandar deleted branch dependabot/pip/requests-2.32.0
[20:56:37] <Yunohost Git/Infra notifications> [yunorunner] dependabot[bot] [commented](https://github.com/YunoHost/yunorunner/pull/63#issuecomment-2430255117) on [issue #63](https://github.com/YunoHost/yunorunner/pull/63) Bump urllib3 from 1.26.18 to 1.26.19: OK, I wont notify you again about this release, but will get in touch when a new version is available. If youd rather ...
[20:56:38] <Yunohost Git/Infra notifications> [yunorunner] dependabot[bot] [commented](https://github.com/YunoHost/yunorunner/pull/62#issuecomment-2430255327) on [issue #62](https://github.com/YunoHost/yunorunner/pull/62) Bump requests from 2.31.0 to 2.32.0: OK, I wont notify you again about this release, but will get in touch when a new version is available. If youd rather ...
[20:56:38] <Yunohost Git/Infra notifications> [yunorunner] Salamandar closed [pull request #58](https://github.com/YunoHost/yunorunner/pull/58): Bump idna from 2.8 to 3.7
[20:56:38] <Yunohost Git/Infra notifications> [yunorunner] Salamandar deleted branch dependabot/pip/idna-3.7
[20:56:43] <Yunohost Git/Infra notifications> [yunorunner] dependabot[bot] [commented](https://github.com/YunoHost/yunorunner/pull/58#issuecomment-2430255461) on [issue #58](https://github.com/YunoHost/yunorunner/pull/58) Bump idna from 2.8 to 3.7: OK, I wont notify you again about this release, but will get in touch when a new version is available. If youd rather ...
[20:57:11] <Yunohost Git/Infra notifications> [yunorunner] Salamandar deleted branch clean_tokens
[20:58:21] <Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed 1 commit to master: Change url to incus repository ([6bf6357f](https://github.com/YunoHost/yunorunner/commit/6bf6357f2e49c0108e1303e678c574379b9d61ba))
[21:01:11] <Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1507611810](https://gitlab.com/YunoHost/yunohost/-/pipelines/1507611810) failed on branch
[21:33:21] <Yunohost Git/Infra notifications> [issues] orhtej2 labeled :space_invader: bug on [issue #2467](https://github.com/YunoHost/issues/issues/2467): Apps packaged with helpers v2.1 get broken PHP version in shell
[21:33:23] <Yunohost Git/Infra notifications> [issues] orhtej2 opened [issue #2467](https://github.com/YunoHost/issues/issues/2467): Apps packaged with helpers v2.1 get broken PHP version in shell
[21:34:31] <Yunohost Git/Infra notifications> MCMic forked apps to [MCMic/apps](https://github.com/MCMic/apps)
[21:45:34] <Yunohost Git/Infra notifications> [apps] MCMic opened [pull request #2653](https://github.com/YunoHost/apps/pull/2653): feat: Add mollysocket app
[22:58:07] <Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#1507622246](https://gitlab.com/YunoHost/yunohost/-/pipelines/1507622246) failed on branch fix_i18n
[23:52:42] <Yunohost Git/Infra notifications> [autoupdate_app_sources] App sources auto-update failed miserably!
[23:53:09] <Yunohost Git/Infra notifications> [apps] OniriCorpe merged [pull request #2653](https://github.com/YunoHost/apps/pull/2653): feat: Add mollysocket app
[23:53:09] <Yunohost Git/Infra notifications> [apps] OniriCorpe [commented](https://github.com/YunoHost/apps/pull/2653#issuecomment-2430523438) on [issue #2653](https://github.com/YunoHost/apps/pull/2653) feat: Add mollysocket app: Thanks
[23:53:09] <Yunohost Git/Infra notifications> [apps] OniriCorpe pushed 2 commits to master ([7d214d85bb62...67da11e33187](https://github.com/YunoHost/apps/compare/7d214d85bb62...67da11e33187))
[23:53:09] <Yunohost Git/Infra notifications> [apps/master] feat: Add mollysocket app Signed-off-by: Côme Chilliet <come@chilliet.eu> - Côme Chilliet
[23:53:10] <Yunohost Git/Infra notifications> [apps/master] chore: Remove mollysocket from wishlist Signed-off-by: Côme Chilliet <come@chilliet.eu> - Côme Chilliet
[23:53:19] <Yunohost Git/Infra notifications> [apps] github-actions[bot] created new branch actions/toml
[23:53:20] <Yunohost Git/Infra notifications> [apps] github-actions[bot] pushed 1 commit to actions/toml: :art: Format TOML with Taplo ([bc94d835](https://github.com/YunoHost/apps/commit/bc94d835d8dd75f4cfc99b3e3f7019c9f1d772d2))
[23:53:21] <Yunohost Git/Infra notifications> [apps] github-actions[bot] opened [pull request #2654](https://github.com/YunoHost/apps/pull/2654): Format TOML with Taplo
[23:53:57] <Yunohost Git/Infra notifications> [apps] OniriCorpe approved [pull request #2636](https://github.com/YunoHost/apps/pull/2636#pullrequestreview-2386604394) no upstream
[23:54:47] <Yunohost Git/Infra notifications> [apps] OniriCorpe pushed 25 commits to remove-simple-file-manager- ([e3d6f87d4bf9...0cd23c336c38](https://github.com/YunoHost/apps/compare/e3d6f87d4bf9...0cd23c336c38))
[23:54:48] <Yunohost Git/Infra notifications> [apps/remove-simple-file-manager-] feat: Add mollysocket app Signed-off-by: Côme Chilliet <come@chilliet.eu> - Côme Chilliet
[23:54:48] <Yunohost Git/Infra notifications> [apps/remove-simple-file-manager-] chore: Remove mollysocket from wishlist Signed-off-by: Côme Chilliet <come@chilliet.eu> - Côme Chilliet
[23:54:48] <Yunohost Git/Infra notifications> [apps/remove-simple-file-manager-] Merge branch master into remove-simple-file-manager- - OniriCorpe
[23:55:02] <Yunohost Git/Infra notifications> [apps] github-actions[bot] pushed 1 commit to actions/toml: :art: Format TOML with Taplo ([ac029e3e](https://github.com/YunoHost/apps/commit/ac029e3ee1a141f8200413df8b153ebee97238a2))
[23:55:03] <Yunohost Git/Infra notifications> [apps] github-actions[bot] opened [pull request #2655](https://github.com/YunoHost/apps/pull/2655): Format TOML with Taplo
[23:56:13] <Yunohost Git/Infra notifications> [apps] OniriCorpe [commented](https://github.com/YunoHost/apps/pull/2636#issuecomment-2430526088) on [issue #2636](https://github.com/YunoHost/apps/pull/2636) no upstream: > This branch cannot be rebased due to conflicts Fuckin hell
[23:57:09] <Yunohost Git/Infra notifications> [apps] OniriCorpe approved [pull request #2655](https://github.com/YunoHost/apps/pull/2655#pullrequestreview-2386606744) Format TOML with Taplo
[23:57:15] <Yunohost Git/Infra notifications> [apps] OniriCorpe merged [pull request #2655](https://github.com/YunoHost/apps/pull/2655): Format TOML with Taplo
[23:57:16] <Yunohost Git/Infra notifications> [apps] OniriCorpe pushed 1 commit to remove-simple-file-manager-: :art: Format TOML with Taplo ([866ea9f8](https://github.com/YunoHost/apps/commit/866ea9f8d5a689717acd1cb12cd5f27b67a1c3ef))
[23:57:52] <Yunohost Git/Infra notifications> [apps] OniriCorpe closed [pull request #2654](https://github.com/YunoHost/apps/pull/2654): Format TOML with Taplo
[23:57:55] <Yunohost Git/Infra notifications> [apps] OniriCorpe deleted branch actions/toml
[23:59:32] <Yunohost Git/Infra notifications> [apps] OniriCorpe edited [pull request #2636](https://github.com/YunoHost/apps/pull/2636): catalog: removing simple-file-manager (deleted upstream)
[23:59:38] <Yunohost Git/Infra notifications> [apps] OniriCorpe merged [pull request #2636](https://github.com/YunoHost/apps/pull/2636): catalog: removing simple-file-manager (deleted upstream)
[23:59:38] <Yunohost Git/Infra notifications> [apps] OniriCorpe pushed 1 commit to master: catalog: removing simple-file-manager (deleted upstream) (#2636) * no upstream * :art: Format TOML with Taplo -------... ([25502a90](https://github.com/YunoHost/apps/commit/25502a904f9339b67805fdb37c9cbab06f84187c))
[23:59:38] <Yunohost Git/Infra notifications> [apps] OniriCorpe deleted branch remove-simple-file-manager-