oc-cdtapi 3.21.7__py3-none-any.whl → 3.21.8__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oc_cdtapi/PgQAPI.py +2 -0
- {oc_cdtapi-3.21.7.dist-info → oc_cdtapi-3.21.8.dist-info}/METADATA +1 -1
- {oc_cdtapi-3.21.7.dist-info → oc_cdtapi-3.21.8.dist-info}/RECORD +7 -7
- {oc_cdtapi-3.21.7.data → oc_cdtapi-3.21.8.data}/scripts/nexus.py +0 -0
- {oc_cdtapi-3.21.7.dist-info → oc_cdtapi-3.21.8.dist-info}/WHEEL +0 -0
- {oc_cdtapi-3.21.7.dist-info → oc_cdtapi-3.21.8.dist-info}/licenses/LICENSE +0 -0
- {oc_cdtapi-3.21.7.dist-info → oc_cdtapi-3.21.8.dist-info}/top_level.txt +0 -0
oc_cdtapi/PgQAPI.py
CHANGED
|
@@ -135,6 +135,8 @@ class PgQAPI (object):
|
|
|
135
135
|
conn = psycopg2.connect(dsn)
|
|
136
136
|
if conn:
|
|
137
137
|
logging.debug('connected. [%s]' % conn)
|
|
138
|
+
logging.debug('setting autocommit to True')
|
|
139
|
+
conn.set_session(autocommit=True)
|
|
138
140
|
return conn
|
|
139
141
|
logging.error('failed to connect')
|
|
140
142
|
raise ConnectionError('Failed to connect to postgres db')
|
|
@@ -7,14 +7,14 @@ oc_cdtapi/ForemanAPI.py,sha256=9r1MSOsubiSxM1sdzF2MHD7IcSwX9Y4UDJknHqQK07g,44255
|
|
|
7
7
|
oc_cdtapi/JenkinsAPI.py,sha256=lZ8pe3a4eb_6h53JE7QLuzOSlu7Sqatc9PQwWhio9Vg,15748
|
|
8
8
|
oc_cdtapi/NexusAPI.py,sha256=uU12GtHvKlWorFaPAnFcQ5AGEc94MZ5SdmfM2Pw3F7A,26122
|
|
9
9
|
oc_cdtapi/PgAPI.py,sha256=URSz7qu-Ir7AOj0jI3ucTXn2PM-nC96nmPZI746OLjA,14356
|
|
10
|
-
oc_cdtapi/PgQAPI.py,sha256=
|
|
10
|
+
oc_cdtapi/PgQAPI.py,sha256=VwnI6Hm6d0guwuFVrJxr-SvDz0V1NIO6Qh195WgXsEk,8822
|
|
11
11
|
oc_cdtapi/RundeckAPI.py,sha256=O3LmcFaHSz8UqeUyIHTTEMJncDD191Utd-iZaeJay2s,24243
|
|
12
12
|
oc_cdtapi/TestServer.py,sha256=HV97UWg2IK4gOYAp9yaMdwFUWsw9v66MxyZdI3qQctA,2715
|
|
13
13
|
oc_cdtapi/VaultAPI.py,sha256=P-x_PsWe_S0mGUKTCmR1KhUjdfs7GmyaltjGQcnWj_s,2967
|
|
14
14
|
oc_cdtapi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
-
oc_cdtapi-3.21.
|
|
16
|
-
oc_cdtapi-3.21.
|
|
17
|
-
oc_cdtapi-3.21.
|
|
18
|
-
oc_cdtapi-3.21.
|
|
19
|
-
oc_cdtapi-3.21.
|
|
20
|
-
oc_cdtapi-3.21.
|
|
15
|
+
oc_cdtapi-3.21.8.data/scripts/nexus.py,sha256=4teqZ_KtCSrwHDJVgA7lkreteod4Xt5XJFZNbwb7E6E,6858
|
|
16
|
+
oc_cdtapi-3.21.8.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
17
|
+
oc_cdtapi-3.21.8.dist-info/METADATA,sha256=dZ_OtFV8oU_jNs249Mj4KMEUkAjN2hrPxlkl9wjcD_c,504
|
|
18
|
+
oc_cdtapi-3.21.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
oc_cdtapi-3.21.8.dist-info/top_level.txt,sha256=d4-5-D-0CSeSXYuLCP7-nIFCpjkfmJr-Y_muzds8iVU,10
|
|
20
|
+
oc_cdtapi-3.21.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|