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
/
db
23 files
at
4da761448baa393897ce13e515d652eb1736387a
Seongmin Lee
appview/db: ignore pagination for non-paginated methods
9mo ago
bfdcfc5f
artifact.go
appview/db: ignore pagination for non-paginated methods Each methods will check if `page.limit` is higher than 0, and only applies pagination when limit is higher than 0 Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
collaborators.go
appview/notify/db: refactor db notifier additionaly: notifies collaborators on certain events: - issue: creation, closing - pull: creation, closing and merging Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
db.go
appview,knotserver: produce combined patch in comparisons this is calculated by the knotserver in sh.tangled.repo.compare and cached by the appview in pull submissions, this cannot be calculated on the appview side with just the format-patch because this calculation requires a git-index. Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
email.go
appview: associate users to commits by did Enables commit verification for users using a DID in place of an email address. <https://tangled.org/@tangled.org/core/issues/218> Signed-off-by: tjh <did:plc:65gha4t3avpfpzmvpbwovss7>
10 months ago
follow.go
appview/models: move db.Follow into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
issues.go
appview/db: ignore pagination for non-paginated methods Each methods will check if `page.limit` is higher than 0, and only applies pagination when limit is higher than 0 Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
jetstream.go
add in-memory jetstream did filter
1 year ago
label.go
treewide: satisfy go vet checks Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
language.go
appview/languages: fix logic bug in updating language breakdowns Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
notifications.go
appview/db: ignore pagination for non-paginated methods Each methods will check if `page.limit` is higher than 0, and only applies pagination when limit is higher than 0 Signed-off-by: Seongmin Lee <git@boltless.me>
9 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
pubkeys.go
appview/models: move db.PublicKey into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
pulls.go
appview,knotserver: produce combined patch in comparisons this is calculated by the knotserver in sh.tangled.repo.compare and cached by the appview in pull submissions, this cannot be calculated on the appview side with just the format-patch because this calculation requires a git-index. 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/{db,pages,models}: show tooltips for user handles when hovering on reactions Signed-off-by: Cameron Smith <cam@camsmith.dev>
10 months ago
registration.go
appview/models: move db.Registration into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
repos.go
appview/db: return ids in a few places 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/state: imrpove starred page performance this page was making a redundant query to db.GetRepos. this page could be still faster when paginated. Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
strings.go
appview/models: move db.String into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
timeline.go
appview/db: allow filtering timeline to following-only Signed-off-by: Will Andrews <did:plc:dadhhalkfcq3gucaq25hjqon>
10 months ago