-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update server to Node 8 #1543
Update server to Node 8 #1543
Conversation
Squashed commit: [f6cdac8] Oops, forgot server does not work in Node 9 [3046d79] Clear some more build errors [dbd12fc] Get lint passing with async/await [0a2deeb] Remove unneeded load-logos changes [1b9ae44] Code review comments, and add basic unit test [1593ea0] New API for registering services - v2
# Conflicts: # .travis.yml # package.json
- Adjust test grouping - Rename data -> queryParams, text -> message
Thanks!
Yea, that's what I'm feeling. IIRC there were some conflicts which would have to be solved again. I guess we could also squash. In the end, this is a pretty small diff. |
Generated by 🚫 dangerJS |
# Conflicts: # package.json
I need to reinstall Docker to build these images. This is going to fail in CI until I can do that.
Let's track the opens in #1358. |
I just got word that the production servers are running Node 9.4.0! This is awesome!
Let's get our new service framework merged so we can plunge ahead with #1358.
Todos before merging (deploy blockers = merge blockers):
isValidStyle
https://circleci.com/gh/badges/shields/2840Todos after:
services/appveyor/appveyor.js
(exports one or more services)services/appveyor/appveyor.tester.js
(exports a ServiceTester)services/appveyor/appveyor.spec.js
(describe()
's andit()
's for the helper functions, if any)check-node-version
flagsAnything we should add?
Also, I'm assuming we will merge this using a regular merge workflow to keep the history. Alternatively we could rebase this first, with a new, cleaner history. That'll be a bit of work, though. Thoughts?