Commit Graph
111 Commits
Author SHA1 Message Date
Ryan WeaverandGitHub ea6ade9061 Consolidating env-specific files into main config file for simplicity 2022-02-10 22:25:56 +01:00
Fabien PotencierandGitHub b16ba4a603 Merge pull request #971 from nicolas-grekas/db-type
Rely on defaults for doctrine mapping types
2021-12-22 08:03:01 +01:00
Fabien PotencierandGitHub 4e13583173 Merge pull request #1013 from Nek-/patch-2
DATABASE_URL configured like postgresql config
2021-10-23 08:46:16 +02:00
Maxime VeberandGitHub b1b582b732 feat: DATABSE_URL configured sync with postgresql
PostgreSQL is configured in docker-compose.yaml file in the same manifest but with another configuration.
The purpose of this commit is to make it ready by default to reduce what the user is supposed to change at install time.
2021-10-22 16:40:32 +02:00
SanderandGitHub 6d0b831af4 Add missing return type 2021-10-22 12:09:34 +02:00
Nicolas Grekas 3f6db031bc Rely on defaults for doctrine mapping types 2021-09-15 11:01:05 +02:00
Jan Haring - JAN.tm b294873ff1 Removed deprecated configuration key metadata_cache_driver from DoctrineBundle config for 2.3 and 2.4 2021-08-31 10:07:59 +02:00
Fabien Potencier 1aa7d46cb0 Remove the header from post-install files (handled by Flex now) 2021-08-30 12:25:28 +02:00
Nicolas Grekas a1a70353f6 Remove all symlinks 2021-07-07 16:12:10 +02:00
Nicolas Grekas be2898b8e4 Update note about server version 2021-05-10 19:24:06 +02:00
Jesse Rushlow 16733e837c [doctrine-bundle] add missing folders in 2.4 2021-05-10 05:07:36 -04:00
Nicolas Grekas 919704c8ed [doctrine/doctrine-bundle] Use dbname_suffix in tests 2021-04-24 19:44:27 +02:00
guillaumesmoandGitHub 0239c8231d Wrong comment in doctrine/doctrine-bundle 2.3 recipe
Unrecognized option "username" under "doctrine.dbal.connections.default"
2021-04-12 16:17:17 +02:00
Christopher Hertel eaec14546a enable new profiler of doctrine migrations bundle by default in development 2021-04-05 16:14:13 +02:00
symfony-flex-server[bot]andGitHub 2f9dc57a47 Merge pull request #900 2021-03-24 19:47:07 +00:00
Jesse Rushlow 0d5ad80a22 add paratest support 2021-03-23 11:08:40 -04:00
Jesse Rushlow 0b3e517e2e explain why we set dbname 2021-03-23 09:23:13 -04:00
Jesse Rushlow b8afbe9e4d override dbname in test 2021-03-23 08:52:33 -04:00
Marko KaznovacandGitHub 1600b8084c use && instead of ; to chain sh commands
this makes next command execute only if the prior one is successful, otherwise all commands will execute
2021-02-23 13:24:12 +01:00
Jesse Rushlow 97d75482ca add support for override_url 2021-02-18 08:30:42 -05:00
Vladimir Chernyshev 9d330892b2 [doctrine/doctrine-bundle/2.0] Update post-install.txt for postgresql 2021-02-07 22:21:39 +02:00
Fabien Potencier a652bd8c4e Revert "Merge pull request #852"
This reverts commit 4d482a4c98, reversing
changes made to 4761ed0006.
2020-11-30 10:12:29 +01:00
Fabien Potencier 05d798d019 Remove extra quotes 2020-11-30 10:02:45 +01:00
Ryan Weaver 5f2409a89d listing mysql, pgsql and sqlite DATABASE_URL examples in .env 2020-11-18 14:40:03 -05:00
Loïck PieraandGitHub 4a47af6315 Fix docker-compose database service name 2020-11-17 11:04:53 +01:00
Fabien Potencier 9730ab4ae7 Fix syntax 2020-11-17 10:15:50 +01:00
Fabien Potencier f3117928aa Fix typo 2020-11-17 09:46:18 +01:00
Fabien Potencier 1951e0b054 Rename db to database 2020-11-17 09:41:14 +01:00
Kévin DunglasandFabien Potencier c76a55f0e4 move the port definition in docker-compose.override.yml 2020-11-17 09:40:40 +01:00
Kévin DunglasandFabien Potencier 6a91adfe62 feat: switch to Postgres 2020-11-17 09:40:40 +01:00
Kévin DunglasandFabien Potencier ade1a9c1cb use a random port again 2020-11-17 09:40:40 +01:00
Kévin DunglasandFabien Potencier d246d096a4 feat: improve MySQL 2020-11-17 09:40:40 +01:00
Kévin DunglasandFabien Potencier 823631318a don't expose the port by default (security) 2020-11-17 09:40:40 +01:00
Kévin DunglasandFabien Potencier ad93c11c2e [doctrine-bundle] Docker support 2020-11-17 09:40:40 +01:00
Fabien Potencier fd641449fa Revert "Merge pull request #815"
This reverts commit 14d8ad9eb5, reversing
changes made to ec008e83cf.
2020-09-01 07:48:51 +02:00
Diego AguiarandGitHub 393641b9a3 Update old namespace 2020-08-31 11:07:01 -06:00
symfony-flex-server[bot]andGitHub 055296bc49 Merge pull request #792 2020-08-23 09:25:57 +00:00
Nicolas Grekas 0681647443 Move src/Migrations/ to migrations/ 2020-07-14 16:25:12 +02:00
skmedix 3c31a9025c 👽 Use new Doctrine Persistence namespace 2020-07-07 03:31:04 +02:00
symfony-flex-server[bot]andGitHub 5bdd246262 Merge pull request #729 2020-03-28 17:12:25 +00:00
Asmir Mustafic 4bea6a9578 Prepare recipe for doctrine migrations 3.0 and address migrations 2.2 deprecations 2020-03-28 10:40:25 +01:00
Nicolas Grekas 49370eb45b Look at the Kernel for annotations 2020-02-02 17:41:24 +01:00
Roland FranssenandGitHub f009bcac08 Update doctrine.yaml 2019-12-18 14:06:31 +01:00
Roland FranssenandGitHub a610be6c12 Update doctrine.yaml 2019-12-18 13:15:17 +01:00
Roland FranssenandGitHub 98d0e9a248 Update doctrine.yaml 2019-12-06 23:55:40 +01:00
Roland FranssenandGitHub e1a13418ab enable query profiling for debug 2019-12-06 16:05:43 +01:00
Roland FranssenandGitHub 1fa1179246 Update doctrine.yaml 2019-12-02 09:06:54 +01:00
symfony-flex-server[bot]andGitHub cf1c4ecb11 Merge pull request #693 2019-11-28 10:03:37 +00:00
David MaicherandGitHub 2e446d0c1d Fix doctrine-bundle recipe for prod caching pools 2019-11-27 22:33:13 +01:00
Nicolas Grekas 4293dc6cb2 Remove charset config for doctrine-bundle v2 2019-11-27 09:57:53 +01:00