Thursday, March 28, 2024
apps@conference.yunohost.org
March
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
             

[00:26:35] <gredin67> > <@Salamandar:matrix.org> I'll try to find some time next week :)

thanks for your work on fab-manager ! I'm always getting back to this env variable issue :
```
2024-03-27 23:42:32,981: DEBUG - + sudo -u fab-manager env RAILS_ENV=production PATH=/opt/rbenv/versions/fab-manager/bin:/opt/rbenv/shims:/opt/rbenv/bin:/opt/node_n/n/versions/node/18.15/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so bin/bundle exec rake db:migrate
2024-03-27 23:42:37,393: DEBUG - rake aborted!
2024-03-27 23:42:37,394: DEBUG - KeyError: key not found: "DEFAULT_HOST"
2024-03-27 23:42:37,394: DEBUG - /var/www/fab-manager/config/initializers/sentry.rb:31:in `fetch'
2024-03-27 23:42:37,394: DEBUG - /var/www/fab-manager/config/initializers/sentry.rb:31:in `block in <main>'
2024-03-27 23:42:37,394: DEBUG - /var/www/fab-manager/config/initializers/sentry.rb:30:in `<main>'
2024-03-27 23:42:37,394: DEBUG - /var/www/fab-manager/config/environment.rb:5:in `<main>'
2024-03-27 23:42:37,394: DEBUG - bin/bundle:3:in `load'
2024-03-27 23:42:37,394: DEBUG - bin/bundle:3:in `<main>'
2024-03-27 23:42:37,394: DEBUG - Tasks: TOP => db:migrate => db:load_config => environment
```
see https://github.com/YunoHost-Apps/fab-manager_ynh/pull/111
[01:49:14] <Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:

- 76 pending update PRs
- 11 new apps PRs
- 6 failed apps updates: dokuwiki, elasticsearch8, focalboard, framaforms, tvheadend, vikunja

