Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

[WIP] make more Symfony2 console friendly, make runner more flexible #11

Closed
wants to merge 6 commits into from

Conversation

lsmith77
Copy link
Contributor

I put these together not because they logically fit together but since I am using this more as a play ground for things I am testing out.

it includes #9 and #10

relevant commits:

  1. Symfony console friendliness
    356fce5
    see also https://github.com/liip/LiipMonitorBundle/pull/33/files#L7R24

  2. making it possible to run individual checks
    c11ab6a
    see also https://github.com/liip/LiipMonitorBundle/pull/33/files#L4R41

$color = Color::RED;
} elseif ($result instanceof Warning) {
$color = Color::YELLOW;
} elseif ($result instanceof Success) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interfaces should be used here instead of implementations

@Thinkscape
Copy link
Member

@lsmith77 This branch is a mess...
Could you create a new, clean one, on top of #7 and apply c11ab6a "making it possible to run individual checks" ?

@Thinkscape Thinkscape closed this Jul 18, 2013
@lsmith77
Copy link
Contributor Author

#12 .. untested .. hoping to have some time next week again for this .. but no guarantees.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants