Commit Graph

198 Commits

Author SHA1 Message Date
Kamil Kokot
87f6ba4e77 Merge branch '2.0'
* 2.0:
  Generate changelog for v2.0.6
2019-03-15 15:39:27 +01:00
Kamil Kokot
c22e21b724 Generate changelog for v2.0.6 2019-03-15 15:39:06 +01:00
Kamil Kokot
0310c16132 Post-upmerge fixes 2019-03-15 15:38:00 +01:00
Kamil Kokot
6170d09b42 Merge branch '2.0'
* 2.0:
  Fix bug preventing changes of Mink default session service
2019-03-15 15:37:04 +01:00
Kamil Kokot
810c95f7f5 bug #74 Fix bug preventing changes of Mink default session service (pamil)
This PR was merged into the 2.0 branch.

Discussion
----------

Fixes #73.

Commits
-------

01fe9425a1 Fix bug preventing changes of Mink default session service
2019-03-15 15:36:39 +01:00
Kamil Kokot
01fe9425a1 Fix bug preventing changes of Mink default session service 2019-03-15 15:21:36 +01:00
Kamil Kokot
8d554a8a32 Merge branch '2.0'
* 2.0:
  Generate changelog for v2.0.4 and v2.0.5
  Allow accessing a context in another context
2019-03-04 14:14:22 +01:00
Kamil Kokot
e06ac7d0ab Generate changelog for v2.0.4 and v2.0.5 2019-03-04 14:13:40 +01:00
Kamil Kokot
8ff5d1b0a4 bug #72 Allow accessing a context in another context (pamil)
This PR was merged into the 2.0 branch.

Discussion
----------

Fixes #71.

Commits
-------

13d64ca7cb Allow accessing a context in another context
2019-03-04 14:11:38 +01:00
Kamil Kokot
13d64ca7cb Allow accessing a context in another context 2019-03-04 13:32:16 +01:00
Kamil Kokot
477ee0fbcf feature #69 Expose the Mink service (pamil)
This PR was merged into the 2.1-dev branch.

Discussion
----------

Closes #61.

Commits
-------

d61600f563 Expose the Mink service
2019-02-15 13:23:31 +01:00
Kamil Kokot
d61600f563 Expose the Mink service 2019-02-13 17:02:21 +01:00
Kamil Kokot
6af8d09e9b Merge branch '2.0'
* 2.0:
  Apply suggestions from code review
  Refactor our environment handler to decorate the original one
  Add more sanity checks
  Add tests for context initializers
  Add support for class resolvers
2019-02-13 12:41:16 +01:00
Kamil Kokot
b20eacd2b2 bug #68 Better compatibility with Behat itself (pamil, alanpoulain)
This PR was merged into the 2.0 branch.

Discussion
----------

Fixes #56.

If passed context identifier is a Symfony service, it's handled by our custom logic. If it's not, it's handled by default Behat logic.

Commits
-------

cd792704fa Add support for class resolvers
9e9529c320 Add tests for context initializers
d74cd251d5 Add more sanity checks
c54c581e74 Refactor our environment handler to decorate the original one
8a972b5b48 Apply suggestions from code review
2019-02-13 12:39:09 +01:00
Alan Poulain
8a972b5b48 Apply suggestions from code review
Co-Authored-By: pamil <kamil@kokot.me>
2019-02-13 12:29:55 +01:00
Kamil Kokot
c54c581e74 Refactor our environment handler to decorate the original one 2019-02-13 00:38:07 +01:00
Kamil Kokot
d74cd251d5 Add more sanity checks 2019-02-12 23:42:41 +01:00
Kamil Kokot
9e9529c320 Add tests for context initializers 2019-02-12 23:06:19 +01:00
Kamil Kokot
cd792704fa Add support for class resolvers 2019-02-12 22:56:42 +01:00
Kamil Kokot
ecdf18495f Merge branch '2.0'
* 2.0:
  Generate changelog for v2.0.3
2019-02-07 12:55:35 +01:00
Kamil Kokot
0ac8f19eff Generate changelog for v2.0.3 2019-02-07 12:54:10 +01:00
Kamil Kokot
dbec6d3466 Merge branch '2.0'
* 2.0:
  Revert mink parameters autoconfiguration
  Fix typo
2019-02-07 12:51:51 +01:00
Kamil Kokot
a8b7614b4f bug #66 Revert mink parameters autoconfiguration (pamil)
This PR was merged into the 2.0 branch.

Discussion
----------

According to #63 and #54, it looks like the way we used autoconfiguration to bind `$minkParameters` variable was abusing the Symfony's Dependency Injection API and is not officially supported. I'm removing that possibility, because it's very unstable and prevents library adoption.

Commits
-------

