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
/
models
21 files
at
c8bc5f33dfcb807f40a511888637ea7c491d67c3
oppiliappan
appview/db: refactor GetPulls
10mo ago
c8bc5f33
artifact.go
appview/db: refactor GetPulls instead of using a massive left join, it now uses a few FilterIns. we can also get rid of the GetPull helper, it is a specialization of GetPulls that returns a single pull request. Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
collaborator.go
appview/models: move db.Collaborator into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
email.go
appview/models: move db.Email into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
follow.go
appview/models: move db.Follow into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
issue.go
appview/models: move db.Issue* into models - move db.{Issue,IssueComment} into models - move auxilliary funcs like CommentTree into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
label.go
appview/models: fix logic issue when converting label record -> label ops the ordering of ops should be deletes first followed by additions, in order for ingestions to be idempotent. after every optimistic update the the DB, we ingest the same record via the firehose. an ordering difference resulted in certain additions being marked as no-ops when in reality, it should be an addition followed by a deletion. Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
language.go
appview/models: move db.RepoLanguage into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
notifications.go
appview/{models,db}: notifications tables, models and helpers Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
11 months ago
pipeline.go
appview/models: move db.Pipeline* into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
profile.go
appview/models: move db.Profile* into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
pubkey.go
appview/models: move db.PublicKey into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
pull.go
appview/db: refactor GetPulls instead of using a massive left join, it now uses a few FilterIns. we can also get rid of the GetPull helper, it is a specialization of GetPulls that returns a single pull request. Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
punchcard.go
appview/models: move db.PunchCard into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
reaction.go
appview/models: move db.Reaction into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
registration.go
appview/models: move db.Registration into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
repo.go
appview/{models,db}: notifications tables, models and helpers Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
11 months ago
signup.go
appview/models: move db.Signup into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
spindle.go
appview/models: move db.Spindle* into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
star.go
appview/models: move db.Star into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
string.go
appview/models: move db.String into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
timeline.go
appview/models: move db.Timeline* into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago