提交历史

作者 SHA1 备注 提交日期
  Tibor Vass 2f069fa3a5 rm-gocheck: convert check.Commentf to string - with just one string 5 年之前
  Tibor Vass 673cf751ca rm-gocheck: convert check.Commentf to string - with multiple args 5 年之前
  Tibor Vass ed9449a424 rm-gocheck: Contains -> strings.Contains 5 年之前
  Tibor Vass 07b243656c rm-gocheck: Not(Contains) -> !strings.Contains 5 年之前
  Tibor Vass e25352a42a rm-gocheck: run goimports to compile successfully 5 年之前
  Tibor Vass 7696045c1d rm-gocheck: True 5 年之前
  Tibor Vass e49237dc7d rm-gocheck: NotNil 5 年之前
  Tibor Vass ef4c63acf6 rm-gocheck: IsNil 5 年之前
  Tibor Vass 7b91af803d rm-gocheck: HasLen -> assert.Equal + len() 5 年之前
  Tibor Vass 17e04aa6c2 rm-gocheck: DeepEquals -> assert.DeepEqual 5 年之前
  Tibor Vass 6dc7846d26 rm-gocheck: Equals -> assert.Equal 5 年之前
  Tibor Vass 819baeb430 rm-gocheck: Not(Equals) -> a != b 5 年之前
  Tibor Vass c8da7fbd25 rm-gocheck: normalize to use checker 5 年之前
  Tibor Vass 64a928a3d4 rm-gocheck: check.C -> testing.T 5 年之前
  Tibor Vass a11079a449 rm-gocheck: c.Assert(...) -> assert.Assert(c, ...) 5 年之前
  Tibor Vass e44c6dc109 rm-gocheck: redress multiline c.Assert calls 5 年之前
  Sebastiaan van Stijn a768bf8673 integration-cli: remove redundant "testrequires" 6 年之前
  Brian Goff 34418110ec Add (hidden) flags to set containerd namespaces 6 年之前
  Sebastiaan van Stijn 892dbfb87e switch kr/pty to creack/pty v1.1.7 6 年之前
  Tibor Vass 99cd23cefd Revert "Remove the rest of v1 manifest support" 6 年之前
  Tibor Vass 21ae66c664 Revert "Remove Schema1 integration test suite" 6 年之前
  Jim Ehrismann 11319732ab explicitly set filesystem type for mount to avoid 'invalid argument' error on arm 6 年之前
  Sebastiaan van Stijn 6345208b9b Replace some checkers and assertions with gotest.tools 6 年之前
  Kir Kolyshkin 9fd765f07c TestDaemonRestartIpcMode: modernize 6 年之前
  Brian Goff 13b7d11be1 Remove Schema1 integration test suite 6 年之前
  Justin Cormack 98fc09128b Remove the rest of v1 manifest support 6 年之前
  Deng Guangxing 8e293be4ba fix unless-stopped unexpected behavior 7 年之前
  Sebastiaan van Stijn 3a4bb96ab7 Remove use of deprecated client.NewClient() 6 年之前
  Sebastiaan van Stijn 43b15e924f Remove SameHostDaemon, use testEnv.IsLocalDaemon instead 6 年之前
  Sebastiaan van Stijn a8d2b29e8d Use errors.Wrap() in daemon/config 6 年之前