Simon MELLERIN

Results 13 issues of Simon MELLERIN

Hi, I told you about this PR in June, well I was quite busy.. I've finally find some time to do it.. I've add some options to the alarm clock...

Hi, I told you about this PR in June, well I was quite busy.. I've finally find some time to do it.. I've add some options to the alarm clock...

> Pour MySQL il faudrait regarder du côté de la database sys qui semble contenir pas mal d'informations relative à l'exécution.

enhancement
help wanted
Database vendor support

> Sujet à discuter: > > - dans le core, Symfony n'utilise plus du tout ni la configuration XML, ni YAML, > - beaucoup de bundle de la communauté utilisent...

enhancement

> Par exemple, une API en PHP: > > ```php > function configure(AnonymiationBuilder $builder) { > $builder > ->forTable('demande') > ->column('nom', NomAnomyzer::class, ['option1' => 'foo', /* ... */]) > ->table('address',...

enhancement

Like this project seems unmaintained, If you are interested in anonymizing data on a PHP project, you may be find what you need with the [DbToolsBundle](https://dbtoolsbundle.readthedocs.io/)

Continuous Integration job randomly fails on `FloatAnonymizerTest` with this error message: ``` 1) MakinaCorpus\DbToolsBundle\Tests\Functional\Anonymizer\Core\FloatAnonymizerTest::testAnonymizeWithPercent Failed asserting that 19.0 is equal to 19.475 or is greater than 19.475. ``` See https://github.com/makinacorpus/DbToolsBundle/actions/runs/12046730125/job/33588042824...

For now, we can't figure out how to backup and restore an SQL Server database properly (see https://github.com/makinacorpus/DbToolsBundle/issues/61). As our nominal workflow needs the backup and restore features (see https://dbtoolsbundle.readthedocs.io/en/stable/anonymization/command.html...