Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add custom driver & schema manager for PostgreSQL 10 | Jeremy Benoist | 2017-12-12 | 1 | -0/+1 |
| | |||||
* | Isolated tests | adev | 2017-05-31 | 1 | -1/+2 |
| | | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation. | ||||
* | Fix emoji insertion in MySQL | Jeremy Benoist | 2016-10-22 | 1 | -1/+1 |
| | | | | | Switch to utf8mb4 instead of utf8 because f*** MySQL See https://github.com/doctrine/dbal/pull/851 | ||||
* | Move test parameters out of parameters.yml | Jeremy Benoist | 2016-04-12 | 1 | -0/+1 |
| | | | | The end user doesn't care to about the test database. | ||||
* | Disable translation in test | Jeremy Benoist | 2016-03-20 | 1 | -0/+2 |
| | | | | We don't want to test translation in test | ||||
* | Add multiple database tests on Travis | Jeremy Benoist | 2015-09-26 | 1 | -3/+8 |
| | |||||
* | Merge pull request #1152 from wallabag/v2-forgot-password | Nicolas LÅ“uillet | 2015-03-30 | 1 | -1/+3 |
|\ | | | | | Handle forgot password | ||||
| * | Handle forgot password | Jeremy | 2015-03-08 | 1 | -1/+3 |
| | | |||||
* | | Use doctrine cache for tests | Jeremy | 2015-03-27 | 1 | -0/+7 |
|/ | |||||
* | Add LiipThemeBundle | Jeremy | 2015-03-01 | 1 | -1/+3 |
| | | | | | | | | Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :)) | ||||
* | Installation should be launch manually | Jeremy | 2015-02-02 | 1 | -0/+4 |
| | | | | Also upadte readme for v2 and define a test database (for the future) | ||||
* | symfony is there | Nicolas LÅ“uillet | 2015-01-22 | 1 | -0/+16 |