symfony-flex-server[bot] and GitHub
119f74fddd
Merge pull request #258
2017-11-23 16:13:02 +00:00
Ryan Weaver
2efa651860
add note to configure doctrine.yaml
2017-11-20 15:57:25 -05:00
Ryan Weaver
2d19e7c593
Tweak
2017-11-19 20:34:59 +02:00
Ryan Weaver
72bf213901
Also putting charset option in a place where it is committed
2017-11-19 20:34:20 +02:00
Ryan Weaver
cb9f0ede5f
Simplifying setup: don't use any parameters
...
We can do this by using the driver and server_version config. Then, we
can just set DATABASE_URL to blank, to supress the error that it does
not exist. If it *is* set, it overrides the driver option, but they
should match anyways.
2017-11-19 20:33:10 +02:00
Fabien Potencier
126f532c03
moved routes config for annotations
2017-11-18 09:19:53 +02:00
Ryan Weaver
25e96782f5
Moving some params
2017-11-16 15:46:50 +02:00
Ryan Weaver
61ca864c15
adding fallback DATABASE_URL to avoid connecting to the db during
...
cache:warmup
2017-11-16 15:36:37 +02:00
Ryan Weaver
f446c92fbf
Moving server_version to committed config
2017-11-16 15:27:16 +02:00
Fabien Potencier
ba3a9bef84
changed default placeholder for DB
2017-11-10 08:01:46 -08:00
symfony-flex-server[bot] and GitHub
5f0d5069b2
Merge pull request #204
2017-11-10 00:04:27 +00:00
Nicolas Grekas
c11e8c5fad
[DoctrineBundle] resolve parameters inside DATABASE_URL
2017-11-09 16:52:26 +01:00
Eric Poe and GitHub
fba5d36760
Fix doubled quotes
...
Fixes #233
2017-11-02 13:57:13 -05:00
Nicolas Grekas and Symfony
ff028103ab
[DoctrineBundle] Enable caches by default on prod ( #214 )
2017-10-15 06:03:39 -07:00
Symfony and GitHub
60925409d2
Merge pull request #172 from symfony/doctrine-migrations-fix
2017-09-11 07:00:52 -07:00
Fabien Potencier
87edffe754
fixed Doctrine migrations default configuration
2017-09-11 05:36:59 -07:00
Victor Bocharsky and GitHub
f2bec1bbd8
Tweak letter case of "SQLite" and change article "a" -> "an"
2017-08-31 23:38:48 +03:00
Fabien Potencier
bf2148f9f1
moved etc/ to config/ and web/ to public/
2017-07-03 15:36:25 +03:00
Fabien Potencier
a3b4507feb
added support for symfony/annotations-pack
2017-06-14 16:41:52 -07:00
Teoh Han Hui
1aaa26ad14
[doctrine/doctrine-bundle] Use apcu provider instead of deprecated apc
2017-05-31 12:54:32 +08:00
Teoh Han Hui
0480f8c563
Rename .gitkeep files to .gitignore
2017-05-30 18:02:25 +08:00
Robin Chalas
1e60b1f90d
[doctrine/doctrine-bundle] Escape DATABASE_URL env value
2017-05-23 21:01:26 +02:00
Ricardo de Vries and Fabien Potencier
52e1ebe6e8
Doctrine Migrations
2017-05-11 12:59:16 -07:00
Yonel Ceruto
b39aa6303e
Use single quotes in yaml files
2017-05-03 10:24:53 -04:00
Fabien Potencier
2b44c26a66
added symfony/orm-pack
2017-04-13 20:18:10 -07:00
Fabien Potencier
dc50812538
fixed typo
2017-04-11 12:58:57 -07:00
Fabien Potencier
9e53b01bea
added serverVersion in DATABASE_URL
2017-04-11 12:57:58 -07:00
Fabien Potencier
4231f37c16
added a link to the docs for Doctrine URLs
2017-04-11 12:55:26 -07:00
Fabien Potencier
85a1636e46
minor #17 Proposed a help note for the DB_URL config format (javiereguiluz)
...
This PR was squashed before being merged into the master branch (closes #17 ).
Discussion
----------
Proposed a help note for the DB_URL config format
I'm not sure about this, but given that the URL format is so new to most developers, should we add a help note like this one?
Commits
-------
193b15b Proposed a help note for the DB_URL config format
2017-04-11 12:53:08 -07:00
Javier Eguiluz and Fabien Potencier
193b15b7ae
Proposed a help note for the DB_URL config format
2017-04-11 12:52:26 -07:00
Fabien Potencier
a74fd31544
replaced DB_URL by DATABASE_URL
2017-04-11 08:41:49 -07:00
Fabien Potencier
cafb4bb4b6
replaced kernel.root_dir by kernel.project_dir
2017-04-07 09:57:51 -07:00
Fabien Potencier
347e981b62
removed obsolete config
2017-04-06 16:38:52 -07:00
Fabien Potencier
2a7a22ac69
switched to use URLs instead of individual env vars for Doctrine and Swiftmailer
2017-04-06 16:15:04 -07:00
Fabien Potencier
0c0bec48b2
added some aliases for Doctrine annotations
2017-04-04 19:32:05 -07:00
Fabien Potencier
3595a68a44
moved file
2017-04-04 12:07:27 -07:00
Fabien Potencier
b20ac0414d
feature #2 [Doctrine] Added an empty Repository/ dir in addition to Entity/ (javiereguiluz)
...
This PR was merged into the master branch.
Discussion
----------
[Doctrine] Added an empty Repository/ dir in addition to Entity/
This fixes https://github.com/fabpot/flex/issues/31
Commits
-------
75d3156 [Doctrine] Added an empty Repository/ dir in addition to Entity/
2017-04-04 12:06:49 -07:00
Fabien Potencier
8fd72f8a86
added version directories
2017-04-04 11:57:32 -07:00
Javier Eguiluz
75d3156378
[Doctrine] Added an empty Repository/ dir in addition to Entity/
2017-04-04 20:47:48 +02:00
Fabien Potencier
6e554b0445
moved aliases directly into the manifest files
2017-03-24 16:11:46 -07:00
Fabien Potencier
afb8b0bc4b
moved recipes to the root
2017-03-24 16:01:14 -07:00