Commit Graph

294 Commits

Author SHA1 Message Date
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
Kamil Kokot
ab70d2993d Test loading kernel based on classname and path 2019-01-10 22:47:17 +01:00
Kamil Kokot
3f7f9ccdbb Test loading kernel based on classname 2019-01-10 22:43:54 +01:00
Kamil Kokot
25e24f3d3a Update the list of ignored files for export 2019-01-10 22:32:44 +01:00
Kamil Kokot
f8fad58f68 Update LICENSE year 2019-01-10 22:30:53 +01:00
Kamil Kokot
f0ab4f278f Make readme aligned again 2019-01-10 22:30:12 +01:00
Kamil Kokot
eb3ebe8067 Rework readme header 2019-01-10 22:29:51 +01:00
Kamil Kokot
ba2cee39a8 Clear the readme 2019-01-10 22:26:21 +01:00
Kamil Kokot
727199bb8a Rename kernel rebooter 2019-01-10 22:25:05 +01:00
Kamil Kokot
a9b3cdf4a9 Remove all not tested configuration options 2019-01-10 22:19:26 +01:00
Kamil Kokot
f613c43cf2 Refactor the extension file 2019-01-10 22:13:17 +01:00
Kamil Kokot
c5a94dfc0c Remove untested "env_file" setting 2019-01-10 22:11:56 +01:00
Kamil Kokot
3c91f0af7d Test: Using context by its service id 2019-01-10 22:09:17 +01:00
Kamil Kokot
9ea3ac6f30 Reorganise feature files 2019-01-10 22:01:48 +01:00
Kamil Kokot
df47b5199d More thorough testing 2019-01-10 21:59:24 +01:00
Kamil Kokot
e476aa76b4 Change package type to "symfony-bundle" 2019-01-10 18:12:20 +01:00
Kamil Kokot
fc3d941443 refactor #42 Acceptance tests for core functionalities (bartoszpietrzak1994, pamil)
This PR was merged into the 2.0-dev branch.

Discussion
----------



Commits
-------

742d3358b5 Injected parameter test POC
7250dfca76 Get bare Behat scenario running
11f5a326b3 Test injecting parameters
d4efe9a6df Simplify services definition in Behat
9cede4d612 Test injecting services
d5fcb25ef2 Test autowiring contexts
b4bcbb1233 Test autowired & autoconfigured contexts
c8b0cbb205 Test isolating contexts
6061eaaf62 Test Mink integration
05f4fe789f Apply coding standard fixes
4405596ca1 Make PHPStan passing
85796e2fef Fix build on Symfony 3.4
2019-01-10 15:00:45 +01:00
Kamil Kokot
85796e2fef Fix build on Symfony 3.4 2019-01-10 00:18:46 +01:00
Kamil Kokot
4405596ca1 Make PHPStan passing 2019-01-10 00:10:27 +01:00
Kamil Kokot
05f4fe789f Apply coding standard fixes 2019-01-09 23:47:50 +01:00
Kamil Kokot
6061eaaf62 Test Mink integration 2019-01-09 23:47:24 +01:00
Kamil Kokot
c8b0cbb205 Test isolating contexts 2019-01-09 23:15:52 +01:00
Kamil Kokot
b4bcbb1233 Test autowired & autoconfigured contexts 2019-01-09 23:02:55 +01:00
Kamil Kokot
d5fcb25ef2 Test autowiring contexts 2019-01-09 22:53:39 +01:00
Kamil Kokot
9cede4d612 Test injecting services 2019-01-09 22:40:32 +01:00
Kamil Kokot
d4efe9a6df Simplify services definition in Behat 2019-01-09 22:37:18 +01:00