- reduce duplicated codes
- possibly remove/refactor
ResolvedRepoin future - allow accessing
db.Repoafter it is resolved
ERROR
appview/issues/issues.go
ERROR
appview/issues/issues.go
Failed to calculate interdiff for this file.
REBASED
appview/middleware/middleware.go
REBASED
appview/middleware/middleware.go
This patch was likely rebased, as context lines do not match.
ERROR
appview/repo/artifact.go
ERROR
appview/repo/artifact.go
Failed to calculate interdiff for this file.
ERROR
appview/repo/index.go
ERROR
appview/repo/index.go
Failed to calculate interdiff for this file.
REBASED
appview/reporesolver/resolver.go
REBASED
appview/reporesolver/resolver.go
This patch was likely rebased, as context lines do not match.
REVERTED
appview/db/repos.go
REVERTED
appview/db/repos.go
······+if err := row.Scan(&repo.Did, &repo.Name, &repo.Knot, &createdAt, &repo.AtUri, &description, &spindle); err != nil {-if err := row.Scan(&repo.Did, &repo.Name, &repo.Knot, &createdAt, &repo.AtUri, &description, &spindle, &repo.Rkey); err != nil {···+row := e.QueryRow(`select did, name, knot, created, at_uri, description from repos where at_uri = ?`, atUri)-row := e.QueryRow(`select did, name, knot, created, at_uri, rkey, description from repos where at_uri = ?`, atUri)+if err := row.Scan(&repo.Did, &repo.Name, &repo.Knot, &createdAt, &repo.AtUri, &nullableDescription); err != nil {-if err := row.Scan(&repo.Did, &repo.Name, &repo.Knot, &createdAt, &repo.AtUri, &repo.Rkey, &nullableDescription); err != nil {···
ERROR
appview/state/state.go
ERROR
appview/state/state.go
Failed to calculate interdiff for this file.
NEW
appview/db/star.go
NEW
appview/db/star.go
······