Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Fix stack of undefined issue #5513

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    7999a08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0442e51 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    efe7fdd View commit details
    Browse the repository at this point in the history
  2. 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
    heathkit committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    d77731c View commit details
    Browse the repository at this point in the history
  3. 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.
    heathkit committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    faf0895 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    6c46098 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    eb1d0fc View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. 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 committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    162f9e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. 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
    alan-agius4 authored and Keen Yee Liau committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    8b3ebf8 View commit details
    Browse the repository at this point in the history
  2. release: 5.4.4

    Keen Yee Liau committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    a0ffa9b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. 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
    alan-agius4 authored and Keen Yee Liau committed May 8, 2020
    Configuration menu
    Copy the full SHA
    3fc9220 View commit details
    Browse the repository at this point in the history
  2. ci: update tests to run on Node 10 and 12

    alan-agius4 authored and Keen Yee Liau committed May 8, 2020
    Configuration menu
    Copy the full SHA
    a1fe5f2 View commit details
    Browse the repository at this point in the history
  3. build: update webdriver-manager

    alan-agius4 authored and Keen Yee Liau committed May 8, 2020
    Configuration menu
    Copy the full SHA
    8e82835 View commit details
    Browse the repository at this point in the history
  4. build: update several dev packages that have security issues

    alan-agius4 authored and Keen Yee Liau committed May 8, 2020
    Configuration menu
    Copy the full SHA
    7cdb978 View commit details
    Browse the repository at this point in the history
  5. 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
    alan-agius4 authored and Keen Yee Liau committed May 8, 2020
    Configuration menu
    Copy the full SHA
    c281157 View commit details
    Browse the repository at this point in the history
  6. refactor: use console.log instead of util.puts

    utils.puts is no longer available in Node.JS 12
    alan-agius4 authored and Keen Yee Liau committed May 8, 2020
    Configuration menu
    Copy the full SHA
    9d2e18e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. release: 7.0.0

    Keen Yee Liau committed May 13, 2020
    Configuration menu
    Copy the full SHA
    71771de View commit details
    Browse the repository at this point in the history
  2. doc: update compatibility change with nodejs

    Keen Yee Liau committed May 13, 2020
    Configuration menu
    Copy the full SHA
    c1e31e8 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. 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.
    alan-agius4 authored and Keen Yee Liau committed May 14, 2020
    Configuration menu
    Copy the full SHA
    df3dd64 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Fix stack of undefined issue

    Change Lu committed May 14, 2021
    Configuration menu
    Copy the full SHA
    10348fb View commit details
    Browse the repository at this point in the history