Alexandre Quercia
Alexandre Quercia
A possible patch is to store all informations about removed fields somewhere and store on serialization data. A better patch will be to cache generated record tables as well. @j0k3r...
@thirsch rebased too.
@thePanz it's rebased on master branch and ready to merge. Now the `.docker` directory is exactly the same as on https://github.com/FriendsOfSymfony1/symfony1/pull/270
Rebased on `master` branch. With fix [download PHP extension from PECL without TLS](https://github.com/FriendsOfSymfony1/doctrine1/pull/90/commits/0d874888f6381d5cad6ca52994da6ee757261d7d)
@thirsch @Tybaze @thePanz Build docker images from scratch works : [done it on GitHub action](https://github.com/FriendsOfSymfony1/doctrine1/actions/runs/7596311540/job/20689877573) The `.docker` directory is exactly the same on symfony1 repository on the similar PR. https://github.com/FriendsOfSymfony1/symfony1/pull/270
@thePanz what issues do you see? Your issues will be tackle with care. --- My thinking There are many ways to do one thing. First make it work, then make...
@thePanz yes, we can simplify it, reduce build time and more. Removing PHP 5.3 does not make a big difference, as I successfully make the alignment of PHP 5.3 docker...
> > [sf1] Slow test suite, almost one hour to run all tests for all versions. > > How much faster would parallel testing be? No faster than the slowest...
With the patch provided on #131, I release this PR. Sadly, the current CI does not support its execution as missing a MySQL server. Needs to provide a MySQL server...
To make it easy to configure, I just extracted the DSN configuration from code to environment variable `MYSQL_DSN`. As an example, https://github.com/FriendsOfSymfony1/doctrine1/pull/90/commits/2dbee52b3c2569889018b310555afc45ea858b1c ```yaml environment: MYSQL_DSN: 'mysql:unix_socket=/var/run/mysqld/mysql.sock;dbname=test;user=root' ```