Knative Functions client API and CLI
Go to file
Lance Ball 68b0904b17
feat!: rename event templates to 'cloudevents' (#584)
* feat!: rename event templates to 'cloudevents'

This commit renames the templates for cloudevents to be named "cloudevents".

BREAKING CHANGE

Signed-off-by: Lance Ball <lball@redhat.com>

* fixup: update commands.md doc

Signed-off-by: Lance Ball <lball@redhat.com>

* fixup: fix make test-templates

Signed-off-by: Lance Ball <lball@redhat.com>

* fixup: missed an e2e test change

Signed-off-by: Lance Ball <lball@redhat.com>

* fixup: gitignore and pkged.go

Signed-off-by: Lance Ball <lball@redhat.com>

* fixup: adjust Makefile recipe for pkged.go

Signed-off-by: Lance Ball <lball@redhat.com>
2021-10-13 14:19:42 -07:00
.chglog Change github.com links to the new home (#424) 2021-07-26 10:30:15 -07:00
.github/workflows Update Quarkus version in templates (#557) 2021-09-27 14:33:13 -07:00
buildpacks feat: Improve build performance (#569) 2021-10-11 06:17:16 -07:00
cloudevents feat: print emit response output if it's a cloudevent (#444) 2021-07-28 04:45:16 -07:00
cmd feat!: rename event templates to 'cloudevents' (#584) 2021-10-13 14:19:42 -07:00
docker feat: Save password after user input (#560) 2021-10-13 06:29:47 -07:00
docs feat!: rename event templates to 'cloudevents' (#584) 2021-10-13 14:19:42 -07:00
hack fix: update-pkger.sh sed error on osX (#541) 2021-09-20 07:40:35 -07:00
k8s Fix deployment on k8s cloud providers (#563) 2021-10-05 13:34:45 -07:00
knative Detect and report unreachable image deployment (#579) 2021-10-13 06:43:48 -07:00
mock feat: repository management cli (#514) 2021-09-09 08:09:00 -07:00
plugin Fix plugin version retrieval (#564) 2021-10-07 06:42:28 -07:00
progress fix: control chars on progress listener for Windows OS (#498) 2021-08-31 11:01:55 -07:00
schema feat: move go, typescript and nodejs to paketo builders (#485) 2021-08-24 08:46:24 -07:00
templates feat!: rename event templates to 'cloudevents' (#584) 2021-10-13 14:19:42 -07:00
test feat!: rename event templates to 'cloudevents' (#584) 2021-10-13 14:19:42 -07:00
testdata chore: update files with goimport (#513) 2021-09-08 06:53:45 -07:00
third_party/VENDOR-LICENSE feat: Improve build performance (#569) 2021-10-11 06:17:16 -07:00
utils fix: improve error message when invalid function name is used (#567) 2021-10-07 07:43:27 -07:00
vendor feat: Improve build performance (#569) 2021-10-11 06:17:16 -07:00
.gitignore feat!: rename event templates to 'cloudevents' (#584) 2021-10-13 14:19:42 -07:00
.golangci.yaml Revert linting action to the canonical version (#533) 2021-09-16 02:46:39 -07:00
AUTHORS chore: add AUTHORS and OWNERS files (#413) 2021-07-07 10:35:33 -04:00
CHANGELOG.md chore: release 0.18.0 (#466) 2021-09-16 13:32:09 -04:00
LICENSE Apache 2.0 License 2020-07-09 12:22:59 +00:00
Makefile feat!: rename event templates to 'cloudevents' (#584) 2021-10-13 14:19:42 -07:00
OWNERS Update OWNERS (#489) 2021-08-23 08:12:35 -07:00
OWNERS_ALIASES Update community files (#554) 2021-09-23 06:37:13 -07:00
README.md add meeting time (#491) 2021-08-23 08:11:35 -07:00
client.go feat: Save password after user input (#560) 2021-10-13 06:29:47 -07:00
client_int_test.go src: add integration test for remote modes (#484) 2021-08-19 11:47:05 -07:00
client_test.go feat: create cli (#547) 2021-09-22 13:00:12 -07:00
config.go feat: move go, typescript and nodejs to paketo builders (#485) 2021-08-24 08:46:24 -07:00
config_test.go chore: update files with goimport (#513) 2021-09-08 06:53:45 -07:00
function.go fix: `build` should honor registry specified in `-r` (#510) 2021-09-08 17:23:58 -07:00
function_test.go src: add test for DeriveImage (#518) 2021-09-13 05:34:32 -07:00
go.mod feat: Improve build performance (#569) 2021-10-11 06:17:16 -07:00
go.sum feat: Improve build performance (#569) 2021-10-11 06:17:16 -07:00
pkged.go feat!: rename event templates to 'cloudevents' (#584) 2021-10-13 14:19:42 -07:00
repositories.go feat: create cli (#547) 2021-09-22 13:00:12 -07:00
repositories_test.go feat: create cli (#547) 2021-09-22 13:00:12 -07:00
repository.go feat: repository management cli (#514) 2021-09-09 08:09:00 -07:00
repository_test.go feat: repository management cli (#514) 2021-09-09 08:09:00 -07:00
templates.go feat: create cli (#547) 2021-09-22 13:00:12 -07:00
templates_test.go feat!: rename event templates to 'cloudevents' (#584) 2021-10-13 14:19:42 -07:00
version.txt chore: release 0.18.0 (#466) 2021-09-16 13:32:09 -04:00

README.md

Func

CI Status Client API Documentation Issues License Releases

func is a Client Library and CLI enabling the development and deployment of Functions.

Read the Documentation

Contributing

We are always looking for contributions from the Function Developer community. For more information on how to participate, see the Development Guide

The func Task Force meets @ 10:30 PST every Tuesday, we'd love to have you! For more information, see the invitation on the Knative Team Calendar.