User Details
User Details
- User Since
- Mar 26 2012, 12:50 PM (660 w, 3 d)
- Availability
- Available
Jun 15 2017
Jun 15 2017
aurelijus added a comment to T12124: Counterintuitive priority setting via maniphest.edit conduit call.
Thanks! Will check.
Jun 3 2017
Jun 3 2017
aurelijus awarded T12785: Arc unit command fails with PHPUnit 6 a Like token.
Jan 20 2017
Jan 20 2017
Jan 19 2017
Jan 19 2017
Jan 9 2017
Jan 9 2017
aurelijus added a comment to T12081: "Unable to establish a connection to any database host" via ssh git push.
First thing to check is if your DB configs are in /conf/local/local.json, I went through the same issue, because my mysql configs where in /conf/custom/myconfig.php and for some reason newer versions of phabricator do not evaluate PHABRICATOR_ENV properly. So basically run
May 26 2014
May 26 2014
aurelijus added a comment to D9034: PHPCS supports reading from stdin..
The problem with this diff is that it actually breaks some functionality within phpcs ruleset, e.g. it no longer can follow exclude-pattern setting for specific standards. Maybe it would make sense to use configuration to define should phpcs be used with stdin, or not? Currently the only workaround I see for this is setting every rule in .arclint with different flags instead of using usual ruleset.xml, but that would be a mess.