Kamil Kokot
0ac8f19eff
Generate changelog for v2.0.3
2019-02-07 12:54:10 +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
44bbee3dc2
Remove GitHub Actions for now
2019-01-30 17:38:45 +01:00
Kamil Kokot
4e62f3929b
Test some GitHub Actions (PHPStan)
2019-01-30 17:35:20 +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
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
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
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
Kamil Kokot
cb80608001
Polish the docs
2019-01-21 13:27:07 +01:00
Kamil Kokot
970c84545b
Reogranise documentation filenames
2019-01-21 13:11:01 +01:00
Kamil Kokot
5c44606840
Remove Jekyll config
2019-01-21 13:09:45 +01:00
Kamil Kokot
0cb6404558
Add an index to the docs
2019-01-21 13:06:43 +01:00
Kamil Kokot
cc4b123b6a
minor #52 Render docs on GitHub Pages (pamil)
...
This PR was merged into the 2.0-dev branch.
Discussion
----------
Commits
-------
d7fa44a328 Render docs on GitHub Pages
2019-01-21 13:02:08 +01:00
Kamil Kokot
d7fa44a328
Render docs on GitHub Pages
2019-01-21 12:59:52 +01:00
Kamil Kokot
578427d0a6
feature #51 Provide documentation for SymfonyExtension v2 (pamil)
...
This PR was merged into the 2.0-dev branch.
Discussion
----------
Commits
-------
b5e6348a3a Provide documentation for SymfonyExtension v2
2019-01-21 12:57:04 +01:00
Kamil Kokot
b5e6348a3a
Provide documentation for SymfonyExtension v2
2019-01-18 17:28:31 +01:00
Kamil Kokot
237cbac77e
Create docs directory
2019-01-18 15:00:36 +01:00
Kamil Kokot
29be3f13cd
Set theme jekyll-theme-minimal
2019-01-18 14:57:33 +01:00
Kamil Kokot
736e0d9c1d
Remove notice when checking if fallback to test env is needed
2019-01-16 22:42:20 +01:00
Kamil Kokot
21ff71cc93
bug #50 Fallback to the "test" environment if no server/env variable is set (pamil)
...
This PR was merged into the 2.0-dev branch.
Discussion
----------
Commits
-------
de59f04531 Fallback to the "test" environment if no server/env variable is set
2019-01-16 22:35:56 +01:00
Kamil Kokot
de59f04531
Fallback to the "test" environment if no server/env variable is set
2019-01-16 22:28:49 +01:00
Kamil Kokot
f85dfc0962
Merge pull request #49 from pamil/bug-with-bootstrap-variables
...
Allow "APP_ENV" and "APP_DEBUG" server/env variables set in bootstrap to affect kernel arguments
2019-01-16 21:38:26 +01:00
Kamil Kokot
f736a4aaf1
Allow "APP_ENV" and "APP_DEBUG" server/env variables set in bootstrap to affect kernel arguments
2019-01-16 21:30:11 +01:00
Kamil Kokot
b6b9cec437
feature #48 Allow to configure kernel using server & env variables (pamil)
...
This PR was merged into the 2.0-dev branch.
Discussion
----------
The feature is described in feature files, the resolution priority is:
- Behat configuration
- SERVER variable
- ENV variable
- default hardcoded value
In the case of Sylius, it would allow us to get rid of `cached` profile and depend on APP_ENV settings only, resulting in less configuration to maintain.
Commits
-------
39cdb2074a Allow to configure kernel using server & env variables
2019-01-16 17:30:07 +01:00
Kamil Kokot
39cdb2074a
Allow to configure kernel using server & env variables
2019-01-16 17:19:36 +01:00
Łukasz Chruściel
bae9a26443
Merge pull request #45 from pamil/configuration-on-steroids
...
Configuration for kernel and bootstrap file & user-friendly autodiscovery
2019-01-11 13:41:48 +01:00
Mateusz Zalewski
3e448981d7
minor #44 Test: Using context by its service id (pamil)
...
This PR was merged into the 2.0-dev branch.
Discussion
----------
Commits
-------
3c91f0af7d Test: Using context by its service id
2019-01-11 11:37:10 +01:00
Kamil Kokot
f3c8aba42f
Fix version rendering in readme
2019-01-11 00:33:11 +01:00
Kamil Kokot
24493cc58c
Minor fixes to the nomenclature
2019-01-11 00:28:22 +01:00
Kamil Kokot
b7119b84bb
Removed unused "symfony/dotenv" dependency
2019-01-11 00:26:34 +01:00
Kamil Kokot
e6064b15b5
Make PHPStan passing
2019-01-11 00:25:48 +01:00
Kamil Kokot
d6701d785c
Implement bootstrap file autodiscovering
2019-01-11 00:24:59 +01:00
Kamil Kokot
fa3c02720c
Implement bootstrap loading
2019-01-11 00:10:32 +01:00
Kamil Kokot
be8081d580
Allow to configure the application kernel's debug setting
2019-01-10 23:29:11 +01:00
Kamil Kokot
8dcd3e9d4d
Allow to configure the application kernel's custom environment
2019-01-10 23:25:19 +01:00
Kamil Kokot
01f458149e
Test default kernel configuration
2019-01-10 23:22:06 +01:00
Kamil Kokot
7687e756f1
Implement kernel autodiscovering
2019-01-10 23:03:02 +01:00