See the full log here: http://paste.yunohost.org/raw/enuqekejiv
[03:48:09] <Yunohost Git/Infra notifications> [apps] Psycojoker pushed 3 commits to translate_apps ([1de2234d92c3...d6b8e84f377b](https://github.com/YunoHost/apps/compare/1de2234d92c3...d6b8e84f377b))
[03:48:13] <Yunohost Git/Infra notifications> [apps/translate_apps] feat(translate_apps): add a list of apps for the beta testing phase - Laurent Peuch
[03:53:42] <Yunohost Git/Infra notifications> [apps] Psycojoker pushed 6 commits to translate_apps ([d6b8e84f377b...4776f83496ee](https://github.com/YunoHost/apps/compare/d6b8e84f377b...4776f83496ee))
[03:53:49] <Yunohost Git/Infra notifications> [apps/translate_apps] feat(translate_apps): add a list of apps for the beta testing phase - Laurent Peuch
[04:36:15] <Yunohost Git/Infra notifications> [apps] Psycojoker pushed 2 commits to translate_apps ([4776f83496ee...4ee3ea53f685](https://github.com/YunoHost/apps/compare/4776f83496ee...4ee3ea53f685))
[04:36:19] <Yunohost Git/Infra notifications> [apps/translate_apps] feat(translate_apps): add message to the PR - Laurent Peuch
[06:51:52] <Yunohost Git/Infra notifications> [apps] Psycojoker pushed 3 commits to translate_apps ([4ee3ea53f685...5c85c30b215e](https://github.com/YunoHost/apps/compare/4ee3ea53f685...5c85c30b215e))
[06:51:56] <Yunohost Git/Infra notifications> [apps/translate_apps] refactor(translate_apps): create a base.py file to avoid duplicating code - Laurent Peuch
[06:52:01] <Yunohost Git/Infra notifications> [apps/translate_apps] feat(translate_apps): use testing branch if it exists - Laurent Peuch
[07:09:57] <Bram> so, I've fixed most of the bugs related to translating applications manifest.toml that I could identify and it now uses the testing branch by default if it's present and correctly indent this godamn toml ^^'
[07:10:08] <Bram> now I just need people to actually start translating things 😅
[07:11:34] <Bram> if you speak something that is not french nor english it would be great if you could translate just a few sentence for those applications ❤️

https://translate.yunohost.org/projects/yunohost-apps/
[07:11:48] <Bram> (I'm going to do bigger announcements later)
[07:12:02] <Bram> (you can ignore "test_app_for_translation")
[07:12:52] <Bram> if all of this works great and it goes in prod I'll look into translating other things like the config_panel and DESCRIPTION.md and others
[07:24:53] <Thomas> Thanks Bram! That's nice !!
[07:25:42] <Thomas> All the french translations on manifest are replaced by "belp", is it normal? https://github.com/YunoHost-Apps/fittrackee_ynh/pull/55/files 🤔
[07:25:59] <Bram> > <@thovi98:matrix.org> All the french translations on manifest are replaced by "belp", is it normal? https://github.com/YunoHost-Apps/fittrackee_ynh/pull/55/files 🤔

ah no, that shouldn't have been push T_T
[08:01:01] <Salamandar> > <@gredin67:matrix.fdn.fr> thanks for your work on fab-manager ! I'm always getting back to this env variable issue :
> ```
> 2024-03-27 23:42:32,981: DEBUG - + sudo -u fab-manager env RAILS_ENV=production PATH=/opt/rbenv/versions/fab-manager/bin:/opt/rbenv/shims:/opt/rbenv/bin:/opt/node_n/n/versions/node/18.15/bin:/opt/node_n/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so bin/bundle exec rake db:migrate
> 2024-03-27 23:42:37,393: DEBUG - rake aborted!
> 2024-03-27 23:42:37,394: DEBUG - KeyError: key not found: "DEFAULT_HOST"
> 2024-03-27 23:42:37,394: DEBUG - /var/www/fab-manager/config/initializers/sentry.rb:31:in `fetch'
> 2024-03-27 23:42:37,394: DEBUG - /var/www/fab-manager/config/initializers/sentry.rb:31:in `block in <main>'
> 2024-03-27 23:42:37,394: DEBUG - /var/www/fab-manager/config/initializers/sentry.rb:30:in `<main>'
> 2024-03-27 23:42:37,394: DEBUG - /var/www/fab-manager/config/environment.rb:5:in `<main>'
> 2024-03-27 23:42:37,394: DEBUG - bin/bundle:3:in `load'
> 2024-03-27 23:42:37,394: DEBUG - bin/bundle:3:in `<main>'
> 2024-03-27 23:42:37,394: DEBUG - Tasks: TOP => db:migrate => db:load_config => environment
> ```
> see https://github.com/YunoHost-Apps/fab-manager_ynh/pull/111

Yeah that issue appears in v6. That's why i split the work between migration to packaging v2 and upgrade to v6.
[10:33:10] <Yunohost Git/Infra notifications> [nextcloud_ynh] yunohost-bot pushed 1 commit to v2_PostgreSQL: Auto-update READMEs ([b40d0798](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/b40d07987c7fb8ea0a1b0048ed3acfb55981ba6d))
[10:33:11] <Yunohost Git/Infra notifications> [nextcloud_ynh] ericgaspar pushed 1 commit to v2_PostgreSQL: Update manifest.toml ([d0645b93](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/d0645b93a7d3655d89b8dd9110bffd147c433e57))
[14:35:34] <Émy - OniriCorpe> > <@Bram_:matrix.org> ah no, that shouldn't have been push T_T

Belp
[15:02:51] <Yunohost Git/Infra notifications> [nextcloud_ynh] ericgaspar pushed 1 commit to testing: Update manifest.toml ([0ba5fe11](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/0ba5fe11d7d8be2154396140df0cb8525ccd5a3d))
[15:02:52] <Yunohost Git/Infra notifications> [nextcloud_ynh] yunohost-bot pushed 1 commit to testing: Auto-update READMEs ([600e5195](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/600e5195ebdd2eaec360b10c8e5288650e28fa0d))
[15:03:09] <Yunohost Git/Infra notifications> [nextcloud_ynh] yunohost-bot [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/677#issuecomment-2025444767) on [issue #677](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/677) Testing: Fingers crossed
[[Test Badge](https://img.shields.io/endpoint?url=https://ci-apps-dev.yunohost.org/ci/api/job/14615/ba...
[15:03:10] <Yunohost Git/Infra notifications> [nextcloud_ynh] ericgaspar [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/677#issuecomment-2025444700) on [issue #677](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/677) Testing: testme
[15:03:10] <Yunohost Git/Infra notifications> [nextcloud_ynh] yunohost-bot [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/677#issuecomment-2025444770) on [issue #677](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/677) Testing: Living in the future, are we?
[[Test Badge](https://img.shields.io/endpoint?url=https://ci-apps-bookworm-dev.yunohost.o...
[15:03:33] <Yunohost Git/Infra notifications> [nextcloud_ynh] ericgaspar edited [pull request #677](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/677): Testing
[16:26:50] <Yunohost Git/Infra notifications> [gitlab_ynh] haydenwalker980 [commented](https://github.com/YunoHost-Apps/gitlab_ynh/issues/240#issuecomment-2025625121) on [issue #240](https://github.com/YunoHost-Apps/gitlab_ynh/issues/240) Bad admin account: yeah just tested and its still happening for some odd reason. Ill look further into it
[16:32:27] <Yunohost Git/Infra notifications> [gitlab_ynh] haydenwalker980 opened [issue #245](https://github.com/YunoHost-Apps/gitlab_ynh/issues/245): Bad admin account: The sequel
[16:32:40] <Yunohost Git/Infra notifications> [gitlab_ynh] haydenwalker980 edited [issue #245](https://github.com/YunoHost-Apps/gitlab_ynh/issues/245): Bad admin account: The sequel
[17:44:22] <Yunohost Git/Infra notifications> [nextcloud_ynh] ericgaspar [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/597#issuecomment-2025781234) on [issue #597](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/597) V2 postgresql: testme
[17:44:23] <Yunohost Git/Infra notifications> [nextcloud_ynh] yunohost-bot [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/597#issuecomment-2025781328) on [issue #597](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/597) V2 postgresql: Alrighty
[[Test Badge](https://img.shields.io/endpoint?url=https://ci-apps-dev.yunohost.org/ci/api/job/14616/badge)](h...
[17:44:23] <Yunohost Git/Infra notifications> [nextcloud_ynh] yunohost-bot [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/597#issuecomment-2025781325) on [issue #597](https://github.com/YunoHost-Apps/nextcloud_ynh/pull/597) V2 postgresql: :bug:
[[Test Badge](https://img.shields.io/endpoint?url=https://ci-apps-bookworm-dev.yunohost.org/ci/api/job/317/badge)...
[19:59:50] <Salamandar> https://ci-apps-bookworm.yunohost.org/ci/ finished its job o/
[22:45:09] <Yunohost Git/Infra notifications> [gitlab_ynh] kay0u reopened [issue #240](https://github.com/YunoHost-Apps/gitlab_ynh/issues/240): Bad admin account
[23:05:30] <Bram> (maybe one day someone will make the previous html content of yunorunner static html ^^')