Commit Graph

30 Commits

Author SHA1 Message Date
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
gggeek 02caa2c8e7 Change namespace 2015-10-26 11:32:17 +00:00
Daniel Clements ac341e310a Renaming the bundle; updating namespace 2015-10-26 09:16:29 +00:00
Daniel Clements b63f6bc069 KWKW-158 automatically create MigrationVersions folder if it doesn't exist when generating migration file 2015-07-20 17:00:50 +01:00
Daniel Clements 166ee66052 Initial Commit 2014-10-17 17:32:07 +11:00