+1
-1
appview/db/collaborators.go
+1
-1
appview/db/collaborators.go
···
+5
-10
appview/db/issues.go
+5
-10
appview/db/issues.go
············
+4
-3
appview/db/profile.go
+4
-3
appview/db/profile.go
······
+8
-14
appview/db/pulls.go
+8
-14
appview/db/pulls.go
·····················
+20
-86
appview/db/repos.go
+20
-86
appview/db/repos.go
··················row := e.QueryRow(`select did, name, knot, created, rkey, description from repos where at_uri = ?`, atUri)·····················
+7
-6
appview/db/star.go
+7
-6
appview/db/star.go
············// GetTopStarredReposLastWeek returns the top 8 most starred repositories from the last week······
+8
-8
appview/db/timeline.go
+8
-8
appview/db/timeline.go
······-func fetchStarStatuses(e Execer, loggedInUserDid string, repos []Repo) (map[string]bool, error) {+func fetchStarStatuses(e Execer, loggedInUserDid string, repos []models.Repo) (map[string]bool, error) {···············
+2
-1
appview/knots/knots.go
+2
-1
appview/knots/knots.go
······
+87
appview/models/repo.go
+87
appview/models/repo.go
···
+1
-1
appview/notify/merged_notifier.go
+1
-1
appview/notify/merged_notifier.go
+2
-2
appview/notify/notifier.go
+2
-2
appview/notify/notifier.go
······
+12
-12
appview/pages/pages.go
+12
-12
appview/pages/pages.go
·································
+3
-3
appview/pages/repoinfo/repoinfo.go
+3
-3
appview/pages/repoinfo/repoinfo.go
······
+1
-1
appview/posthog/notifier.go
+1
-1
appview/posthog/notifier.go
···
+2
-1
appview/pulls/pulls.go
+2
-1
appview/pulls/pulls.go
······
+3
-3
appview/repo/repo.go
+3
-3
appview/repo/repo.go
·········
+5
-4
appview/reporesolver/resolver.go
+5
-4
appview/reporesolver/resolver.go
···············
+2
-1
appview/spindles/spindles.go
+2
-1
appview/spindles/spindles.go
······
+4
-4
appview/state/git_http.go
+4
-4
appview/state/git_http.go
·········
+2
-2
appview/state/profile.go
+2
-2
appview/state/profile.go
······
+3
-2
appview/state/star.go
+3
-2
appview/state/star.go
·········
+2
-2
appview/state/state.go
+2
-2
appview/state/state.go
·········