Ilkka Ollakka

Results 15 issues of Ilkka Ollakka

### Your checklist for this issue - [x] Jenkins version: 2.222.4 - [x] Plugin version: 2.40 - [x] OS: ubuntu 16.04 LTS ### Description When posting message to multiple channels...

Maintainer: me Compile tested: mips64_octeonplus, OpenWRT 23.05 Run tested: mips64_octeonplus, OpenWRT 23.05, tested by using pydantic library in python code Description: Add Pydantic 2.7.1 to packages, as it requires pydantic-core...

RSS feed reading fails for url https://helmet.finna.fi/Search/Results?filter%5B%5D=%7Eformat%3A%220%2FBook%2F%22&filter%5B%5D=%7Elanguage%3A%22eng%22&filter%5B%5D=%7Emajor_genre_str_mv%3A%22fiction%22&filter%5B%5D=first_indexed%3A%22%5BNOW-6MONTHS%2FDAY+TO+%2A%5D%22&lookfor=%28fantasiakirjallisuus+OR+tieteiskirjallisuus%29+AND+NOT+%22star+wars%22+AND+NOT+sarjakuvat+AND+NOT+lastenkirjallisuus&type=AllFields&view=rss Seems that cloudflare gives 403 on rss-parrot access. Python side issue was with https ALP fix in aiohttp 3.11.11 in similar problem (https://github.com/aio-libs/aiohttp/pull/10156)....

## Description Command can be used to generate secrets for .env file that are not yet generated. It uses either python3 secrets module to generate urlsafe token of random 50...

## Description Change Dockerfile to do multi-stage build to get smaller container (from ~1.3G -> ~0.5G). Removing lot of not-needed stuff that is needed in build-phase but not when running...

deployment

## Description Upgrade django-celery-beat and django-sass-processor dependencies. These are needed for django 5.2. Split out from https://github.com/bookwyrm-social/bookwyrm/pull/3616 - Related Issue #3569 - Closes # ## What type of Pull Request...

## Description Upgrade Django to 5.2 LTS version. This is meant for minimum possible change, so not all things that could/should be done differently in newer django are changed, only...

## Description Change postgresql container to version 17 and add bw-dev command and separate docker-compose file to upgrade current database volume in-place. There didn't seem to any difference regarding effort...

**Is your feature request related to a problem? Please describe.** Django released new 5.2 LTS but Django 4.2 is still supported until mid 2026 (https://www.djangoproject.com/download/#supported-versions) so there is time to...

dependencies

## Description Checks if isbns looks valid when manually editing book before it goes to database. This allows the form inform if isbn values look something else than what bookwyrm...