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 |
|
gggeek
|
707f1ab18c
|
rework once more output and error reporting; make verbose mode more useful
|
2019-04-16 01:32:12 +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
|
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
|
0b19210b83
|
More improving of handling of post-commit failures
|
2018-06-23 15:48:39 +01:00 |
|
gggeek
|
a5db24885e
|
Improve migrate command for the separate-process case; better command help
|
2017-11-12 00:30:58 +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
|
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 |
|