Log message #4202640

# At Username Text
# 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 :)
# Sep 11th 2019, 09:10 dereuromark dont have much docker experience yet :slightly_smiling_face:
# Sep 11th 2019, 09:07 neon1024 Although, for me at least, Docker does add some initial friction to getting results quickly
# Sep 11th 2019, 09:06 neon1024 phpmetrics I quite like actually, as it can show some nice insights
# Sep 11th 2019, 09:06 neon1024 Not sure how you feel about Docker, but it might make a collection of tools / pipeline more mobile in a container
# Sep 11th 2019, 09:05 neon1024 @dereuromark Did you see this? https://github.com/adamculp/php-code-quality
# Sep 11th 2019, 09:05 dereuromark we are using that mainly company internal for pre-release review, but I want to also leverage some tooling for my plugins mainly. especially with the 4.x upgrade of 20+ apps.
# Sep 11th 2019, 09:04 dereuromark I am working on some automation tooling in general, including phpstan, cs, and other things to be wrapped for plugin or app analysis.
# Sep 11th 2019, 09:02 neon1024 Or if I get really bored today, I might look at a PR to add HTML output
# Sep 11th 2019, 09:02 neon1024 Nevermind, I’ll just put up with the `compact` output on the CLI and do it a file at a time
# Sep 11th 2019, 09:01 neon1024 ;)
# Sep 11th 2019, 09:01 neon1024 Do you have a plugin for this?
# Sep 11th 2019, 09:01 neon1024 What frontend?
# Sep 11th 2019, 09:01 neon1024 queue?
# Sep 11th 2019, 09:01 neon1024 exec json?
# Sep 11th 2019, 09:01 neon1024 wat
# Sep 11th 2019, 08:59 dereuromark you can then also nicely group and stuff :slightly_smiling_face:
# Sep 11th 2019, 08:59 dereuromark what I meant is wrap the json output as exec() queue task and give it to frontend via GUI frontend
# Sep 11th 2019, 08:58 neon1024 Presumably it’s “Pull requests welcome”
# Sep 11th 2019, 08:58 neon1024 I’m looking for something like html code coverage
# Sep 11th 2019, 08:58 neon1024 Json doesn’t qualify, in my opinion, as visually appealing
# Sep 11th 2019, 08:57 neon1024 > parse one it’s outputs into something more visually appealing
# Sep 11th 2019, 08:56 neon1024 Yes, which gui is that?
# Sep 11th 2019, 08:55 dereuromark @neon1024 You can create one :slightly_smiling_face: --format=json and into a GUI for display
# Sep 11th 2019, 08:55 johnwayne thx @neon1024
# Sep 11th 2019, 08:46 neon1024 …or know a tool which could parse one it’s outputs into something more visually appealing
# Sep 11th 2019, 08:45 neon1024 Anyone know if Psalm can generate a nice HTML?
# Sep 11th 2019, 08:44 neon1024 When I set the cookie lifetime using the ini setting here, it reduced the timeout to mere minutes. Removing it has fixed my session timeout
# Sep 11th 2019, 08:44 slackebot <neon1024>
# Sep 11th 2019, 08:44 neon1024 @johnwayne I just added a timeout config for my session
# Sep 11th 2019, 08:38 dereuromark session and especially cookie life time increase
# Sep 11th 2019, 08:36 johnwayne Morning, is there any way to increase time for automatic logout during inactivity time? Now, if the user is `15+` min is inactive, he is automatically logged out and getting info `You are not authorized to access that location`