Dave Protasowski
bd32ea7681
generate schema for caching types ( #655 )
2022-07-04 13:17:45 +00:00
Scott Nichols
aa595e359b
Integrate the gopath hacks to allow for codegen anywhere. ( #398 )
2021-04-07 06:57:49 -07:00
Scott Nichols
cc1d9d2e09
use the new hack repo for scripts ( #373 )
2020-10-27 16:12:33 -07:00
Matt Moore
e78d17bc25
Pin caching for 0.15 ( #278 )
2020-05-21 08:57:57 -07:00
Matt Moore
1dd26e7d03
Migrate caching to go mod ( #258 )
2020-04-27 14:35:51 -07:00
chaodaiG
96cb0bf1f9
Migrate caching to use the knative.dev/caching import path ( #36 )
...
* Migrate to knative.dev
* manual replace
* run update-codegen
2019-06-26 20:43:13 -07:00
Matt Moore
aa9bd3961c
Migrate to knative.dev/pkg ( #35 )
...
These changes done via:
```
sed -i 's@"github.com/knative/pkg@"knative.dev/pkg@g' $(find -name '*.go' | grep -v vendor | xargs grep github.com/knative/pkg | cut -d':' -f 1)
```
`Gopkg.toml`:
- github.com/knative/pkg -> knative.dev/pkg
- release-0.7 -> master
`./hack/update-codegen.sh`:
- github.com/knative/pkg -> knative.dev/pkg
```
./hack/update-deps.sh
./hack/update-codegen.sh
```
2019-06-26 13:56:06 -07:00
Matt Moore
b6c8f4851e
Generate injection client for knative/caching. ( #34 )
2019-06-05 11:23:38 -07: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
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