alpha
Login
or
Join now
tangled.org
/
core
Star
2
Fork
66
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
tangled.org
Star
2
Fork
66
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
11
Pulls
25
Pipelines
core
/
appview
/
models
/
at
a63d05e2dd4776a9d22aba20b40e80fb1b3f1ecd
35 files
oppiliappan
appview/models: move notif target URL calculation into model
16d ago
778a7a5a
artifact.go
appview/models: move notif target URL calculation into model the target URL for a notif was previously calculated in the template, we now have this in models.NotificationWithEntity. Signed-off-by: oppiliappan <me@oppi.li>
2 weeks ago
bsky.go
appview/pages: clean up copy on homepage Signed-off-by: oppiliappan <me@oppi.li>
3 months ago
collaborator.go
appview: fix issue/pr notifications being skipped Lewis: May this revision serve well! <lewis@tangled.org>
1 month ago
comment.go
appview: fix comment bugs - use optimistic `feed.comment` at-uri for reactions - do not notify on ingester. It creates notification on record rewrite Signed-off-by: Seongmin Lee <git@boltless.me>
1 month 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: move `CommentList` out of `Issue` So that we can render reply comments from non-issue threads. Signed-off-by: Seongmin Lee <git@boltless.me>
5 months ago
knot_member.go
appview: kt+sp members ingestion Lewis: May this revision serve well! <lewis@tangled.org>
1 month 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/db,models: add repo_did columns and update model structs Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
migration.go
appview: oauth session cache, backoff on stuck migrations Lewis: May this revision serve well! <lewis@tangled.org>
1 month ago
notifications.go
appview/models: move notif target URL calculation into model the target URL for a notif was previously calculated in the template, we now have this in models.NotificationWithEntity. Signed-off-by: oppiliappan <me@oppi.li>
2 weeks ago
pipeline.go
appview: add repo_did to repos/stars/pipelines tables, update queries Signed-off-by: Lewis <lewis@tangled.org>
3 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: remove unnecessary pinnedrepoDIDs Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
pubkey.go
appview/models: move db.PublicKey into models Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
pull.go
appview: replace `PullComment` to `Comment` Including db migration to migrate `issue_comments` and `pull_comments` to unified `comments` table. Signed-off-by: Seongmin Lee <git@boltless.me>
7 months ago
punchcard.go
appview/models: move db.PunchCard into models Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
reaction.go
appview: ingest reactions Lewis: May this revision serve well! <lewis@tangled.org>
3 weeks ago
recents.go
appview/models: add recent link model Signed-off-by: oppiliappan <me@oppi.li>
3 weeks ago
reference.go
appview: use `#comment-{rkey}` instead of appview-local id Signed-off-by: Seongmin Lee <git@boltless.me>
1 month ago
registration.go
appview/models: move db.Registration into models Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
repo.go
appview: use `git.getEntry` over `repo.blob` Signed-off-by: Seongmin Lee <git@boltless.me>
3 weeks ago
repo_test.go
appview: canonicalize repo urls to handle/slug Lewis: May this revision serve well! <lewis@tangled.org>
1 month ago
search.go
appview/db,models: add repo_did columns and update model structs Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
search_test.go
appview/db,models: add repo_did columns and update model structs Lewis: May this revision serve well! <lewis@tangled.org>
2 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_did columns and update model structs Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
sites.go
appview/db,models: add repo_did columns and update model structs Lewis: May this revision serve well! <lewis@tangled.org>
2 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,models: add repo_did columns and update model structs Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
string.go
appview: string ingester time bug Lewis: May this revision serve well! <lewis@tangled.org>
1 month ago
timeline.go
appview/timeline: collapse identical events Group consecutive timeline events (defined as being the same action and operating on the same target) together so that the same target is not seen multiple times in a row. This notably does not completely aggregate all events together, so the timeline may still appear as "A B A" if several instances of event A were broken up by event B. For collapsed groups, we render "and N other user(s)" in the description of the event, with a popover that shows the collapsed users if "N other user(s)" is hovered. The number of events fetched was increased so that `limit` refers to the number of items in the timeline post-grouping. Signed-off-by: Kevin Yap <me@kevinyap.ca>
1 month ago
vouch.go
appview/db: support vouch evidences in DB Signed-off-by: oppiliappan <me@oppi.li>
1 month ago
webhook.go
appview/db,models: add repo_did columns and update model structs Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago