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

Implement dry run mode #10

Open
wants to merge 34 commits into
base: master
Choose a base branch
from

Commits on Jan 20, 2015

  1. fix: query method have optionnal parameters parameter

    Aymeric PLANCHE committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    220b290 View commit details
    Browse the repository at this point in the history
  2. feat: add DryRunAction class

    Aymeric PLANCHE committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    54172a1 View commit details
    Browse the repository at this point in the history
  3. feat: add dry run action mecanism. move resetVhost, purge and remove …

    …action to actions classes
    Aymeric PLANCHE committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    84152a2 View commit details
    Browse the repository at this point in the history
  4. fix: throw exception if dry-run option passed with the move message c…

    …ommand. No dry-run scenario established
    Aymeric PLANCHE committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    861e9b1 View commit details
    Browse the repository at this point in the history
  5. fix: resetVhost method must call action based method in order to be p…

    …layer in real or dry-run context
    Aymeric PLANCHE committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    3d24622 View commit details
    Browse the repository at this point in the history
  6. feat: add GuzzleClient HttpClient implementation

    Aymeric PLANCHE committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    eb47b29 View commit details
    Browse the repository at this point in the history
  7. feat: require guzzlehttp library

    Aymeric PLANCHE committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    45db275 View commit details
    Browse the repository at this point in the history
  8. feat: inject GuzzleClient as httpClient provider

    Aymeric PLANCHE committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    c2bddc3 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2015

  1. fix: define default scheme as http. Do not throw exception

    Aymeric PLANCHE committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    ae9f1f2 View commit details
    Browse the repository at this point in the history
  2. fix: DryRunAction namespace has changed

    Aymeric PLANCHE committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    ad0e786 View commit details
    Browse the repository at this point in the history
  3. fix: GuzzleHttpClient namespace has changed

    Aymeric PLANCHE committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    2bfb5a6 View commit details
    Browse the repository at this point in the history
  4. feat: allow dry run mode to catch 404

    Aymeric PLANCHE committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    5e2b622 View commit details
    Browse the repository at this point in the history
  5. feat: enable guzzle client dry run mode

    Aymeric PLANCHE committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    82aa408 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aba4443 View commit details
    Browse the repository at this point in the history
  7. feat: display permission delta on dry run mode

    Aymeric PLANCHE committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    0e2f54b View commit details
    Browse the repository at this point in the history
  8. fix: update dry run log messages

    Aymeric PLANCHE committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    e86ae9c View commit details
    Browse the repository at this point in the history
  9. feat: use verbosity for log level message

    Aymeric PLANCHE committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    035e016 View commit details
    Browse the repository at this point in the history
  10. feat(log): add log class that format dry run log actions

    Aymeric PLANCHE committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    4791266 View commit details
    Browse the repository at this point in the history
  11. fix: do not display all parameters by default

    Aymeric PLANCHE committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    1062578 View commit details
    Browse the repository at this point in the history
  12. feat(bindings): add unchanged bindings dry run logs

    Aymeric PLANCHE committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    544d0d9 View commit details
    Browse the repository at this point in the history
  13. feat(permission): add unchanged permission dry run logs

    Aymeric PLANCHE committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    8901e2c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0ed9245 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    44fec22 View commit details
    Browse the repository at this point in the history
  16. refactor: implement isSuccessful and notFound method

    Aymeric PLANCHE committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    9377059 View commit details
    Browse the repository at this point in the history
  17. refactor: simplify request creation

    Aymeric PLANCHE committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    ef27640 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    47e910a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b21412c View commit details
    Browse the repository at this point in the history
  20. fix: null value have to be empty string for strict comparison

    Aymeric PLANCHE committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    f07d2d3 View commit details
    Browse the repository at this point in the history
  21. fix: update the binding comparison. Check also arguments now

    Aymeric PLANCHE committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    3ec8c1d View commit details
    Browse the repository at this point in the history
  22. fix: dryRun mode is false by default

    Aymeric PLANCHE committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    4b5b9a5 View commit details
    Browse the repository at this point in the history
  23. fix: sanity check on queues and binding creation

    Aymeric PLANCHE committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    cabf1d0 View commit details
    Browse the repository at this point in the history
  24. chore: rename interfaces

    Aymeric PLANCHE committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    ce3702a View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2015

  1. fix: avoid nested ifs

    Aymeric PLANCHE committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    2afc17f View commit details
    Browse the repository at this point in the history
  2. feat: update binding dry run message

    Aymeric PLANCHE committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    a93e58e View commit details
    Browse the repository at this point in the history