Artyom Lukianov
11321ae7e9
Set klog flags before flags parsing
...
Looks like before some of imports used glog package that set all flags
under init() method, but after dependencies code stopped to run glog
init() method on container creation, so we need to set flags from klog
and parse flags in the right order.
2019-05-16 09:38:37 +03:00
Alexander Wels
c30f3975d2
Remove tar from the readers
...
Signed-off-by: Alexander Wels <awels@redhat.com>
2019-05-03 08:37:45 -04:00
u5surf
8305db81bb
fix lint
2019-03-07 08:37:34 +09:00
Y.Horie
43ca309494
Merge branch 'master' into issue-687
2019-03-06 23:31:37 +09:00
Michael Henriksen
08ce3ad394
https cert configuration
2019-03-05 18:15:33 -05:00
Y.Horie
0ac09120fd
sync flags in klog
2019-03-05 20:55:43 +09:00
Y.Horie
c9104059fb
move to klog from glog
2019-03-05 13:33:20 +09:00
Alexander Wels
676b4ec133
Fix some flaky tests.
...
Signed-off-by: Alexander Wels <awels@redhat.com>
2018-11-20 09:23:37 -05:00
Alexander Wels
70666e5946
Add source and contentType annotations
...
Signed-off-by: Alexander Wels <awels@redhat.com>
2018-11-14 12:20:26 -05:00
Jon Cope
5a19e55341
Colocated high level unit tests with their respective packages ( #348 )
2018-08-21 12:56:38 -07:00
Jon Cope
15891b5a52
Add containerized file host (http & s3) for functional testing ( #315 )
2018-08-16 10:10:15 -07:00