Skip to content
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

Create 10.x branch for node < 6 users (NOT LTS) #179

Merged
merged 22 commits into from
Dec 20, 2016
Merged

Conversation

sjelin
Copy link
Contributor

@sjelin sjelin commented Dec 16, 2016

This PR does not indicate any LTS plans for node < 6

We've had a few useful features come in since we broke off from node < 6, and it would probably make our lives easier to do another 10.x release with those features merged in. This PR cherry-picks all the commits except for c16bf90, and also adds one new commit entitled chore(npm version warnings): npm needs to be >= 3.0 to install appium >= 1.6 (which needs review). I have verified that npm test works on ubuntu with [email protected] and [email protected].

Our CI isn't configured for 10.x releases so ignore that. Same with the CLA

eddiemonge and others added 2 commits November 15, 2016 22:54
…#145)

Removes the editor specific files from the published files
…lar#144)

Otherwise we’ll won’t terminate until the whole file was downloaded, even though we don’t need it.
@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm.

1 similar comment
@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm.

},
"engines": {
"node": ">=4",
"npm": ">=3"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cnishina is this a breaking change? I can just remove this bit if it is

@cnishina
Copy link
Member

Should we include these? These were written for ES6 promises:

@sjelin
Copy link
Contributor Author

sjelin commented Dec 17, 2016

I don't see a good reason not too? They run in node 4.7.0 at least

@sjelin
Copy link
Contributor Author

sjelin commented Dec 20, 2016

Commits removed

sjelin and others added 15 commits December 20, 2016 11:39
…he level of output (angular#156)

I added the `--quiet` flag for cases like:
`webdriver-manager start --detach; ./tests.sh; webdriver-manager shutdown`
where currently the selenium server output will get mixed in with other output.

I also added the `--verbose` flag for `webdriver-manager update` in case you *really* wanted to
see all the output which gets eaten by using `--android-accept-licenses`.
… already off (angular#162)

When scripting, you might want to defensively run a `shutdown` command.  If the shutdown fails because the server is already off, you don't care.  If it fails for another reason, you do care.
So I made trying to shutdown a server which is already off just a warning.  I added a flag in case you want the old behavior though.
The default was x86-64, but x86 cannot be emulated on ARM.  This makes more sense
…ling (angular#161)

Before, we were just waiting for the emulator to be running, rather than waiting for the OS to be
booted up and ready to instance chrome.

While I was doing that I moved some stuff into `lib/utils.ts` since I felt like too much of
`lib/cmds/start.ts` was being devoted to this one feature.

Also closes angular#166
Travis only runs a subset of tests via `npm run test_travis`, but `npm test` runs a full suite.
See angular#165 for details on why travis cannot run
all tests.
- version 10.2.9 unpublished from npm and tag removed from github
  due to breaking change with requiring node 6 LTS

closes angular#170
cnishina and others added 5 commits December 20, 2016 11:56
…ular#175)

- Recently a new version of the chrome-driver has been released (v2.26). It includes a lot of fixes for the latest Chrome version.

  https://sites.google.com/a/chromium.org/chromedriver/downloads
… >= 1.6

This should have been done a while ago, but I guess I didn't notice.
This is a non-issue for master, since we require node >= 6 there.
@sjelin
Copy link
Contributor Author

sjelin commented Dec 20, 2016

Ok, this time for real, no es6 promises

@sjelin sjelin merged commit 702ed27 into angular:10_x Dec 20, 2016
@sjelin sjelin deleted the 10.x branch December 20, 2016 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants