Thanks! Will check.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jun 15 2017
Jun 15 2017
aurelijus added a comment to T12124: Counterintuitive priority setting via maniphest.edit conduit call.
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
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.