<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/docker.git/integration-cli/cli, branch master</title>
<subtitle>github.com: dotcloud/docker.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/'/>
<entry>
<title>integration-cli: remove cli.Build(), cli.Inspect()</title>
<updated>2022-12-28T08:25:27+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>github@gone.nl</email>
</author>
<published>2022-02-23T12:19:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=940730093b4bc71837009e815352af49f60d2fd0'/>
<id>940730093b4bc71837009e815352af49f60d2fd0</id>
<content type='text'>
They were just small wrappers arround cli.Args(), and the abstraction
made one wonder if they were doing some "magic" things, but they weren't,
so just inlining the `cli.Args()` makes it more transparent what's executed.

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They were just small wrappers arround cli.Args(), and the abstraction
made one wonder if they were doing some "magic" things, but they weren't,
so just inlining the `cli.Args()` makes it more transparent what's executed.

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>integration-cli: remove WaitRestart(), un-export WaitForInspectResult()</title>
<updated>2022-12-28T08:25:27+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>github@gone.nl</email>
</author>
<published>2022-02-23T12:06:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=bc0885f3642cc6bdcc1fcfc6442b46ecef39d21f'/>
<id>bc0885f3642cc6bdcc1fcfc6442b46ecef39d21f</id>
<content type='text'>
- Remove `WaitRestart()` as it was no longer used
- Un-export `WaitForInspectResult()` as it was only used internally, and we want
  to reduce uses of these utilities.
