Compiled and already available at CLI.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Dec 20 2016
Upgrade curl
Dec 20 13:48:23 ysul pkg: curl upgraded: 7.51.0_3 -> 7.51.0_4
At the very end of the compilation:
- refactor config:show command to be only a controller to output a CLI view:
- create a class to query configuration information
- consume this class from the config:show code
- offer a web view from the configuration as a JSON document
- consider if it's more simple to offer a POST route to submit an expected config payload to answer VALID/INVALID instead
- ensure we can easily detect "projects map is not cached" issue
I'm compiling PHP 7.1.0 on Ysul.
Build has FAILED
Rebased against master. Jenkins will still try this on a PHP 5.2 container (see T625), so tests are expected to fail.
In D747#11484, @dereckson wrote:Virtually complete, but let's see if we can add labels.
nasqueron/nginx-php7-fpm image created in rDPHPVIIFPM.
There are still nice to have, but we have used this all the year with correct results.
Added to current sprint, as it's about QA.
After 4 months in the green without new real issues, we can consider this done.
Improved in rDPHPFPM4d812fd6d394.
always_populate_raw_post_data has been removed in PHP 7, no need to disable it anymore.
Dec 19 2016
Build is green https://ci.nasqueron.org/job/test-notifications-phab/222/ for more details.
Virtually complete, but let's see if we can add labels.
Build is green https://ci.nasqueron.org/job/test-notifications-phab/221/ for more details.
Okay, make test gives all test passing, excepted one marked in testing code as expected to fail:
New GPG key for PHP 7.1: A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0
Speaking about credit, the relations diagram author is Mike Bostock.
phabricator-files-for-zed.nasqueron.org. 86400 IN CNAME code.zed.dereckson.be.
So this was a type bug in the test: we returned a Mockery\CompositeExpectation instance, and not a relevant APIClient class.
Build has FAILED
Whitespace issue, use APIClient
Build has FAILED