Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Console] Lazy commands, separate IO concerns, add forced resolve to command, and prittify and detail output #981

Closed

Commits on Aug 6, 2017

  1. refactor cache resolve/remove commands:

    - added "--force" option to resolve command to force re-resolution regardless of cache state
    - added "--no-colors" options to output non-styled varient
    - added "--as-script" options to output in machine-readable varient
    - removed deprecated "--filters" options ("--filter" replaces it)
    - removed container-aware implementation of commands for explicit constructor-based dependencies
    - added commands as services in "Resources/config/imagine.xml"
    - added commands as services lazy loading functionality (on supported Symfony vers) via "command" tag
    - added new console style abstraction "Liip\ImagineBundle\Component\Console\Style\ImagineStyle"
    - rewrote/refactored command implementation (for cleanup and better organization)
    - pulled out common functionality between commands into "Liip\ImagineBundle\Command\CacheCommandTrait"
    robfrawley committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    507cfef View commit details
    Browse the repository at this point in the history
  2. update travis deps

    robfrawley committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    c136b8f View commit details
    Browse the repository at this point in the history