Commit Graph

10 Commits

Author SHA1 Message Date
Victor Agababov e9c7aefce0 fix (#631) 2019-09-03 20:41:01 -07:00
Victor Agababov a7924e4fa2 Improve the loggig situation in table tests (#624)
Currently the table tests do not annotate the context logger with the key
which means we puts lots of unnecessary logging in the reconcilers to log the key that is being reconciled.
So this fixes that.
Also precreates some containers to the needed size.

/assign mattmoor
2019-08-30 21:29:53 -07:00
Victor Agababov b83b6a5218 Extend reconciler and controller owners with serving approver people (#625)
Subj
/assign mattmoor
/cc @dgerd
2019-08-30 15:33:51 -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
Matt Moore c6f03fa600 Push the event recorder stuff into knative/pkg (#443) 2019-06-06 07:35:40 -07:00
Ville Aikas 15b1aa79be change metav1.Object to runtime.Object so we can test moar objects (#433) 2019-05-28 17:11:30 -07:00
Shashwathi f95c27ee8c Enable fields validation on delete actions (#398) 2019-04-30 17:39:32 -07:00
Victor Agababov 1b67a06e3a Fix the display in the table tests. (#393)
Currently we're collecting and printing extra objects
as VerbActions, which of course is not what's extra, the extra is the
object wrapped around them. So print that insted.
2019-04-19 15:37:27 -07:00
Scott Nichols 418e675f88 Moving reconcile/testing from serving to pkg. (#387)
* Moving reconcile/testing from serving to pkg.

* add clock.

* Update clock cw.

* move testing/configmap.go to configmap/

* wire in a setable context.

* need to export example key.
2019-04-17 08:19:28 -07:00