Skip to content

Commit f173dbb

Browse files
avara1986pyup-bot
andauthored
Develop (#106)
* Update coverage from 4.5.4 to 5.0 * Update sqlalchemy from 1.3.11 to 1.3.12 * Updated PyMS to 2.0.0rc1 * Update sqlalchemy from 1.3.11 to 1.3.12 * Updated tests and docker config * Update tox from 3.14.2 to 3.14.3 * Update coveralls from 1.9.2 to 1.10.0 * Update coverage from 4.5.4 to 5.0.2 * Increment pyms version Co-authored-by: pyup.io bot <[email protected]>
1 parent 1ad7ac2 commit f173dbb

File tree

5 files changed

+63
-60
lines changed

5 files changed

+63
-60
lines changed

config-docker.yml

+19-18
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
pyms:
2-
requests:
3-
data: ""
4-
swagger:
5-
path: "swagger"
6-
file: "swagger.yaml"
7-
tracer:
8-
client: "jaeger"
9-
host: "localhost"
10-
component_name: "Python Microservice"
11-
ms:
12-
DEBUG: false
13-
TESTING: false
14-
APP_NAME: Template
15-
APPLICATION_ROOT : /template
16-
SQLALCHEMY_TRACK_MODIFICATIONS: true
17-
SECRET_KEY: "gjr39dkjn344_!67#"
18-
DATABASE: db.sqlite3
19-
SQLALCHEMY_DATABASE_URI: sqlite:////microservice/database/db.sqlite3
2+
services:
3+
requests:
4+
data: ""
5+
swagger:
6+
path: "swagger"
7+
file: "swagger.yaml"
8+
tracer:
9+
client: "jaeger"
10+
host: "localhost"
11+
component_name: "Python Microservice"
12+
config:
13+
DEBUG: false
14+
TESTING: false
15+
APP_NAME: Template
16+
APPLICATION_ROOT : /template
17+
SQLALCHEMY_TRACK_MODIFICATIONS: true
18+
SECRET_KEY: "gjr39dkjn344_!67#"
19+
DATABASE: db.sqlite3
20+
SQLALCHEMY_DATABASE_URI: sqlite:////microservice/database/db.sqlite3

config.yml

+20-19
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
pyms:
2-
requests:
3-
data: ""
4-
swagger:
5-
path: "swagger"
6-
file: "swagger.yaml"
7-
url: "/ui/"
8-
tracer:
9-
client: "jaeger"
10-
host: "localhost"
11-
component_name: "Python Microservice"
12-
ms:
13-
DEBUG: false
14-
TESTING: false
15-
APP_NAME: Template
16-
APPLICATION_ROOT : /template
17-
SQLALCHEMY_TRACK_MODIFICATIONS: true
18-
SECRET_KEY: "gjr39dkjn344_!67#"
19-
DATABASE: db.sqlite3
20-
SQLALCHEMY_DATABASE_URI: sqlite:////tmp/db.sqlite3
2+
services:
3+
requests:
4+
data: ""
5+
swagger:
6+
path: "swagger"
7+
file: "swagger.yaml"
8+
url: "/ui/"
9+
tracer:
10+
client: "jaeger"
11+
host: "localhost"
12+
component_name: "Python Microservice"
13+
config:
14+
DEBUG: false
15+
TESTING: false
16+
APP_NAME: Template
17+
APPLICATION_ROOT : /template
18+
SQLALCHEMY_TRACK_MODIFICATIONS: true
19+
SECRET_KEY: "gjr39dkjn344_!67#"
20+
DATABASE: db.sqlite3
21+
SQLALCHEMY_DATABASE_URI: sqlite:////tmp/db.sqlite3

requirements-tests.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
2-
coveralls==1.9.2
3-
coverage==4.5.4
2+
coveralls==1.10.0
3+
coverage==5.0.2
44
nose==1.3.7
55
pylint==2.4.4
6-
tox==3.14.2
6+
tox==3.14.3

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask-SQLAlchemy==2.4.1
2-
SQLAlchemy==1.3.11
2+
SQLAlchemy==1.3.12
33
Flask-Script==2.0.6
4-
py-ms==1.5.0
4+
py-ms==2.0.0

tests/config-tests.yml

+19-18
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
pyms:
2-
requests:
3-
data: ""
4-
swagger:
5-
path: "swagger"
6-
file: "swagger.yaml"
7-
tracer:
8-
client: "jaeger"
9-
host: "localhost"
10-
component_name: "Python Microservice"
11-
ms:
12-
DEBUG: false
13-
TESTING: true
14-
APP_NAME: Template
15-
APPLICATION_ROOT : /template
16-
SQLALCHEMY_TRACK_MODIFICATIONS: true
17-
SECRET_KEY: "gjr39dkjn344_!67#"
18-
DATABASE: db_test.sqlite3
19-
SQLALCHEMY_DATABASE_URI: sqlite:///db_test.sqlite3
2+
services:
3+
requests:
4+
data: ""
5+
swagger:
6+
path: "swagger"
7+
file: "swagger.yaml"
8+
tracer:
9+
client: "jaeger"
10+
host: "localhost"
11+
component_name: "Python Microservice"
12+
config:
13+
DEBUG: false
14+
TESTING: true
15+
APP_NAME: Template
16+
APPLICATION_ROOT : /template
17+
SQLALCHEMY_TRACK_MODIFICATIONS: true
18+
SECRET_KEY: "gjr39dkjn344_!67#"
19+
DATABASE: db_test.sqlite3
20+
SQLALCHEMY_DATABASE_URI: sqlite:///db_test.sqlite3

0 commit comments

Comments
 (0)