master
Commits on Dec 28, 2020
-
print() is a function in Python 3
Signed-off-by: Christian Clauss <[email protected]>
Commits on Dec 22, 2020
-
Signed-off-by: Ulysses Souza <[email protected]>
-
Signed-off-by: Ulysses Souza <[email protected]>
Commits on Dec 18, 2020
-
Avoid setting unsuported parameter for subprocess.Popen on Windows
Signed-off-by: aiordache <[email protected]>
-
Signed-off-by: Ulysses Souza <[email protected]>
-
Merge pull request #2707 from aiordache/after_release
Post-release 4.4.0
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Signed-off-by: Ulysses Souza <[email protected]>
-
Signed-off-by: Ulysses Souza <[email protected]>
ulyssessouza committedDec 18, 2020
Commits on Nov 26, 2020
-
docker/api/image: replace use of deprecated "filter" argument
The "filter" argument was deprecated in docker 1.13 (API version 1.25), and removed from API v1.41 and up. See https://github.com/docker/cli/blob/v20.10.0-rc1/docs/deprecated.md#filter-param-for-imagesjson-endpoint This patch applies the name as "reference" filter, instead of "filter" for API 1.25 and up. Signed-off-by: Sebastiaan van Stijn <[email protected]>
Commits on Nov 23, 2020
-
Signed-off-by: aiordache <[email protected]>
Commits on Nov 20, 2020
-
Merge pull request #2705 from aiordache/jenkins_dockerhub_creds
Update Jenkinsfile with docker registry credentials
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Nov 19, 2020
-
Mount docker config to DIND containers for authentication
Signed-off-by: aiordache <[email protected]>
-
Update Jenkinsfile with docker registry credentials
Signed-off-by: aiordache <[email protected]>
-
Merge pull request #2704 from aiordache/cleanup
Fix condition to avoid syntax warning
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Signed-off-by: aiordache <[email protected]>
-
Merge pull request #2703 from aiordache/cleanup_before_release
Fix docs typo and `port_bindings` check
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Nov 18, 2020
-
Signed-off-by: aiordache <[email protected]>
-
Merge pull request #2691 from aiordache/fix_ssh_conn
Fix the connection via ssh client shellout
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Fix ssh connection - don't override the host and port of the http pool
Signed-off-by: aiordache <[email protected]>
Commits on Nov 17, 2020
-
Merge pull request #2511 from daeseokyoun/handle-network-host
raise an error for binding specific ports in 'host' mode of network
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Add max_pool_size parameter (#2699)
* Add max_pool_size parameter Signed-off-by: Mariano Scazzariello <[email protected]> * Add client version to tests Signed-off-by: Mariano Scazzariello <[email protected]> * Fix parameter position Signed-off-by: Mariano Scazzariello <[email protected]>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Correct comments on ports_binding and host mode as network_mode
Signed-off-by: Daeseok Youn <[email protected]>
Daeseok Youn committedNov 17, 2020 Loading status checks… -
raise an error for binding specific ports in 'host' mode of network
The binding ports are ignored where the network mode is 'host'. It could be a problem in case of using these options together on Mac or Windows OS. Because the limitation that could not use the 'host' in network_mode on Mac and Windows. When 'host' mode is set on network_mode, the specific ports in 'ports' are ignored so the network is not able to be accessed through defined ports by developer. Signed-off-by: Daeseok Youn <[email protected]>
Daeseok Youn committedNov 17, 2020
Commits on Nov 16, 2020
-
Merge pull request #2553 from fengbaolong/fix-unicode-in-dockerfile
fix docker build error when dockerfile contains unicode character.
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #2694 from docker/dependabot/pip/cryptography-3.2
Bump cryptography from 2.3 to 3.2
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #2642 from YuviGold/feature/api-server-error-messa…
…ge-url Add response url to Server Error and Client Error messages
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Oct 27, 2020
-
Bump cryptography from 2.3 to 3.2
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.3 to 3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](pyca/cryptography@2.3...3.2) Signed-off-by: dependabot[bot] <[email protected]>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Oct 17, 2020
-
Add response url to Server Error and Client Error messages
Signed-off-by: Yuval Goldberg <[email protected]>
Commits on Oct 16, 2020
-
Merge pull request #2687 from IamTheFij/fix-model-plugin-upgrade-reload
Fix plugin model upgrade
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #2671 from aiordache/default_tag
Set image default tag on pull
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Merge pull request #2680 from aiordache/replace_paramiko
Shell out to local SSH client as alternative to a paramiko connection
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Oct 13, 2020
-
Shell out to SSH client for an ssh connection
Signed-off-by: aiordache <[email protected]>
Commits on Oct 10, 2020
-
When upgrading a plugin via the model interface, it would yield the following error: AttributeError: 'Plugin' object has no attribute '_reload' It appears that the proper method is `self.reload()`. This is what is used by all other methods in the class and base. I'm not finding any references to `_reload` apart from this instance in the project either. I've verified that this patch fixes the issue on my machine and all tests pass. Signed-off-by: Ian Fijolek <[email protected]>
Commits on Sep 28, 2020
-
Merge pull request #2673 from ulyssessouza/remove-tinyurl-link
Fix url of examples in ulimits
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Sep 21, 2020
-
Signed-off-by: aiordache <[email protected]>