alpha
Login
or
Join now
bdbch.com
/
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
core
/
appview
/
db
/
at
sl/km-listcommits
36 files
Seongmin Lee
appview: don't notify on replayed events
2mo ago
cc005e5b
artifact.go
appview: don't notify on replayed events Signed-off-by: Seongmin Lee <git@boltless.me>
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>
5 months ago
collaborators.go
appview/db: queries use repo_did lookups Lewis: May this revision serve well! <lewis@tangled.org>
3 months ago
comments.go
appview: don't notify on replayed events Signed-off-by: Seongmin Lee <git@boltless.me>
2 months ago
db.go
appview: migrate legacy comment pds records Signed-off-by: Seongmin Lee <git@boltless.me>
3 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>
7 months ago
issues.go
appview: replace `IssueComment` to `Comment` Signed-off-by: Seongmin Lee <git@boltless.me>
7 months ago
jetstream.go
appview: drop DbWrapper, move jetstream helpers onto *DB Lewis: May this revision serve well! <lewis@tangled.org>
3 months ago
label.go
orm: extract orm package from appview includes query and migration helpers Signed-off-by: oppiliappan <me@oppi.li>
7 months ago
language.go
appview/db: queries use repo_did lookups Lewis: May this revision serve well! <lewis@tangled.org>
3 months ago
migration.go
appview: oauth session cache, backoff on stuck migrations Lewis: May this revision serve well! <lewis@tangled.org>
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
appview: handlers, state, and templates for more record types w/ repoDID Lewis: May this revision serve well! <lewis@tangled.org> appview,knotserver: validate git repo ownership according to knot Lewis: May this revision serve well! <lewis@tangled.org>
3 months 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>
2 months 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>
2 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: ingest profile deletion Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
profile_test.go
appview: ingest profile deletion 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>
3 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>
8 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>
6 months ago
reaction.go
appview: fetch `aturi->reactionMap` from DB There can be multiple reactable entities in same page. Fetch every reactions in `aturi->reactionMap` format where reactionMap is `kind->T` map Signed-off-by: Seongmin Lee <git@boltless.me>
6 months ago
reference.go
appview: use `#comment-{rkey}` instead of appview-local id Signed-off-by: Seongmin Lee <git@boltless.me>
2 months ago
registration.go
appview: kt+sp members ingestion Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
repos.go
appview/db: fix fork counts for repos with no DIDs Signed-off-by: oppiliappan <me@oppi.li>
2 months ago
repos_rename_test.go
knotmirror,spindle,appview: propagate repo rename across services Lewis: May this revision serve well! <lewis@tangled.org>
3 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>
5 months ago
site_deploys.go
appview/db: queries use repo_did lookups Lewis: May this revision serve well! <lewis@tangled.org>
3 months ago
sites.go
appview/db: queries use repo_did lookups Lewis: May this revision serve well! <lewis@tangled.org>
3 months ago
spindle.go
appview: kt+sp members ingestion Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
star.go
appview/db: queries use repo_did lookups Lewis: May this revision serve well! <lewis@tangled.org>
3 months ago
strings.go
orm: extract orm package from appview includes query and migration helpers Signed-off-by: oppiliappan <me@oppi.li>
7 months ago
timeline.go
appview/db: queries use repo_did lookups Lewis: May this revision serve well! <lewis@tangled.org>
3 months ago
vouch.go
appview/db: fix vouch suggestions queries were broken after total migration to repo-dids, we no longer use repo_at in some tables. Signed-off-by: oppiliappan <me@oppi.li>
2 months ago
webhooks.go
appview/db: queries use repo_did lookups Lewis: May this revision serve well! <lewis@tangled.org>
3 months ago