Commit Graph

32 Commits

Author SHA1 Message Date
Scott Nichols fc69d36ec6
updating to the latest cloudevents sdk - v2.0.0-RC1 (#2386)
* updating to the latest cloudevents sdk.

* ran lint

* markdown had an error in it

* update serving sample readme
2020-04-13 09:31:11 -07:00
Evan Anderson cfae9520b5
Update deps for https://github.com/knative/docs/pull/2377 (#2378) 2020-04-09 18:04:04 -07:00
Matt Moore 87beed4771
[master] Auto-update dependencies (#2372)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign dprotaso grantr samodell
/cc dprotaso grantr samodell
2020-04-09 10:29:04 -07:00
Matt Moore 8f5e30d209
[master] Auto-update dependencies (#2363)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign dprotaso grantr samodell
/cc dprotaso grantr samodell
2020-04-08 06:34:01 -07:00
Matt Moore 6ec98f4e6a
[master] Auto-update dependencies (#2326)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign dprotaso grantr samodell
/cc dprotaso grantr samodell
2020-03-24 18:43:50 -07:00
Matt Moore 543433136e
Auto-update dependencies (#2316)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign dprotaso grantr samodell
/cc dprotaso grantr samodell
2020-03-17 16:31:05 -07:00
Matt Moore d44daa263f
Auto-update dependencies (#2298)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign dprotaso grantr samodell
/cc dprotaso grantr samodell
2020-03-16 15:17:31 -07:00
Matt Moore 1c0a55cce1
Auto-update dependencies (#2278)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign dprotaso grantr samodell
/cc dprotaso grantr samodell
2020-03-06 05:52:26 -08:00
Matt Moore e07e9bab0d This adds a simple cloudevents-go sample. (#1987)
This example is intended to showcase how to start an event receiver as a Knative
Service, and then have that service either send a new event to a `$K_SINK` or
respond with it (e.g. for working with a Broker).

Once we're happy with this, we should broaden this to cover more languages.
2019-11-15 23:06:02 -08:00
Adriano Cunha 8cc363e29b Add a script to check for dead links in markdown files (#1954)
Also update test-infra for the latest goodness.
2019-11-04 12:35:19 -08:00
Akash Verenkar 7ed19736c2 Hello world - Go for Knative Eventing. (#1862)
* App + readme

* vendored packages - cloudevents/sdk-go and its dependencies

* Mark-ups updated. Final testing on a new cluster pending.

* final changes
2019-10-23 11:01:28 -07:00
chaodaiG 003aca0f76 Use knative.dev/test-infra (#1627) 2019-07-31 09:59:44 -07:00
Joyce Liu bcc54bb383 update test-infra in vendor (#1386) 2019-05-29 17:32:31 -07:00
chaodaiG d9c5ac4305 Update test-infra: get rid of Unbound variable running update-deps warning (#1350) 2019-05-20 08:23:27 -07:00
chaodaiG 5e5ed5aa77 Update test-infra to the latest version (#1335) 2019-05-16 07:17:17 -07:00
chaodaiG 041f4a8463 Update test-infra: some fixes (#1263)
* Update test-infra: some fixes

* Install Istio from Addon
2019-05-06 12:35:37 -07:00
Chi Zhang f8884fd0e9 update test-infra: skip e2e tests for non-code changes (#1236)
* update test-infra: skip e2e tests for non-code changes

* fix conflicts
2019-04-26 09:30:30 -07:00
chaodaiG 9d862fb0c0 update test-infra (#1182) 2019-04-15 15:51:01 -07:00
Nikhil Barthwal 8c7a02c96f Update dep for test-infra (#1145) 2019-04-05 15:06:57 -07:00
chaodaiG 98fa8e4690 update knative/test-infra to latest (#1060) 2019-03-25 12:10:49 -07:00
Matt Moore eea4cea138 This adds a simple sample demonstrating Secret Volumes (#852)
This requires this new feature available in 0.4: https://github.com/knative/serving/pull/3061
2019-02-19 07:12:46 -08:00
Adriano Cunha b6732c9216 Update presubmit tests (#769)
Fixes #750.

* disable markdown linting
* ignore localhost links when checking for dead links in markdown files

Bonus: fix link in README.md
2019-01-15 10:09:30 -08:00
Adriano Cunha 49126fcc43 Add real build/unit presubmit tests (#734)
Addresses #66.
Addresses #67.

* Update test-infra to use the default build/unit test runners, which includes building go code and linting markdown files.
* Remove the integration tests, as they only start Knative Serving, which is irrelevant for this repo.

Bonuses:
* fix unbuildable `grpc-ping-go` sample
* remove test-infra import hack from `Gopack.lock` and `update-deps.sh`
2019-01-10 14:23:42 -08:00
Adam Harwayne 48a13abbfb Event Sources List (#701)
* Initial work on a list of Knative event sources.

* Initial generator code.

* Vendor the yaml.v2 dependency.

* Typo

* Remove new lines.

* Link to Sources.md from README.md.

* Add a warning that this is a generated file to Sources.md.

* Generate README.md, rather than Sources.yaml.

* Rename SourcesTemplate to ReadmeTemplate.

* Rewording.

* Make the generated file message invisible.
2019-01-04 09:05:40 -08:00
chaodaiG edfbdcbae5 Remove images deletion step from e2e test / Update test-infra (#609)
Old images cleanup is no longer part of e2e test, this functionality will be moved to a separate job runs periodically.

Proposed Changes
This part is done in knative/test-infra, updating dependencies in this repo to include this update.
Link to the issue in test-infra: knative/test-infra#276
2018-11-29 13:45:24 -08:00
Harwayne f0516ef1f6 Eventing - IoT Core Sample (#519)
* Intial work porting the old event-flow to the new object model.

* hack/update-deps.sh

* Minor typos

* Update the function to point at the correct topic.
2018-11-12 14:33:45 -08:00
Scott Nichols 2af23a637c Remove cmd dir from eventing. (#490)
* Remove cmd dir from eventing.

* add new line at end of file.
2018-10-31 10:08:33 -07:00
Adriano Cunha 8e4b4df18a Update knative/test-infra (#434)
Major changes:
* fixes and updates to E2E test framework
* better parsing of E2E test results
2018-10-08 10:02:25 -07:00
Adriano Cunha 0310b0c07b Update test-infra dependency (#371)
Includes:
* fixes to `library.sh` in order to have some `hack` scripts working again;
* better checking of PRs where presubmit tests are unnecessary;

Bonus: adds the missing eXecution bit to `update-deps.sh`.
2018-09-07 19:07:14 -07:00
Adriano Cunha 9f5fed536d Vendor the test-infra scripts (#353)
* shared scripts from test-infra live in //vendor/github.com/knative/test-infra/scripts;
* created `//hack/update-deps.sh` to properly update deps, including test-infra;
* all bash scripts were updated to use the vendored scripts;

Part of knative/test-infra#30.
2018-08-23 21:27:59 -07:00
Evan Anderson 32f3f9483a Add a minimal-dependencies working example listening to k8s events (#240)
* Copy and clean up knative/eventing/samples/{flow,k8s_events_function} to docs.

* Clean up go build and make it work.

* Add a comment for where to update image.

* Clean up prereqs & steps 1-2 based on test runthrough.

* 'Merge'

* Name function 'read-k8s-events' like in the example.

* Fix the image path to work with ko.

* More name fixes for ko

* Use `dep` to load eventing and k8s.io to avoid glog flag collision. :-/

* Update paths for dep + docker build.

* Add initial startup line to indicate container is running.

* Update Kibana logging details

* Apply PR feedback.
2018-07-24 08:53:34 -07:00
Matt Moore 9c53576183 Fix numerous sample READMEs (#127)
* Fix grpc-ping-go

Still doesn't work, but at least it builds again.

* Fix autoscale-go

* Fix buildpack-app-dotnet

* Fix buildpack-function-nodejs

* Fix rest-api-go

* Fix telemetry-go sample

* Fix gitwebhook-go

* Fix knative-routing-go

* Address feedback from Ville.

Prune boilerplate dep comment, fix cleanup command.
2018-07-14 11:01:35 -07:00