Commit Graph

5689 Commits

Author SHA1 Message Date
Bastian Venthur 8ce743c8c1 Fixed new things that came after the PR
Signed-off-by: Bastian Venthur <bastian.venthur@flixbus.com>
2020-06-03 18:08:23 +02:00
Bastian Venthur 6351ad8a95 Import unittest.mock directly.
We don't need to support Python2 anymore.

Signed-off-by: Bastian Venthur <bastian.venthur@flixbus.com>
2020-06-03 17:43:56 +02:00
Bastian Venthur 0263d3ec37 Removed now unused get_output_stream method
Signed-off-by: Bastian Venthur <bastian.venthur@flixbus.com>
2020-06-03 17:43:56 +02:00
Bastian Venthur c44746d92d Removed now useless check for version_info >= 2.7
Signed-off-by: Bastian Venthur <bastian.venthur@flixbus.com>
2020-06-03 17:43:56 +02:00
Bastian Venthur 5529376d4c Removed six
Signed-off-by: Bastian Venthur <bastian.venthur@flixbus.com>
2020-06-03 17:43:16 +02:00
Bastian Venthur e8424d5ae0 Removed Python2 support
Closes: #6890

Signed-off-by: Bastian Venthur <bastian.venthur@flixbus.com>
2020-06-03 17:37:47 +02:00
Ulysses Souza eab3aab9be
Merge pull request #7498 from chris-crone/readme-remove-python2-deprecation
Remove Python 2 deprecation
2020-06-03 15:32:22 +02:00
Christopher Crone 5254d7aca2 README: Remove Python 2 deprecation message
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
2020-06-03 12:23:20 +02:00
Ulysses Souza 3cab54971a
Merge pull request #7496 from ulyssessouza/fix-pin-wcwidth
Pin wcwidth==0.1.9
2020-06-03 00:23:16 +02:00
Ulysses Souza d80e08b3e9 Pin wcwidth==0.1.9
wcwidth version 0.2.0 until at least 0.2.3 results in:
[745] Failed to execute script pyi_rth_pkgres
Traceback (most recent call last):
	File "site-packages/PyInstaller/loader/rthooks/pyi_rth_pkgres.py", line 13, in <module>
	File "/code/.tox/py37/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
		exec(bytecode, module.__dict__)
	File "site-packages/pkg_resources/__init__.py", line 86, in <module>
ModuleNotFoundError: No module named 'pkg_resources.py2_warn'

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-06-02 23:56:34 +02:00
Ulysses Souza f13f26d099
Merge pull request #7388 from docker/dependabot/pip/urllib3-1.25.9
Bump urllib3 from 1.25.7 to 1.25.9
2020-05-25 11:44:27 +02:00
Ulysses Souza 62cfeab533
Merge pull request #7448 from docker/dependabot/pip/pytest-5.4.2
Bump pytest from 5.3.4 to 5.4.2
2020-05-25 11:44:03 +02:00
Ulysses Souza beb6643019
Merge pull request #7404 from docker/dependabot/pip/click-7.1.2
Bump click from 7.0 to 7.1.2
2020-05-25 11:43:33 +02:00
Ulysses Souza 3fd052afa0
Merge pull request #7475 from kkirsche/typos
Fix Typos
2020-05-25 11:39:38 +02:00
Kevin Kirsche 99562d9df9
Fix Typos
./MAINTAINERS:32: maitainers  ==> maintainers
./tests/fixtures/simple-failing-dockerfile/Dockerfile:4: wil  ==> will

