[ Set status as Resolved, as the original issue was a correct issue to solve. The fact we can't repro doesn't mean it was invalid at writing time, but the issue was solved, for example by a caching invalidation on Packagist side. ]
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sep 3 2016
Works correctly now.
Can't repro on an empty folder:
[ High priority as that's have a slight but very annoying for stability impact on code using the library as a long term runtime lifecycle. This doesn't really affect scripts connecting once, getting message, disconencting. ]
Sep 2 2016
EOL-at-EOF
Double space → single space in class declarations.
Notifications center uses the raw post data, through Symfony Request object's getContent method.
Each DockerHub payload have its own analyzer class.
Edit: wasn't rebased actually.
Improve phabricator-build target.
#!/usr/bin/env bash if [[ "$@" =~ "--no-coverage" ]]; then OPTS="" else OPTS="-c /opt/php-xdebug.ini" fi php $OPTS /opt/phpunit.phar $@
On CI container slaves, I suggest, we disable XDebug by default, and wrap phpunit to use a configuration file with XDebug:
Total time: 4 minutes 20 seconds
$ mkdir /opt/php-devel-utilities $ cd /opt/php-devel-utilities $ wget https://phar.phpunit.de/phpcpd.phar $ wget https://phar.phpunit.de/phploc.phar $ wget http://phpdox.de/releases/phpdox.phar $ wget http://static.pdepend.org/php/latest/pdepend.phar $ wget http://static.phpmd.org/php/latest/phpmd.phar $ chmod +x *.phar $ ln -s /opt/php-devel-utilities/phpcpd.phar /usr/local/bin/phpcpd $ ln -s /opt/php-devel-utilities/phploc.phar /usr/local/bin/phploc $ ln -s /opt/php-devel-utilities/phpdox.phar /usr/local/bin/phpdox $ ln -s /opt/php-devel-utilities/pdepend.phar /usr/local/bin/pdepend $ ln -s /opt/php-devel-utilities/phpmd.phar /usr/local/bin/phpmd
Removing everything excepted phpcs:
phpcs is up to date but the Sebastien Bergmann packages aren't really maintained to an usable version:
Through packages
Testing a new build file skipping documentation for rNOTIF Continous integration and delivery purposes:
Rebased.
Sep 1 2016
The issue was a stale CI cache, and the fact php clear-compiled needs the application in good standing to work.