Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • workers/base-worker
1 result
Show changes
Commits on Source (8)
...@@ -55,6 +55,7 @@ test: ...@@ -55,6 +55,7 @@ test:
- tox -- --junitxml=test-report.xml --durations=50 - tox -- --junitxml=test-report.xml --durations=50
test-cookiecutter: test-cookiecutter:
# Needed till next release
image: python:3.11 image: python:3.11
stage: test stage: test
...@@ -91,7 +92,7 @@ test-cookiecutter: ...@@ -91,7 +92,7 @@ test-cookiecutter:
- worker-demo/ - worker-demo/
build-cookiecutter: build-cookiecutter:
image: docker:19.03.1 image: docker:24.0.6
stage: build stage: build
services: services:
- docker:dind - docker:dind
...@@ -136,7 +137,7 @@ pypi-publication: ...@@ -136,7 +137,7 @@ pypi-publication:
- twine upload dist/* -r pypi - twine upload dist/* -r pypi
.docs: .docs:
image: python:3.11 image: python:3
artifacts: artifacts:
paths: paths:
- public - public
......
black==23.7.0 black==23.9.1
doc8==1.1.1 doc8==1.1.1
mkdocs==1.5.2 mkdocs==1.5.3
mkdocs-material==9.1.21 mkdocs-material==9.1.21
mkdocstrings==0.22.0 mkdocstrings==0.23.0
mkdocstrings-python==1.3.0 mkdocstrings-python==1.7.3
recommonmark==0.7.1 recommonmark==0.7.1
arkindex-client==1.0.14 arkindex-client==1.0.14
peewee==3.16.3 peewee==3.16.3
Pillow==10.0.0 Pillow==10.1.0
pymdown-extensions==10.2 pymdown-extensions==10.3
python-gitlab==3.15.0 python-gitlab==3.15.0
python-gnupg==0.5.1 python-gnupg==0.5.1
sh==2.0.6 sh==2.0.6
......
pytest==7.4.0 pytest==7.4.2
pytest-mock==3.11.1 pytest-mock==3.11.1
pytest-responses==0.5.1 pytest-responses==0.5.1
...@@ -50,7 +50,7 @@ lint: ...@@ -50,7 +50,7 @@ lint:
docker-build: docker-build:
stage: build stage: build
image: docker:19.03.1 image: docker:24.0.6
services: services:
- docker:dind - docker:dind
variables: variables:
......