alpha
Login
or
Join now
tangled.org
/
core
Star
9
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
9
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
16
Pulls
26
Pipelines
core
/
appview
/
db
/
at
db00e0dbf9fc4b3b99b5193c62929b66ef7bc5c8
32 files
Lewis
appview: drop DbWrapper, move jetstream helpers onto *DB
2mo ago
a8d64164
artifact.go
appview: drop DbWrapper, move jetstream helpers onto *DB Lewis: May this revision serve well! <lewis@tangled.org>
2 months 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/db: queries use repo_did lookups Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
db.go
appview/db,models: add repo_did columns and update model structs Lewis: May this revision serve well! <lewis@tangled.org>
2 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>
9 months ago
follow.go
appview/db: close rows handles consistently Signed-off-by: Thomas Karpiniec <tkarpiniec@icloud.com>
6 months ago
issues.go
appview/db: queries use repo_did lookups Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
jetstream.go
appview: drop DbWrapper, move jetstream helpers onto *DB Lewis: May this revision serve well! <lewis@tangled.org>
2 months 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/db: queries use repo_did lookups Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
migration.go
appview: background pds data migration Signed-off-by: Seongmin Lee <git@boltless.me>
2 months ago
newsletter.go
appview/db: fix up nits with newsletter handlers Signed-off-by: oppiliappan <me@oppi.li>
2 months ago
notifications.go
*: correct typos throughout codebase Fix various misspellings found by the typos tool: - Error messages: Forbiden -> Forbidden, insufficent -> insufficient - Comments and docs: recieve -> receive, acheive -> achieve, etc. - Variable names: Referencs -> References, intialize -> initialize - HTML templates: Unubscribe -> Unsubscribe, explictly -> explicitly - Function names: perferom -> perform Also remove backwards compat code for is_deafult JSON field. Add _typos.toml config for false positives (external APIs, etc.) Signed-off-by: eti <eti@eti.tf>
2 months 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/db: queries use repo_did lookups Lewis: May this revision serve well! <lewis@tangled.org>
2 months 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/db: queries use repo_did lookups Lewis: May this revision serve well! <lewis@tangled.org>
2 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/db: add util to get reaction counts Signed-off-by: oppiliappan <me@oppi.li>
2 months ago
reference.go
appview/db: queries use repo_did lookups Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
registration.go
appview/db: close rows handles consistently Signed-off-by: Thomas Karpiniec <tkarpiniec@icloud.com>
6 months ago
repos.go
appview/db: queries use repo_did lookups Lewis: May this revision serve well! <lewis@tangled.org>
2 months 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/db: propagate context through GetSpindles and AddPipelineStatus Update all call sites of db.GetSpindles and db.AddPipelineStatus to pass a context.Context, enabling proper cancellation and timeout propagation to the database layer. Signed-off-by: Matías Insaurralde <matias@insaurral.de>
2 months 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/state: fix pagination in vouches tab Signed-off-by: oppiliappan <me@oppi.li>
1 month ago
webhooks.go
appview/db: queries use repo_did lookups Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago