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
/
db
/
at
appview-acc-mgmt-ui
29 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/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
orm: extract orm package from appview includes query and migration helpers Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
db.go
appview/{db,models}: add repo sites and deploys models/queries Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
4 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: remove `Get{Issue,Pull}IDs` methods prepare for PR page pagination Signed-off-by: Seongmin Lee <git@boltless.me>
5 months ago
jetstream.go
add in-memory jetstream did filter
1 year 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: close rows handles consistently Signed-off-by: Thomas Karpiniec <tkarpiniec@icloud.com>
6 months ago
notifications.go
orm: extract orm package from appview includes query and migration helpers Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
pipeline.go
appview/pipelines: fix incorrect totals the default query limits to 30 items, we need a separate query for total pipeline counts. Signed-off-by: oppiliappan <me@oppi.li>
4 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/profile: fix profile card rendering on tabs the .ShowPunchcard variable was being referenced in pages that didn't have the variable set. to circumvent this, the `State.profile` helper calculates whether or not to show the punchcard, and this helper is then substituted in all profile tabs. Signed-off-by: oppiliappan <me@oppi.li>
4 months ago
pubkeys.go
appview/models: move db.PublicKey into models Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
pulls.go
appview: remove `Get{Issue,Pull}IDs` methods prepare for PR page pagination Signed-off-by: Seongmin Lee <git@boltless.me>
5 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/{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
orm: extract orm package from appview includes query and migration helpers Signed-off-by: oppiliappan <me@oppi.li>
6 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: avoid empty languages when calculating major language Signed-off-by: oppiliappan <me@oppi.li>
6 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,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
orm: extract orm package from appview includes query and migration helpers Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
star.go
appview/db: close rows handles consistently Signed-off-by: Thomas Karpiniec <tkarpiniec@icloud.com>
6 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
orm: extract orm package from appview includes query and migration helpers Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
webhooks.go
appview/{db,models}: webhook tables and crud ops Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
4 months ago