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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular/protractor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5d29112
Choose a base ref
...
head repository: angular/protractor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a0ffa9b
Choose a head ref
  • 10 commits
  • 16 files changed
  • 3 contributors

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: #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
Loading