issues
search
amihaiemil
/
docker-java-api
Lightweight Java Docker client
BSD 3-Clause "New" or "Revised" License
270
stars
53
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Container not starting using
#385
bastien-snk
opened
2 years ago
3
Bump httpclient from 4.5.5 to 4.5.13
#384
dependabot[bot]
opened
3 years ago
0
Hello from Self XDSD!
#383
charlesmike
opened
3 years ago
0
test self pm
#382
amihaiemil
closed
4 years ago
7
Initial GitHub Action workflow for testing docker-java-api against various JDK versions
#381
geertjanw
closed
4 years ago
8
RtLogs.java: Continue implementing this cl
#380
zoeself
closed
4 years ago
8
Images.java: Add Fake implementations of I
#379
zoeself
closed
4 years ago
2
RtContainer.java: Continue implementing the res
#378
zoeself
closed
4 years ago
2
Swarm.java: Continue implementing the res
#377
zoeself
closed
4 years ago
2
JsonResource.java: Continue making other Json re
#376
zoeself
closed
4 years ago
2
PayloadOf.java: Add tests for PayloadOf.
#375
zoeself
closed
4 years ago
2
RtLogsITCase.java: Fix the IT case for follow(),
#374
zoeself
closed
4 years ago
2
RtImagesITCase.java: To have multiple controlled i
#373
zoeself
closed
4 years ago
2
RtImagesITCase.java: Add integration tests for fil
#372
zoeself
closed
4 years ago
2
UnixHttpClientITCase.java: This should be un-ignored and
#371
zoeself
closed
4 years ago
2
RtLogs.java: Continue implementing this class, take into consideration the query parameters as described here: https://docs.docker.com/engine/api/v1.35/#operation/ContainerLogs Since the class should be immutable, the parameters should come in the ctor and appended to the requests when they are performed. Let's leave this part for v0.0.3 or later, it's not urgent now.
#370
zoeself
closed
4 years ago
2
Images.java: Add Fake implementations of Images and Image, in order to unit test method save() and other future methods which may require more than 1 HTTP request. Currently, the unit testing infrastructure does not support more than 1 HTTP request..
#369
zoeself
closed
4 years ago
2
RtContainer.java: Continue implementing the rest of the Container operations (pause, unpause, logs etc) See the Docker API Docs for reference: https://docs.docker.com/engine/api/v1.35/#tag/Container
#368
zoeself
closed
4 years ago
2
Swarm.java: Continue implementing the rest of the Swarm operations. See https://docs.docker.com/engine/api/v1.35/#tag/Swarm for reference and also the roadmap laid out here: https://github.com/amihaiemil/docker-java-api/issues/3#issuecomment-375821822
#367
zoeself
closed
4 years ago
2
JsonResource.java: Continue making other Json resources from the API (e.g. Image), extend this class, so we can avoid the N+1 query problem. Through this mechanism, each resource holds the JsonObject that was returned by the API at the moment of its creation. If the client would like to make sure that the resource's JsonObject is updated, they should call the inspect() method.
#366
zoeself
closed
4 years ago
2
PayloadOf.java: Add tests for PayloadOf.
#365
zoeself
closed
4 years ago
2
RtLogsITCase.java: Fix the IT case for follow(), it is currently failing. We might have to implement the stream decoding (in case TTY is disabled when the Container is created), as explained here, in "Stream format" paragraph: https://docs.docker.com/engine/api/v1.37/#operation/ContainerAttach
#364
zoeself
closed
4 years ago
2
RtImagesITCase.java: To have multiple controlled images for filtering and not the ubuntu image dependency for this test will be nice to have the build Images implemented as described here: https://docs.docker.com/engine/api/v1.37/#operation/ImageBuild.
#363
zoeself
closed
4 years ago
2
RtImagesITCase.java: Add integration tests for filters.
#362
zoeself
closed
4 years ago
2
UnixHttpClientITCase.java: This should be un-ignored and refactored after #41 is done. The unix socket server needs to be spooled up, and the url changed accordingly.
#361
zoeself
closed
4 years ago
2
Bump junit from 4.12 to 4.13.1
#360
dependabot[bot]
closed
4 years ago
5
Find more contributors here
#359
amihaiemil
closed
4 years ago
6
Second Issue for Zoe
#358
amihaiemil
closed
4 years ago
6
First Issue For Zoe
#357
amihaiemil
closed
4 years ago
7
Issue reopen test
#356
amihaiemil
closed
4 years ago
1
issue close test
#355
amihaiemil
closed
4 years ago
1
issue close test
#354
amihaiemil
closed
4 years ago
1
test with no label 333
#353
amihaiemil
closed
4 years ago
0
test with label
#352
amihaiemil
closed
4 years ago
1
Test Self Issue
#351
amihaiemil
closed
4 years ago
1
Get method
#350
jackpan123
closed
4 years ago
5
Add get method
#349
jackpan123
closed
4 years ago
2
Add get method in Containers Interface
#348
jackpan123
closed
4 years ago
1
add some convenient method
#347
jackpan123
closed
4 years ago
2
Add Json Suppliers
#346
amihaiemil
opened
4 years ago
0
Implemented docker.info()
#345
amihaiemil
closed
4 years ago
9
Implement Docker.info() endpoint
#344
amihaiemil
closed
4 years ago
1
Add Logging
#343
amihaiemil
opened
4 years ago
0
#299 unit tests for RtEvents
#342
amihaiemil
closed
4 years ago
14
Module for Registry API
#341
amihaiemil
opened
4 years ago
0
#299 Events/RtEvents implemented; needs tests
#340
amihaiemil
closed
4 years ago
4
Release 0.0.13
#339
amihaiemil
closed
4 years ago
5
Stream :: docker.events()
#338
amihaiemil
closed
4 years ago
11
add implementation of method exec for Container
#337
lumimul
closed
4 years ago
11
167: Added filtering for Networks
#336
lumimul
closed
4 years ago
5
Next