locomotivecms_wagon 2.0.0.pre.alpha.3 → 2.0.0.pre.beta.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +2 -6
- data/bin/wagon +1 -1
- data/generators/cloned/config/deploy.yml.tt +3 -2
- data/generators/content_type/app/content_types/%slug%.yml.tt +7 -0
- data/lib/locomotive/wagon/cli.rb +66 -73
- data/lib/locomotive/wagon/commands/clone_command.rb +35 -0
- data/lib/locomotive/wagon/commands/destroy_command.rb +29 -0
- data/lib/locomotive/wagon/commands/loggers/base_logger.rb +31 -0
- data/lib/locomotive/wagon/commands/loggers/pull_logger.rb +23 -0
- data/lib/locomotive/wagon/commands/loggers/push_logger.rb +23 -17
- data/lib/locomotive/wagon/commands/loggers/sync_logger.rb +23 -0
- data/lib/locomotive/wagon/commands/pull_command.rb +55 -0
- data/lib/locomotive/wagon/commands/pull_sub_commands/concerns/assets_concern.rb +75 -0
- data/lib/locomotive/wagon/commands/pull_sub_commands/pull_base_command.rb +83 -0
- data/lib/locomotive/wagon/commands/pull_sub_commands/pull_content_assets_command.rb +24 -0
- data/lib/locomotive/wagon/commands/pull_sub_commands/pull_content_entries_command.rb +94 -0
- data/lib/locomotive/wagon/commands/pull_sub_commands/pull_content_types_command.rb +42 -0
- data/lib/locomotive/wagon/commands/pull_sub_commands/pull_pages_command.rb +54 -0
- data/lib/locomotive/wagon/commands/pull_sub_commands/pull_site_command.rb +55 -0
- data/lib/locomotive/wagon/commands/pull_sub_commands/pull_snippets_command.rb +29 -0
- data/lib/locomotive/wagon/commands/pull_sub_commands/pull_theme_assets_command.rb +29 -0
- data/lib/locomotive/wagon/commands/pull_sub_commands/pull_translations_command.rb +24 -0
- data/lib/locomotive/wagon/commands/push_command.rb +1 -1
- data/lib/locomotive/wagon/commands/push_sub_commands/push_site_command.rb +28 -0
- data/lib/locomotive/wagon/commands/serve_command.rb +1 -1
- data/lib/locomotive/wagon/commands/sync_command.rb +57 -0
- data/lib/locomotive/wagon/commands/sync_sub_commands/concerns/base_concern.rb +41 -0
- data/lib/locomotive/wagon/commands/sync_sub_commands/sync_content_entries_command.rb +9 -0
- data/lib/locomotive/wagon/commands/sync_sub_commands/sync_pages_command.rb +41 -0
- data/lib/locomotive/wagon/commands/sync_sub_commands/sync_translations_command.rb +9 -0
- data/lib/locomotive/wagon/decorators/concerns/to_hash_concern.rb +1 -1
- data/lib/locomotive/wagon/decorators/content_type_decorator.rb +7 -3
- data/lib/locomotive/wagon/decorators/content_type_field_decorator.rb +6 -1
- data/lib/locomotive/wagon/decorators/site_decorator.rb +8 -0
- data/lib/locomotive/wagon/generators/site/base.rb +1 -1
- data/lib/locomotive/wagon/generators/site/cloned.rb +1 -1
- data/lib/locomotive/wagon/generators/site.rb +0 -2
- data/lib/locomotive/wagon/tools/styled_yaml.rb +122 -0
- data/lib/locomotive/wagon/version.rb +1 -1
- data/lib/locomotive/wagon.rb +22 -57
- data/locomotivecms_wagon.gemspec +2 -2
- data/spec/fixtures/cassettes/authenticate.yml +49 -122
- data/spec/fixtures/cassettes/push.yml +8960 -9147
- data/spec/fixtures/default/icon.png +0 -0
- data/spec/integration/commands/push_command_spec.rb +1 -1
- metadata +31 -13
- data/generators/blank/config.ru +0 -3
- data/generators/bootstrap3/config.ru +0 -3
- data/generators/cloned/config.ru +0 -3
- data/generators/foundation5/config.ru +0 -3
- data/generators/line_case/config.ru +0 -3
- data/lib/locomotive/wagon/tools/deployment_connection.rb +0 -120
- data/lib/locomotive/wagon/tools/hosting_api.rb +0 -117
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the gem file manually.