Signed-off-by: Seongmin Lee git@boltless.me
appview/issues/issues.go
This file has not been changed.
appview/issues/opengraph.go
This file has not been changed.
appview/middleware/middleware.go
This file has not been changed.
appview/pulls/opengraph.go
This file has not been changed.
appview/pulls/pulls.go
This file has not been changed.
appview/repo/artifact.go
This file has not been changed.
appview/repo/blob.go
This file has not been changed.
appview/repo/feed.go
This file has not been changed.
appview/repo/index.go
This file has not been changed.
appview/repo/log.go
This file has not been changed.
appview/repo/opengraph.go
This file has not been changed.
appview/repo/repo.go
This file has not been changed.
appview/repo/settings.go
This file has not been changed.
appview/repo/tree.go
This file has not been changed.
+1
-1
appview/reporesolver/resolver.go
History
3 rounds
3 comments
1 commit
expand
collapse
ResolvedRepo for eternity
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 1 comment
1 commit
expand
collapse
ResolvedRepo for eternity
Signed-off-by: Seongmin Lee <git@boltless.me>
1 commit
expand
collapse
ResolvedRepo for eternity
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 1 comment
@oppi.li (testing the at-mention) this stack is ready for review. basically all I did here are:
- diet the
repoResolverso we can switch to repo service later (see #800) - remove
ResolvedRepo
Because the dependencies are quite tangled and ResolvedRepo was used all over the place, I had to divide the change in multiple steps and migrated gradually.
entire stack lgtm, thanks for the hard work on this!