# |
Mar 17th 2019, 02:02 |
chrisshick |
The latest version @challgren |
# |
Mar 17th 2019, 01:58 |
markstory |
Where are queries being logged? @chrisshick |
# |
Mar 17th 2019, 01:43 |
challgren |
What version of cake? |
# |
Mar 17th 2019, 01:40 |
chrisshick |
It shouldn’t be logging in our production env but it is |
# |
Mar 17th 2019, 01:39 |
slackebot2 |
<chrisshick> |
# |
Mar 16th 2019, 20:58 |
ssalvatori |
I'm doing a configure::load right after the addPlugin in the Application.php but then in my app the configure::read is returning the same content from the boostrap not my configure::load content |
# |
Mar 16th 2019, 20:57 |
ssalvatori |
what is the best or the right moment to change the configurations ? boostraped by the plugins ? |
# |
Mar 16th 2019, 20:56 |
ssalvatori |
question about the plugins and who they load the boostrap conf |
# |
Mar 16th 2019, 20:54 |
ssalvatori |
re |
# |
Mar 16th 2019, 19:03 |
ssalvatori |
one with CamelCase and the other with - |
# |
Mar 16th 2019, 19:02 |
ssalvatori |
I don't know why the difference between the to plugin |
# |
Mar 16th 2019, 19:02 |
ssalvatori |
*** /login [ 'plugin' => 'cake-d-c/users', 'controller' => 'users', 'action' => 'login' ] [ '_ext' => [ (int) 0 => 'json' ], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ] /logout [ 'plugin' => 'CakeDC/Users', 'controller' => 'Users', 'action' => 'logout' ] |
# |
Mar 16th 2019, 19:02 |
ssalvatori |
but the debug show me this |
# |
Mar 16th 2019, 19:01 |
ssalvatori |
$routes->connect('/login', ['plugin' => 'CakeDC/Users', 'controller' => 'Users', 'action' => 'login']); $routes->connect('/logout', ['plugin' => 'CakeDC/Users', 'controller' => 'Users', 'action' => 'logout']); |
# |
Mar 16th 2019, 19:01 |
ssalvatori |
Hi, I have a question about the routes I have the following two routes in my file |
# |
Mar 16th 2019, 14:44 |
martonmiklosqdev_cake |
so the PR is on the way |
# |
Mar 16th 2019, 14:44 |
martonmiklosqdev_cake |
I have managed to make the travis passing again |
# |
Mar 16th 2019, 14:43 |
martonmiklosqdev_cake |
thank you both |
# |
Mar 16th 2019, 12:33 |
challgren |
@martonmiklosqdev_cake might want to change satooshi/php-coveralls to php-coveralls/php-coveralls too |
# |
Mar 16th 2019, 12:26 |
martonmiklosqdev_cake |
@admad thanks you are awesome! |
# |
Mar 16th 2019, 12:21 |
admad |
currently it's using the phpunit preinstall in travis VM instead of the specific version cake wants |
# |
Mar 16th 2019, 12:20 |
admad |
@martonmiklosqdev_cake change from `phpunit --stderr` to `vendor/bin/phpunit` https://github.com/martonmiklos/cakephp-utils/blob/dc19703268f59da568acb1f5fbaf687757640c76/.travis.yml#L42 |
# |
Mar 16th 2019, 12:07 |
grossolive4 |
thanks so much !, It seems difficult to integrate with router plugin and app router |
# |
Mar 16th 2019, 11:48 |
martonmiklosqdev_cake |
I am new to the phpunit testing so any help would be appericiated |
# |
Mar 16th 2019, 11:48 |
martonmiklosqdev_cake |
I got a bunch of Cannot redeclare class PHPUnit\Framework\Test in ... warnings |
# |
Mar 16th 2019, 11:47 |
martonmiklosqdev_cake |
https://travis-ci.com/martonmiklos/cakephp-utils/jobs/185399841 |
# |
Mar 16th 2019, 11:47 |
martonmiklosqdev_cake |
my tests failing on Travis |
# |
Mar 16th 2019, 11:47 |
martonmiklosqdev_cake |
however |
# |
Mar 16th 2019, 11:47 |
martonmiklosqdev_cake |
I have managed to fix the most of the warnings/errors so the phpunit tests passes on my dev box |
# |
Mar 16th 2019, 11:46 |
martonmiklosqdev_cake |
https://github.com/martonmiklos/cakephp-utils/tree/fix_mfr_pr |
# |
Mar 16th 2019, 11:46 |
martonmiklosqdev_cake |
to work with cake 3.7 |
# |
Mar 16th 2019, 11:46 |
martonmiklosqdev_cake |
I am trying to modernize the cakephp-utils plugins from cakemanager |
# |
Mar 16th 2019, 11:45 |
martonmiklosqdev_cake |
Hi all! |
# |
Mar 16th 2019, 09:40 |
birdy247 |
Is anyone using jenkins here? |
# |
Mar 16th 2019, 00:32 |
challgren |
What version of cake? |
# |
Mar 15th 2019, 19:10 |
chrisshick |
yet it still logs all queries |
# |
Mar 15th 2019, 19:09 |
chrisshick |
I have query logs flag disabled |
# |
Mar 15th 2019, 19:09 |
chrisshick |
Any clues how to turn off query logs? |
# |
Mar 15th 2019, 16:31 |
lorro |
If only I had copy pasted that one rule ^^ |
# |
Mar 15th 2019, 16:30 |
lorro |
Holy shit, that fixed the whole damn thing. Thanks a lot, have really been looking for hours now ... :+1: |
# |
Mar 15th 2019, 16:24 |
berarma |
`->where(['CashRegisters.id = SubLatestClosedReports.cash_register_id'])` |