Skip to content

Conversation

@labkey-matthewb
Copy link

No description provided.

KostyaSha and others added 30 commits March 28, 2016 00:33
* Implement Device parser

Signed-off-by: Kanstantsin Shautsou <[email protected]>

* Add more tests, fix.
…ocker-java#596)

* Refactor configuration of SSL to allow override with custom config

* Store SSLConfig instead SSLContext

* avoid NPE

* prepare release

* Coding style changes
Allow null value. boolean <-> Boolean error
Fast build - without integration tests.
ITs - against different docker versions.
- more badges
- coverity verification on master on main (fast/successful) build.
* Fix hasItem in test

* Disable toolbox only tests
KostyaSha and others added 29 commits August 19, 2016 00:47
JSON decoding disabled on /images/load command execution.
…java#683)

* Fix docker-java#682 - Add LogPath to docker inspect response

* Fix docker-java#682 - Add LogPath to docker inspect response - fixes after code review

* Fix docker-java#682 - Add LogPath to docker inspect response - add javadoc

* Fix docker-java#682 - Add LogPath to docker inspect response - clean test assertion
there are several problems in the original code:
- not releasing `ByteBuf` queued;
- queuing `ByteBuf` until all data is read what effectively leads to `OutOfDirectMemoryError` if the data read is too big. This happens if you try to copy too big file or folder from a container. To fix this `ResponseCallback` (which in `awaitResult()` waits in fact for `readComplete()` channel method invocation) replaced with `AsyncResultCallback`;
- actually queuing `ByteBuf` anyway leads to `OutOfDirectMemoryError` if data consumption is slower (the next point) than obtaining it;
- poor performance because of the byte-by-byte reads.
docker-java#700)

* Bugfix:donot throw RuntimeException when a error occured in awaitCompletion(long,TimeUnit)

* Fix indentation

* fix format error,use docker-java-formatter.xml
The default connection pool timeout of Apache HTTP Client is -1 (unlimited)
* Ability to set labels on image build (docker-java#681)

* Check API version in new tests (docker-java#681)

* remove unnecessary this (docker-java#681)

* change withLabel to withLabels (docker-java#681)
* Support nocopy option in volume binds (docker-java#688)

* support volumes propagation flags, fixes docker-java#554

* renamed values to match java convention
File was moved in docker repository.
Version `3.0.6` was released, current snapshot is `3.0.7-SNAPSHOT`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.