summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump cryptography from 3.2 to 3.3.2dependabot/pip/cryptography-3.3.2dependabot[bot]2021-02-121-1/+1
* Merge pull request #2764 from StefanScherer/clean-home-dockerAnca Iordache2021-02-111-3/+10
|\
| * Run unit tests in a container with no .docker/config mountaiordache2021-02-111-1/+8
| * Use DOCKER_CONFIG to have creds in dind environmentStefan Scherer2021-02-111-2/+2
|/
* Merge pull request #2763 from StefanScherer/revert-to-wrappedNodeAnca Iordache2021-02-111-3/+3
|\
| * Revert back to wrappedNodeStefan Scherer2021-02-111-3/+3
|/
* Merge pull request #2761 from StefanScherer/no-wrappedNodeAnca Iordache2021-02-101-3/+3
|\
| * Remove wrappedNodeStefan Scherer2021-02-101-3/+3
* | Merge pull request #2741 from WojciechowskiPiotr/maxreplicasAnca Iordache2021-02-104-1/+23
|\ \
| * | Unit and integration tests addedWojciechowskiPiotr2021-02-092-0/+15
| * | Support for docker.types.Placement.MaxReplicas (new in API 1.40) in Docker Sw...WojciechowskiPiotr2021-02-091-2/+2
| * | Support for docker.types.Placement.MaxReplicas (new in API 1.40) in Docker Sw...Piotr Wojciechowski2020-12-252-1/+8
* | | Bump cffi to 1.14.4aiordache2021-02-101-1/+1
* | | Update GH action stepaiordache2021-02-101-3/+3
| |/ |/|
* | Merge pull request #2759 from StefanScherer/ubuntu-2004Anca Iordache2021-02-091-3/+3
|\ \
| * | Update CI to ubuntu-2004Stefan Scherer2021-02-091-3/+3
|/ /
* | GitHub Actions: Upgrade actions/checkoutChristian Clauss2021-02-091-1/+1
* | Merge pull request #2755 from aiordache/fix_ssh_bugAnca Iordache2021-02-091-13/+20
|\ \
| * | Fix host trimming and remove quiet flag for the ssh connectionaiordache2021-02-091-13/+20
* | | Merge pull request #2739 from cclauss/setup.py-py38-py39Anca Iordache2021-02-091-0/+2
|\ \ \
| * | | setup.py: Add support for Python 3.8 and 3.9Christian Clauss2020-12-241-0/+2
| | |/ | |/|
* | | Merge pull request #2743 from cclauss/patch-2Anca Iordache2021-02-091-1/+1
|\ \ \ | |_|/ |/| |
| * | print() is a function in Python 3Christian Clauss2020-12-281-1/+1
* | | Merge pull request #2754 from aiordache/update_Jenkins_setupAnca Iordache2021-02-081-1/+1
|\ \ \ | |/ / |/| |
| * | Update base image to `dockerpinata/docker-py` in Jenkinsfileaiordache2021-02-081-1/+1
|/ /
* | print() is a function in Python 3Christian Clauss2020-12-281-1/+1
|/
* Post 4.4.1 releaseUlysses Souza2020-12-221-1/+1
* Prepare release 4.4.14.4.1Ulysses Souza2020-12-222-1/+11
* Avoid setting unsuported parameter for subprocess.Popen on Windowsaiordache2020-12-181-1/+6
* Trigger GHA on pull_requestUlysses Souza2020-12-181-1/+1
* Merge pull request #2707 from aiordache/after_releaseAnca Iordache2020-12-182-1/+19
|\
| * Post-release v4.4.0aiordache2020-11-232-1/+19
* | Remove travisUlysses Souza2020-12-181-20/+0
* | Add Github ActionsUlysses Souza2020-12-181-0/+27
* | docker/api/image: replace use of deprecated "filter" argumentSebastiaan van Stijn2020-11-262-5/+24
|/
* Merge pull request #2705 from aiordache/jenkins_dockerhub_credsAnca Iordache2020-11-201-39/+43
|\
| * Mount docker config to DIND containers for authenticationaiordache2020-11-191-35/+38
| * Update Jenkinsfile with docker registry credentialsaiordache2020-11-191-4/+5
|/
* Merge pull request #2704 from aiordache/cleanupAnca Iordache2020-11-191-6/+2
|\
| * Syntax warning fixaiordache2020-11-191-6/+2
|/
* Merge pull request #2703 from aiordache/cleanup_before_releaseAnca Iordache2020-11-192-3/+3
|\
| * Fix docs typoaiordache2020-11-182-3/+3
|/
* Merge pull request #2691 from aiordache/fix_ssh_connAnca Iordache2020-11-182-54/+59
|\
| * Fix ssh connection - don't override the host and port of the http poolaiordache2020-11-182-54/+59
|/
* Merge pull request #2511 from daeseokyoun/handle-network-hostGuillaume Tardif2020-11-173-1/+18
|\
| * Correct comments on ports_binding and host mode as network_modeDaeseok Youn2020-11-172-9/+4
| * raise an error for binding specific ports in 'host' mode of networkDaeseok Youn2020-11-173-1/+23
* | Add max_pool_size parameter (#2699)Mariano Scazzariello2020-11-177-17/+195
|/
* Merge pull request #2553 from fengbaolong/fix-unicode-in-dockerfileAnca Iordache2020-11-161-2/+3
|\
| * fix docker build error when dockerfile contains unicode character.fengbaolong2020-04-281-2/+3