Skip to content

Commit 9bfc76d

Browse files
authored
Merge pull request #61 from Helene/v7.0.5
publish V7.0.5
2 parents 5a56e1b + f8e3f02 commit 9bfc76d

File tree

82 files changed

+958
-51
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+958
-51
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
command: |
2424
. venv/bin/activate
2525
flake8 --max-line-length=999 --ignore=E731,E741,E712,E722 --exclude=venv* --statistics
26-
nosetests tests/
26+
nose2
2727
- setup_remote_docker:
2828
version: 19.03.13
2929
- run:
@@ -36,4 +36,4 @@ jobs:
3636
workflows:
3737
main:
3838
jobs:
39-
- build-and-test
39+
- build-and-test

.github/release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# .github/release.yml
2+
3+
changelog:
4+
exclude:
5+
labels:
6+
- ignore-for-release
7+
categories:
8+
- title: Software maintenance 🛠
9+
labels:
10+
- "*"
11+
- title: Features / Enhancements 🎉
12+
labels:
13+
- "*"
14+
- title: Other Changes
15+
labels:
16+
- "*"

.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>bridge_master</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.python.pydev.PyDevBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.python.pydev.pythonNature</nature>
16+
</natures>
17+
</projectDescription>

.pydevproject

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<?eclipse-pydev version="1.0"?><pydev_project>
3+
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
4+
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python interpreter</pydev_property>
5+
</pydev_project>

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE=registry.access.redhat.com/ubi8/ubi:8.4-209
1+
ARG BASE=registry.access.redhat.com/ubi8/ubi:8.5
22
FROM $BASE
33

44
COPY ./requirements/requirements_ubi8.txt /root/requirements_ubi8.txt

docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions

docs/SUPPORT_MATRIX.md

Lines changed: 44 additions & 14 deletions

0 commit comments

Comments
 (0)