Commit Graph

  • 8eb4ec2b37 WIP - API Refactor: add command to migrate the db table info from v1 to v2 gggeek 2016-08-02 16:49:01 +01:00
  • 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 gggeek 2016-08-02 12:49:51 +01:00
  • b843eec70a Merge branch 'master' of github.com:kaliop-uk/ezmigrationbundle gggeek 2016-08-02 11:23:08 +01:00
  • 1e0bd7c61d WIP : API Refactoring - fix sql executor gggeek 2016-08-02 11:22:48 +01:00
  • 49f21791ad Merge pull request #40 from crevillo/some-issues Gaetano Giunta 2016-08-02 11:01:33 +01:00
  • 35119b8fae fixed bad calls to isReference and getReference methods Carlos Revillo 2016-08-02 10:56:16 +01:00
  • d1302f85ce Fix last commit gggeek 2016-08-02 10:28:04 +01:00
  • 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) gggeek 2016-08-02 10:25:16 +01:00
  • e3c8016ce7 WIP - API Refactor: make migration status cmd more solid in presence of malformed yml gggeek 2016-08-02 10:02:09 +01:00
  • 3047ccf3ca Merge pull request #37 from kaliop-uk/revert-35-add-match-location-operations Gaetano Giunta 2016-08-01 20:33:06 +01:00
  • 4dea08bb7a Revert "add dedicated function to convert the reference matches to valid values" Gaetano Giunta 2016-08-01 20:32:59 +01:00
  • c71d6328e9 Merge pull request #35 from crevillo/add-match-location-operations Gaetano Giunta 2016-08-01 20:30:46 +01:00
  • b725fc05f8 WIP - API Restructuring: make sure that the SQL and PHP Executors do work gggeek 2016-08-01 20:22:53 +01:00
  • dd6e12f1fb WIP - API Refactoring - cleanup generation command; introduce templates for it; change the default dir name for migrations; implement sql executor gggeek 2016-08-01 19:27:51 +01:00
  • 66e95fe679 WIP - API refactor: move all singletons to services; use proper DI instead of passing around the container; refactor the references mess gggeek 2016-08-01 16:13:08 +01:00
  • ed891c95be WIP - api refactoring:make 'update' command work and rename it to 'execute' (but keep around old name as alias) gggeek 2016-08-01 11:38:46 +01:00
  • 409e12cec7 add dedicated function to convert the reference matches to valid values Carlos Revillo 2016-08-01 10:26:44 +01:00
  • 2eeeb61d6c WIP - API refactor: begin work on migration execution gggeek 2016-07-31 00:50:16 +01:00
  • e5530b6c95 WIP - api refactoring: bring back status command to working (and much improved) state gggeek 2016-07-30 22:58:05 +01:00
  • c0ac2bba5e WIP - API refactoring: implement definition loader; begin work on migration storage (db independent) gggeek 2016-07-30 13:10:30 +01:00
  • 553f5de71b More WIP API restructuring gggeek 2016-07-30 01:43:55 +01:00
  • 1926225891 WIP: restructuring of the API gggeek 2016-07-29 20:14:47 +01:00
  • 9656924348 WIP refactor: define the location matcher as a service gggeek 2016-07-29 19:34:01 +01:00
  • ac616fadea WIP - improve the matchers gggeek 2016-07-29 19:16:39 +01:00
  • 27a618d6a2 WIP: namespace refactor gggeek 2016-07-29 18:15:54 +01:00
  • d3befcafca Refactor: use a common name for all parameters as well as for (future) configuration; fix: create db table with flexible name gggeek 2016-07-29 17:31:31 +01:00
  • 8f4b3e5350 Fix whitespace and comments gggeek 2016-07-29 16:55:20 +01:00
  • 97c0f19904 Merge pull request #23 from crevillo/add-match-location-operations Gaetano Giunta 2016-07-29 16:40:26 +01:00
  • a75b021434 updated dsl Carlos Revillo 2016-07-29 16:29:55 +01:00
  • 00573b8966 fix bad key in the match mapping, also use findContent instead of wrongly added findContentInfo Carlos Revillo 2016-07-29 16:19:03 +01:00
  • cf62314db8 modify the method to work with this new match condition Carlos Revillo 2016-07-29 14:46:24 +01:00
  • a9d09759e6 added methods in the content Matcher Carlos Revillo 2016-07-29 14:37:54 +01:00
  • 46f99b6ac3 do not go for or conditions. return contents on first condition matched Carlos Revillo 2016-07-29 14:16:50 +01:00
  • c83cb7c5c2 added content matcher and create collection to store results Carlos Revillo 2016-07-29 13:09:32 +01:00
  • 3b6e5d4332 change the id or remote id requirement to a match one Carlos Revillo 2016-07-29 10:09:03 +01:00
  • ada1262daa Merge pull request #20 from crevillo/content-manager-reference-handler Gaetano Giunta 2016-07-26 14:27:54 +01:00
  • 16343f1d12 Allow update use references for single fields Carlos Revillo 2016-07-26 14:15:43 +01:00
  • 036ba3347a Merge pull request #19 from crevillo/fix-update Gaetano Giunta 2016-07-26 13:37:43 +01:00
  • fed5e15c8a Fix update problem. Attributes were not get from the yml file because bad ref Carlos Revillo 2016-07-26 13:10:53 +01:00
  • 04a26435e0 Fix definition of migration generation command gggeek 2016-07-26 12:48:54 +01:00
  • d4c04da493 ELMCF-74 fixing role assign to work when updating a role, catching the exception if the role is already assigned with the limitation Daniel Clements 2016-07-13 15:26:33 +01:00
  • 022d18f120 Adding ability to search for tags into field settings Daniel Clements 2016-06-30 10:27:47 +01:00
  • dcb8d54e30 Adding missing merge file Daniel Clements 2016-06-23 13:59:12 +01:00
  • f0d154aa2c Merging into master Daniel Clements 2016-06-23 13:32:20 +01:00
  • 7b70af26ff Merge branch 'phalasz-ezauthor-field-support' Daniel Clements 2016-06-23 13:31:20 +01:00
  • 02e2f7e1ee Manual merge of PR#9 Daniel Clements 2016-06-23 13:30:55 +01:00
  • 8e3f79808a Merge pull request #8 from phalasz/ezrichtext-field Daniel Clements 2016-06-23 13:29:17 +01:00
  • 4c8d24a1b5 Adding handling for using location: setting in field settings to fetch an object by remote id Daniel Clements 2016-06-23 13:26:06 +01:00
  • 1c1d06a3ea Merge pull request #11 from gbalcewicz/location-resolver Daniel Clements 2016-04-29 09:27:44 +01:00
  • 66da09bade Added location resolver. Implemented only for field setting value. Grzegorz Balcewicz 2016-04-29 09:43:47 +02:00
  • 0ee0eae89d Allowing update of content remote ID Daniel Clements 2016-04-28 15:02:28 +01:00
  • 32ad279207 Allowing the remote_id in content update to be on a location or a object Daniel Clements 2016-04-27 14:44:54 +01:00
  • 95310e7adb Adding missing config change to enable new complext field. Peter Halasz 2016-04-18 13:34:17 +01:00
  • af244c3960 Adding NewSection limitation to output section name; NewSection limitation can now take name, identifier or id Daniel Clements 2016-04-14 11:39:27 +01:00
  • 1f2b491df7 Adding support for ezauthor field type in content creation. Peter Halasz 2016-03-31 12:22:39 +01:00
  • 58f9a86ce5 Add support for the new eZRichText field type. Peter Halasz 2016-03-31 10:59:29 +01:00
  • 2cec038405 Changing is_int to ctype_digit when checking strings for numeric in role translation helper Daniel Clements 2016-03-17 09:51:14 +00:00
  • 2261eccc02 Docs; make content/delete action follow the same id/remote_id logic as content action gggeek 2016-03-15 15:31:52 +00:00
  • 2037eda152 Adding ability to rename a role; Can use class name instead of ID for ParentClass limitation; Can use location remote id instead of location id in Node limitation Daniel Clements 2016-03-10 21:27:45 +00:00
  • 67940270f2 Merge pull request #5 from gbalcewicz/content-update-fix Daniel Clements 2016-02-25 09:22:07 +00:00
  • 10fb2a84b4 Merge pull request #4 from gbalcewicz/validation-configuration-definition Daniel Clements 2016-02-25 09:22:00 +00:00
  • 88dff38069 Fixed ContentManager for update Grzegorz Balcewicz 2016-02-25 10:08:28 +01:00
  • ae47f18fb3 Handling validation configuration field defintion for content type Grzegorz Balcewicz 2016-02-24 14:21:23 +01:00
  • 8909ad6ce7 Role generation command; role update from human readable limitations Daniel Clements 2016-02-02 20:29:17 +00:00
  • f3fab8a166 Adding remote_id to content create Daniel Clements 2016-01-14 14:33:39 +00:00
  • 5857b243dc Updating magagers and complex field types into individual classes; creating tag manager to allow creating of tags for migrations Daniel Clements 2016-01-11 16:34:43 +00:00
  • 296d141fed Added ability to set priority on locations when creating content; updated DSL doc Daniel Clements 2015-12-11 12:24:12 +00:00
  • f8e4b8a5f4 readme gggeek 2015-10-26 12:45:54 +00:00
  • 827f1bac23 Readme gggeek 2015-10-26 12:00:49 +00:00
  • f2906ba5f7 Fix Sf Extension call renaming gggeek 2015-10-26 11:37:58 +00:00
  • 02caa2c8e7 Change namespace gggeek 2015-10-26 11:32:17 +00:00
  • f85984a03c Move testing dependencies to dev env gggeek 2015-10-26 11:26:47 +00:00
  • 982fa2168f Whitespace gggeek 2015-10-26 11:26:06 +00:00
  • f083b854ef Fix composer.json gggeek 2015-10-26 11:14:22 +00:00
  • 92672edab8 Update readme and composer gggeek 2015-10-26 11:08:28 +00:00
  • ac341e310a Renaming the bundle; updating namespace Daniel Clements 2015-10-26 09:16:29 +00:00
  • 5e291d4978 Add gitignore, remove references to Kaliop Stash repo, rename phpunit config gggeek 2015-10-20 00:42:14 +01:00
  • a9e7525b25 Merge branch 'master' of github.com:kaliop-uk/ezmigrationbundle Daniel Clements 2015-10-17 14:46:40 +01:00
  • a71a68b581 Initial commit DeClemo 2015-10-17 14:45:42 +01:00
  • d32b52518d KWKW-158 iteration of composer version Daniel Clements 2015-07-20 17:01:48 +01:00
  • 90179d4867 Merge remote-tracking branch 'origin/KWKW-158' Daniel Clements 2015-07-20 17:01:07 +01:00
  • b63f6bc069 KWKW-158 automatically create MigrationVersions folder if it doesn't exist when generating migration file Daniel Clements 2015-07-20 17:00:50 +01:00
  • b78d505d0f Merge branch 'KWKW-158' Daniel Clements 2015-07-20 16:08:26 +01:00
  • b4fabecbe4 KWKW-158 updating composer.json version to match tag Daniel Clements 2015-07-20 16:08:12 +01:00
  • d6b43280f5 Merge pull request #1 in KU/kaliop-migration from KWKW-158 to master Daniel Clements 2015-07-20 16:45:33 +02:00
  • e502acf793 KWKW-158 Updating composer.json required, updating readme.md installation instructions Daniel Clements 2015-07-20 15:44:31 +01:00
  • bc44ddbae1 Adjust readme to match change of repo Daniel Clements 2014-11-24 23:01:10 +11:00
  • 166ee66052 Initial Commit Daniel Clements 2014-10-17 17:32:07 +11:00