Commit Graph

9 Commits

Author SHA1 Message Date
Antoine Cotten af53027cbd
Format copyright headers to match boilerplate (#1962) 2020-12-15 02:12:43 -08:00
Scott Nichols fc447086b7
Remove re-definition of kubeconfig from pkg/test (#1820)
* pull flags from injection

* lint

* trim T interface, use flagset
2020-10-19 16:30:58 -07:00
Dave Protasowski 5bc49f27e6
use interfaces when testing conditions so we don't need versioned methods (#1120) 2020-02-24 09:23:08 -08:00
coryrc 9d8b936ca0 Switch *testing.T uses to equivalent interface + structured logging (#935)
Working to introduce structured logging to our tests. See #907

This work allows these test functions to be called by objects other
than *testing.T. The t.Error() calls are made compatible with
structured logging (wrapping Zap sugared logger calls) or code using
testing.T.
2019-12-13 10:22:54 -08:00
Dan Gerdesmeier 5f0515d336 Version condition testing helper functions (#644) 2019-09-08 16:39:06 -07:00
mattmoor-sockpuppet 1864f499dc golang format tools (#497)
Produced via:
  `gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))`
  `goimports -w $(find -name '*.go' | grep -v vendor)`
/assign @mattmoor
2019-06-27 07:37:08 -07:00
Matt Moore 222dd25986 Migrate pkg to use the knative.dev/pkg import path (#489)
* Manual changes.

* scripted changes.
2019-06-26 13:02:06 -07:00
Victor Agababov 4993c57ea3 Share the common parts of Serving ObjectMeta validation (#367) (#370)
This assumes that we want to strictly allow DNS labels in names everywhere.
2019-04-07 15:19:57 -07:00
Victor Agababov 71f46d3165 Condition checkable utilities (#364)
* add the new files

* checkpoint

* use duck

* test –> testing
2019-04-05 07:26:57 -07:00