Signed-off-by: oppiliappan me@oppi.li
+2
-2
appview/db/artifact.go
+2
-2
appview/db/artifact.go
······
+39
appview/db/db.go
+39
appview/db/db.go
·········
+234
-5
appview/db/pipeline.go
+234
-5
appview/db/pipeline.go
···············-query := fmt.Sprintf(`select id, rkey, knot, repo_owner, repo_name, sha from pipelines %s`, whereClause)+query := fmt.Sprintf(`select id, rkey, knot, repo_owner, repo_name, sha, created from pipelines %s`, whereClause)·········+conditions = append(conditions, fmt.Sprintf("(%s and %s)", knotFilter.Condition(), rkeyFilter.Condition()))
+3
-3
appview/db/pulls.go
+3
-3
appview/db/pulls.go
·········
+1
-1
appview/db/punchcard.go
+1
-1
appview/db/punchcard.go
+3
-3
appview/db/spindle.go
+3
-3
appview/db/spindle.go
·········