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
/
db
/
at
op/qnrtkluvtuty
42 files
oppiliappan
appview/db: add db queries for recent links
3w ago
4d2a3112
artifact.go
appview/db: add db queries for recent links Signed-off-by: oppiliappan <me@oppi.li>
3 weeks ago
bsky.go
appview/bsky: init module to fetch and store bsky posts on loadup fetches recent tangled posts for use on landing page Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
collaborators.go
appview: fix issue/pr notifications being skipped Lewis: May this revision serve well! <lewis@tangled.org>
1 month ago
collaborators_null_rkey_test.go
appview: fix issue/pr notifications being skipped Lewis: May this revision serve well! <lewis@tangled.org>
1 month ago
comments.go
appview: don't notify on replayed events Signed-off-by: Seongmin Lee <git@boltless.me>
1 month ago
db.go
appview/db: add db queries for recent links Signed-off-by: oppiliappan <me@oppi.li>
3 weeks 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>
8 months ago
follow.go
appview/db: close rows handles consistently Signed-off-by: Thomas Karpiniec <tkarpiniec@icloud.com>
6 months ago
issues.go
appview: replace `IssueComment` to `Comment` Signed-off-by: Seongmin Lee <git@boltless.me>
6 months ago
jetstream.go
appview: drop DbWrapper, move jetstream helpers onto *DB Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
knot_acl_native.go
appview/db: native knot membership queries Lewis: May this revision serve well! <lewis@tangled.org>
2 weeks ago
knot_acl_native_test.go
appview/db: native knot membership queries Lewis: May this revision serve well! <lewis@tangled.org>
2 weeks ago
label.go
orm: extract orm package from appview includes query and migration helpers Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
language.go
appview: update appview repo_language cache when loading index page Updating only on `refUpdate` event is unstable. Signed-off-by: Seongmin Lee <git@boltless.me>
4 weeks ago
migration.go
appview: oauth session cache, backoff on stuck migrations Lewis: May this revision serve well! <lewis@tangled.org>
1 month ago
newsletter.go
appview/db: fix up nits with newsletter handlers Signed-off-by: oppiliappan <me@oppi.li>
2 months ago
notifications.go
appview/db: mark notifications as read upon page visit when visiting an issue or a pull, automatically mark any notifications related to that issue/pull as read. Signed-off-by: oppiliappan <me@oppi.li>
4 weeks ago
pipeline.go
appview/db: use narrower query to get pipeline statuses we still ingest any and all pipeline statuses events. Signed-off-by: oppiliappan <me@oppi.li>
1 month ago
pipeline_test.go
appview/db: use narrower query to get pipeline statuses we still ingest any and all pipeline statuses events. Signed-off-by: oppiliappan <me@oppi.li>
1 month 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: ingest profile deletion Lewis: May this revision serve well! <lewis@tangled.org>
1 month ago
profile_test.go
appview: ingest profile deletion Lewis: May this revision serve well! <lewis@tangled.org>
1 month ago
pubkeys.go
appview: allow pub key name updating from atproto ingestion Signed-off-by: Will Andrews <did:plc:dadhhalkfcq3gucaq25hjqon>
2 months ago
pulls.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/db: fix off-by-1 in punchcard Date.YearDay produces an int in the range 1-365/366 but slices are indexed from 0. Signed-off-by: oppiliappan <me@oppi.li>
5 months ago
reaction.go
appview: ingest reactions Lewis: May this revision serve well! <lewis@tangled.org>
3 weeks ago
recents.go
appview/db: add db queries for recent links Signed-off-by: oppiliappan <me@oppi.li>
3 weeks ago
recents_test.go
appview/db: add db queries for recent links 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: kt+sp members ingestion Lewis: May this revision serve well! <lewis@tangled.org>
1 month ago
repos.go
appview: fix issue/pr notifications being skipped Lewis: May this revision serve well! <lewis@tangled.org>
1 month ago
repos_rename_test.go
knotmirror,spindle,appview: propagate repo rename across services Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
repos_test.go
appview: delete knot repos when its registration is removed Lewis: May this revision serve well! <lewis@tangled.org>
1 month ago
signup.go
appview/db: allow regenerating invite codes users sometimes want to regenerate invite codes, but signups_inflight never replaces the old value, since the email column has a unique constraint. by using `or replace`, we can update the invite code. this keeps the db in sync with whatever the user sees in their inbox. Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
site_deploys.go
appview/db: queries use repo_did lookups Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
sites.go
appview/db: queries use repo_did lookups Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
spindle.go
appview: kt+sp members ingestion Lewis: May this revision serve well! <lewis@tangled.org>
1 month ago
star.go
appview/db: queries use repo_did lookups Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
strings.go
orm: extract orm package from appview includes query and migration helpers Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
timeline.go
appview/db: queries use repo_did lookups Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
vouch.go
appview/db: fix comments query in `GetVouchSuggestions` Signed-off-by: Seongmin Lee <git@boltless.me>
1 month ago
webhooks.go
appview/db: queries use repo_did lookups Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago