alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
2
Pulls
1
Pipelines
core
/
appview
/
repo
15 files
at
d2d6839612e37cdc52d0e25e1502459fc3dfda3f
oppiliappan
appview/pages: show co-authors and committers in commit messages
8mo ago
fedd4bba
archive.go
appview/pages: show co-authors and committers in commit messages in smaller views of a commit, such as logs, only the profile pictures of coauthors are shown, and the lead author's identity is suffixed with a "+ N" to indicate co-authors. in larger views of a commit, such as the commit view, the authors and the committer are explicitly laid out, DIDs are resolved where possible and shown alongside profile pictures. Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
artifact.go
appview: remove `ResolvedRepo` for eternity Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
blob.go
appview: remove `ResolvedRepo` for eternity Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
branches.go
appview: remove use of all fields under `ResolvedRepo` Now `ResolvedRepo` is basically same to `models.Repo` so we can safely remove it. (not included in this commit to make change reviewable size.) Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
compare.go
appview: remove use of all fields under `ResolvedRepo` Now `ResolvedRepo` is basically same to `models.Repo` so we can safely remove it. (not included in this commit to make change reviewable size.) Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
feed.go
appview: remove `ResolvedRepo` for eternity Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
index.go
types,appview,knotserver: replace object.Commit with types.Commit Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
log.go
types,appview,knotserver: replace object.Commit with types.Commit Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
opengraph.go
appview: remove `ResolvedRepo` for eternity Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
repo.go
appview: remove `ResolvedRepo` for eternity Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
repo_util.go
appview/pages: show co-authors and committers in commit messages in smaller views of a commit, such as logs, only the profile pictures of coauthors are shown, and the lead author's identity is suffixed with a "+ N" to indicate co-authors. in larger views of a commit, such as the commit view, the authors and the committer are explicitly laid out, DIDs are resolved where possible and shown alongside profile pictures. Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
router.go
appview/repo: allow compare URLs to not be path escaped this changes the routing logic slightly to allow non-path escaped refs in compare urls that use the `...` syntax: previously only this worked: /compare/master/sl%2Fuvpzuszrulvq /compare/master...sl%2Fuvpzuszrulvq with this patch: /compare/master/sl%2Fuvpzuszrulvq /compare/master...sl%2Fuvpzuszrulvq /compare/master...sl/uvpzuszrulvq (new) Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
settings.go
appview: remove `ResolvedRepo` for eternity Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
tags.go
appview: remove use of all fields under `ResolvedRepo` Now `ResolvedRepo` is basically same to `models.Repo` so we can safely remove it. (not included in this commit to make change reviewable size.) Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
tree.go
appview: remove `ResolvedRepo` for eternity Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago