alpha
Login
or
Join now
malte-j.tngl.sh
/
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
/
at
sl/keepcommit
40 folders
6 files
Seongmin Lee
knotserver/xrpc: `git.keepCommit`
18d ago
24d9f534
bsky
appview/bsky: switch to manual post fetching indigo needs a version bump to support galleries in responses Signed-off-by: oppiliappan <me@oppi.li>
1 week ago
cache
appview,knotserver: pref-handle display + identity ingest Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
cloudflare
appview/cloudflare: add kv, r2 and dns client wrappers Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
4 months ago
codesearch
appview: code search Signed-off-by: Seongmin Lee <git@boltless.me>
4 weeks ago
commitverify
commitverify: skip unsigned commits before DB lookup Signed-off-by: Matías Insaurralde <matias@insaurral.de>
3 months ago
config
appview: code search Signed-off-by: Seongmin Lee <git@boltless.me>
4 weeks ago
db
appview,docs: spindle pipelines migration Signed-off-by: dawn <dawn@tangled.org>
1 week ago
email
appview/email: create contact and then add to segment This is API call is idempotent. If the contact doesn't previously exist on Resend, adding to Segment will fail. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
2 months ago
filetree
appview/pages: differentiate open/close icons in filetree the giant tailwind safelist is used because nested groups cannot be styled using tailwind, and therefore we need named groups. we pre-populate the source html with up to 12-deep named groups and their variants so that tailwind generates the right css. Signed-off-by: oppiliappan <me@oppi.li>
3 months ago
focus
appview/focus: add web handlers for focus mode - /focus/begin: begin focus mode - /focus/end: end focus mode - /focus/next: mark read & move to next focus item Signed-off-by: oppiliappan <me@oppi.li>
1 month ago
indexer
appview/notify: notify on issue/PR assign currently hardcoded to fire on the tangled assignee label def. Signed-off-by: oppiliappan <me@oppi.li>
1 month ago
issues
appview/issues,pulls: create state records on PDS Lewis: May this revision serve well! <lewis@tangled.org>
2 weeks ago
knotacl
appview/knotacl: replace cache poll w/ event-driven roster Lewis: May this revision serve well! <lewis@tangled.org>
4 weeks ago
knotcompat
appview: stop pds-record acl fallback if knot cap probe fails Lewis: May this revision serve well! <lewis@tangled.org>
1 month ago
knots
appview,spindle,lexicons: support triggering ci for fork-based pull requests Signed-off-by: dawn <dawn@tangled.org>
1 week ago
labels
appview/db: now-redundant indexed col in label ops Lewis: May this revision serve well! <lewis@tangled.org>
1 week ago
mentions
appview: rename refresolver module to mentions usage of the resolver is now mentionsResolver. Signed-off-by: oppiliappan <me@oppi.li>
7 months ago
metrics
appview/metrics: support request hijacking permits websocket upgrades in pipeline endpoints Signed-off-by: oppiliappan <me@oppi.li>
2 months ago
middleware
appview/middleware: fix renames that collide w/ live repo's slug Lewis: May this revision serve well! <lewis@tangled.org>
1 week ago
migration
appview/migration: backfill closed entity state to PDSes Lewis: May this revision serve well! <lewis@tangled.org>
1 week ago
models
appview/ingester: fix pull ingestion for some blobs, pull ingestion would spuriously fail. this was because the surrounding context was cancelled as soon as gctx.Wait returned. for smaller blobs, this did not affect blob fetches. as a scientific test, some cleverly insert time.Sleeps can help reproduce the issue for any blob size and on any setup (localinfra or otherwise). this change permits blob contents to be read even when the surrounding context is cancelled. Signed-off-by: oppiliappan <me@oppi.li>
1 week ago
notifications
appview/notifications: log on failure Signed-off-by: Seongmin Lee <git@boltless.me>
2 weeks ago
notify
appview/notify: notify on issue/PR assign currently hardcoded to fire on the tangled assignee label def. Signed-off-by: oppiliappan <me@oppi.li>
1 month ago
oauth
knotserver/xrpc: `git.keepCommit` Signed-off-by: Seongmin Lee <git@boltless.me>
2 weeks ago
pages
appview/pages: filetree symlinks render with correct icon Signed-off-by: Jens Rømer Hesselbjerg <jh.roemer@gmail.com>
5 days ago
pagination
appview: add basic issue indexer - Heavily inspired by gitea - add `GetAllIssues` which only receives a paginator and gathers all issues ignoring `repoAt` field Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
1 year ago
pipelines
appview/pipelines: ignore any pipelines returned that arent from the repo we requested Signed-off-by: dawn <dawn@tangled.org>
1 week ago
pulls
appview,spindle,lexicons: support triggering ci for fork-based pull requests Signed-off-by: dawn <dawn@tangled.org>
1 week ago
randomart
show branches in a dropdown
1 year ago
repo
appview,spindle,lexicons: support triggering ci for fork-based pull requests Signed-off-by: dawn <dawn@tangled.org>
1 week ago
reporesolver
appview: read permissions thru knotacl service Lewis: May this revision serve well! <lewis@tangled.org>
1 month ago
searchquery
appview/searchquery: add dynamic tag extraction and shared resolution helpers Add KnownTags map and GetDynamicTags/GetNegatedDynamicTags methods to extract label-value search filters from parsed queries. Any tag:value pair whose key is not a known system tag (state, author, label) is treated as a dynamic label filter. Add resolve.go with shared helpers: IdentResolver type, ResolveAuthor, ExtractTextFilters, and ResolveDIDLabelValues. These keep resolution logic in the searchquery package without coupling it to idresolver. Signed-off-by: Thomas Karpiniec <tom.karpiniec@outlook.com>
4 months ago
serververify
appview/serververify: use SSRF-safe transport like repoverify Signed-off-by: dawn <dawn@tangled.org>
1 week ago
settings
appview: handle non-unique publicKey records - upsert public key to handle record update event - don't delete by pair of name and key. delete by name or rkey instead. Signed-off-by: Seongmin Lee <git@boltless.me>
5 months ago
signup
appview/signup: improve signup success message visibility  resolves [TAN-525](https://linear.app/tangled/issue/TAN-525/improve-login-flow-success-message) Signed-off-by: eti <eti@eti.tf>
2 weeks ago
sites
appview/sites: lenient unmarshal for legacy bool-valued kv entries Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
1 month ago
spindles
appview,spindle,lexicons: support triggering ci for fork-based pull requests Signed-off-by: dawn <dawn@tangled.org>
1 week ago
state
appview,spindle,lexicons: support triggering ci for fork-based pull requests Signed-off-by: dawn <dawn@tangled.org>
1 week ago
strings
appview/pages: UI bits for focus mode Signed-off-by: oppiliappan <me@oppi.li>
1 month ago
timeline
appview/pages: persist timeline tab preference to cookie Signed-off-by: oppiliappan <me@oppi.li>
1 week ago
ingester.go
appview/ingester: fix pull ingestion for some blobs, pull ingestion would spuriously fail. this was because the surrounding context was cancelled as soon as gctx.Wait returned. for smaller blobs, this did not affect blob fetches. as a scientific test, some cleverly insert time.Sleeps can help reproduce the issue for any blob size and on any setup (localinfra or otherwise). this change permits blob contents to be read even when the surrounding context is cancelled. Signed-off-by: oppiliappan <me@oppi.li>
1 week ago
ingester_label_test.go
appview/ingester: ingest label op crud via parking Lewis: May this revision serve well! <lewis@tangled.org>
1 week ago
ingester_repo.go
appview/ingester: ingest label op crud via parking Lewis: May this revision serve well! <lewis@tangled.org>
1 week ago
ingester_repo_test.go
appview/middleware: fix renames that collide w/ live repo's slug Lewis: May this revision serve well! <lewis@tangled.org>
1 week ago
ingester_state_test.go
appview/ingester: ingest label op crud via parking Lewis: May this revision serve well! <lewis@tangled.org>
1 week ago
ingester_string_test.go
appview: remove validator - RBAC should be enforced on service logic. - We should not check for referenced records existence from db due to the nature of atproto. - Comment depth validation is not necessary. We can accept them and just don't render replies with deeper depth. Move markdown sanitizer to dedicated package to avoid import cycle Signed-off-by: Seongmin Lee <git@boltless.me>
5 months ago