- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Sep 3 2016
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
Testing a new build file skipping documentation for rNOTIF Continous integration and delivery purposes:
Build has FAILED
Build is green https://ci.nasqueron.org/job/test-notifications-phab/198/ for more details.
Build has FAILED
Rebased.
Sep 1 2016
Build is green https://ci.nasqueron.org/job/test-notifications-phab/195/ for more details.
Build is green https://ci.nasqueron.org/job/test-notifications-phab/194/ for more details.
The issue was a stale CI cache, and the fact php clear-compiled needs the application in good standing to work.
@Sandlayth created an account to fire notifications to our Mailgun domain, I created a route, so all is configured from our side.
Build has FAILED
Extract URL and link from text, tests are ok now.
abcdefg → abcdef
Build has FAILED
Use Mailgun facade defined in D640.