Commit graph

238 commits

Author SHA1 Message Date
Kévin Gomez 3022cfb81a Enabled SQL fixtures loading 2013-11-05 13:25:09 +00:00
Kévin Gomez 7e2b6289ed Added xml data loader 2013-11-05 12:49:49 +00:00
Kévin Gomez fcbbff355c Started to implement the FixturesLoader command (only yaml works for now) 2013-11-05 12:34:47 +00:00
Kévin Gomez f16c92580f Implemented the fixtures dumper command 2013-11-05 11:23:36 +00:00
Kévin Gomez 224d00b50d Implemented DatabaseCreate command 2013-11-04 22:01:44 +00:00
Kévin Gomez a5cd6b86b6 Implemented the DatabaseDrop command 2013-11-04 21:41:59 +00:00
Kévin Gomez 2b7cbeacfb Cleaned a bit the TableDrop command 2013-11-04 21:32:14 +00:00
Kévin Gomez 53db41026b Implemented the table drop command 2013-11-04 21:29:16 +00:00
Kévin Gomez ba6b0b9ee2 Removed useless parameter 2013-11-04 21:29:05 +00:00
Kévin Gomez 20a2dafca8 Fixed logger 2013-11-04 21:28:52 +00:00
Kévin Gomez 05908f5791 Renamed the PropelTypeGuesser to TypeGuesser 2013-11-04 21:10:19 +00:00
Kévin Gomez 79d9b7f44a Fixed Call to undefined method ColumnMap::isTextType() 2013-11-04 21:08:41 +00:00
Kévin Gomez 44ec2b4b29 Stole the TypeGuesser (and its tests) from symfony's propel bridge 2013-11-04 16:27:38 +00:00
Kévin Gomez b2abeb0ead Deleted useless test fixtures 2013-11-04 12:50:33 +00:00
Kévin Gomez ea29cf251d Fixed DatabaseReverse command connection argument 2013-11-04 12:48:34 +00:00
Kévin Gomez 7e27f0f83b Fixed model build command 2013-11-04 12:44:35 +00:00
Kévin Gomez b8415eb099 Removed another useless todo annotation 2013-11-04 12:39:14 +00:00
Kévin Gomez 55612018f2 Removed useless todo annotation 2013-11-04 12:38:38 +00:00
Kévin Gomez 545677c361 Restored the Build hub command 2013-11-04 12:28:38 +00:00
Kévin Gomez bfef3c6460 Do not ignore build properties and behaviors given in the configuration anymore 2013-11-04 10:45:37 +00:00
Kévin Gomez 1b19c108ef Started to add tests (almost green!) 2013-11-04 00:10:23 +00:00
Kévin Gomez b1217c0e5d Add: support for param converters 2013-11-03 22:52:53 +00:00
Kévin Gomez 41ebcdbaa7 Consider the connection option while aggregating the schemas 2013-11-03 22:31:40 +00:00
Kévin Gomez 7c7ac126e4 Implemented the DatabaseReverse command 2013-11-03 21:50:33 +00:00
Kévin Gomez 772b03873a Checkstyle fixes 2013-11-03 21:23:53 +00:00
Kévin Gomez 18673eb02c Implemented the GraphvizGenerate command 2013-11-03 21:23:14 +00:00
Kévin Gomez 3889566728 Fixed the DataCollector 2013-11-01 17:49:56 +00:00
Kévin Gomez 44729e47f5 Fixed classname configuration 2013-10-31 22:30:08 +00:00
Kévin Gomez b96a828af1 Handle master/slave connections 2013-10-31 21:46:54 +00:00
Kévin Gomez e3fb952229 Cleaned a bit the AbstractCommand 2013-10-31 21:25:56 +00:00
Kévin Gomez c6087f7191 Moved the schema-locating code outside the AbstractCommand 2013-10-31 21:19:24 +00:00
Kévin Gomez 07530d09ac Implemented the SqlBuild command 2013-10-31 21:07:23 +00:00
Kévin Gomez bfab444695 Revert "Removed useless buildtime-conf file generation"
This reverts commit bca3140e98.

Conflicts:
	Command/AbstractCommand.php
2013-10-31 21:06:36 +00:00
Kévin Gomez 88b2863fad Implemented the ModelBuild command 2013-10-31 21:05:29 +00:00
Kévin Gomez fbd439ff01 Reorganised a bit the commands 2013-10-31 20:39:12 +00:00
Kévin Gomez bca3140e98 Removed useless buildtime-conf file generation 2013-10-31 20:23:48 +00:00
Kévin Gomez 38e7f63a62 Started to work on Propel2 commands integration (only a few work at the moment) 2013-10-15 22:48:33 +01:00
Toni Uebernickel 313057ca5a initialize Propel2 support 2013-06-09 00:19:30 +02:00