Anca Iordache
6e8ac34c32
Merge pull request #7659 from docker/dependabot/pip/cryptography-3.0
...
Bump cryptography from 2.9.2 to 3.0
2020-08-11 15:06:07 +02:00
dependabot-preview[bot]
f2a43d755e
Bump virtualenv from 20.0.29 to 20.0.30 ( #7657 )
...
* Bump virtualenv from 20.0.29 to 20.0.30
Bumps [virtualenv](https://github.com/pypa/virtualenv ) from 20.0.29 to 20.0.30.
- [Release notes](https://github.com/pypa/virtualenv/releases )
- [Changelog](https://github.com/pypa/virtualenv/blob/master/docs/changelog.rst )
- [Commits](https://github.com/pypa/virtualenv/compare/20.0.29...20.0.30 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump virtualenv version in all files
Signed-off-by: aiordache <anca.iordache@docker.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: aiordache <anca.iordache@docker.com>
Co-authored-by: Anca Iordache <aiordache@users.noreply.github.com>
2020-08-11 15:04:11 +02:00
Anca Iordache
b01601a53c
Merge pull request #7294 from alexrecuenco/remove-python2-1.26goal
...
Clean up python2 style code
2020-08-11 14:19:28 +02:00
Anca Iordache
53965e65b7
Merge pull request #7662 from docker/dependabot/pip/tox-3.19.0
...
Bump tox version to 3.19.0 in Dockerfile
2020-08-11 13:29:53 +02:00
alexrecuenco
46624cee75
Suggestions by @ulyssessouza
...
Removed unused versions, (we only support python3.4 onwards)
Signed-off-by: alexrecuenco <alejandrogonzalezrecuenco@gmail.com>
2020-08-11 17:45:13 +07:00
alexrecuenco
4d3d9f64b9
Removed Python2 support
...
Closes : #6890
Some remarks,
- `# coding ... utf-8` statements are not needed
- isdigit on strings instead of a try-catch.
- Default opening mode is read, so we can do `open()` without the `'r'` everywhere
- Removed inheritinng from `object` class, it isn't necessary in python3.
- `super(ClassName, self)` can now be replaced with `super()`
- Use of itertools and `chain` on a couple places dealing with sets.
- Used the operator module instead of lambdas when warranted
`itemgetter(0)` instead of `lambda x: x[0]`
`attrgetter('name')` instead of `lambda x: x.name`
- `sorted` returns a list, so no need to use `list(sorted(...))`
- Removed `dict()` using dictionary comprehensions whenever possible
- Attempted to remove python3.2 support
Signed-off-by: alexrecuenco <alejandrogonzalezrecuenco@gmail.com>
2020-08-11 17:45:13 +07:00
aiordache
5c47805dc3
Bump tox version to 3.19.0 in Dockerfile
...
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-08-11 12:37:53 +02:00
Anca Iordache
32a5ea5ac8
Merge pull request #7655 from docker/dependabot/pip/tox-3.19.0
...
Bump tox from 3.18.1 to 3.19.0
2020-08-11 12:29:33 +02:00
Anca Iordache
ded891cadf
Merge pull request #7654 from docker/dependabot/pip/docker-4.3.0
...
Bump docker from 4.2.2 to 4.3.0
2020-08-11 12:28:38 +02:00
dependabot-preview[bot]
095e297dcb
Bump urllib3 from 1.25.9 to 1.25.10
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.25.9 to 1.25.10.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.25.9...1.25.10 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-10 21:28:34 +00:00
dependabot-preview[bot]
e5edc78739
Bump cryptography from 2.9.2 to 3.0
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 2.9.2 to 3.0.
- [Release notes](https://github.com/pyca/cryptography/releases )
- [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/2.9.2...3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-10 21:27:50 +00:00
dependabot-preview[bot]
95abc7f815
Bump pytest from 5.4.3 to 6.0.1
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 5.4.3 to 6.0.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/5.4.3...6.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-10 21:27:28 +00:00
dependabot-preview[bot]
112d4cd7e7
Bump tox from 3.18.1 to 3.19.0
...
Bumps [tox](https://github.com/tox-dev/tox ) from 3.18.1 to 3.19.0.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/3.18.1...3.19.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-10 21:26:25 +00:00
dependabot-preview[bot]
f8dd8e8287
Bump docker from 4.2.2 to 4.3.0
...
Bumps [docker](https://github.com/docker/docker-py ) from 4.2.2 to 4.3.0.
- [Release notes](https://github.com/docker/docker-py/releases )
- [Commits](https://github.com/docker/docker-py/compare/4.2.2...4.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-10 21:26:02 +00:00
Anca Iordache
79d6e122fd
Merge pull request #7651 from aiordache/cleanup_version_only
...
Cleanup after v2-v3 schema merge
2020-08-10 11:26:20 +02:00
Vitor Anjos
de1afd977d
Fix typo
...
Signed-off-by: Vitor Anjos <vitorbartier@hotmail.com>
2020-08-10 10:32:45 +02:00
Vitor Anjos
17b41b27a8
Ignore build context path validation when it is not necessary
...
Signed-off-by: Vitor Anjos <vitorbartier@hotmail.com>
2020-08-10 10:32:45 +02:00
aiordache
7322dee672
Cleanup v*_only test decorators
...
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-08-10 10:30:41 +02:00
Anca Iordache
b23eb2deab
Merge pull request #7417 from EricHripko/ipc-service
...
[Compose Spec] Implement service mode for ipc
2020-08-10 10:14:43 +02:00
Eric Hripko
a8511e0884
Remove the now unneeded version qualifier
...
Signed-off-by: Eric Hripko <ehripko@bloomberg.net>
2020-08-07 14:46:17 +01:00
Eric Hripko
efb5601323
Implement service mode for ipc
...
Signed-off-by: Eric Hripko <ehripko@bloomberg.net>
2020-08-07 14:43:46 +01:00
Anca Iordache
d4f55a721d
Merge pull request #7457 from EricHripko/run-healthy
...
[Compose Spec] Make 'run' behave in the same way as 'up'
2020-08-07 10:31:22 +02:00
Eric Hripko
06462cd604
Make run behave in the same way as up
...
Signed-off-by: Eric Hripko <ehripko@bloomberg.net>
2020-08-06 23:11:39 +01:00
Anca Iordache
6138071538
Merge pull request #7568 from docker/dependabot/pip/distlib-0.3.1
...
Bump distlib from 0.3.0 to 0.3.1
2020-08-05 18:52:53 +02:00
dependabot-preview[bot]
3affbbcf8e
Bump distlib from 0.3.0 to 0.3.1
...
Bumps [distlib](https://bitbucket.org/pypa/distlib ) from 0.3.0 to 0.3.1.
- [Changelog](https://bitbucket.org/pypa/distlib/src/master/CHANGES.rst )
- [Commits](https://bitbucket.org/pypa/distlib/branches/compare/0.3.1..0.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-05 16:10:00 +00:00
Anca Iordache
bf5bdab499
Merge pull request #7570 from docker/dependabot/pip/idna-2.10
...
Bump idna from 2.8 to 2.10
2020-08-05 18:08:02 +02:00
Anca Iordache
80a378eabf
Merge pull request #7569 from docker/dependabot/pip/requests-2.24.0
...
Bump requests from 2.22.0 to 2.24.0
2020-08-05 17:49:13 +02:00
Anca Iordache
80270273df
Merge pull request #7574 from docker/dependabot/pip/pynacl-1.4.0
...
Bump pynacl from 1.3.0 to 1.4.0
2020-08-05 17:24:56 +02:00
Anca Iordache
bc11709891
Merge pull request #7571 from docker/dependabot/pip/wcwidth-0.2.5
...
Bump wcwidth from 0.1.9 to 0.2.5
2020-08-05 17:08:35 +02:00
dependabot-preview[bot]
e1fbd0cd13
Bump pynacl from 1.3.0 to 1.4.0
...
Bumps [pynacl](https://github.com/pyca/pynacl ) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/pyca/pynacl/releases )
- [Changelog](https://github.com/pyca/pynacl/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pyca/pynacl/compare/1.3.0...1.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-05 17:07:28 +02:00
dependabot-preview[bot]
a9c191d752
Bump wcwidth from 0.1.9 to 0.2.5
...
Bumps [wcwidth](https://github.com/jquast/wcwidth ) from 0.1.9 to 0.2.5.
- [Release notes](https://github.com/jquast/wcwidth/releases )
- [Commits](https://github.com/jquast/wcwidth/compare/0.1.9...0.2.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-05 14:50:23 +00:00
Anca Iordache
f935791a02
Merge pull request #7644 from docker/dependabot/pip/tox-3.18.1
...
Bump tox from 2.9.1 to 3.18.1
2020-08-05 16:48:51 +02:00
aiordache
836fc56901
Bump tox version to 3.18.1 in dockerfile
...
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-08-05 15:45:56 +02:00
dependabot-preview[bot]
b4e378934d
Bump tox from 2.9.1 to 3.18.1
...
Bumps [tox](https://github.com/tox-dev/tox ) from 2.9.1 to 3.18.1.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/2.9.1...3.18.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-05 15:44:48 +02:00
Anca Iordache
d4fc35af94
Merge pull request #7643 from docker/dependabot/pip/virtualenv-20.0.29
...
Bump virtualenv from 16.2.0 to 20.0.29
2020-08-05 15:19:48 +02:00
Anca Iordache
933e5a860a
Merge pull request #7603 from docker/dependabot/pip/gitpython-3.1.7
...
Bump gitpython from 2.1.15 to 3.1.7
2020-08-05 14:28:12 +02:00
dependabot-preview[bot]
ef2f0ce5ab
Bump gitpython from 2.1.15 to 3.1.7
...
Bumps [gitpython](https://github.com/gitpython-developers/GitPython ) from 2.1.15 to 3.1.7.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases )
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/master/CHANGES )
- [Commits](https://github.com/gitpython-developers/GitPython/compare/2.1.15...3.1.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-05 08:53:35 +00:00
Anca Iordache
acb50d9f78
Merge pull request #7633 from docker/dependabot/pip/coverage-5.2.1
...
Bump coverage from 5.1 to 5.2.1
2020-08-05 10:52:00 +02:00
aiordache
5a47b692c1
Bump virtualenv version to 20.0.29
...
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-08-05 10:49:40 +02:00
Anca Iordache
06adc740d5
Merge pull request #7573 from docker/dependabot/pip/py-1.9.0
...
Bump py from 1.8.2 to 1.9.0
2020-08-05 10:27:50 +02:00
Anca Iordache
debcdde27d
Merge pull request #7543 from jarulsamy/7540-flag_nullifier
...
Add `--` as a separator of flags and arguments.
2020-08-04 14:28:14 +02:00
dependabot-preview[bot]
aec2f5acba
Bump virtualenv from 16.2.0 to 20.0.29
...
Bumps [virtualenv](https://github.com/pypa/virtualenv ) from 16.2.0 to 20.0.29.
- [Release notes](https://github.com/pypa/virtualenv/releases )
- [Changelog](https://github.com/pypa/virtualenv/blob/master/docs/changelog.rst )
- [Commits](https://github.com/pypa/virtualenv/compare/16.2.0...20.0.29 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-03 21:26:09 +00:00
Anca Iordache
05a5aae552
Merge pull request #7425 from kaspanet/master
...
Add 'local' to list of logging drivers that support `docker-compose logs`
2020-08-03 15:30:17 +02:00
Anca Iordache
a2095a2a0c
Merge pull request #7510 from hartwork/issue-7501-stop-using-deprecated-assertequal
...
tests: Stop using deprecated assertEquals (fixes #7501 )
2020-08-03 15:29:39 +02:00
Anca Iordache
96d15acca6
Merge pull request #7607 from smola/run-in-docker-macos
...
avoid using realpath in scripts
2020-08-03 11:57:44 +02:00
dependabot-preview[bot]
c145103385
Bump coverage from 5.1 to 5.2.1
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 5.1 to 5.2.1.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/coverage-5.1...coverage-5.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-27 21:22:57 +00:00
Anca Iordache
52d2fcc274
Merge pull request #7588 from aiordache/rm_version
...
Merge V2 - V3 compose file formats (optional version field)
2020-07-27 11:11:34 +02:00
Santiago M. Mola
6311511117
avoid using realpath in scripts
...
scripts/run uses realpath when COMPOSE_FILE is set. realpath is not available in
some systems (e.g. macOS), and readlink -f isn't either. Replaced with a more
portable approach.
Signed-off-by: Santiago M. Mola <santi@mola.io>
2020-07-15 18:44:00 +02:00
aiordache
6cf72381f9
error out on both scale and deploy.replicas being set
...
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-07-10 18:54:02 +02:00
aiordache
faedc4aa9e
Add ipam.patternProperties to schema
...
Signed-off-by: aiordache <anca.iordache@docker.com>
2020-07-10 13:31:12 +02:00