Signed-off-by: Kevin Kirsche <kevin.kirsche@one.verizon.com>
2020-05-20 18:30:57 -04:00
dependabot-preview[bot] b967d2f06b
Bump pytest from 5.3.4 to 5.4.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.4 to 5.4.2.
- [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.3.4...5.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-20 13:00:41 +00:00
dependabot-preview[bot] e6a9445f59
Bump click from 7.0 to 7.1.2
Bumps [click](https://github.com/pallets/click) from 7.0 to 7.1.2.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/7.1.2/CHANGES.rst)
- [Commits](https://github.com/pallets/click/compare/7.0...7.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-20 13:00:36 +00:00
dependabot-preview[bot] d4baba057b Bump flake8 from 3.7.9 to 3.8.1
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.9 to 3.8.1.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.9...3.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-20 14:59:20 +02:00
alexrecuenco 5ed07556ba Show diff on pre-commit failure
This would provide a better CI experience since this is run within a docker image on `./scripts/tests/default`

Signed-off-by: alexrecuenco <alejandrogonzalezrecuenco@gmail.com>
2020-05-20 14:57:02 +02:00
mistergij 675be344b8 Should fix typo in README.md
Signed-off-by: mistergij <mistera2u@gmail.com>
2020-05-20 14:38:10 +02:00
Ulysses Souza 18ef9e25c6
Merge pull request #7468 from docker/dependabot/pip/ddt-1.4.1
Bump ddt from 1.2.2 to 1.4.1
2020-05-20 14:36:34 +02:00
dependabot-preview[bot] 9be0f7bbe6
Bump urllib3 from 1.25.7 to 1.25.9
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.7 to 1.25.9.
- [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.7...1.25.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-20 12:01:08 +00:00
dependabot-preview[bot] 00b7c613e7
Bump ddt from 1.2.2 to 1.4.1
Bumps [ddt](https://github.com/datadriventests/ddt) from 1.2.2 to 1.4.1.
- [Release notes](https://github.com/datadriventests/ddt/releases)
- [Commits](https://github.com/datadriventests/ddt/compare/1.2.2...1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-20 11:59:44 +00:00
Ulysses Souza 7d29868106
Merge pull request #7473 from ulyssessouza/fix-flake8
Fix flake8 errors
2020-05-20 11:11:58 +02:00
Ulysses Souza 2883d8fa5d Fix flake8 errors
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-05-20 10:45:39 +02:00
Ulysses Souza 78fb1176c2
Merge pull request #7412 from albers/completion-context
Add bash completion for `--context`
2020-05-05 17:59:15 +02:00
Harald Albers 9f6ac73c65 Add bash completion for `--context`
Signed-off-by: Harald Albers <github@albersweb.de>
2020-04-29 17:44:41 +02:00
Ulysses Souza 9c5351cf27
Merge pull request #7389 from ulyssessouza/general-bumps-for-1_26
General bumps to prepare 1.26.0
2020-04-27 19:46:56 +02:00
Ulysses Souza 836e2b7c4d General bumps
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-04-27 17:34:36 +02:00
Ulysses Souza 266d287eca
Merge pull request #7390 from ulyssessouza/remove-unused-resources
Remove unused files
2020-04-27 17:29:28 +02:00
Ulysses Souza d64f3f3912 Remove unused files
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-04-21 11:04:10 +02:00
Ulysses Souza 4e310a945e
Merge pull request #7386 from ulyssessouza/bump-python-dotenv-1_13_0
Bump python-dotenv from 0.11.0 to 0.13.0
2020-04-21 09:55:06 +02:00
Ulysses Souza d52b51e8ea Bump python-dotenv from 0.11.0 to 0.13.0
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-04-20 18:31:52 +02:00
Ulysses Souza 64a6a48bd9
Merge pull request #7345 from docker/dependabot/pip/certifi-2020.4.5.1
Bump certifi from 2019.11.28 to 2020.4.5.1
2020-04-19 21:19:32 +02:00
Ulysses Souza 0979c7a1fe
Merge pull request #7380 from joehattori/simplify-code
Simplify code in compose/config/config.py
2020-04-19 16:57:36 +02:00
Joe Hattori ce782b592f Simplify code in compose/config/config.py
Signed-off-by: Joe Hattori <joe2ninja21@gmail.com>
2020-04-19 01:52:19 +09:00
dependabot-preview[bot] b7d6dc7941
Bump certifi from 2019.11.28 to 2020.4.5.1
Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.11.28 to 2020.4.5.1.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-17 15:48:12 +00:00
Ulysses Souza c22a25105e
Merge pull request #7374 from ulyssessouza/fix-distro-guess
Add "distro" package
2020-04-17 17:46:48 +02:00
Ulysses Souza a62a1e1d62 Add "distro" package
This package implements the method 'platform.linux_distribution' removed in
Python 3.8

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-04-16 20:04:05 +02:00
Ulysses Souza afc5d20510
Merge pull request #7371 from ulyssessouza/bump-openssl-111f
Bump OPENSSL to 1.1.1f
2020-04-16 15:30:12 +02:00
Ulysses Souza 4d2afc07da
Merge pull request #7372 from ulyssessouza/update-changelog
Update changelog to 1.25.5
2020-04-16 15:29:58 +02:00
Ulysses Souza 27d43ed041 Update changelog to 1.25.5
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-04-16 10:09:21 +02:00
Ulysses Souza 23889a8f88 Bump OPENSSL to 1.1.1f
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-04-16 10:00:40 +02:00
Ulysses Souza 440c94ea7a
Merge pull request #7328 from luHub/7242-fix-cli-no-labels
Bug fix 7242 docker-compose with buildkit does not insert container labels
2020-03-31 03:01:27 +02:00
luHub 1a688289b4 add labels to CLIbuilder
Signed-off-by: luHub <lucioguerchi16f@gmail.com>
2020-03-28 18:00:22 +01:00
Ulysses Souza aaef2d5aa7
Merge pull request #7287 from ulyssessouza/add-python-dotenv-setup
Fix pip install by adding python-dotenv to setup.py
2020-03-13 15:13:05 +01:00
Ulysses Souza 1b9855c1c2 Fix pip install by adding python-dotenv to setup.py
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-03-13 14:44:45 +01:00
Ulysses Souza e9dc97fcf3
Merge pull request #7276 from ulyssessouza/conformity-tests
Add conformity tests
2020-03-10 16:17:16 +01:00
Ulysses Souza 0ace76114b Add conformity tests hack
- That can be used with:
./script/test/acceptance

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2020-03-10 15:41:28 +01:00
Anca Iordache 3c89ff843a
Merge pull request #7268 from aiordache/fix_v3.8_schema_support
Fix v3.8 schema support for binaries
2020-03-05 17:03:46 +01:00