Commit Graph

5 Commits

Author SHA1 Message Date
Ignacio Cano 62d3aa64b5 Renaming Importer to Source (#662)
* source stats reporter... should be used by well-behaved sources

* public fields

* moving serialization/deserialization of metrics and logging maps to pkg

* nits

* adding UT

* same order

* updates

* sock-puppet

* unregistration problem?

* removing base64 encoding

* removing TODO

* removing config changes... done in another PR

* to properly address the comment

* changing importer to source
2019-09-11 13:16:31 -07:00
dushyanthsc b6f14473ea test/webhook-apicoverage: Add support to produce junit xml results (#651)
This change adds support to webhook apicoverage to produce coverage
results in junit xml format. The change only produces coverage
percentages. This can be used to push the results to end points like
test-grid.

The change also moves all the template files as go-strings as finding
relative paths to these files becomes tricky based on the deployment
environment.
2019-09-11 11:02:30 -07:00
mattmoor-sockpuppet 014d54e62f golang format tools (#637)
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-09-06 07:26:05 -07:00
dushyanthsc a5172fd917 test/webhook-apicoverage: Changing html display to use go templates (#564)
This change changes webhook apicoverage HTML display to use to templates
moving away from current approach of using string buffers

This change does not take display-rules into account as its not being
used at the moment. When there is a use-case the template hanlding needs
to be modified accordingly.
2019-09-05 07:06:06 -07:00
chaodaiG 74bcad8981 Move webhook apicoverage to knative/pkg (#555)
* add webhook-apicoverage under test

* replacing importing path to pkg/test

* update deps

* feedback updates
2019-08-06 07:16:55 -07:00