[14:46:57]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed to user-self-registration: Cleanup some FIXMEs ([1c5e7a84](https://github.com/YunoHost/yunohost/commit/1c5e7a84acb9ccfefde186e726c59d7a04554298))
[14:47:29]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar closed [pull request #85](https://github.com/YunoHost/yunorunner/pull/85): Format Python code with Black
[14:52:18]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar assigned Salamandar on [pull request #89](https://github.com/YunoHost/yunorunner/pull/89): Use logfiles instead of storing the logs in the DB
[14:52:20]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar opened [pull request #89](https://github.com/YunoHost/yunorunner/pull/89): Use logfiles instead of storing the logs in the DB
[14:52:25]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-logfiles: Save job log in a file instead of the database. ([6eed65f6](https://github.com/YunoHost/yunorunner/commit/6eed65f6be7503d65c3e751f5b8d21963dcf51d5))
[14:52:32]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-logfiles: Save job log in a file instead of the database. ([d230980d](https://github.com/YunoHost/yunorunner/commit/d230980db51155335dcf318eecf48039ece3e794))
[14:52:44]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar just made [pull request #89](https://github.com/YunoHost/yunorunner/pull/89) ready for review: Use logfiles instead of storing the logs in the DB
[14:54:35]
<Yunohost Git/Infra notifications> [yunorunner] zamentur approved [pull request #86](https://github.com/YunoHost/yunorunner/pull/86#pullrequestreview-4608981741) get api/job: Fix parameter all: LGTM, untested
[14:54:37]
<Yunohost Git/Infra notifications> [yunorunner] zamentur [commented](https://github.com/YunoHost/yunorunner/pull/86#issuecomment-4854887453) on [issue #86](https://github.com/YunoHost/yunorunner/pull/86) get api/job: Fix parameter all: Have you tested it ? if yes, it could be merged
[14:54:54]
<Yunohost Git/Infra notifications> [yunorunner] zamentur approved [pull request #87](https://github.com/YunoHost/yunorunner/pull/87#pullrequestreview-4609010819) Use peewee-migrate to initialize and migrate the db: LGTM, untested
Have you tested it ? If yes, you can merge
[14:54:59]
<Yunohost Git/Infra notifications> [yunorunner] zamentur [commented](https://github.com/YunoHost/yunorunner/pull/88#discussion_r3506020592) on pull request #88 Store only lowercase urls and names in the DB: suggestion
Job.url_or_path == repo.url & Job.state == "scheduled"
I didnt find in doc that comma co...
[14:55:05]
<Yunohost Git/Infra notifications> [yunorunner] zamentur [commented](https://github.com/YunoHost/yunorunner/pull/88#discussion_r3506038722) on pull request #88 Store only lowercase urls and names in the DB: I am not totally sure that all repo urls have the branch in the end part, are you ?
[14:57:48]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar [commented](https://github.com/YunoHost/yunorunner/pull/88#discussion_r3506660632) on pull request #88 Store only lowercase urls and names in the DB: I dont know, the diff is only that i removed .lower().
[14:58:16]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar [commented](https://github.com/YunoHost/yunorunner/pull/88#discussion_r3506786548) on pull request #88 Store only lowercase urls and names in the DB: I dont know, same as the other diff, I only removed fn.LOWER here.
[14:58:34]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar [commented](https://github.com/YunoHost/yunorunner/pull/86#issuecomment-4856416880) on [issue #86](https://github.com/YunoHost/yunorunner/pull/86) get api/job: Fix parameter all: Yes I tested it. The issue I see is that the default behaviour changes (but imho its better that way and I dont think ...
[14:58:48]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar merged [pull request #86](https://github.com/YunoHost/yunorunner/pull/86): get api/job: Fix parameter all
[14:58:58]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to main: get api/job: Fix parameter all It never actually worked. Fix by using request.json and query filter method .in_. ([3a491eb9](https://github.com/YunoHost/yunorunner/commit/3a491eb93254de87ccf5e136734582bf3c3ea1e3))
[14:58:59]
<Yunohost Git/Infra notifications> [yunorunner] github-actions[bot] opened [pull request #90](https://github.com/YunoHost/yunorunner/pull/90): Format Python code with Black
[14:59:04]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar [commented](https://github.com/YunoHost/yunorunner/pull/87#issuecomment-4856430069) on [issue #87](https://github.com/YunoHost/yunorunner/pull/87) Use peewee-migrate to initialize and migrate the db: Yes, tested on local instances. Ill test it further on ci-trixie-dev before merging / deploying on other instances.
[18:17:11]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar merged [pull request #87](https://github.com/YunoHost/yunorunner/pull/87): Use peewee-migrate to initialize and migrate the db
[18:17:17]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to main: Use peewee-migrate to initialize and migrate the db This replaces the manual tables creation with the migration method. ([1a3df8ab](https://github.com/YunoHost/yunorunner/commit/1a3df8abcdc4233499cd0e2187ea3090ce044e38))
[18:17:22]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar deleted branch fpu-peewee_migrate
[18:17:27]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to main: :art: Format Python code with Black ([3139843e](https://github.com/YunoHost/yunorunner/commit/3139843e46b9687e0e195beda4387cbd19d42aa5))
[18:17:37]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar merged [pull request #90](https://github.com/YunoHost/yunorunner/pull/90): Format Python code with Black
[18:17:48]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-url_lowercase: DB should only store lowercase urls and names * Add a migration that fixes the db * Remove redundant fn.LOWER * models:... ([4673dade](https://github.com/YunoHost/yunorunner/commit/4673dadea469aa180092eddff07ec00311365e10))
[18:17:54]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar deleted branch fpu-fix_jobs_all
[18:18:00]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-logfiles: Save job log in a file instead of the database. ([fd9e8a3d](https://github.com/YunoHost/yunorunner/commit/fd9e8a3dcc05db615ae159fd1f5c9b17cdfbf265))
[18:18:09]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar edited [pull request #88](https://github.com/YunoHost/yunorunner/pull/88): Store only lowercase urls and names in the DB
[18:18:20]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-logfiles: Save job log in a file instead of the database. ([dea2e854](https://github.com/YunoHost/yunorunner/commit/dea2e8544bf0633b5e70cff9642ad5ae7f4c696d))
[18:58:05]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-storage: Save job log in a file instead of the database. ([11d22810](https://github.com/YunoHost/yunorunner/commit/11d2281050fa61e859dbe9a535a372a29e725954))
[19:01:43]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-storage: Ruff format ([e0aec564](https://github.com/YunoHost/yunorunner/commit/e0aec564a11b7c4d3b312cb80a8e04e0a10da0b2))
[19:02:37]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-storage: Defer db initialization, this allows reading the config file before setting the db path ([e3fd9aa5](https://github.com/YunoHost/yunorunner/commit/e3fd9aa5a63d2c92aa2a1b0f3ebbf43ae589ee42))
[19:02:37]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-storage: Write admin token in create_app(), not in the main scope ([d98cbafd](https://github.com/YunoHost/yunorunner/commit/d98cbafd46a0b99101a0d90752742c58e5a4372a))
[19:02:38]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-storage: Store results in a dedicated variable STORAGE_PATH ([a30edd4e](https://github.com/YunoHost/yunorunner/commit/a30edd4e74ba2b137c999cc44fea3547d917e634))
[19:04:37]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-storage: Defer db initialization, this allows reading the config file before setting the db path ([4ffec633](https://github.com/YunoHost/yunorunner/commit/4ffec633c2cf1ee4066005ac817a5b6e0c2a92db))
[19:07:12]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-storage: Write admin token in create_app(), not in the main scope ([6a71e0ca](https://github.com/YunoHost/yunorunner/commit/6a71e0ca170e264e326e24450883e582029e782e))
[19:08:37]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-storage: Store results and db in a dedicated variable STORAGE_PATH ([d8b2c090](https://github.com/YunoHost/yunorunner/commit/d8b2c090384e2bce1097dc200f72a21718684467))
[19:08:37]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to main: Fix logging format ([9111c787](https://github.com/YunoHost/yunorunner/commit/9111c787501eea2e32a069341af2709bf5693469))
[19:08:37]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-storage: Defer db initialization, this allows reading the config file before setting the db path ([acd6ac3f](https://github.com/YunoHost/yunorunner/commit/acd6ac3f8875392061984d383456f55bc4f7b0e4))
[19:11:57]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-storage: Write admin token in create_app(), not in the main scope ([c756a45c](https://github.com/YunoHost/yunorunner/commit/c756a45cc21f854fd962b92cf03ba224f674f772))
[19:12:37]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-storage: Store results and db in a dedicated variable STORAGE_PATH ([e39ec9a6](https://github.com/YunoHost/yunorunner/commit/e39ec9a65da6748e0245a4d287a1cb7ca08f5226))
[19:15:07]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-storage: Store results and db in a dedicated variable STORAGE_PATH ([c30b6a4f](https://github.com/YunoHost/yunorunner/commit/c30b6a4f03166cb52732c1a9d8f088cb09eb5d25))
[19:17:10]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-storage: Store results and db in a dedicated variable STORAGE_PATH ([13fd99e5](https://github.com/YunoHost/yunorunner/commit/13fd99e50f015cfbf5fdf900d5e8aacf3f29b86f))
[19:19:20]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-storage: Defer db initialization, this allows reading the config file before setting the db path ([c7caf085](https://github.com/YunoHost/yunorunner/commit/c7caf0858516c409aff277412e73c3b2d805fe6a))
[19:31:37]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-storage: Defer db initialization, this allows reading the config file before setting the db path ([8cec429b](https://github.com/YunoHost/yunorunner/commit/8cec429b08aa9d938a9bf3b91b0372dde301ed35))
[19:31:43]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-storage: Write admin token in create_app(), not in the main scope ([88efe452](https://github.com/YunoHost/yunorunner/commit/88efe4528d6b8958cdb3930572b7a44fc49c4836))
[19:31:43]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-storage: Store results and db in a dedicated variable STORAGE_PATH ([ae29f2e4](https://github.com/YunoHost/yunorunner/commit/ae29f2e48e5ad2cd216f64c07de31f75ca2a31aa))
[19:31:45]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar pushed to fpu-storage: DONOTMERGE do not set YNH_PACKAGE_CHECK_STORAGE_DIR ([6ebe6701](https://github.com/YunoHost/yunorunner/commit/6ebe6701040555be32402daf4e99c52e02c3a3f4))
[19:38:15]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar opened [pull request #91](https://github.com/YunoHost/yunorunner/pull/91): Move data to data_dir, move log out of the database
[19:38:28]
<Yunohost Git/Infra notifications> [yunorunner] Salamandar assigned Salamandar on [pull request #91](https://github.com/YunoHost/yunorunner/pull/91): Move data to data_dir, move log out of the database