checkmate5 4.0.71__py3-none-any.whl → 4.0.73__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.
- checkmate/management/helpers.py +2 -1
- {checkmate5-4.0.71.dist-info → checkmate5-4.0.73.dist-info}/METADATA +1 -1
- {checkmate5-4.0.71.dist-info → checkmate5-4.0.73.dist-info}/RECORD +7 -7
- {checkmate5-4.0.71.dist-info → checkmate5-4.0.73.dist-info}/LICENSE.txt +0 -0
- {checkmate5-4.0.71.dist-info → checkmate5-4.0.73.dist-info}/WHEEL +0 -0
- {checkmate5-4.0.71.dist-info → checkmate5-4.0.73.dist-info}/entry_points.txt +0 -0
- {checkmate5-4.0.71.dist-info → checkmate5-4.0.73.dist-info}/top_level.txt +0 -0
checkmate/management/helpers.py
CHANGED
|
@@ -7,6 +7,7 @@ import yaml
|
|
|
7
7
|
import fnmatch
|
|
8
8
|
from functools import reduce
|
|
9
9
|
import argparse
|
|
10
|
+
from blitzdb import SQLBackend
|
|
10
11
|
from sqlalchemy import create_engine, MetaData, Table, Column, Integer, String
|
|
11
12
|
from sqlalchemy.exc import SQLAlchemyError
|
|
12
13
|
|
|
@@ -112,7 +113,7 @@ def get_project(project_path, project_config, settings, backend):
|
|
|
112
113
|
ProjectClass = settings.models[project_class]
|
|
113
114
|
|
|
114
115
|
try:
|
|
115
|
-
project = backend.query(ProjectClass).filter_by(pk=project_config['project_id']).first()
|
|
116
|
+
project = backend.session.query(ProjectClass).filter_by(pk=project_config['project_id']).first()
|
|
116
117
|
except ProjectClass.DoesNotExist:
|
|
117
118
|
project = ProjectClass(pk=project_config['project_id'])
|
|
118
119
|
backend.add(project)
|
|
@@ -80,7 +80,7 @@ checkmate/lib/stats/helpers.py,sha256=X21Pb7dz3PWubDRoqUjbxwonl43TRxqKEcwyM80tS6
|
|
|
80
80
|
checkmate/lib/stats/mapreduce.py,sha256=rGdA_HninEZSeowtBn5R02c6wyT5dxcu-0T2ftlMnY0,782
|
|
81
81
|
checkmate/management/__init__.py,sha256=iwhKnzeBJLKxpRVjvzwiRE63_zNpIBfaKLITauVph-0,24
|
|
82
82
|
checkmate/management/decorators.py,sha256=iwhKnzeBJLKxpRVjvzwiRE63_zNpIBfaKLITauVph-0,24
|
|
83
|
-
checkmate/management/helpers.py,sha256=
|
|
83
|
+
checkmate/management/helpers.py,sha256=FI_r_vbWQKu8oLqJfS0g2LVs4vHwU2kAaSBdo__xeqc,5432
|
|
84
84
|
checkmate/management/commands/__init__.py,sha256=XAi0y8z1NviyGvLB68Oxnzr6Nw5AP8xgbcSSnc1Zcvw,766
|
|
85
85
|
checkmate/management/commands/alembic.py,sha256=DTWH8hcY6UmWDo0wMwcID_wQIa-es7nyJHV6p1_T4FQ,718
|
|
86
86
|
checkmate/management/commands/analyze.py,sha256=J1rawVEGjbrXT9ArfUVpfoLNs2JaFkV4mCrBnEIrXaw,1159
|
|
@@ -108,9 +108,9 @@ checkmate/scripts/manage.py,sha256=mpioBaxzirAKXZtbxO-y4dbOcc6UoP0MaAMsNuKHbz0,4
|
|
|
108
108
|
checkmate/settings/__init__.py,sha256=z32hPz-kGS-tTGa6dWCFjrrrbS_eagLd-YrqBP3gjWI,33
|
|
109
109
|
checkmate/settings/base.py,sha256=3WBXZITqoWepIja96bo5JTi-TDpQALPTCugL0E8z-yE,4551
|
|
110
110
|
checkmate/settings/defaults.py,sha256=HJoZIin2BHT_gBCngGZNh7WgSNLqIDTK--iW7hXez4Q,5084
|
|
111
|
-
checkmate5-4.0.
|
|
112
|
-
checkmate5-4.0.
|
|
113
|
-
checkmate5-4.0.
|
|
114
|
-
checkmate5-4.0.
|
|
115
|
-
checkmate5-4.0.
|
|
116
|
-
checkmate5-4.0.
|
|
111
|
+
checkmate5-4.0.73.dist-info/LICENSE.txt,sha256=9cSf5btiPmglu3yzhXkXcf7GNT8XC9o7Y54tfhvfDp8,213739
|
|
112
|
+
checkmate5-4.0.73.dist-info/METADATA,sha256=TLkKm2GoiznN_JB1RqlfFfNRj9Jy-AlbkzMFkET2vVA,432
|
|
113
|
+
checkmate5-4.0.73.dist-info/WHEEL,sha256=a7TGlA-5DaHMRrarXjVbQagU3Man_dCnGIWMJr5kRWo,91
|
|
114
|
+
checkmate5-4.0.73.dist-info/entry_points.txt,sha256=FbGnau5C4z98WmBYpMJqUzobQEr1AIi9aZApSavNojQ,60
|
|
115
|
+
checkmate5-4.0.73.dist-info/top_level.txt,sha256=tl6eIJXedpLZbcbmYEwlhEzuTaSt0TvIRUesOb8gtng,10
|
|
116
|
+
checkmate5-4.0.73.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|