An open API service providing commit metadata for open source projects.

GitHub / docker-java/docker-java / commits

Java Docker API Client

SHA Message Author Date Stats
c5ba01b7 Update README.md marcuslinke <m****e@g****e> about 11 years ago
9daa3733 Update CHANGELOG.md marcuslinke <m****e@g****e> about 11 years ago
f4f8b561 [maven-release-plugin] prepare for next development iteration Marcus Linke <l****e@n****e> about 11 years ago
3a0e7341 [maven-release-plugin] prepare release docker-java-1.3.0 Marcus Linke <l****e@n****e> about 11 years ago
ebcb85c1 Set new semver version Marcus Linke <l****e@n****e> about 11 years ago
9954713f Exclude from CircleCI integration tests Marcus Linke <l****e@n****e> about 11 years ago
306f635e merge Merge pull request #217 from xfournet/pr2 marcuslinke <m****e@g****e> about 11 years ago
5e268e50 Update README.md marcuslinke <m****e@g****e> about 11 years ago
86523290 Update CHANGELOG.md marcuslinke <m****e@g****e> about 11 years ago
1d52a472 Fix issue #214 Marcus Linke <l****e@n****e> about 11 years ago
355e649b Call onCompletetion callback before close because of Marcus Linke <l****e@n****e> about 11 years ago
2b70b456 merge Merge branch 'vangie-vangie/support_ulimit't push origin master Marcus Linke <l****e@n****e> about 11 years ago
72a61dd7 Fix test expectation Marcus Linke <l****e@n****e> about 11 years ago
5ee09ba4 Fix issue #201 Marcus Linke <l****e@n****e> about 11 years ago
d61b7c4a Fix regression when building an image from a TAR input stream Xavier Fournet <x****t@g****m> about 11 years ago
0e52d214 Fix canCloseFrameReaderAndReadExpectedLines test on Windows Xavier Fournet <x****t@g****m> about 11 years ago
3bdb8999 Fix testDockerBuilderAddFilesViaWildcard on Windows Xavier Fournet <x****t@g****m> about 11 years ago
390b2f94 Use a common path relativize method to fix testDockerIgnore and testNonstandard2 Xavier Fournet <x****t@g****m> about 11 years ago
f539a105 merge Merge branch 'vangie/support_ulimit' of https://github.com/vangie/docker-java... Marcus Linke <l****e@n****e> about 11 years ago
0dd49448 merge Merge pull request #212 from oleg-nenashev/issue_211 marcuslinke <m****e@g****e> about 11 years ago
d6e8be31 Add roundtrip spotcheck to InspectExecCmdImplTest Oleg Nenashev <o****v@g****m> about 11 years ago
c31c4ace Add missing serializers to resolve https://github.com/docker-java/docker-java... Oleg Nenashev <o****v@g****m> about 11 years ago
a221a94e Direct unit tests for https://github.com/docker-java/docker-java/issues/211 Oleg Nenashev <o****v@g****m> about 11 years ago
bdbdd752 Added framework classes for JSON serialization-deserialization tests Oleg Nenashev <o****v@g****m> about 11 years ago
6fa074ba Add ulimit support Vangie Du <d****n@l****m> about 11 years ago
f4d5a4dd Revert "Quietly catch IndexOutOfBoundsException." alex.collins <a****s@g****k> about 11 years ago
5697c60b Quietly catch IndexOutOfBoundsException. alex.collins <a****s@g****k> about 11 years ago
f3e11c7c merge Merge pull request #210 from oleg-nenashev/api-model-improvement marcuslinke <m****e@g****e> about 11 years ago
8042fc9e Update CHANGELOG.md marcuslinke <m****e@g****e> about 11 years ago
c3224cb1 merge Merge pull request #208 from docker-java/event-stream-reader marcuslinke <m****e@g****e> about 11 years ago
c577bf9c Add public constructor and Javadoc to api.model.Event Oleg Nenashev <o****v@g****m> about 11 years ago
86c9f0aa Added PullEventStreamItem and EventStreamReader to stream the reading of events. Alex Collins <a****c@g****m> about 11 years ago
8a35bd69 Corrected bug in test. Alex Collins <a****c@g****m> about 11 years ago
f05294d5 Added PullEventStreamItem and EventStreamReader to stream the reading of events. Alex Collins <a****c@g****m> about 11 years ago
fec6b925 merge Merge pull request #207 from docker-java/issue-196 Alex Collins <a****c@u****m> about 11 years ago
33d66dab Ignore error when removing image (e.g. due to brtfs on CircleCI). Alex Collins <a****c@g****m> about 11 years ago
6942c4fc Ignore error when removing image (e.g. due to brtfs on CircleCI). Alex Collins <a****c@g****m> about 11 years ago
92aa1bbf Updated test. Alex Collins <a****c@g****m> about 11 years ago
09220689 Fixed connection leak. Alex Collins <a****c@g****m> about 11 years ago
e29e7da4 Ignore container removal error. Alex Collins <a****c@g****m> about 11 years ago
5e8cfc60 Mad Dockerfile more robust. Alex Collins <a****c@g****m> about 11 years ago
6a7f1d26 Created integration test for FrameReader. Alex Collins <a****c@g****m> about 11 years ago
ebaba358 Created integration test for FrameReader. Alex Collins <a****c@g****m> about 11 years ago
9dc9b3c2 Reverted jersey 2.11 -> 2.17 Alex Collins <a****c@g****m> about 11 years ago
92b20022 Flipped expressions for minor perf issue. Alex Collins <a****c@g****m> about 11 years ago
42c1892b Updated to jersey 2.17. Alex Collins <a****c@g****m> about 11 years ago
7675400a Update README.md marcuslinke <m****e@g****e> about 11 years ago
cfc3a9a1 Update CHANGELOG.md marcuslinke <m****e@g****e> about 11 years ago
7f22b873 merge Merge pull request #204 from eemmiirr/use-authorization-on-build-fix marcuslinke <m****e@g****e> about 11 years ago
6cd5f46e Update CHANGELOG.md marcuslinke <m****e@g****e> about 11 years ago
fdb9e77e Fix issue #205 Marcus Linke <l****e@n****e> about 11 years ago
f148c204 merge Merge branch 'master' of https://github.com/docker-java/docker-java Marcus Linke <l****e@n****e> about 11 years ago
db7040fd Fix issue #202 Marcus Linke <l****e@n****e> about 11 years ago
68df58a8 merge Merge pull request #200 from docker-java/logging-with-frame marcuslinke <m****e@g****e> about 11 years ago
0d9e8a44 Update CHANGELOG.md marcuslinke <m****e@g****e> about 11 years ago
3dc651ed merge Merge pull request #197 from chenchun/binding marcuslinke <m****e@g****e> about 11 years ago
2bc290dd Fix createContainerWithEnv test Marcus Linke <l****e@n****e> about 11 years ago
8534b78f * Added support to use Auth for mutiple repos during build Emir Dizdarevic <e****c@g****m> about 11 years ago
8c948b11 merge Merge branch 'master' of https://github.com/docker-java/docker-java Marcus Linke <l****e@n****e> about 11 years ago
e3e6ce87 Added 'MacAddress' to inspect container response. Marcus Linke <l****e@n****e> about 11 years ago
15b388ea Added 'MacAddress' option to create command Marcus Linke <l****e@n****e> about 11 years ago
1e1e7e87 Updated FrameReaderTest. Alex Collins <a****c@g****m> about 11 years ago
559e6c18 Fixed bug in header. Alex Collins <a****c@g****m> about 11 years ago
42514449 Trim toString. Alex Collins <a****c@g****m> about 11 years ago
538d465d Made exception more specifi Alex Collins <a****c@g****m> about 11 years ago
83943eb4 Make FrameReader Closable. Alex Collins <a****c@g****m> about 11 years ago
2b4d5ff0 Created FrameReader to assist reading frames from attach commands. Alex Collins <a****c@g****m> about 11 years ago
bcdfd46c Created FrameReader to assist reading frames from attach commands. Alex Collins <a****c@g****m> about 11 years ago
065cd78c Update CHANGELOG.md marcuslinke <m****e@g****e> about 11 years ago
33b0ff5a [maven-release-plugin] prepare for next development iteration Marcus Linke <l****e@n****e> about 11 years ago
8e2f6b38 [maven-release-plugin] prepare release docker-java-1.2.0 Marcus Linke <l****e@n****e> about 11 years ago
80093ca8 Set to version 1.2.0-SNAPSHOT Marcus Linke <l****e@n****e> about 11 years ago
6ab93b43 Allow for null bindings Chun Chen <c****d@g****m> about 11 years ago
0f847c92 Update CHANGELOG.md marcuslinke <m****e@g****e> about 11 years ago
e37814ec merge Merge pull request #194 from eemmiirr/bugfix marcuslinke <m****e@g****e> about 11 years ago
2549f57a * Fixed remove intermediate containers bug on build goal - it was always set ... Emir Dizdarevic <e****c@g****m> about 11 years ago
d26024ca Update CHANGELOG.md marcuslinke <m****e@g****e> about 11 years ago
c26c87c6 merge Merge pull request #193 from docker-java/refactor-1 marcuslinke <m****e@g****e> about 11 years ago
b42a3e1f Fix issue #164 Marcus Linke <l****e@n****e> about 11 years ago
3b4c3463 Update CHANGELOG.md marcuslinke <m****e@g****e> about 11 years ago
bdedec01 Update CHANGELOG.md marcuslinke <m****e@g****e> about 11 years ago
d28460ff merge Merge pull request #192 from MartinAhrer/master marcuslinke <m****e@g****e> about 11 years ago
52cb771b Update CHANGELOG.md marcuslinke <m****e@g****e> about 11 years ago
a3bbeae1 [maven-release-plugin] prepare for next development iteration Marcus Linke <l****e@n****e> about 11 years ago
ed1fba47 [maven-release-plugin] prepare release docker-java-1.1.0 Marcus Linke <l****e@n****e> about 11 years ago
ccd56e90 Switch to 1.1.0-SNAPSHOT according to semantic versioning Marcus Linke <l****e@n****e> about 11 years ago
bef79df8 Added a Links constructor accepting a List object Martin Ahrer <t****s@m****t> about 11 years ago
912b2f70 Add docker stats support Ritesh Patel <p****t@g****m> about 11 years ago
9dea5eda merge Merge pull request #2 from docker-java/master Ritesh Patel <r****h@n****m> about 11 years ago
ca54f9c7 Deprecate StartContainerCmd methods in favor of using CreateContainerCmd Marcus Linke <l****e@n****e> about 11 years ago
2bc3439b Update CHANGELOG.md marcuslinke <m****e@g****e> about 11 years ago
47cefcdf merge Merge pull request #186 from docker-java/issue-184 marcuslinke <m****e@g****e> about 11 years ago
3214f5f4 Added withPull method to BuilImageCmd Marcus Linke <l****e@n****e> about 11 years ago
e08695ba Update CHANGELOG.md marcuslinke <m****e@g****e> about 11 years ago
3dff2eaf merge Merge pull request #185 from docker-java/issue-181 marcuslinke <m****e@g****e> about 11 years ago
376e7edb Introduce WrappedResponseInputStream to close underlying Response Marcus Linke <l****e@n****e> about 11 years ago
4217eebc merge Merge pull request #1 from docker-java/master Ritesh Patel <r****h@n****m> about 11 years ago
155f24cc merge Merge branch 'master' of https://github.com/docker-java/docker-java Marcus Linke <l****e@n****e> about 11 years ago
fd0bf88c exclude tests from circleCI Marcus Linke <l****e@n****e> about 11 years ago
44570fee merge Merge pull request #183 from magnayn/pr10 marcuslinke <m****e@g****e> about 11 years ago

← Back to repository