- Inline `appendDocker()` into `Docker()` as it was the only place it was used,
  and the name was incorrect anyway (should've been named `prependXX`).
- Simplify `Args()`, as it was first splitting the slice (into `command` and `args`),
  only to join them again into a single slice (in `icmd.Command()`).

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove `WaitRestart()` as it was no longer used
- Un-export `WaitForInspectResult()` as it was only used internally, and we want
  to reduce uses of these utilities.
- Inline `appendDocker()` into `Docker()` as it was the only place it was used,
  and the name was incorrect anyway (should've been named `prependXX`).
- Simplify `Args()`, as it was first splitting the slice (into `command` and `args`),
  only to join them again into a single slice (in `icmd.Command()`).

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>TestPushMultipleTags: Add support for 20.10 CLI</title>
<updated>2021-03-18T19:26:17+00:00</updated>
<author>
<name>Brian Goff</name>
<email>cpuguy83@gmail.com</email>
</author>
<published>2021-03-18T18:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=601707a655071e4ab2d3c7ee3f7f868af1774321'/>
<id>601707a655071e4ab2d3c7ee3f7f868af1774321</id>
<content type='text'>
In 20.10 we no longer implicitly push all tags and require a
"--all-tags" flag, so add this to the test when the CLI is &gt;= 20.10

Signed-off-by: Brian Goff &lt;cpuguy83@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In 20.10 we no longer implicitly push all tags and require a
"--all-tags" flag, so add this to the test when the CLI is &gt;= 20.10

Signed-off-by: Brian Goff &lt;cpuguy83@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bump gotest.tools v3.0.1 for compatibility with Go 1.14</title>
<updated>2020-02-10T23:06:42+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>github@gone.nl</email>
</author>
<published>2020-02-07T13:39:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=9f0b3f5609faf69537cdf1882c251deec6e9eb26'/>
<id>9f0b3f5609faf69537cdf1882c251deec6e9eb26</id>
<content type='text'>
full diff: https://github.com/gotestyourself/gotest.tools/compare/v2.3.0...v3.0.1

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
full diff: https://github.com/gotestyourself/gotest.tools/compare/v2.3.0...v3.0.1

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>testing: remove custom testingT interfaces</title>
<updated>2019-09-23T11:54:51+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>github@gone.nl</email>
</author>
<published>2019-09-23T11:54:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=d79cc1b67dbd3e21daad25467e21c7692191d664'/>
<id>d79cc1b67dbd3e21daad25467e21c7692191d664</id>
<content type='text'>
now that we no longer use gocheck, we should be able
to just use golang's own interface.

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now that we no longer use gocheck, we should be able
to just use golang's own interface.

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>testutil: remove unneeded namer, testname interfaces</title>
<updated>2019-09-23T11:41:45+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>github@gone.nl</email>
</author>
<published>2019-09-23T11:41:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=3e4f6225dabdce17e9e3abc60f1d2c78a497f448'/>
<id>3e4f6225dabdce17e9e3abc60f1d2c78a497f448</id>
<content type='text'>
Now that the gocheck framework is no longer used, we don't
have to define these interfaces.

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that the gocheck framework is no longer used, we don't
have to define these interfaces.

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>testutil: make testing packages public</title>
<updated>2019-09-11T12:47:23+00:00</updated>
<author>
<name>Sam Whited</name>
<email>sam@samwhited.com</email>
</author>
<published>2019-08-29T20:52:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=b37c214e3c8c4ff5450bd5fc1225d53827d240e7'/>
<id>b37c214e3c8c4ff5450bd5fc1225d53827d240e7</id>
<content type='text'>
This was done with something along the lines of:

```
mv internal/test testutil
pushd testutil/; grep -IRl "package test" | xargs -I '{}' sed -i -e 's|package test|package testutil|g' {}; popd
mv internal/testutil/*.go testutil/ &amp;&amp; rm -rf internal/
grep -IRl "github.com\/docker\/docker\/internal\/test" | xargs -I '{}' sed -i -e 's|github.com/docker/docker/internal/test|github.com/docker/docker/test|g' {}
goimports .
```

I also modified the basic plugin path in testutil/fixtures/plugin.

Signed-off-by: Sam Whited &lt;sam@samwhited.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was done with something along the lines of:

```
mv internal/test testutil
pushd testutil/; grep -IRl "package test" | xargs -I '{}' sed -i -e 's|package test|package testutil|g' {}; popd
mv internal/testutil/*.go testutil/ &amp;&amp; rm -rf internal/
grep -IRl "github.com\/docker\/docker\/internal\/test" | xargs -I '{}' sed -i -e 's|github.com/docker/docker/internal/test|github.com/docker/docker/test|g' {}
goimports .
```

I also modified the basic plugin path in testutil/fixtures/plugin.

Signed-off-by: Sam Whited &lt;sam@samwhited.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update tests to use gotest.tools 👼</title>
<updated>2018-06-13T07:04:30+00:00</updated>
<author>
<name>Vincent Demeester</name>
<email>vincent@sbr.pm</email>
</author>
<published>2018-06-11T13:32:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=38457285242e57306c5b7ee652c7ccbb9fbd6713'/>
<id>38457285242e57306c5b7ee652c7ccbb9fbd6713</id>
<content type='text'>
Signed-off-by: Vincent Demeester &lt;vincent@sbr.pm&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Vincent Demeester &lt;vincent@sbr.pm&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move fakecontext, fakegit and fakestorage to internal/test</title>
<updated>2018-04-17T07:53:09+00:00</updated>
<author>
<name>Vincent Demeester</name>
<email>vincent@sbr.pm</email>
</author>
<published>2018-04-16T12:39:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=062564084a22f71cf5807ae5dfad7d29afb12e04'/>
<id>062564084a22f71cf5807ae5dfad7d29afb12e04</id>
<content type='text'>
Signed-off-by: Vincent Demeester &lt;vincent@sbr.pm&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Vincent Demeester &lt;vincent@sbr.pm&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip some tests in certain condition to run with e2e image</title>
<updated>2018-03-29T07:10:39+00:00</updated>
<author>
<name>Vincent Demeester</name>
<email>vincent@sbr.pm</email>
</author>
<published>2018-03-27T16:13:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=e55d6fc8573580f6eea009cd7f1034aa912128ef'/>
<id>e55d6fc8573580f6eea009cd7f1034aa912128ef</id>
<content type='text'>
Signed-off-by: Vincent Demeester &lt;vincent@sbr.pm&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Vincent Demeester &lt;vincent@sbr.pm&gt;
</pre>
</div>
</content>
</entry>
</feed>
