alpha
Login
or
Join now
oyster.cafe
/
tangled-core
forked from
tangled.org/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
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
tangled-core
/
appview
/
models
/
at
appview-acc-mgmt-ui
28 files
Anirudh Oppiliappan
appview/{db,models}: add repo sites and deploys models/queries
4mo ago
70ed337e
artifact.go
appview/{db,models}: add repo sites and deploys models/queries Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
4 months ago
bsky.go
appview/pages: clean up copy on homepage Signed-off-by: oppiliappan <me@oppi.li>
3 months ago
collaborator.go
appview/models: move db.Collaborator into models Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
email.go
appview/models: move db.Email into models Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
follow.go
appview/models: move db.Follow into models Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
issue.go
appview,lexicons: atprotate the mentions & references Storing references parsed from the markdown body in atproto record and DB. There can be lots of reference types considering the from/to types so storing both as AT-URIs Using `sql.Tx` more to combine multiple DB query to single recoverable operation. Note: Pulls don't have mentinos/references yet Signed-off-by: Seongmin Lee <git@boltless.me>
7 months ago
label.go
appview: add label-value search support to models and indexers Add LabelNameValues method to LabelState, returning composite "name:value" strings for all labels with non-empty values. Add LabelValues and NegatedLabelValues fields to IssueSearchOptions and PullSearchOptions. Change NegatedAuthorDid from a single string to NegatedAuthorDids []string to support excluding multiple authors. Update both issue and pull indexers: bump mapping version to 3, add label_values keyword field, populate it via LabelNameValues, and add search clauses for the new fields. Signed-off-by: Thomas Karpiniec <tom.karpiniec@outlook.com>
3 months ago
language.go
appview/models: move db.RepoLanguage into models Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
notifications.go
appview: add `user_mentioned` notification preference option Signed-off-by: Seongmin Lee <git@boltless.me>
7 months ago
pipeline.go
appview/models,appview/pages: refactor pipeline summary component move most of the logic from the html template into golang. this is just much more predictable. also add a short and long form summary.
6 months ago
preferences.go
appview: allow users to set their preferences for the punchcard being displayed Signed-off-by: Will Andrews <will7989@hotmail.com>
4 months ago
profile.go
appview/state: handle empty vanity stat kinds allows removing vanity stat kinds Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
pubkey.go
appview/models: move db.PublicKey into models Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
pull.go
appview/models: add helper func to count total comments on a PR Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
punchcard.go
appview/models: move db.PunchCard into models Signed-off-by: oppiliappan <me@oppi.li>
9 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>
8 months ago
reference.go
appview: backlinks currently all backlinks are parsed with markdown parser. So only explict urls like below are supported: - <https://tangled.org/owner.com/repo-name/issues/123> - [full url](https://tangled.org/owner.com/repo-name/issues/123) - [absolute path](/owner.com/repo-name/issues/123) Also `#comment-123` fragment is supported too. All references in issue/pull/comment records are stored in at-uri format. we do have a `mentions` field, but it isn't used yet. mentions are parsed on rendering and aren't stored anywhere for now. Signed-off-by: Seongmin Lee <git@boltless.me>
7 months ago
registration.go
appview/models: move db.Registration into models Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
repo.go
appview/pages: fix line count in blob views Signed-off-by: oppiliappan <me@oppi.li>
5 months ago
search.go
appview: add label-value search support to models and indexers Add LabelNameValues method to LabelState, returning composite "name:value" strings for all labels with non-empty values. Add LabelValues and NegatedLabelValues fields to IssueSearchOptions and PullSearchOptions. Change NegatedAuthorDid from a single string to NegatedAuthorDids []string to support excluding multiple authors. Update both issue and pull indexers: bump mapping version to 3, add label_values keyword field, populate it via LabelNameValues, and add search clauses for the new fields. Signed-off-by: Thomas Karpiniec <tom.karpiniec@outlook.com>
3 months ago
signup.go
appview/models: move db.Signup into models Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
site_deploy.go
appview/{db,models}: add repo sites and deploys models/queries Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
4 months ago
sites.go
appview/{db,models}: add repo sites and deploys models/queries Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
4 months ago
spindle.go
appview/models: move db.Spindle* into models Signed-off-by: oppiliappan <me@oppi.li>
9 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>
7 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>
7 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>
7 months ago
webhook.go
appview/{db,models}: webhook tables and crud ops Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
4 months ago