Markus Thömmes
c29dc56d8f
Drop unnecessary dependencies on vegeta and licenseclassifier ( #582 )
2021-12-06 05:32:28 -08:00
knative-automation
da0e252224
Format go code ( #542 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-10-15 14:06:24 -07:00
Scott Nichols
aa595e359b
Integrate the gopath hacks to allow for codegen anywhere. ( #398 )
2021-04-07 06:57:49 -07:00
Evan Anderson
a928dbef31
Update OWNERS_ALIASES to match autogen in community ( #446 )
2021-04-06 11:02:39 -07:00
Dave Protasowski
cfd1b9372d
bump k8s v0.18.12, go1.15 ( #387 )
...
* bump k8s v0.18.12, go1.15
* drop k8s bump script
2020-11-17 14:28:52 -08:00
Scott Nichols
cc1d9d2e09
use the new hack repo for scripts ( #373 )
2020-10-27 16:12:33 -07:00
Scott Nichols
d6df27735a
leverage test-infra go_update_deps ( #357 )
2020-10-09 15:27:21 -07:00
Julian Friedman
60d18009af
Unpin deps following release ( #347 )
2020-10-01 06:34:30 -07:00
Zhimin Xiang
a6b8bbd699
Pin deps to release-0.18 ( #341 )
2020-09-22 10:35:40 -07:00
Nghia Tran
95a2aaeace
Track floating deps @ master again ( #284 )
2020-07-07 13:03:44 -07:00
Nghia Tran
a78409990d
Pin test-infra & pkg to release-0.16 ( #281 )
2020-06-30 10:28:29 -07:00
Dave Protasowski
787aec80f7
bump k8s packages to 1.17.6 ( #280 )
...
* add script to bump k8s deps
* bump k8s to v1.17.6
2020-06-06 14:03:18 -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
Matt Moore
986ef1af37
Add an `--upgrade` flag to `./hack/update-deps.sh` ( #216 )
2020-03-02 13:40:54 -08:00
Scott Nichols
1114dba63e
update boilerplate to use 2020 ( #175 )
2020-01-07 16:17:52 -08:00
chaodaiG
6e4e72a5e3
Use knative.dev/test-infra ( #62 )
2019-07-31 20:03:43 -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
Adriano Cunha
0c2ca63ba3
Update OWNERS to use OWNERS_ALIASES ( #32 )
2019-05-28 15:45:30 -07:00
Adriano Cunha
97110f4e0c
Update test-infra ( #21 )
...
* Bring in the latest features and fixes.
* Use the default build/unit test runners.
* Remove test-infra import hack from `Gopack.lock` and `update-deps.sh`
2019-01-17 17:08:31 -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
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