-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Fix stack of undefined issue #5513
base: master
Are you sure you want to change the base?
Commits on Oct 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7999a08 - Browse repository at this point
Copy the full SHA 7999a08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0442e51 - Browse repository at this point
Copy the full SHA 0442e51View commit details
Commits on Jan 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for efe7fdd - Browse repository at this point
Copy the full SHA efe7fddView commit details -
fix(release): Pin CircleCI to Chrome v74
We can't upgrade the version of Selenium without transitioning off the control flow and breaking a bunch of people. Chrome v75 introduced the new W3C actions API. Unfortunately, we can't update to support that API without introducing other breakages, so v74 is the last version of Chrome that will work with Protractor 5. You can download a Chrome v74 snapshot from https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/638880/chrome-linux.zip You might also need to pass "--no-sandbox" flag to Chrome
Configuration menu - View commit details
-
Copy full SHA for d77731c - Browse repository at this point
Copy the full SHA d77731cView commit details -
fix(ci): Don't update webdriver in pretest
Doing this automatically means we can't pin the version of webdriver that we use in CI. Instead, we run update in the circle config.
Configuration menu - View commit details
-
Copy full SHA for faf0895 - Browse repository at this point
Copy the full SHA faf0895View commit details
Commits on Feb 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6c46098 - Browse repository at this point
Copy the full SHA 6c46098View commit details
Commits on Feb 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for eb1d0fc - Browse repository at this point
Copy the full SHA eb1d0fcView commit details
Commits on Apr 15, 2020
-
ci: Log sauce connect proxy to stdout, remove travis_wait, upgrade pr…
…oxy to 4.5.4 travis_wait is not needed if the sauce connect proxy logs are written to stdout. This makes debugging proxy problems from the CI logs much easier. This commit also updates the debugging command to use the `--doctor` flag. Other changes include: 1. Upgrade sauce-connect proxy from 4.4.1 to 4.5.4
Keen Yee Liau committedApr 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 162f9e5 - Browse repository at this point
Copy the full SHA 162f9e5View commit details
Commits on Apr 16, 2020
-
fix: security prototype pollution
Optimist has been deprecated over 2 years ago as has a security vulnerability. With this change we use it's successor `yargs`. Closes: angular#5413
Configuration menu - View commit details
-
Copy full SHA for 8b3ebf8 - Browse repository at this point
Copy the full SHA 8b3ebf8View commit details -
Keen Yee Liau committed
Apr 16, 2020 Configuration menu - View commit details
-
Copy full SHA for a0ffa9b - Browse repository at this point
Copy the full SHA a0ffa9bView commit details
Commits on May 8, 2020
-
fix: prototype Pollution vulnerability through outdated yargs package
BREAKING CHANGE: Node.Js version 6 and 8 are no longer supported. Please update to Node.Js 10+ Closes angular#5431
Configuration menu - View commit details
-
Copy full SHA for 3fc9220 - Browse repository at this point
Copy the full SHA 3fc9220View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1fe5f2 - Browse repository at this point
Copy the full SHA a1fe5f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e82835 - Browse repository at this point
Copy the full SHA 8e82835View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cdb978 - Browse repository at this point
Copy the full SHA 7cdb978View commit details -
refactor: remove debugger and explore methods
BREAKING CHANGE: Debugger and explore methods are not compatable with Node 8+. Use `debugger` keyword instead. See: https://goo.gl/MvWqFh
Configuration menu - View commit details
-
Copy full SHA for c281157 - Browse repository at this point
Copy the full SHA c281157View commit details -
refactor: use console.log instead of util.puts
utils.puts is no longer available in Node.JS 12
Configuration menu - View commit details
-
Copy full SHA for 9d2e18e - Browse repository at this point
Copy the full SHA 9d2e18eView commit details
Commits on May 13, 2020
-
Keen Yee Liau committed
May 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 71771de - Browse repository at this point
Copy the full SHA 71771deView commit details -
doc: update compatibility change with nodejs
Keen Yee Liau committedMay 13, 2020 Configuration menu - View commit details
-
Copy full SHA for c1e31e8 - Browse repository at this point
Copy the full SHA c1e31e8View commit details
Commits on May 14, 2020
-
fix: remove elementExplorer api and command line
Protractor debugger and element explorer cannot be used for Node.js 8+ and were removed in version 7.
Configuration menu - View commit details
-
Copy full SHA for df3dd64 - Browse repository at this point
Copy the full SHA df3dd64View commit details
Commits on May 14, 2021
-
Change Lu committed
May 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 10348fb - Browse repository at this point
Copy the full SHA 10348fbView commit details