717c869ad6 Revert mink parameters autoconfiguration
2019-02-07 12:50:56 +01:00
Kamil Kokot
717c869ad6 Revert mink parameters autoconfiguration 2019-02-07 11:58:17 +01:00
Kamil Kokot
c531f0b724 minor #64 Fix typo (rogamoore)
This PR was merged into the 2.0 branch.

Discussion
----------

Just a typo fix :)

Commits
-------

0e82eedc1c Fix typo
2019-02-07 11:33:02 +01:00
rogamoore
0e82eedc1c Fix typo 2019-02-07 11:28:28 +01:00
Kamil Kokot
6e63138f6d Merge branch '2.0'
* 2.0:
  Remove GitHub Actions for now
2019-01-30 17:39:02 +01:00
Kamil Kokot
44bbee3dc2 Remove GitHub Actions for now 2019-01-30 17:38:45 +01:00
Kamil Kokot
bc45b429a4 Merge branch '2.0'
* 2.0:
  Test some GitHub Actions (PHPStan)
2019-01-30 17:36:08 +01:00
Kamil Kokot
4e62f3929b Test some GitHub Actions (PHPStan) 2019-01-30 17:35:20 +01:00
Kamil Kokot
25a20267ba Merge branch '2.0'
* 2.0:
  Add changelog for v2.0.2
  Fix support for context initializers
  Add support for PHP 7.3
2019-01-30 17:27:08 +01:00
Kamil Kokot
76dd0a3be0 refactor #60 Remove support for Symfony 4.1 as it's EOLed (pamil)
This PR was merged into the 2.0-dev branch.

Discussion
----------

This targets the master branch, the future `v2.1.0` release.

Commits
-------

3ea5acb867 Remove support for Symfony 4.1 as it's EOLed
2019-01-30 17:26:44 +01:00
Kamil Kokot
f615b310c1 Add changelog for v2.0.2 2019-01-30 17:24:17 +01:00
Kamil Kokot
5f3c1b7ff4 bug #57 Fix support for context initializers (pamil)
This PR was merged into the 2.0 branch.

Discussion
----------

Fixes #56.

Commits
-------

394b9abdfc Fix support for context initializers
2019-01-30 17:22:18 +01:00
Kamil Kokot
ebb6577b3a bug #58 Add support for PHP 7.3 (pamil)
This PR was merged into the 2.0 branch.

Discussion
----------



Commits
-------

933f091bee Add support for PHP 7.3
2019-01-30 17:21:52 +01:00
Kamil Kokot
3ea5acb867 Remove support for Symfony 4.1 as it's EOLed 2019-01-30 17:12:42 +01:00
Kamil Kokot
09ba322bdf Merge branch '2.0'
* 2.0:
  Fix Symfony 4.1 build
2019-01-30 17:11:25 +01:00
Kamil Kokot
394b9abdfc Fix support for context initializers 2019-01-30 17:10:20 +01:00
Kamil Kokot
933f091bee Add support for PHP 7.3 2019-01-30 17:10:03 +01:00
Kamil Kokot
c3e1a47e63 bug #59 Fix Symfony 4.1 build (pamil)
This PR was merged into the 2.0 branch.

Discussion
----------



Commits
-------

d7e935ecde Fix Symfony 4.1 build
2019-01-30 17:09:36 +01:00
Kamil Kokot
d7e935ecde Fix Symfony 4.1 build 2019-01-30 17:02:43 +01:00
Kamil Kokot
50f9a39cce Merge branch '2.0'
* 2.0:
  Add changelog for v2.0.1
  Require symfony/dependency-injection ^3.4.10|^4.1
2019-01-24 11:13:59 +01:00
Kamil Kokot
460283a02b Add changelog for v2.0.1 2019-01-24 11:13:15 +01:00
Kamil Kokot
c86809aabe bug #55 Require symfony/dependency-injection ^3.4.10|^4.1 (pamil)
This PR was merged into the 2.0 branch.

Discussion
----------

Related to #54.

Commits
-------

cdf53ec44c Require symfony/dependency-injection ^3.4.10|^4.1
2019-01-24 11:09:05 +01:00
Kamil Kokot
cdf53ec44c Require symfony/dependency-injection ^3.4.10|^4.1 2019-01-23 12:28:10 +01:00
Kamil Kokot
690a9bb8b1 Change branch alias to 2.1 2019-01-21 15:37:49 +01:00
Kamil Kokot
0b9f2bde95 minor #53 Clean up the bundle's extension (pamil)
This PR was merged into the 2.0-dev branch.

Discussion
----------



Commits
-------

3e1da228d0 Clean up the bundle's extension
2019-01-21 15:35:38 +01:00
Kamil Kokot
3e1da228d0 Clean up the bundle's extension 2019-01-21 15:24:49 +01:00
Kamil Kokot
52583ab9d2 Upgrade PHPStan to v0.11 2019-01-21 14:16:18 +01:00
Kamil Kokot
7594822139 Add upgrade instructions 2019-01-21 13:58:12 +01:00