Commit Graph

664 Commits

Author SHA1 Message Date
Vincent Demeester 5e0d1e671f Bump "safe" dependencies (#19)
* github.com/gogo/protobuf: v1.1.1 -> v1.2.0

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>

* github.com/spf13/pflag: v1.0.2 -> v1.0.3

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>

* gopkg.in/yaml.v2: v2.2.1 -> v2.2.2

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2018-12-27 09:48:37 -08:00
Vincent Demeester 6be7c335a2 Use `/usr/bin/env bash` instead of `/bin/bash` (#18)
Some systems may not have /bin/bash (NixOS for example)… Using
/usr/bin/env bash has the benefit of looking for whatever the
default version of the program is in your current environment

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2018-12-11 09:26:16 -08:00
chaodaiG b169404b88 Make verify-codegen.sh also check /vendor (#17)
Replicated from: https://github.com/knative/serving/pull/2561

Original link: https://github.com/knative/serving/issues/1711
2018-12-05 10:08:26 -08:00
chaodaiG 1b7ae00b15 Remove images deletion step from e2e test / Update test-infra (#15)
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:44:23 -08:00
Adriano Cunha 8aeeb3d0b9 Update knative/test-infra (#13)
Major changes:
* fixes and updates to E2E test framework
* better parsing of E2E test results
2018-10-01 12:17:23 -07:00
Matt Moore a9dfa18660 Allow creators to produce / consume a slice of LocalObjectReference for pull secrets. (#12)
PodSpec has this as a slice, and if we wanted to start creating these references more automatically for e.g. Deployment it isn't immediately obvious which secret is used for which image (certainly without reading the secrets).  This changes it to a more pass-through model for simplicity.

Fixes: https://github.com/knative/caching/issues/9
2018-09-17 12:42:17 -07:00
Matt Moore bba06b0586
Update knative/pkg to get kmeta.OwnerRefable. (#10) 2018-09-14 10:43:02 -07:00
Adriano Cunha 9a8787bc84 Add OWNERS file to //test (#8) 2018-09-14 10:21:49 -07:00
Matt Moore f0d7bb6095
Add the initial caching type definitions. (#5)
* Add the initial caching type definitions.

This is largely carried over from https://github.com/knative/serving/pull/1972

* Incorporate feedback from @evankanderson

* Add the CRD for the type definition.
2018-09-07 09:56:33 -07:00
Matt Moore b354e0c2f6
Merge pull request #6 from knative/fix-gitattributes
Correct the generated client path
2018-09-06 20:03:12 -07:00
Matt Moore 34dbbb17d5
Correct the generated client path
I copied this from knative/pkg which has a funny version of this file.
2018-09-06 15:51:55 -07:00
Matt Moore ea3963fb4b
Merge pull request #4 from mattmoor/skeleton-repo
Bootstrap knative/caching.
2018-09-06 06:55:41 -07:00
Matt Moore 932173e3e2 Bootstrap knative/caching.
This adds all of the elements needed to bootstrap the knative/caching repo.

I've tried to limit this to largely boilerplate elements so that it can more easily be recycled as we create other repos.
2018-09-01 20:50:01 +00:00
Mark Chmarny 8d411f809d
Initial commit 2018-08-30 13:56:39 -07:00