We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844f167 commit 25c7799Copy full SHA for 25c7799
1 file changed
webapp/autoDeploy/autodeploy/views.py
@@ -312,8 +312,9 @@ def getProjectDepHistory(request):
312
commits=c.getCommitsDiff(deployment.project.working_dir,deployment.update_version)
313
print commits
314
deployment.has_new_version = len(commits)
315
- res.append(deployment)
316
print deployment.server,deployment.has_new_version
+ res.append(deployment)
317
+
318
319
table=DeploymentHistory(res)
320
RequestConfigReport(request, paginate={"per_page": 15}).configure(table)
0 commit comments