118 Commits

Author SHA1 Message Date
Tomasz Kryszan
db104b86bc Fixed generate migration 2020-06-09 10:50:04 +02:00
Damian Zabawa
68509ef717 Fixes for commands 2020-04-03 13:24:01 +02:00
Damian Zabawa
74c3ef4687 Fixed configuration for sf5 2020-03-19 18:11:04 +01:00
Damian Zabawa
f7f975fcbc Fixed Bundle name 2019-08-21 17:04:28 +02:00
gggeek
a3057fe99a more detailed error message if we can not find the desired user to be logged in into repo 2019-07-11 15:16:16 +00:00
gggeek
b87f0de7db add event at mig generation time 2019-07-04 12:49:00 +00:00
gggeek
707f1ab18c rework once more output and error reporting; make verbose mode more useful 2019-04-16 01:32:12 +00:00
gggeek
a349be05a0 docs 2019-04-15 22:24:23 +00:00
gggeek
5a9e188eb4 try test fix 2019-04-15 21:43:35 +00:00
gggeek
4ba94c69ba try test fix 2019-04-15 21:29:53 +00:00
gggeek
06da84b2aa try test fix 2019-04-15 21:10:21 +00:00
gggeek
458cbeb18d fix tests 2019-04-15 19:25:40 +00:00
gggeek
11d98b8c97 add option to survive disconnected ttys 2019-04-15 17:12:14 +00:00
gggeek
76257fbd96 better output from migrate and mass_migrate commands 2019-04-15 16:42:17 +00:00
gggeek
339444bf7b better ouput for migrate command 2019-04-14 18:11:08 +00:00
gggeek
80de3b56c5 make option to force sigchild handling actually work 2019-04-14 17:05:52 +00:00
gggeek
abce1543a6 Better error reporting for mass migrate command 2019-04-13 13:37:08 +01:00
gggeek
648c95135c improve error reporting: write to stderr; manage better split-process execution 2019-04-13 12:51:32 +01:00
gggeek
5150f4b076 Allow improved execution of migrations in subprocesses on debian, ubuntu 2019-04-12 17:47:49 +02:00
gggeek
de1591ebea make bundle name not mandatory when using --list-types 2019-04-11 08:18:22 +00:00
gggeek
4098f7366a allow listing available mig types for generation 2019-04-10 21:08:38 +00:00
gggeek
e35419166c code cleanups thx to scrutinizer 2019-04-10 13:18:28 +00:00
gggeek
ece79240a2 introduce dedicated exceptions for matchers 2019-04-03 16:30:12 +00:00
gggeek
397eee7407 List more available migration types to generate 2019-04-02 14:48:05 +02:00
gggeek
a8d641adc9 Fix mass_migrate command 2019-02-07 21:22:42 +01:00
gggeek
7ec67f3871 add --force flag to migrate commands 2019-01-18 09:05:50 +00:00
gggeek
57d19c8879 fix: propagate -a flag to subprocesses 2019-01-16 16:27:27 +00:00
gggeek
7c9ae9da15 Docs 2018-11-07 11:48:54 +01:00
gggeek
54d5933bfa Add 'todo' option to status command 2018-06-23 17:25:23 +01:00
gggeek
0b19210b83 More improving of handling of post-commit failures 2018-06-23 15:48:39 +01:00
gggeek
111d5e195f use a better default language when unspecified 2018-05-07 18:30:29 +01:00
gggeek
faac2d2577 Allow to have mig definitions in different directories depending on siteaccess 2018-04-26 14:35:26 +01:00
gggeek
1ff666b463 Missing files 2017-11-12 00:31:42 +00:00
gggeek
a5db24885e Improve migrate command for the separate-process case; better command help 2017-11-12 00:30:58 +00:00
gggeek
cd0b1a520a Add a new command for mass migrations 2017-11-12 00:30:19 +00:00
gggeek
91c2e2c7d3 Fixed: make the cli commands compatible with Symfony 3.0 and later 2017-11-11 16:09:04 +00:00
gggeek
0ac6f6376d Check better that context is present when restoring suspended migrations 2017-06-01 21:07:57 +01: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
20ed390ad9 Allow overwriting of references; allow the reference check used in migration suspension to be recalculate upon resuming 2017-05-14 00:21:53 +01:00
gggeek
39bcfe0c22 Add a 'summary' option to the status command 2017-05-13 01:02:44 +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
cba4176e39 fix refactoring; add a new option to migration command 2017-05-10 00:40:54 +01:00
gggeek
bf206e8e11 code formatting 2017-05-09 23:27:30 +01:00
gggeek
8de7c284a3 Allow to resume a single suspended migration at a time 2017-05-09 23:27:04 +01:00
gggeek
2b660669fb Correctly silence the tracing execution listener on migration resumes 2017-05-09 22:40:33 +01:00
gggeek
6b3e236373 WIP: fixes to migration resuming 2017-05-09 00:03:43 +01:00
gggeek
4dfa06b2a7 wip: allow migration resuming 2017-05-08 23:38:18 +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
gggeek
45eedeaf66 Merge branch 'suspended-migrations' of github.com:kaliop-uk/ezmigrationbundle into future-4.x 2017-04-17 19:30:30 +01:00