+2
-2
appview/db/follow.go
+2
-2
appview/db/follow.go
···
+7
-2
appview/db/star.go
+7
-2
appview/db/star.go
···
+10
-3
appview/ingester.go
+10
-3
appview/ingester.go
······
+5
-14
appview/issues/issues.go
+5
-14
appview/issues/issues.go
···············
+37
-6
appview/notify/merged_notifier.go
+37
-6
appview/notify/merged_notifier.go
···
+32
-2
appview/notify/notifier.go
+32
-2
appview/notify/notifier.go
···
-4
appview/pipelines/pipelines.go
-4
appview/pipelines/pipelines.go
············
+131
appview/posthog/notifier.go
+131
appview/posthog/notifier.go
···
+14
-29
appview/pulls/pulls.go
+14
-29
appview/pulls/pulls.go
·····················s.pages.HxLocation(w, fmt.Sprintf("/%s/pulls/%d#comment-%d", f.OwnerSlashRepo(), pull.PullId, commentId))·········
+4
-4
appview/repo/repo.go
+4
-4
appview/repo/repo.go
···············
+11
-24
appview/state/follow.go
+11
-24
appview/state/follow.go
·········
+1
-10
appview/state/profile.go
+1
-10
appview/state/profile.go
······
+4
-4
appview/state/router.go
+4
-4
appview/state/router.go
···-issues := issues.New(s.oauth, s.repoResolver, s.pages, s.idResolver, s.db, s.config, s.posthog)+issues := issues.New(s.oauth, s.repoResolver, s.pages, s.idResolver, s.db, s.config, s.notifier)+pulls := pulls.New(s.oauth, s.repoResolver, s.pages, s.idResolver, s.db, s.config, s.notifier)-repo := repo.New(s.oauth, s.repoResolver, s.pages, s.spindlestream, s.idResolver, s.db, s.config, s.posthog, s.enforcer)+repo := repo.New(s.oauth, s.repoResolver, s.pages, s.spindlestream, s.idResolver, s.db, s.config, s.notifier, s.enforcer)-pipes := pipelines.New(s.oauth, s.repoResolver, s.pages, s.spindlestream, s.idResolver, s.db, s.config, s.posthog, s.enforcer)+pipes := pipelines.New(s.oauth, s.repoResolver, s.pages, s.spindlestream, s.idResolver, s.db, s.config, s.enforcer)
+11
-25
appview/state/star.go
+11
-25
appview/state/star.go
··················
+3
-10
appview/state/state.go
+3
-10
appview/state/state.go
·········