# |
Sep 11th 2019, 13:03 |
ricksaccous |
i doubt it will though |
# |
Sep 11th 2019, 13:03 |
ricksaccous |
just try cascadeCallbacks and see if it works, lol |
# |
Sep 11th 2019, 13:02 |
spriz |
@ricksaccous yeah but that also requires us to manually keep track of whatever parent that might add this model as a assoc in all future :S |
# |
Sep 11th 2019, 13:02 |
ricksaccous |
but as far as i know cascadeCallbacks only handles deletions |
# |
Sep 11th 2019, 13:01 |
ricksaccous |
kind of not the nicest way |
# |
Sep 11th 2019, 13:01 |
ricksaccous |
@spriz you can probably fire the event from the parent model in the parent model's event |
# |
Sep 11th 2019, 12:41 |
slackebot |
=> 'I don't require argument at all' ]) ; return $parser; } ``` |
# |
Sep 11th 2019, 12:41 |
ondrej.nedvidek |
``` public function getOptionParser() { $parser = parent::getOptionParser(); $parser ->addSubcommand('expiration', [ 'help' => 'I require argument theargument' ]) ->addArgument('theargument', [ 'required' => true, 'help' => 'I am argument' ]) ->addSubcommand('noargumentrequired', [ 'help' |
# |
Sep 11th 2019, 12:37 |
ondrej.nedvidek |
Hi there. Shell - How to `addArgument` to shell which is required just for certain `addSubcommand` ? |
# |
Sep 11th 2019, 11:16 |
neon1024 |
What does an empty Collection return when you call `max()` |
# |
Sep 11th 2019, 11:08 |
spriz |
moving it to `afterSaveCommit` fixes that, but when we do save this (Tags) entity as `$this->Articles->save(['text' => 'foo', 'tags' => [ ['value' => 'bar'], [ 'value' => 'foobar']]);` the `afterSaveCommit` is not triggered for the `TagsTable` - only for the `ArticlesTable` |
# |
Sep 11th 2019, 11:06 |
spriz |
we have a msg queue listening to a msg that is sent in an `afterSave`, but we have a race condition where the consumer picks up the msg that contains the `id`. Consumer does `$this->Table->get($id)` and gets `RecordNotFoundException` because it is not yet comitted :) |
# |
Sep 11th 2019, 11:05 |
spriz |
Is there any way to have the `afterSaveCommit` called for a table even if it is a save happening from associations? |
# |
Sep 11th 2019, 10:59 |
barlas |
When running composer install, I am getting "No Security.salt placeholder to replace." |
# |
Sep 11th 2019, 10:50 |
spriz |
I think you've chipped in enough fornow |
# |
Sep 11th 2019, 10:50 |
spriz |
Yeah, take some time off rather :raised_hands: |
# |
Sep 11th 2019, 10:49 |
spriz |
;P |
# |
Sep 11th 2019, 10:49 |
dereuromark |
time.. this thing called time.. |
# |
Sep 11th 2019, 10:49 |
spriz |
way to ruin a dream there |
# |
Sep 11th 2019, 10:49 |
spriz |
Aww |
# |
Sep 11th 2019, 10:49 |
spriz |
Sweet! I'll sit back and wait for that ^^ |
# |
Sep 11th 2019, 10:49 |
dereuromark |
not any time soon^^ |
# |
Sep 11th 2019, 10:49 |
neon1024 |
@dereuromark Is doing that ;) |
# |
Sep 11th 2019, 10:46 |
spriz |
one should build a new tool that configure, run and compile results from ALL OF THE THINGS |
# |
Sep 11th 2019, 10:46 |
spriz |
phpmd, phpcpd, phpcs, phpstan, psalm - oh the choices! |
# |
Sep 11th 2019, 10:45 |
spriz |
These reports are actually quite nice: http://maven.apache.org/plugins/maven-checkstyle-plugin/project-reports.html Most of those can be built with PHP tools as well including at least pmd, checkstyle, cpd, javadoc, and sonar |
# |
Sep 11th 2019, 10:44 |
neon1024 |
One of those where they say it’s a bug because they expect it work differently to how they originally asked for it work |
# |
Sep 11th 2019, 10:44 |
spriz |
Aww! Good luck though! |
# |
Sep 11th 2019, 10:44 |
neon1024 |
Been given other things to work on now |
# |
Sep 11th 2019, 10:44 |
spriz |
like http://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle.html |
# |
Sep 11th 2019, 10:43 |
spriz |
Our previous Jenkins had nice HTML views for checkstyle.xml format @neon1024 - so something is out there! :) |
# |
Sep 11th 2019, 10:15 |
neon1024 |
@admad Yes, and thanks for the PR to add the `compact` output format! |
# |
Sep 11th 2019, 09:55 |
alexdd55976 |
man.. there are horrible communities around framework .... thanks guys for being the great guys |
# |
Sep 11th 2019, 09:28 |
admad |
Have you actually checked the output formats it supports? |
# |
Sep 11th 2019, 09:20 |
admad |
checkstyle is a standard format, so might be even able to find an existing xslt for it |
# |
Sep 11th 2019, 09:16 |
neon1024 |
Ah didn’t know you could style up XML, interesting |
# |
Sep 11th 2019, 09:14 |
admad |
XSL(T) |
# |
Sep 11th 2019, 09:13 |
slackebot |
!google XSL |
# |
Sep 11th 2019, 09:13 |
slackebot |
Command sent from Slack by neon1024: |
# |
Sep 11th 2019, 09:12 |
neon1024 |
What’s XSL? |
# |
Sep 11th 2019, 09:12 |
admad |
@neon1024 psalm can generate checkstyle xml. So slap on a XSL to it :) |