Nick Jones

Results 23 issues of Nick Jones

At the moment we just execute one `INSERT` query per row in the data export file. We could speed up the import by combining chunks of rows into single `INSERT`...

type/feature
difficulty/easy
priority/nice-to-have
component/anonymizer

At the moment, there's no validation of your formatter configuration when anonymising your data. This means that you could be 10 minutes in to anonymising a data export only to...

type/feature
difficulty/easy
component/anonymizer

Presently, for data imports we scan through the import file once to generate the max for the progress bar (unless `--no-progress` is provided). We know the row count when we...

type/feature
difficulty/intermediate
component/anonymizer

Perhaps a `~/.testrig.yaml` file containing default settings, such as database credentials, currencies, etc.

enhancement

I'll just leave this here 😄

There are some areas of the code that rely on `Zend_Date::toString` to convert `Zend_Date` into `DateTime` objects. This isn't a reliable way to do it as some locales do not...