[ 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 16 2016
Sep 11 2016
Sep 5 2016
Sep 4 2016
Sep 3 2016
Works correctly now.
Can't repro on an empty folder:
Sep 2 2016
#!/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:
Sep 1 2016
@Sandlayth created an account to fire notifications to our Mailgun domain, I created a route, so all is configured from our side.
Aug 31 2016
Aug 28 2016
Aug 24 2016
Per T984.
We'll start with inline JSON and we'll advise when new formats pop. JSON is more and more universal.
Aug 23 2016
Needed at operations level by D372.
Per D629, groupsMapping / projectsMapping / repositoryMapping becomes map, to get a common basis.
Current status: we've all the code ready.
Aug 21 2016
Aug 20 2016
Next step is to provide a configuration with:
- the mapping job/project
- emulate what we would need at Jenkins plugin level: only fire notifications on job failed
Aug 19 2016
Aug 18 2016
According Bradipo from Freenode tcl channel, parsing is okay (and produces a correct dict) with json 1.3.3.
JSON makes a lot of sense, there is no need to parse twice a JSON payload, once for our notification format, once for the source payload.
Aug 17 2016
According Bradipo from TCL, parsing is okay (and produces a correct dict) with json 1.3.3.
According Bradipo from TCL, parsing is okay (and produces a correct dict) with json 1.3.3.
Currently, D347 is, as far as I know, the first piece of code consuming raw content.
Aug 16 2016
The error occurs at the JSON parser level, invoked by json::json2dict $payload in get_image_from_docker_payload proc.