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.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +2 -6
  3. data/bin/wagon +1 -1
  4. data/generators/cloned/config/deploy.yml.tt +3 -2
  5. data/generators/content_type/app/content_types/%slug%.yml.tt +7 -0
  6. data/lib/locomotive/wagon/cli.rb +66 -73
  7. data/lib/locomotive/wagon/commands/clone_command.rb +35 -0
  8. data/lib/locomotive/wagon/commands/destroy_command.rb +29 -0
  9. data/lib/locomotive/wagon/commands/loggers/base_logger.rb +31 -0
  10. data/lib/locomotive/wagon/commands/loggers/pull_logger.rb +23 -0
  11. data/lib/locomotive/wagon/commands/loggers/push_logger.rb +23 -17
  12. data/lib/locomotive/wagon/commands/loggers/sync_logger.rb +23 -0
  13. data/lib/locomotive/wagon/commands/pull_command.rb +55 -0
  14. data/lib/locomotive/wagon/commands/pull_sub_commands/concerns/assets_concern.rb +75 -0
  15. data/lib/locomotive/wagon/commands/pull_sub_commands/pull_base_command.rb +83 -0
  16. data/lib/locomotive/wagon/commands/pull_sub_commands/pull_content_assets_command.rb +24 -0
  17. data/lib/locomotive/wagon/commands/pull_sub_commands/pull_content_entries_command.rb +94 -0
  18. data/lib/locomotive/wagon/commands/pull_sub_commands/pull_content_types_command.rb +42 -0
  19. data/lib/locomotive/wagon/commands/pull_sub_commands/pull_pages_command.rb +54 -0
  20. data/lib/locomotive/wagon/commands/pull_sub_commands/pull_site_command.rb +55 -0
  21. data/lib/locomotive/wagon/commands/pull_sub_commands/pull_snippets_command.rb +29 -0
  22. data/lib/locomotive/wagon/commands/pull_sub_commands/pull_theme_assets_command.rb +29 -0
  23. data/lib/locomotive/wagon/commands/pull_sub_commands/pull_translations_command.rb +24 -0
  24. data/lib/locomotive/wagon/commands/push_command.rb +1 -1
  25. data/lib/locomotive/wagon/commands/push_sub_commands/push_site_command.rb +28 -0
  26. data/lib/locomotive/wagon/commands/serve_command.rb +1 -1
  27. data/lib/locomotive/wagon/commands/sync_command.rb +57 -0
  28. data/lib/locomotive/wagon/commands/sync_sub_commands/concerns/base_concern.rb +41 -0
  29. data/lib/locomotive/wagon/commands/sync_sub_commands/sync_content_entries_command.rb +9 -0
  30. data/lib/locomotive/wagon/commands/sync_sub_commands/sync_pages_command.rb +41 -0
  31. data/lib/locomotive/wagon/commands/sync_sub_commands/sync_translations_command.rb +9 -0
  32. data/lib/locomotive/wagon/decorators/concerns/to_hash_concern.rb +1 -1
  33. data/lib/locomotive/wagon/decorators/content_type_decorator.rb +7 -3
  34. data/lib/locomotive/wagon/decorators/content_type_field_decorator.rb +6 -1
  35. data/lib/locomotive/wagon/decorators/site_decorator.rb +8 -0
  36. data/lib/locomotive/wagon/generators/site/base.rb +1 -1
  37. data/lib/locomotive/wagon/generators/site/cloned.rb +1 -1
  38. data/lib/locomotive/wagon/generators/site.rb +0 -2
  39. data/lib/locomotive/wagon/tools/styled_yaml.rb +122 -0
  40. data/lib/locomotive/wagon/version.rb +1 -1
  41. data/lib/locomotive/wagon.rb +22 -57
  42. data/locomotivecms_wagon.gemspec +2 -2
  43. data/spec/fixtures/cassettes/authenticate.yml +49 -122
  44. data/spec/fixtures/cassettes/push.yml +8960 -9147
  45. data/spec/fixtures/default/icon.png +0 -0
  46. data/spec/integration/commands/push_command_spec.rb +1 -1
  47. metadata +31 -13
  48. data/generators/blank/config.ru +0 -3
  49. data/generators/bootstrap3/config.ru +0 -3
  50. data/generators/cloned/config.ru +0 -3
  51. data/generators/foundation5/config.ru +0 -3
  52. data/generators/line_case/config.ru +0 -3
  53. data/lib/locomotive/wagon/tools/deployment_connection.rb +0 -120
  54. 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.