August 23, 2017
View 9db68f4

Remove RandomTmpDirPath

Daniel Nephin authored on 2017/08/23 05:08:42
August 22, 2017
View e8bd671

Remove testutil.ParseCgroupPaths

Daniel Nephin authored on 2017/08/22 08:03:58
View 1455086

Remove ConsumeWithSpeed

Daniel Nephin authored on 2017/08/22 07:58:25
View 4f304e7

Remove testutil.ReadBody

Daniel Nephin authored on 2017/08/22 07:50:40
View 6a0105b

Remove ChannelBuffer

Daniel Nephin authored on 2017/08/22 07:44:50
View 6ffbe3f

Remove ListTar

Daniel Nephin authored on 2017/08/22 07:43:39
View 6151d55

Remove testutil.CompareDirectoryEntries and IsKilled

Daniel Nephin authored on 2017/08/22 07:40:56
View d30e514

Remove testutil.ConvertSliceOfStringsToMap

Daniel Nephin authored on 2017/08/22 07:31:51
April 19, 2017
View b0ba39d

Use `cli` for trusted relate command

Vincent Demeester authored on 2017/04/19 21:04:39
December 31, 2016
View 33968e6

Remove pkg/integration and move it to testutil or integration-cli

Vincent Demeester authored on 2016/12/31 02:23:00
November 29, 2016
View 6306019

Refactoring ineffectual assignments This patch fixed below 4 types of code line 1. Remove unnecessary variable assignment 2. Use variables declaration instead of explicit initial zero value 3. Change variable name to underbar when variable not used 4. Add erro check and return for ignored error

Daehyeok Mun authored on 2016/11/29 17:17:35