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
22 files
at
c643f6d5953a8c89148fd4ef6f14864c91ca7e16
oppiliappan
appview/db: rework issue and comment CRUD ops
11mo ago
32dbd785
artifact.go
appview/db: rework issue and comment CRUD ops - all Create ops are upserts by default, this means the ingester simply has to create a new item during ingestion, the db handler will decide if it is an edit or a create operation - all ops have been updated to use db.Filter Signed-off-by: oppiliappan <me@oppi.li>
11 months ago
collaborators.go
appview/db: fix issues with collaborators table - CollaboratingIn was not producing reverse mappings - collaborators.created was never set Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
db.go
appview/db: rework issues table adds generated `at_uri` column. a lot easier for comments to refer to an issue now. ingesting comments also does not require a lookup, we can directly use the at-uri of the parent-issue in db queries. Signed-off-by: oppiliappan <me@oppi.li>
11 months ago
email.go
appview: tangled pds signup flow Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
1 year ago
follow.go
appview/db: add db helpers to count entries Signed-off-by: oppiliappan <me@oppi.li>
11 months ago
issues.go
appview/db: rework issue and comment CRUD ops - all Create ops are upserts by default, this means the ingester simply has to create a new item during ingestion, the db handler will decide if it is an edit or a create operation - all ops have been updated to use db.Filter Signed-off-by: oppiliappan <me@oppi.li>
11 months ago
jetstream.go
add in-memory jetstream did filter
1 year ago
language.go
appview: store default ref info in languages table Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
oauth.go
appview: swap out old auth service for oauth Also does some driveby config refactoring.
1 year ago
pipeline.go
appview: add CI status component to pulls view Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
profile.go
appview: show repo language in profile page Signed-off-by: oppiliappan <me@oppi.li>
11 months ago
pubkeys.go
appview: repo: show verified commits Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
1 year ago
pulls.go
treewide: fmt Signed-off-by: oppiliappan <me@oppi.li>
11 months ago
punchcard.go
appview/pages: rework profile overview page to use tabs model Signed-off-by: oppiliappan <me@oppi.li>
11 months ago
reaction.go
appview: remove all occurrences of DidHandleMap Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
registration.go
knotserver: add query lexicon for owner Signed-off-by: oppiliappan <me@oppi.li>
11 months ago
repos.go
appview: show repo language in profile page Signed-off-by: oppiliappan <me@oppi.li>
11 months ago
signup.go
appview: tangled pds signup flow Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
1 year ago
spindle.go
knotserver: add query lexicon for owner Signed-off-by: oppiliappan <me@oppi.li>
11 months ago
star.go
appview/db: add db helpers to count entries Signed-off-by: oppiliappan <me@oppi.li>
11 months ago
strings.go
appview/db: add db helpers to count entries Signed-off-by: oppiliappan <me@oppi.li>
11 months ago
timeline.go
appview/pages: display home page to logged out users Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
11 months ago