-
Notifications
You must be signed in to change notification settings - Fork 56
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
Added F# template to templates.json #65
Conversation
Thank you for your contribution. I've just checked and your commit doesn't appear to be signed-off. That's something we need before your Pull Request can be merged. Please see our contributing guide. |
@alexellis think I got the sign-off right. Checks passed. Merge OK? |
Please reset the commits and apply a single commit, thanks. |
Signed-off-by: Peder Husom <[email protected]>
@alexellis all done? |
The new function.json was not being checked for valid json, nor were the images contained within the json being checked for existence. This change adds two lines to the CI. One to parse the json in the same way as the existing json files are parsed. And a second line that calls a bash script which calls against Docker Hub to ensure that the image exists. Rather than pulling each image the script makes a curl request agaisnt the API and errors out if a HTTP200 isnt received. Signed-off-by: Richard Gee <[email protected]>
Signed-off-by: Richard Gee <[email protected]>
Signed-off-by: Alex Ellis <[email protected]>
For new watchdog 0.13.0 and new http probe Signed-off-by: Alex Ellis <[email protected]>
Signed-off-by: Vivek Singh <[email protected]>
Signed-off-by: Richard Gee <[email protected]>
Signed-off-by: Alex Ellis <[email protected]>
Signed-off-by: Alex Ellis <[email protected]>
Signed-off-by: Alex Ellis <[email protected]>
Signed-off-by: Alex Ellis <[email protected]>
Signed-off-by: Alex Ellis <[email protected]>
Signed-off-by: Alex Ellis <[email protected]>
Signed-off-by: Alex Ellis <[email protected]>
Signed-off-by: Tomasz Miklas <[email protected]>
Signed-off-by: Alex Ellis <[email protected]>
Signed-off-by: Richard Gee <[email protected]>
Moving function definitions from integers to golang duration Signed-off-by: Martin Dekov <[email protected]>
Signed-off-by: Daniel Llewellyn <[email protected]>
Signed-off-by: Peder Husom <[email protected]>
Thank you for your contribution. It seems that one or more of your commits have an anonymous email address. Please consider signing your commits with a valid email address. Please see our contributing guide. |
-- |
Yea, sorry. Was in a hurry, went a little to fast there. |
Added my F# template to the templates.json list, #64.