forked from openfaas/faas
-
Notifications
You must be signed in to change notification settings - Fork 0
mearge openfaas/faas #1
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Richard Gee <richard@technologee.co.uk>
Signed-off-by: Rishabh Gupta <r.g.gupta@outlook.com>
Signed-off-by: Rishabh Gupta <r.g.gupta@outlook.com>
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
Signed-off-by: Richard Gee <richard@technologee.co.uk>
Signed-off-by: Richard Gee <richard@technologee.co.uk>
Closes #1168 Signed-off-by: Jannik Hollenbach <Jannik.Hollenbach@iteratec.de>
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
**What** - For each prometheus and alert manager contrib makefile, ensure that the docker tag matches the version installed in the dockerfile. This will ensure that no one pushes mistmatched versions Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
Signed-off-by: Burton Rheutan <rheutan7@gmail.com>
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This change means the gateway is used to invoke functions asynchronously rather than directly so that the scale from zero path can execute. Signed-off-by: Alex Ellis <alexellis2@gmail.com>
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
Added a new blog entry Signed-off-by: Erwin Staal <erwinstaal@gmail.com>
Added teqntaion talk to events Signed-off-by: Arno Broekhof <arnobroekhof@gmail.com>
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
Signed-off-by: Erwin Staal <info@staal-it.nl>
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
Signed-off-by: Edward Wilde <ewilde@gmail.com>
Signed-off-by: Matias Pan <matias.pan26@gmail.com>
Adding event in Seattle, USA about blockchain with openfaas and docker by Dean Shelton Signed-off-by: Martin Dekov <mdekov@vmware.com>
Discovered blog post via Twitter and added with other posts to community file Signed-off-by: Burton Rheutan <rheutan7@gmail.com>
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
Signed-off-by: Ruan Bekker <rbekker87@gmail.com>
I used AlpineFunction as the example to follow as suggested by @alexellis Signed-off-by: scott.eppler <scott.eppler@coda.global>
Signed-off-by: scott.eppler <scott.eppler@coda.global>
I used AlpineFunction as the example to follow as suggested by
@alexellis
Signed-off-by: scott.eppler <scott.eppler@coda.global>
Signed-off-by: scott.eppler <scott.eppler@coda.global>
I used AlpineFunction as the example to follow as suggested by
@alexellis
Signed-off-by: scott.eppler <scott.eppler@coda.global>
Signed-off-by: scott.eppler <scott.eppler@coda.global>
Signed-off-by: Karthick Prabu <karthikprabu.cs@gmail.com>
False expectations from commercial users has been a source of contention in Open Source since the beginning. This is designed to help bring some empathy and understanding, and set more realistic expectations for commerical users. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
Signed-off-by: Burton Rheutan <rheutan7@gmail.com>
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
…hen tag isnt present. The response for an image tag that has not been found is inside a JSON elemnt of "message" not the stated "details", it has also been lower-cased. Signed-off-by: Alistair Hey <alistair.hey@gmail.com>
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
Include Ratehub in the list of OpenFaaS adopters. Signed-off-by: Chris Richard <chris.richard@ratehub.ca>
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This feature enables notes to be collected from all merged/closed PRs since the last release. The notes are then set/saved on the release body field.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
Signed-off-by: Pablo Chico de Guzman <pchico83@gmail.com>
**What** - Bump faas-swarm vesion to latest, 0.8.2 - Bump arm64 and armhf sevices to their latest versions - The docker-compose files were invalid when deployed directly because the auth url was not configured. Set the default for basic auth to false to make this a valid configuration Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist:
git commit -s