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

remove debugger call in spec #5449

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
    kyliau 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 kyliau 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

    kyliau 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 kyliau committed May 8, 2020
    Configuration menu
    Copy the full SHA
    3fc9220 View commit details
    Browse the repository at this point in the history
  2. 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 kyliau committed May 8, 2020
    Configuration menu
    Copy the full SHA
    8e82835 View commit details
    Browse the repository at this point in the history
  4. 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 kyliau 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 kyliau 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

    kyliau committed May 13, 2020
    Configuration menu
    Copy the full SHA
    71771de View commit details
    Browse the repository at this point in the history
  2. 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 kyliau 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 Jun 16, 2020

  1. remove debugger

    aryehbeitz committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    372e2fa View commit details
    Browse the repository at this point in the history