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
/
models
/
at
spindle-workflowgroup
22 files
Seongmin Lee
appview: support star for `sh.tangled.string`
8mo ago
c6a41ebf
artifact.go
appview: support star for `sh.tangled.string` Not sending "XXX starred your string" notif yet. Close: <https://tangled.org/tangled.org/core/issues/296> Signed-off-by: Seongmin Lee <git@boltless.me>
8 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/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
label.go
appview: make default label defs configurable hard-coded labels make hard to setup local sandboxed environment as the appview won't run until we fill all 5 definitions under TangledDid. so make them configurable with `TANGLED_LABEL_DEFAULTS` which is a list of aturis delimitted by , character we can have any number/kind of default labels but gfi is required for `/good-first-issue` page Signed-off-by: Seongmin Lee <git@boltless.me>
9 months ago
language.go
appview/models: move db.RepoLanguage into models 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/models: move db.Pipeline* into models Signed-off-by: oppiliappan <me@oppi.li>
10 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
pubkey.go
appview/models: move db.PublicKey into models Signed-off-by: oppiliappan <me@oppi.li>
10 months ago
pull.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
repo.go
appview/models: introduce blob view model encapsulates all the structure necessary to translate the knot's blob response into a renderable component on the appview. this makes it extensible for other types in the future too (CSV, Jupyter etc.) Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
search.go
appview/indexer: add pulls indexer Signed-off-by: Seongmin Lee <git@boltless.me>
9 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
string.go
appview: support star for `sh.tangled.string` Not sending "XXX starred your string" notif yet. Close: <https://tangled.org/tangled.org/core/issues/296> Signed-off-by: Seongmin Lee <git@boltless.me>
8 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