54 Commits

Author SHA1 Message Date
Tomasz Kryszan
db104b86bc Fixed generate migration 2020-06-09 10:50:04 +02: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
80de3b56c5 make option to force sigchild handling actually work 2019-04-14 17:05:52 +00: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
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
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
faac2d2577 Allow to have mig definitions in different directories depending on siteaccess 2018-04-26 14:35:26 +01:00
gggeek
7003ec92ea WIP more cleanup 2017-04-17 13:47:02 +01:00
gggeek
366399da79 WIP cleanup 2017-04-17 12:55:27 +01:00
gggeek
310842e581 More WIP: better handling of defaultLanguageCode 2017-04-17 12:49:23 +01:00
gggeek
a6b4af78ef More WIP on making services reentrant and rework of passing along default language 2017-04-17 12:29:31 +01:00
gggeek
971b072503 WIP make Executors reentrant and proper handling of defaultLanguage 2017-04-17 09:56:42 +01:00
gggeek
f4210c2c24 Allow to set references to many more attributes of the different entities 2017-03-02 23:01:25 +00:00
gggeek
751bcb27b1 add a way to generate migrations defs using migrations (inception!). Makes it easy to test them 2017-03-02 00:14:59 +00:00
gggeek
baae4d2c60 Allow generation of Object State Group migrations 2017-02-21 23:16:25 +00:00
gggeek
a0b010866a Allow generation of migrations for sections and content type groups; allow update of content type groups and setting their creation date; fix setting name in section updates 2017-02-19 23:50:18 +00:00
gggeek
57b6f97716 Allow migration generation command to create migrations in custom directories 2017-02-17 23:37:56 +00:00
gggeek
9faded4176 improve docs, tests, cli command help 2017-02-06 22:15:39 +00:00
Randy Čupić
0efc6ce396 Fix language problem when creating migration file from existing content type 2017-02-06 15:09:32 +01:00
gggeek
b804d1fe61 Add warning to migration generation command if generating an empty migration 2017-02-04 11:56:05 +00:00
gggeek
8c5037d4bc Allow matching using a NOT condition 2017-02-04 00:37:32 +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
5e87a14e74 Extend GenerateCommand to generate migration for existing content types 2017-01-25 15:12:56 +01:00
gggeek
df5eda18c5 shameless refactoring 2016-10-03 09:55:17 +01:00
gggeek
817b54d50a clean up limitation helper 2016-10-02 19:10:02 +01:00
gggeek
b043905d1a Fix command to generate role migrations and add test for it 2016-08-11 14:39:28 +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
2b87f97978 Cleanups suggested by scrutinizer 2016-08-05 12:46:30 +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
8a0c80cb8c WIP - API Refactor: revert change of name for migrations folder 2016-08-03 10:11:46 +01:00
gggeek
4d8b7ac834 WIP - API Refactoring: remove unused classes; change the way the path to assets is pushed down to the complex field handlers and move all firld handlers to tagged services 2016-08-02 12:49:51 +01:00
gggeek
d1302f85ce Fix last commit 2016-08-02 10:28:04 +01:00
gggeek
9405358dbf WIP - API refactor: make names of classes in generated php migrations more easy to use (class name corresponds to file name even with underscores) 2016-08-02 10:25:16 +01:00
gggeek
dd6e12f1fb WIP - API Refactoring - cleanup generation command; introduce templates for it; change the default dir name for migrations; implement sql executor 2016-08-01 19:27:51 +01:00
gggeek
66e95fe679 WIP - API refactor: move all singletons to services; use proper DI instead of passing around the container; refactor the references mess 2016-08-01 16:13:08 +01:00
gggeek
c0ac2bba5e WIP - API refactoring: implement definition loader; begin work on migration storage (db independent) 2016-07-30 13:10:30 +01:00
gggeek
553f5de71b More WIP API restructuring 2016-07-30 01:43:55 +01:00
gggeek
27a618d6a2 WIP: namespace refactor 2016-07-29 18:15:54 +01:00
gggeek
d3befcafca Refactor: use a common name for all parameters as well as for (future) configuration; fix: create db table with flexible name 2016-07-29 17:31:31 +01:00
gggeek
8f4b3e5350 Fix whitespace and comments 2016-07-29 16:55:20 +01:00
gggeek
04a26435e0 Fix definition of migration generation command 2016-07-26 12:48:54 +01:00
Daniel Clements
8909ad6ce7 Role generation command; role update from human readable limitations 2016-02-02 20:29:17 +00:00
Daniel Clements
f3fab8a166 Adding remote_id to content create 2016-01-14 14:33:39 +00:00