tangled
alpha
login
or
join now
slices.network
/
slices
Highly ambitious ATProtocol AppView service and sdks
131
fork
atom
overview
issues
10
pulls
2
pipelines
commits
Author
Commit
Message
Date
chadtmiller.com
8b91bd11
allow admin to access slice pages for support purposes
3mo ago
chadtmiller.com
e700d9aa
update getting started docs
3mo ago
chadtmiller.com
3efd3c78
keep frontend up
3mo ago
chadtmiller.com
3add19bc
update docs
v0.1.0
3mo ago
chadtmiller.com
833b9682
bump and update readme for lexicon rust library
3mo ago
chadtmiller.com
05a1201a
bump packages
3mo ago
chadtmiller.com
cbae53ea
fix records card on slice overview, don't show hero content on the landing page if logged in
3mo ago
chadtmiller.com
813986e4
docs and more docs
3mo ago
chadtmiller.com
971ed927
update cli init command, one shot app view
3mo ago
chadtmiller.com
56aca632
sanitize nsids properly like cosmic-flux-123 in codegen interfaces
3mo ago
chadtmiller.com
4b26e0e6
add admin did to env.example
3mo ago
chadtmiller.com
cbf06674
fix issue if where params are passed as undefined
3mo ago
chadtmiller.com
2a0e63c3
use std/fmt for logger colors
3mo ago
chadtmiller.com
86535987
update cli readme
3mo ago
chadtmiller.com
3c0912f3
add release workflow for api
3mo ago
chadtmiller.com
a317ce34
remove deno from api docker image, no longer needed
3mo ago
chadtmiller.com
b3091837
fix infinite loop when fetching sync summary, update ui for sync modals, update start sync with max repos limit
3mo ago
chadtmiller.com
1dd040e2
add waitlist check to cli
3mo ago
chadtmiller.com
d4ab54ea
restore lexicon filtering logic
3mo ago
chadtmiller.com
bf108ea0
add network.slices.slice.getSyncSummary xrpc and corresponding ui, shows a summary of the sync before syncing, limits to 5000 repos but can change via env var
3mo ago
chadtmiller.com
0f91823a
fix issues with ref validation for query, procedure, and subscription type lexicons
3mo ago
chadtmiller.com
227573bd
fix lexicon getRecords weirdness, fix lexicon delete handlers and add oob for count
3mo ago
chadtmiller.com
d9888780
add lexicon description to network.slices.lexicon record, surface in UI and json preview, add to diff in cli when updating update
3mo ago
chadtmiller.com
c08d05bf
update lexicon badges to include procedure, query, and defs
3mo ago
chadtmiller.com
027a5c9d
add script to add back system lexicon in case I acidentally delete them
3mo ago
chadtmiller.com
004b6609
improve sync performance to prevent ooms
3mo ago
chadtmiller.com
7d49ce5b
fix delete slice handler to only delete lexicons from slice, update domain validation, add slices.json config
3mo ago
chadtmiller.com
1e50f78d
add slice domain validation
3mo ago
chadtmiller.com
a4cf9d0c
use checkboxes instead of inputs for sync modal
3mo ago
chadtmiller.com
8aeb84c4
update sqlx cache
3mo ago
chadtmiller.com
28658014
use client getActors instead of network slices getActors
3mo ago
chadtmiller.com
90740b6c
add clearSliceRecords procedure to empty the index for a slice, add cascade delete funciton to clean up slice records on delete and on lexicon delete, add button to slice settings page
3mo ago
chadtmiller.com
8d1a0f63
fix jetstream events counter cancellation
3mo ago
chadtmiller.com
b044766b
dedupe keys on batch insert
3mo ago
chadtmiller.com
da792347
run sync in separate worker process, update fly.toml to support that
3mo ago
chadtmiller.com
1ad67345
fix lexicon intellisense build
3mo ago
chadtmiller.com
054b4c38
add jetstream logs command
3mo ago
chadtmiller.com
b4803311
bump lexicon intellisense
3mo ago
chadtmiller.com
bed3e54e
bump @slices packages
3mo ago
chadtmiller.com
50056f19
update query cache
3mo ago
chadtmiller.com
0437f669
add admin did env var
3mo ago
chadtmiller.com
500a2c1a
improve waitlist ui with search and load more, update getActors in api to support same where as getRecords
3mo ago
chadtmiller.com
06a33f1e
fix cursor based pagination to work with sortBy, clean up error handling in dynamic handlers
3mo ago
chadtmiller.com
dbc2e0a3
update query cache
3mo ago
chadtmiller.com
943234c7
fix validation on reference lookup, fix records search to return results for dids
3mo ago
chadtmiller.com
a8b5ebf3
more cleanup, add comments, fmt, organize database modules
3mo ago
chadtmiller.com
60696be3
add redis for jetstream actor, collection, domain caching as well as auth requests and sync
3mo ago
chadtmiller.com
390aff90
add jetstream cursor tracking, update atproto libs to 0.13
3mo ago
chadtmiller.com
43b53c87
refactor api endpoints to more clear xrpc pattern, add procedure and query lexicons for slice endpoints, update codegen for query and procedure lexicons, update frontend to use the new codegen
3mo ago
chadtmiller.com
0e3ff1b6
fix issues with Dockerfile and deps
3mo ago
chadtmiller.com
83ca61ae
make sure invites are scoped to me
3mo ago
chadtmiller.com
295e3f7d
some progress updating docs, new code blocks, use marked instead of custom md parser
3mo ago
chadtmiller.com
aacf8f82
update docs path
3mo ago
chadtmiller.com
bb3aa0f6
update frontend dockerfile
3mo ago
chadtmiller.com
e67878c0
mv intellisense tasks to root
3mo ago
chadtmiller.com
11977c49
refactor rust lexicon validation library to be modular and more comprehensive, update api, and update corresponding cli and intellisense packages
3mo ago
chadtmiller.com
62e980ef
fix test workflow with new slices tag, update flake to use local lexicon rust package
3mo ago
chadtmiller.com
09025a5e
actually fix all deno lint and check errors
3mo ago
chadtmiller.com
406a87af
fix deno workspace lint errors
3mo ago
chadtmiller.com
571106b8
fix workspace deno check errors
3mo ago
allow admin to access slice pages for support purposes
8b91bd11
chadtmiller.com
3mo
update getting started docs
e700d9aa
chadtmiller.com
3mo
keep frontend up
3efd3c78
chadtmiller.com
3mo
update docs
v0.1.0
3add19bc
chadtmiller.com
3mo
bump and update readme for lexicon rust library
833b9682
chadtmiller.com
3mo
bump packages
05a1201a
chadtmiller.com
3mo
fix records card on slice overview, don't show hero content on the landing page if logged in
cbae53ea
chadtmiller.com
3mo
docs and more docs
813986e4
chadtmiller.com
3mo
update cli init command, one shot app view
971ed927
chadtmiller.com
3mo
sanitize nsids properly like cosmic-flux-123 in codegen interfaces
56aca632
chadtmiller.com
3mo
add admin did to env.example
4b26e0e6
chadtmiller.com
3mo
fix issue if where params are passed as undefined
cbf06674
chadtmiller.com
3mo
use std/fmt for logger colors
2a0e63c3
chadtmiller.com
3mo
update cli readme
86535987
chadtmiller.com
3mo
add release workflow for api
3c0912f3
chadtmiller.com
3mo
remove deno from api docker image, no longer needed
a317ce34
chadtmiller.com
3mo
fix infinite loop when fetching sync summary, update ui for sync modals, update start sync with max repos limit
b3091837
chadtmiller.com
3mo
add waitlist check to cli
1dd040e2
chadtmiller.com
3mo
restore lexicon filtering logic
d4ab54ea
chadtmiller.com
3mo
add network.slices.slice.getSyncSummary xrpc and corresponding ui, shows a summary of the sync before syncing, limits to 5000 repos but can change via env var
bf108ea0
chadtmiller.com
3mo
fix issues with ref validation for query, procedure, and subscription type lexicons
0f91823a
chadtmiller.com
3mo
fix lexicon getRecords weirdness, fix lexicon delete handlers and add oob for count
227573bd
chadtmiller.com
3mo
add lexicon description to network.slices.lexicon record, surface in UI and json preview, add to diff in cli when updating update
d9888780
chadtmiller.com
3mo
update lexicon badges to include procedure, query, and defs
c08d05bf
chadtmiller.com
3mo
add script to add back system lexicon in case I acidentally delete them
027a5c9d
chadtmiller.com
3mo
improve sync performance to prevent ooms
004b6609
chadtmiller.com
3mo
fix delete slice handler to only delete lexicons from slice, update domain validation, add slices.json config
7d49ce5b
chadtmiller.com
3mo
add slice domain validation
1e50f78d
chadtmiller.com
3mo
use checkboxes instead of inputs for sync modal
a4cf9d0c
chadtmiller.com
3mo
update sqlx cache
8aeb84c4
chadtmiller.com
3mo
use client getActors instead of network slices getActors
28658014
chadtmiller.com
3mo
add clearSliceRecords procedure to empty the index for a slice, add cascade delete funciton to clean up slice records on delete and on lexicon delete, add button to slice settings page
90740b6c
chadtmiller.com
3mo
fix jetstream events counter cancellation
8d1a0f63
chadtmiller.com
3mo
dedupe keys on batch insert
b044766b
chadtmiller.com
3mo
run sync in separate worker process, update fly.toml to support that
da792347
chadtmiller.com
3mo
fix lexicon intellisense build
1ad67345
chadtmiller.com
3mo
add jetstream logs command
054b4c38
chadtmiller.com
3mo
bump lexicon intellisense
b4803311
chadtmiller.com
3mo
bump @slices packages
bed3e54e
chadtmiller.com
3mo
update query cache
50056f19
chadtmiller.com
3mo
add admin did env var
0437f669
chadtmiller.com
3mo
improve waitlist ui with search and load more, update getActors in api to support same where as getRecords
500a2c1a
chadtmiller.com
3mo
fix cursor based pagination to work with sortBy, clean up error handling in dynamic handlers
06a33f1e
chadtmiller.com
3mo
update query cache
dbc2e0a3
chadtmiller.com
3mo
fix validation on reference lookup, fix records search to return results for dids
943234c7
chadtmiller.com
3mo
more cleanup, add comments, fmt, organize database modules
a8b5ebf3
chadtmiller.com
3mo
add redis for jetstream actor, collection, domain caching as well as auth requests and sync
60696be3
chadtmiller.com
3mo
add jetstream cursor tracking, update atproto libs to 0.13
390aff90
chadtmiller.com
3mo
refactor api endpoints to more clear xrpc pattern, add procedure and query lexicons for slice endpoints, update codegen for query and procedure lexicons, update frontend to use the new codegen
43b53c87
chadtmiller.com
3mo
fix issues with Dockerfile and deps
0e3ff1b6
chadtmiller.com
3mo
make sure invites are scoped to me
83ca61ae
chadtmiller.com
3mo
some progress updating docs, new code blocks, use marked instead of custom md parser
295e3f7d
chadtmiller.com
3mo
update docs path
aacf8f82
chadtmiller.com
3mo
update frontend dockerfile
bb3aa0f6
chadtmiller.com
3mo
mv intellisense tasks to root
e67878c0
chadtmiller.com
3mo
refactor rust lexicon validation library to be modular and more comprehensive, update api, and update corresponding cli and intellisense packages
11977c49
chadtmiller.com
3mo
fix test workflow with new slices tag, update flake to use local lexicon rust package
62e980ef
chadtmiller.com
3mo
actually fix all deno lint and check errors
09025a5e
chadtmiller.com
3mo
fix deno workspace lint errors
406a87af
chadtmiller.com
3mo
fix workspace deno check errors
571106b8
chadtmiller.com
3mo
next