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
/
lexicons
/
pulls
/
at
6dc86ffbed5a290ca6a4890caa2dadea5c8b8a81
6 files
Samuel Shuert
lexicons,appview/pulls: upload patches as blobs
8mo ago
4bdc9dfe
closed.json
lexicons,appview/pulls: upload patches as blobs By using blobs we massively increase our maximum patch size. When stored directly on the record patches can be at most 2 MiB. By moving it to a blob, we get a minimum of 50 MiB (smaller if the pds has set it but 50 is the default). legacy field name `patch` in `repo.pull` lexicon is preserved (but not used) to support some level of backward compatibility Signed-off-by: Samuel Shuert <me@thecoded.prof> Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
comment.json
appview,lexicons: atprotate the mentions & references Storing references parsed from the markdown body in atproto record and DB. There can be lots of reference types considering the from/to types so storing both as AT-URIs Using `sql.Tx` more to combine multiple DB query to single recoverable operation. Note: Pulls don't have mentinos/references yet Signed-off-by: Seongmin Lee <git@boltless.me>
7 months ago
merged.json
appview: refactor lexicon setup and simplify Can't use sh.tangled.repo.pull.state.{open,closed,merged} since that results in a stateopen.go -- overwriting issue.state.open etc. Hence, it's pull.status.
1 year ago
open.json
appview: refactor lexicon setup and simplify Can't use sh.tangled.repo.pull.state.{open,closed,merged} since that results in a stateopen.go -- overwriting issue.state.open etc. Hence, it's pull.status.
1 year ago
pull.json
lexicons,appview/pulls: upload patches as blobs By using blobs we massively increase our maximum patch size. When stored directly on the record patches can be at most 2 MiB. By moving it to a blob, we get a minimum of 50 MiB (smaller if the pds has set it but 50 is the default). legacy field name `patch` in `repo.pull` lexicon is preserved (but not used) to support some level of backward compatibility Signed-off-by: Samuel Shuert <me@thecoded.prof> Signed-off-by: Seongmin Lee <git@boltless.me>
8 months ago
state.json
lexicons: rename, format and other required changes
1 year ago