Mark Story

Results 653 comments of Mark Story

I can put together a docker image for the application. However, you will also need a relational database. MySQL and postgres are currently supported.

@candeemis I've added a dockerfile to the repository. You should be able to clone the repository and `docker build -t docket .` to get a container that will run nginx+php-fpm....

> I would like to make some function that will format it same way (When it is called or when it is outside cakephp, in ErrorTrap), so it can be...

@dereuromark Updated with what I had suggested. It does change behavior a bit as `triggerWarning()` becomes a simple wrapper which changes its output outside of applications that also use `ErrorTrap`.

I think these could be good improvements, and a pull request would be appreciated. With gzip encoding, we also need to be backwards compatible with existing database rows. If we...

> Can i backport it for cakephp 4 when PR will be finished? Of course, that would be appreciated.

Not directly. Each major version needs to be completed separately. And the upgrade process from 2 -> 3 is particularly hard due to massive changes in the ORM that require...

> 1 - Is it possible to upgrade 3.7 to 5.0 using an upgrade or not? Yes, but not in one step. The recommended path is to go from 3.7...

> Sure but for now the quick way would be a simpler replace. Either way works. While the simple replacement isn't the most correct, the upgrade process will be smoother...

I agree we could do a better job on documenting how the various consumers and tasks interact for ingestion. The event-ingestion-graph diagram/document might be a good place to add the...