[ 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
All Stories
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
Build is green https://ci.nasqueron.org/job/test-notifications-phab/207/ for more details.
Build is green https://ci.nasqueron.org/job/test-notifications-phab/206/ for more details.
Double space → single space in class declarations.
Notifications center uses the raw post data, through Symfony Request object's getContent method.
Build is green https://ci.nasqueron.org/job/test-notifications-phab/205/ for more details.
Each DockerHub payload have its own analyzer class.
Build is green https://ci.nasqueron.org/job/test-notifications-phab/204/ for more details.
Edit: wasn't rebased actually.
Build is green https://ci.nasqueron.org/job/test-notifications-phab/202/ for more details.
Build is green https://ci.nasqueron.org/job/test-notifications-phab/201/ for more details.
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:
Build is green https://ci.nasqueron.org/job/test-notifications-phab/200/ for more details.
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