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
3b2409e95a28df2eadf72b50497d1b2bde6d44ab
Seongmin Lee
appview: remove `ResolvedRepo` for eternity
8mo ago
31f4fe7e
archive.go
appview: remove `ResolvedRepo` for eternity Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
artifact.go
appview: remove `ResolvedRepo` for eternity Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
blob.go
appview: remove `ResolvedRepo` for eternity Signed-off-by: Seongmin Lee <git@boltless.me>
8 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>
8 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>
8 months ago
feed.go
appview: remove `ResolvedRepo` for eternity Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
index.go
appview: remove `ResolvedRepo` for eternity Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
log.go
appview: remove `ResolvedRepo` for eternity Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
opengraph.go
appview: remove `ResolvedRepo` for eternity Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
repo.go
appview: remove `ResolvedRepo` for eternity Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
repo_util.go
appview: use less `RepoInfo` for `ResolvedRepo` `RepoInfo` is mostly designed for rendering, don't use it for service logic. Signed-off-by: Seongmin Lee <git@boltless.me>
9 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>
8 months ago
settings.go
appview: remove `ResolvedRepo` for eternity Signed-off-by: Seongmin Lee <git@boltless.me>
8 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>
8 months ago
tree.go
appview: remove `ResolvedRepo` for eternity Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago