Stefan Giehl
Stefan Giehl
Guess you need to define the files that should be checked in your phpcs.xml. Adding a `.`, might solve it.
That's actually very easy to adjust. I'll set up a simple PR to enabled all labels on x axis for bar charts only.
@tsteur I guess the error happens during archiving, right? Are you able to look up which segment is archived when it fails?
@tsteur I'm not able to reproduce that in any way. Which makes it hard to find the problem. Based on the error messages it seems it happens unrelated to the...
That's a good question. Simply using a `Insert Ignore` would for sure solve the issue. But it might only hide the origin problem. Not sure if cloud team could maybe...
@tsteur Pushed some code that could maybe help to identify the queries that produce duplicate records: https://github.com/matomo-org/matomo/pull/new/m18797 I haven't tested the changes, and also I'm not sure if logging an...
@tsteur I would suggest we only let the cloud team apply the patch, so we can gather the queries that maybe produce the problem. I've added the `INSERT IGNORE` so...
Updated the PR so it will require Symfony 5.4 instead. Once I've fixed all tests, this one should be ready to review.
I'm unfortunately not very familiar with how this is supposed to work. I can imagine that this might be expected. If each tracker tries to set his own cookie, they...
@peterhashair I'm not very familiar with the CORS stuff, but based on the documentation your PR can't work, as the origin only allows one record to be returned. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin...