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

Merge 'master' #556

Open
wants to merge 74 commits into
base: 488-backend-authentication
Choose a base branch
from
Open

Merge 'master' #556

wants to merge 74 commits into from

Commits on Aug 14, 2018

  1. Configuration menu
    Copy the full SHA
    0be1832 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    245fec6 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. login_form_selector update

    Taylor Will committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    b3f239c View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Add gherkin-lint to the build process.

    - Fixes #504
    - Fixes inconsistencies in the `.feature` files included for testing.
    jhedstrom committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    a9e16b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Merge pull request #505 from jhedstrom/504-gherkin-lint

    Add gherkin-lint to the build process.
    jhedstrom committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    c4cee77 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Fix coding standards.

    - Fixes #507
    - Pins coder to 8.2.x as 8.3.x has issues.
    jhedstrom committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    5a797b7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #508 from jhedstrom/507-phpcs-fixes

    Fix coding standards.
    jhedstrom committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    5059eb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Configuration menu
    Copy the full SHA
    a5addfa View commit details
    Browse the repository at this point in the history
  2. Add a test.

    pfrenssen committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    3cc5802 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Configuration menu
    Copy the full SHA
    d6fcacd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #511 from jhedstrom/support-d7-php71

    Start supporting Drupal 7 on PHP 7.1
    jhedstrom committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    2d98cc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. Support PHP 5.5.

    pfrenssen committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    686877e View commit details
    Browse the repository at this point in the history
  2. Start testing on PHP 7.2.

    pfrenssen committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    1ddcaee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c20e091 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a71990 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

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

Commits on Oct 17, 2018

  1. Merge pull request #499 from openeuropa/GH-498

    GH-498 - Fixing ConfigContext backup strategy.
    jhedstrom committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    3e2cfb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Merge pull request #516 from jhedstrom/warn-invalid-message-table

    Warn users when the message table is not correctly formatted
    pfrenssen committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    e8c4896 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Merge pull request #512 from jhedstrom/test-php-72

    Start testing on PHP 7.2
    pfrenssen committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    e553d91 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #510 from jhedstrom/tagtrait

    Provide TagTrait to replace ScenarioTagTrait.
    jhedstrom committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    156fb90 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #514 from jonpugh/patch-2

    Add a note about the need to remove the entries in behat.yml to use BEHAT_PARAMS
    
    Signed-off-by: Jonathan Hedstrom <jhedstrom@gmail.com>
    jhedstrom committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    6654a01 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Merge pull request #502 from trwill/patch-1

    RawDrupalContext::loggedIn() can return false positive
    jhedstrom committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    feed003 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8bb5b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Merge pull request #520 from jhedstrom/519-php72

    Remove patch to Features module that has been committed.
    jhedstrom committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    dd734e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Update composer path.

    - Also retry on composer install which is prone to memory issues.
    jhedstrom committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    7f3b388 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #522 from jhedstrom/fix-tests

    Update composer path.
    jhedstrom committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    9c6d78c View commit details
    Browse the repository at this point in the history
  3. Corresponding list handler fixes for the Drupal Driver.

    - Changes to test compatiblity with jhedstrom/DrupalDriver#168
    jhedstrom committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    5047552 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Merge pull request #521 from jhedstrom/string-handlers

    Corresponding list handler fixes for the Drupal Driver.
    jhedstrom committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    9df20de View commit details
    Browse the repository at this point in the history
  2. Prep for Beta 2.

    jhedstrom committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    3836ccb View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

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

Commits on Feb 4, 2019

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

Commits on Feb 5, 2019

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

Commits on Feb 6, 2019

  1. Throw a helpful exception if the AJAX timeout is missing due to a com…

    …mon mistake in the configuration.
    pfrenssen committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    7c7c9a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dcf503 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f6ed6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3db9fc View commit details
    Browse the repository at this point in the history
  5. Merge pull request #527 from idimopoulos/assert_not_region_button

    Provide a step to check that a button is not in a region.
    pfrenssen committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    be7f3c5 View commit details
    Browse the repository at this point in the history
  6. Update changelog.

    pfrenssen committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    2938b26 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Configuration menu
    Copy the full SHA
    dbb2a0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #528 from jhedstrom/throw-helpful-exception-for-aj…

    …ax-timeout
    
    Throw a helpful exception if the AJAX timeout is missing
    jhedstrom committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    79d2294 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #523 from digitole/add-custom-login-url

    Adding the option to specify a custom login/logout path in your behat.yml
    jhedstrom committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    d117c1a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Prep for 4.0.0.

    jhedstrom committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    94d3967 View commit details
    Browse the repository at this point in the history
  2. Drupal 8 now requires PHP 7 or greater.

    - Closes #541
    jhedstrom committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    901ddcc View commit details
    Browse the repository at this point in the history
  3. Pin symfony/translation to v3.4

    - Fixes compatibility issue with 4.0
    jhedstrom committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    59c8eca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e08e1af View commit details
    Browse the repository at this point in the history
  5. Fix typo in browser-kit.

    jhedstrom committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    23f8657 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1a3834 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ff3897 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Merge pull request #542 from jhedstrom/541-dont-test-php-5.6

    Drupal 8 now requires PHP 7 or greater.
    jhedstrom committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    5702213 View commit details
    Browse the repository at this point in the history
  2. Remove Zombie JS from Travis.

    - Adds gherkin-lint to feature files on Travis
    - Adds a Contributing section to the README
    - Removes zombie js testing
    - Closes #545
    - Closes #544
    - Closes #543
    jhedstrom committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    4c8565e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64582d5 View commit details
    Browse the repository at this point in the history
  4. Remove remaining JS steps.

    jhedstrom committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    019cd97 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #546 from jhedstrom/545-remove-zombie

    Remove Zombie JS from Travis CI
    jhedstrom committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    fdbcfa4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. SnippetAcceptingContext is depreacted.

    - Closes #537
    jhedstrom committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    c8f1ff6 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG for #537.

    jhedstrom committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    2e16801 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #547 from jhedstrom/537-snippet-context-deprecated

    SnippetAcceptingContext is deprecated.
    jhedstrom committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    6445a99 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Configuration menu
    Copy the full SHA
    e9a1cb2 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.

    jhedstrom committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    7ce2f79 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Configuration menu
    Copy the full SHA
    75993f1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #548 from jhedstrom/518-deprecate-subcontexts

    Deprecate subcontexts in Drupal Behat Extension 4.0.0.
    jhedstrom committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    a23b102 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66075e8 View commit details
    Browse the repository at this point in the history
  4. Prep for 4.0 rc1.

    jhedstrom committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    8cae9da View commit details
    Browse the repository at this point in the history
  5. More prep for rc1.

    jhedstrom committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    3e45831 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Fix release link to v4 rc1.

    jhedstrom committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    6b18f32 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #540 from jhedstrom/prep-4.0

    Prep for 4.0.0.
    jhedstrom committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    145e661 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Prep for 4.0.0.

    jhedstrom committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    4bd6105 View commit details
    Browse the repository at this point in the history
  2. Fix travis.

    jhedstrom committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    907c1c1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #550 from jhedstrom/prep-4.0.0

    Prep for 4.0.0.
    jhedstrom committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    01bb922 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a2395e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Configuration menu
    Copy the full SHA
    cc333bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9f3b2c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #553 from jhedstrom/552-remove-event-dispatcher

    Remove requirement for specific event dispatcher.
    jhedstrom committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    9bb23a0 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.

    Signed-off-by: Jonathan Hedstrom <jhedstrom@gmail.com>
    jhedstrom committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    6b3664a View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

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