alpha
Login
or
Join now
willow.sh
/
tangled-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
/
cmd
/
at
master
16 folders
dawn
appview,spindle,lexicons: support triggering ci for fork-based pull requests
13d ago
b4261269
appview
appview/pipelines/ssh: add ssh server to appview to stream logs this change introduces an ssh server to the appview. this server is backed by a charmbracelet/wish app. it is invoked like so: ssh -t appview.host -p 3333 at://.../sh.tangled.pipeline/... the wish app then opens up a TUI for that pipeline job, with live streaming of logs and statuses for all workflows in that pipeline (available a separate tabs). at startup, the appview needs to currently be run with TANGLED_SSH_ENABLED=true, which starts the ssh server on 0.0.0.0:3333 by default. Signed-off-by: oppiliappan <me@oppi.li>
1 month ago
blog
appview,knotserver: pref-handle display + identity ingest Lewis: May this revision serve well! <lewis@tangled.org>
2 months ago
cborgen
appview,spindle,lexicons: support triggering ci for fork-based pull requests Signed-off-by: dawn <dawn@tangled.org>
1 week ago
claimer
cmd/claimer: backfill tool to claim tngl.sh domains Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
4 months ago
combinediff
all: rename go module to tangled.org/core Sets up a special-case handler for serving tangled.org/core go module, plus some misc. .sh -> .org renames. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
9 months ago
dbtest
appview/db: more flexible tables migrate tables: `stars`, `reactions`, `follows`, `public_keys` Two major changes: 1. Remove autoincrement id for these tables. AUTOINCREMENT primary key does not help much for these tables and only introduces slice performance overhead. Use default `rowid` with non-autoincrement integer instead. 2. Remove unique constraints other than `(did, rkey)` We cannot block users creating non-unique atproto records. Appview needs to handle those properly. For example, if user unstar a repo, appview should delete all existing star records pointing to that repo. To allow this, remove all constraints other than `(did, rkey)`. Minor changes done while migrating tables: - rename `thread_at` in `reactions` to `subject_at` to match with other tables - follow common column names like `did` and `created` - allow self-follow (similar reason to 2nd major change. we should block it from service layer instead) Signed-off-by: Seongmin Lee <git@boltless.me>
5 months ago
dolly
cmd/dolly: support logotype generation and width-only sizes - new -kind flag selects between the logo and the full logotype - -template now accepts a directory of templates - -size accepts a bare width; height is derived from the template viewBox aspect ratio Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
1 month ago
interdiff
all: rename go module to tangled.org/core Sets up a special-case handler for serving tangled.org/core go module, plus some misc. .sh -> .org renames. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
9 months ago
knot
knotserver: add migrate-isolation command
2 months ago
knotmirror
knotmirror: key repos by repo_did + disk migration Lewis: May this revision serve well! <lewis@tangled.org>
3 months ago
populatepipelines
cmd/populatepipelines: script to generate dummy pipeline runs Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
5 months ago
prefill-zoekt
cmd/prefill-zoekt: helper script to bulk-enqueue repos to zoekt Signed-off-by: Seongmin Lee <git@boltless.me>
1 month ago
spindle
spindle,shuttle: microvm engine init spindle,shuttle,nix: add an alpine microvm image spindle/microvm: allow user defined binary caches in workflows shuttle,nix/microvm: get rid of the hacky nix config parsing / rendering, use nix directly so we can access module options spindle/engine: generalize scheduler out of microvm, make it work-conserving with aging and per-user fairness spindle/microvm: add resource budget limits and optional cgroup enforcement Signed-off-by: dawn <dawn@tangled.org>
1 month ago
spindle-microvm-run
spindle/microvm: stream realize / build output in nixos activation step Signed-off-by: dawn <dawn@tangled.org>
3 weeks ago
verifysig
all: rename go module to tangled.org/core Sets up a special-case handler for serving tangled.org/core go module, plus some misc. .sh -> .org renames. Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
9 months ago
zoekt-tngl-indexserver
cmd/zoekt-tnglserver: introduce zoekt Signed-off-by: Seongmin Lee <git@boltless.me>
1 month ago