alpha
Login
or
Join now
evan.jarrett.net
/
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.
Monorepo for Tangled — https://tangled.org
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
Pulls
Pipelines
core
/
appview
/
db
/
at
spindle-workflowgroup
23 files
Seongmin Lee
appview: diet the reporesolver
8mo ago
e4fc543c
artifact.go
appview: diet the reporesolver Ideally we should completely remove it. Signed-off-by: Seongmin Lee <git@boltless.me>
8 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>
9 months ago
db.go
appview/db: split star subjects - rename `starred_by_did` column to `did` - rename `repo_at` column to `subject_at` and removed foreign key constraints. - rename `RepoAt` field to `SubjectAt` - remove `Repo` field and split `models.Star` to `RepoStar` and `StringStar` as now there can be two kinds of reverse mappings. Signed-off-by: Seongmin Lee <git@boltless.me>
8 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/middleware: 404 page on invalid issue/PR id Close: #277 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: add `user_mentioned` notification preference option Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
pipeline.go
appview/pipelines: add limit to pipelines query Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
profile.go
appview: add personal pronouns to profile Signed-off-by: Shalabh Agarwal <me@serendipty01.dev> fixes: https://tangled.org/@tangled.org/core/issues/224
9 months ago
pubkeys.go
appview/models: move db.PublicKey into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
pulls.go
appview/models: rename Pull.PullAt() to Pull.AtUri() in sync with Issue.AtUri. Signed-off-by: oppiliappan <me@oppi.li>
8 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>
9 months ago
registration.go
appview/models: move db.Registration into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
repos.go
appview: diet the reporesolver Ideally we should completely remove it. Signed-off-by: Seongmin Lee <git@boltless.me>
8 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/db: split star subjects - rename `starred_by_did` column to `did` - rename `repo_at` column to `subject_at` and removed foreign key constraints. - rename `RepoAt` field to `SubjectAt` - remove `Repo` field and split `models.Star` to `RepoStar` and `StringStar` as now there can be two kinds of reverse mappings. Signed-off-by: Seongmin Lee <git@boltless.me>
8 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: split star subjects - rename `starred_by_did` column to `did` - rename `repo_at` column to `subject_at` and removed foreign key constraints. - rename `RepoAt` field to `SubjectAt` - remove `Repo` field and split `models.Star` to `RepoStar` and `StringStar` as now there can be two kinds of reverse mappings. Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago