Commit Graph

25 Commits

Author SHA1 Message Date
gggeek 91c2e2c7d3 Fixed: make the cli commands compatible with Symfony 3.0 and later 2017-11-11 16:09:04 +00:00
gggeek 3c857d72ec Merge branch 'future-4.x' of github.com:kaliop-uk/ezmigrationbundle
# Conflicts:
#	Command/MigrateCommand.php
#	WHATSNEW.md
2017-05-14 00:38:47 +01:00
gggeek 811c2d5042 Print info on migrations done and resources used when running cli commands 2017-05-12 23:53:32 +01:00
gggeek ac3b8b7431 add summary info at end of migrate 2017-05-10 23:44:38 +01:00
gggeek bf206e8e11 code formatting 2017-05-09 23:27:30 +01:00
gggeek a2f82ee82f Allow usage of custom admin account; allow usage of custom user content-type 2017-04-18 23:17:44 +01:00
Björn Dieding 8721c82813 Add shortcuts to command migrate 2017-02-28 22:52:17 +01:00
gggeek 7f753d9080 Revert some changes from PR #92 2017-01-28 13:21:55 +00:00
Sebastian Blank 1f05628f11 Make scrutinizer happier 2017-01-26 09:28:13 +01:00
gggeek 46fb16b92b Refactor migrate command 2016-10-21 23:27:29 +01:00
gggeek 92e4362d1d Allow verbose output for 'migrate' command 2016-10-21 14:30:24 +01:00
gggeek 09ac33c4fd Fix: improve detection of failed migrations when using separate processes and the child process dies without traces
# Conflicts:
#	Core/StorageHandler/Database.php
#	WHATSNEW.md
2016-10-18 15:04:34 +01:00
gggeek 111d0ab71e Merge changes from release 2.2, 2.3 2016-10-16 11:49:50 +01:00
gggeek fc7004c9b2 Port fixes from 2.2.1: improve separate-process option 2016-10-11 12:21:58 +01:00
gggeek 6973a3b4d5 Teach new tricks to migrate command (forward port from 2.2) 2016-10-07 17:07:12 +01:00
Jérôme Vieilledent 33de6d8776 Added support for default language code as console command option 2016-08-26 11:37:56 +02:00
gggeek d82b6a6087 Fix test cases for ezp 2014.3 2016-08-23 18:17:15 +01:00
gggeek 2ae0e99029 Fix problem with migrations that have many steps some of which do a db commit 2016-08-09 10:33:58 +01:00
gggeek 7fbd5b4a95 One more attempt at Travis 2016-08-08 16:09:56 +01:00
gggeek 6881d65ade Add MatcherInterface; fix: migrations added mnaully via migration --add were not being executed 2016-08-08 10:45:50 +01:00
gggeek 17569295f4 Better error messages from migrate and generate commands; better validation of filedType yml definitions; allow mass update/delete of contents 2016-08-05 18:10:44 +01:00
gggeek ad36071cc2 Fix for last commit 2016-08-04 22:36:17 +01:00
gggeek 13285c7501 Revert compat to php 5.4 min; try to fix compat with sf 2.3 2016-08-04 22:24:52 +01:00
gggeek 708fd8a02f Add a 'migration' command to allow deleting migrations from the db; improve commands help texts; revert -y flag for 'migrate' back to -n, to be closer to doctrine; return 0 when canceling migrate 2016-08-03 19:09:36 +01:00
gggeek df41101aa3 WIP - API Refactor: rename 'execute' command; fix previous commit 2016-08-03 10:19:25 +01:00