Monday, August 21, 2023
dev@conference.yunohost.org
August
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
     
             

[09:28:43] <Yunohost Git/Infra notifications> [yunohost] @zamentur [commented](https://github.com/YunoHost/yunohost/pull/1653#issuecomment-1685414749) on [issue #1653](https://github.com/YunoHost/yunohost/pull/1653) ConfigPanel and app install form Options documentation: AAAAAAAAAAAAAAAAAAAAAHHHHHHHHHHHHHHHHHHHHH, i just discovered this doc in this PR Just after writen one cause a us...
[09:30:54] <Yunohost Git/Infra notifications> [yunohost] @zamentur [commented](https://github.com/YunoHost/yunohost/pull/1653#issuecomment-1685978910) on [issue #1653](https://github.com/YunoHost/yunohost/pull/1653) ConfigPanel and app install form Options documentation: So i have merge my docs cause i wanted to give the link to a packager, but i think we can merge this one next (and repla...
[14:40:11] <Yunohost Git/Infra notifications> [yunohost] @Tagadda pushed 1 commit to Tagadda-patch-1: Use the existing db_name setting for database provising This should help upgrading an app from packaging v1 when db_nam... ([32376cf1](https://github.com/YunoHost/yunohost/commit/32376cf18ffce2cffb54e4adf30856cab39e842c))
[14:40:11] <Yunohost Git/Infra notifications> [yunohost] @Tagadda created new branch Tagadda-patch-1
[14:45:00] <Yunohost Git/Infra notifications> [yunohost] @Tagadda opened [pull request #1704](https://github.com/YunoHost/yunohost/pull/1704): Use the existing db_name setting for database provising
[14:48:38] <Yunohost Git/Infra notifications> [yunohost] 🔴 Pipeline [#974783410](https://gitlab.com/yunohost/yunohost/-/pipelines/974783410) failed on branch Tagadda-patch-1
[14:48:55] <Yunohost Git/Infra notifications> [yunohost] @github-code-scanning[bot] [commented](https://github.com/YunoHost/yunohost/pull/1704#discussion_r1300220115) on pull request #1704 Use the existing db_name setting for database provising: ## Syntax error

Syntax Error (in Python 3).

[Show more details](https://github.com/YunoHost/yunohost/security/code-sca...
[14:49:07] <Yunohost Git/Infra notifications> [yunohost] @alexAubin [commented](https://github.com/YunoHost/yunohost/pull/1704#discussion_r1300220341) on pull request #1704 Use the existing db_name setting for database provising: suggestion db_name = self.get_setting("db_name") or db_user
[14:49:07] <Yunohost Git/Infra notifications> [yunohost] @alexAubin edited review [pull request #1704](https://github.com/YunoHost/yunohost/pull/1704#pullrequestreview-1587172199): Use the existing db_name setting for database provising
[14:49:08] <Yunohost Git/Infra notifications> [yunohost] @alexAubin [commented](https://github.com/YunoHost/yunohost/pull/1704#discussion_r1300220187) on pull request #1704 Use the existing db_name setting for database provising: suggestion db_name = self.get_setting("db_name") or db_user
[16:59:54] <Yunohost Git/Infra notifications> [issues] @alexAubin [commented](https://github.com/YunoHost/issues/issues/2148#issuecomment-1686703709) on [issue #2148](https://github.com/YunoHost/issues/issues/2148) Users being able to create app-specific API tokens: Clearly, we have just too many things to work on before considering this. We dont even have 2FA.
[17:00:54] <Yunohost Git/Infra notifications> [issues] @alexAubin labeled Priority: low on [issue #2148](https://github.com/YunoHost/issues/issues/2148): Users being able to create app-specific API tokens
[17:36:47] <Yunohost Git/Infra notifications> [yunohost] @alexAubin [commented](https://github.com/YunoHost/yunohost/pull/1697#discussion_r1300444459) on pull request #1697 feature: new global setting options to enable SNI-forward to external domains: Laziness, not making the regex horrendous, and because in the foreseen usecases (server exposed via a VPN, or two/N serv...
[17:37:15] <Yunohost Git/Infra notifications> [yunohost] @alexAubin [commented](https://github.com/YunoHost/yunohost/pull/1697#discussion_r1300446362) on pull request #1697 feature: new global setting options to enable SNI-forward to external domains: These are the same regex as our actionsmap.yml
[19:09:58] <m606> Hello! Doing some tests for dev purpose, I can't manage to run [tartiflette](https://github.com/YunoHost/tartiflette) following the README instructions. I have been trying to play with the requirements' versions, but without success so far. => Could you tell me which versions are currently in use at the official YNH tartiflette instance?
Additionally for the notice - although that may not prevent tartiflette from working - I can't see in the repo the `settings.py` file mentioned in the README.
[19:36:27] <Aleks (he/him/il/lui)> Could you elaborate what you are trying to achieve and what exactly doesnt work like providing error messages
[20:07:46] <m606> Taking back my little Yunocamp assignment 😃 - implement catalog news' RSS feed.
[20:08:45] <m606> This kind of error messages:
```
(venv) me@comp:/media/me/Documents/tartiflette$ ./manage.py update
Traceback (most recent call last):
File "/media/me/Documents/tartiflette/./manage.py", line 3, in <module>
from flask_script import Manager, Shell, Command, Server
File "/media/me/Documents/tartiflette/venv/lib/python3.10/site-packages/flask_script/__init__.py", line 14, in <module>
from flask import Flask
File "/media/me/Documents/tartiflette/venv/lib/python3.10/site-packages/flask/__init__.py", line 19, in <module>
from jinja2 import Markup, escape
ImportError: cannot import name 'Markup' from 'jinja2' (/media/me/Documents/tartiflette/venv/lib/python3.10/site-packages/jinja2/__init__.py)
```
[20:19:41] <m606> Downgrading jinja2 to version 2.11 for instance makes that error disappear, but then comes another one for another dependency, etc.. After some trial and error approach to downgrade dependencies versions so that they are all compatible with Flask 1.0.2, I fell upon an error like ImportModuleError within tartiflette's manage.py (because all these errors comes when trying to initialize the DB as per the README)... Hence the fact I wonder how comes it works at YNH infra server, and what environment should I copy.
This test was done using Linux Mint 21 (Ubuntu 22.04-based) if it matters.
[20:45:29] <Yunohost Git/Infra notifications> [yunohost] @zamentur [commented](https://github.com/YunoHost/yunohost/pull/1697#discussion_r1300627423) on pull request #1697 feature: new global setting options to enable SNI-forward to external domains: indeed So i close
[20:46:24] <Yunohost Git/Infra notifications> [yunohost] @zamentur [commented](https://github.com/YunoHost/yunohost/pull/1697#discussion_r1300628636) on pull request #1697 feature: new global setting options to enable SNI-forward to external domains: We also could imagine someone who rent IPv6 VPS (some provider do it for free) and wants to assemble all the thing on a ...
[21:26:11] <m606> Here is my current state of `requirements.txt` trying to find a way out (actually stuck at the absence of settings.py). Not clear for me whether I should create it.
```
Flask==1.1.2
Flask-Migrate==2.6
Flask-SQLAlchemy
Flask-Script
Jinja2==2.11
requests
gunicorn
markupsafe==2.0.1
itsdangerous==2.0.1
werkzeug==1.0.1
SQLAlchemy==1.4.2
toml
```