69 Commits

Author SHA1 Message Date
Damian Zabawa
74c3ef4687 Fixed configuration for sf5 2020-03-19 18:11:04 +01:00
Andrew Longosz
07c9305ab0 Dropped unused methods and RepositoryUserSetterTrait 2019-09-25 14:01:49 +02:00
Andrew Longosz
4bf8d9d14a Refactored MigrationService to use AuthenticatedUserSetterTrait 2019-09-25 14:00:26 +02:00
gggeek
4bc51dca82 fix issue #216, improve tests 2019-08-01 08:02:40 +00:00
gggeek
80de3b56c5 make option to force sigchild handling actually work 2019-04-14 17:05:52 +00: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
0b19210b83 More improving of handling of post-commit failures 2018-06-23 15:48:39 +01:00
gggeek
b6fd2c837d better error reporting if an error happens during mig. commit; fix test for eztags v3 ? 2018-06-22 22:33:38 +01:00
gggeek
01b908fbf5 add support for skipping migration steps 2018-04-09 23:17:32 +01:00
gggeek
0a14975e89 small improvement to error messages 2017-12-02 18:02:03 +00:00
gggeek
c05a174502 fix one php warning 2017-11-27 14:29:59 +00:00
gggeek
cd0b1a520a Add a new command for mass migrations 2017-11-12 00:30:19 +00:00
gggeek
0e6cbd233b Make classes more flexible to support workflowbundle; allow disabling tracing listener 2017-06-03 00:29:29 +01:00
gggeek
b3d0ce586c Minor improvements to how the migration context is handled 2017-06-01 22:06:44 +01:00
gggeek
0ac6f6376d Check better that context is present when restoring suspended migrations 2017-06-01 21:07:57 +01:00
gggeek
87ce145384 Allow to set references to object states 2017-05-31 23:33:49 +01:00
gggeek
ee31776845 Make error messages more flexible for workflow bundle 2017-05-21 16:41:41 +01:00
gggeek
a0ce1f93a3 Fix for when mig def name != mig name 2017-05-20 15:44:44 +01:00
gggeek
b79644b984 Fix an error when not setting user to admin 2017-05-19 23:30:22 +01:00
gggeek
bf2d04fa75 Allow usage of 'false' value for adminLogin to signify 'stay as current user' 2017-05-17 23:31:16 +01:00
gggeek
f086593577 Fix resuming of suspended migration: start from last step, not the successive one 2017-05-09 22:34:42 +01:00
gggeek
78b71cb361 make a method protected 2017-05-09 00:04:32 +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
43fda7ce1c wip: allow storing context info 2017-05-06 01:26:11 +01:00
gggeek
0ff5b0bca6 wip: refactor to add context storage 2017-05-05 21:24:27 +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
d548416f9e add tests for migration fetching functions 2017-04-18 00:09:48 +01:00
gggeek
a26511afc6 One more post-merge fix 2017-04-17 19:57:00 +01:00
gggeek
2d6e5a4796 Fix error from merged branch (when catching migration suspended events) 2017-04-17 19:33:56 +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
gggeek
506e691b9f Merge branch 'master' of github.com:kaliop-uk/ezmigrationbundle into suspended-migrations 2017-04-17 19:24:49 +01:00
gggeek
b7da3df66f Merge branch 'master' of github.com:kaliop-uk/ezmigrationbundle into future-4.x 2017-04-17 19:20:42 +01:00
gggeek
7003ec92ea WIP more cleanup 2017-04-17 13:47:02 +01:00
gggeek
971b072503 WIP make Executors reentrant and proper handling of defaultLanguage 2017-04-17 09:56:42 +01:00
Somogyi László
c00054d403 Fix default language for migrations 2017-04-06 10:02:05 +02:00
gggeek
7dec889034 Merge branch 'master' of github.com:kaliop-uk/ezmigrationbundle into suspended-migrations 2017-03-03 00:37:16 +00:00
gggeek
a5233f91f8 Make it easy to extend the bundle by subclassing 2017-02-24 11:44:57 +00:00
gggeek
f70334964f Fix the event used for aborted migrations; add docs about recent changes; do trace properly migrations dealing with sections 2017-02-14 23:32:53 +00:00
gggeek
e735344ea2 WIP support for suspending migrations 2017-02-14 23:15:36 +00:00
gggeek
ef74a35031 Add a MigratonAborted event 2017-02-14 22:51:54 +00:00
gggeek
af52c9bb7b add test for migration exception 2017-02-12 13:37:53 +00:00
gggeek
0b162828b9 Add a way to forcefully end migrations without marking them as failed 2017-02-12 12:32:41 +00:00
gggeek
174a179313 Merge by hand the PR #93 by blankse; allow one generation for many entities; allow to generate 'delete' migrations 2017-01-28 16:43:25 +00:00
Sebastian Blank
1f05628f11 Make scrutinizer happier 2017-01-26 09:28:13 +01:00
Sebastian Blank
5e87a14e74 Extend GenerateCommand to generate migration for existing content types 2017-01-25 15:12:56 +01:00
gggeek
cb4e4354e4 More verbose error messages; make sure that a NULL attribute value is accepted by all field types 2016-11-19 16:21:08 +00:00
gggeek
3be5a1754d Fix issue #84: better error messages when content fields do not validate 2016-11-19 15:12:29 +00:00
gggeek
fa3295a942 Allow event listener to mess up with executors and steps 2016-11-14 18:44:01 +00:00