- reduce duplicated codes
- possibly remove/refactor
ResolvedRepoin future - allow accessing
db.Repoafter it is resolved
appview: directly inherit Repo on ResolvedRepo
#392
expand 2 commits
hide 2 commits
Repo object through context
There is no reason for `ResolvedRepo` to not directly inherit `Repo`
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
db.Repo.AtUri with db.Repo.RepoAt()
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
expand 3 commits
hide 3 commits
Repo object through context
There is no reason for `ResolvedRepo` to not directly inherit `Repo`
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
db.Repo.AtUri with db.Repo.RepoAt()
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
AtUri from Repo
sqlite db still has `at_uri` column to easily use as reference
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
expand 3 commits
hide 3 commits
Repo object through context
There is no reason for `ResolvedRepo` to not directly inherit `Repo`
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
db.Repo.AtUri with db.Repo.RepoAt()
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
AtUri from Repo
sqlite db still has `at_uri` column to easily use as reference
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
expand 3 commits
hide 3 commits
Repo object through context
There is no reason for `ResolvedRepo` to not directly inherit `Repo`
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
db.Repo.AtUri with db.Repo.RepoAt()
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
AtUri from Repo
sqlite db still has `at_uri` column to easily use as reference
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
expand 3 commits
hide 3 commits
Repo object through context
There is no reason for `ResolvedRepo` to not directly inherit `Repo`
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
db.Repo.AtUri with db.Repo.RepoAt()
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
AtUri from Repo
sqlite db still has `at_uri` column to easily use as reference
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
expand 3 commits
hide 3 commits
Repo object through context
There is no reason for `ResolvedRepo` to not directly inherit `Repo`
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
db.Repo.AtUri with db.Repo.RepoAt()
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
AtUri from Repo
sqlite db still has `at_uri` column to easily use as reference
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
this largely LGTM! will have to poke around locally to make sure there are no breakages.