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

Add support of Healthcheck's #29

Merged
merged 4 commits into from
Sep 7, 2017
Merged

Add support of Healthcheck's #29

merged 4 commits into from
Sep 7, 2017

Conversation

cono
Copy link
Contributor

@cono cono commented Sep 5, 2017

No description provided.

@fstehle
Copy link
Contributor

fstehle commented Sep 5, 2017

Hey @cono, thanks a lot for your contribution.
Can you please rebase your branch onto master to resolve the conflicts?

@cono
Copy link
Contributor Author

cono commented Sep 5, 2017

done

@cono
Copy link
Contributor Author

cono commented Sep 5, 2017

looks like flake8 doesn't like my code :)

'name': dict(required=True, type='str', default=None),
'check_interval': dict(required=False, type='int', default=None),
'comment': dict(required=False, type='str', default=''),
'expected_response': dict(required=False, type='int', default='200'),
Copy link
Contributor

Choose a reason for hiding this comment

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

200 should be an integer value (no quotes)

@fstehle fstehle merged commit dcb7e79 into Jimdo:master Sep 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants