Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update deps and lock | bryan newbold | 2023-02-19 | 1 | -232/+216 |
| | |||||
* | cargo clippy | bryan newbold | 2023-02-19 | 11 | -141/+118 |
| | |||||
* | more refactoring of common code and APIs | bryan newbold | 2023-02-19 | 20 | -486/+498 |
| | |||||
* | move a bunch of code from pds to common | bryan newbold | 2023-02-19 | 23 | -52/+63 |
| | |||||
* | update top-level files for new 'adenosine' crate | bryan newbold | 2023-02-19 | 4 | -2/+35 |
| | |||||
* | cli: update to use 'adenosine' crate | bryan newbold | 2023-02-19 | 4 | -662/+3 |
| | |||||
* | pds: update to use 'adenosine' crate | bryan newbold | 2023-02-19 | 6 | -7/+7 |
| | |||||
* | create 'adenosine' crate with library code | bryan newbold | 2023-02-19 | 4 | -0/+707 |
| | |||||
* | mst: doc comment; another test; consistent struct ordering | bryan newbold | 2023-02-16 | 1 | -1/+37 |
| | |||||
* | pds: mst: add empty layer nodes as needed | bryan newbold | 2023-02-15 | 2 | -10/+28 |
| | | | | | | | | This is to match behavior of the upstream Javascript implementation. Basically, if there is a "layer=2" node and a "layer=0" node, and no other nodes, there should be a "layer=1" node in between with just the 'left' reference populated. | ||||
* | pds: cross-language MST interop tests | bryan newbold | 2023-02-15 | 3 | -3/+203 |
| | | | | | Note that some are skipped because results differ from javascript implementation. | ||||
* | TODO: note about slashes in repo MST keys | bryan newbold | 2023-02-15 | 1 | -0/+3 |
| | |||||
* | cargo: update depsv0.2.0dec2022 | Bryan Newbold | 2022-12-20 | 2 | -110/+101 |
| | |||||
* | cargo: bump version to v0.2.0 | Bryan Newbold | 2022-12-20 | 3 | -5/+5 |
| | |||||
* | update changelog for v0.2.0 | Bryan Newbold | 2022-12-20 | 1 | -0/+29 |
| | |||||
* | pds: make 'cid' required in feed items | Bryan Newbold | 2022-12-20 | 2 | -5/+3 |
| | |||||
* | pds: upvoteCount, not likesCount | Bryan Newbold | 2022-12-20 | 3 | -10/+16 |
| | | | | | Only fixing the display and types (including schema), not actually implementing vote counting in repo or database. | ||||
* | update bsky getProfile schema | Bryan Newbold | 2022-12-20 | 2 | -0/+27 |
| | |||||
* | pds: more stub endpoints (notifications, membership) | Bryan Newbold | 2022-12-20 | 1 | -0/+24 |
| | |||||
* | pds: for non-existant DID as an error, not panic | Bryan Newbold | 2022-12-20 | 2 | -4/+12 |
| | |||||
* | make lint | Bryan Newbold | 2022-12-20 | 2 | -3/+3 |
| | |||||
* | getProfile now wants 'actor' not 'user' | Bryan Newbold | 2022-12-19 | 2 | -2/+2 |
| | |||||
* | pds: sqlite DDL schema tweak for milisecond 'indexed_at' | Bryan Newbold | 2022-12-19 | 1 | -7/+7 |
| | |||||
* | cli: add XRPC query/rpc debug logging | Bryan Newbold | 2022-12-19 | 1 | -0/+7 |
| | |||||
* | cli: add auth refresh command | Bryan Newbold | 2022-12-19 | 1 | -0/+5 |
| | |||||
* | cli: XRPC POST params mostly moved to body (eg, atproto CRUD) | Bryan Newbold | 2022-12-19 | 1 | -90/+71 |
| | |||||
* | pds: implement com.atproto.session.refresh | Bryan Newbold | 2022-12-19 | 1 | -0/+23 |
| | |||||
* | pds: XRPC POST params moved from query to body | Bryan Newbold | 2022-12-19 | 2 | -13/+41 |
| | |||||
* | pds: stubs for new app.bsky.actor RPC queries | Bryan Newbold | 2022-12-19 | 1 | -0/+14 |
| | |||||
* | pds: some TODO notes about new lexicon changes | Bryan Newbold | 2022-12-19 | 2 | -0/+3 |
| | |||||
* | timestamps: use millisecond precision | Bryan Newbold | 2022-12-19 | 1 | -7/+11 |
| | |||||
* | bump cargo versions for dev | Bryan Newbold | 2022-11-22 | 3 | -5/+5 |
| | |||||
* | pds: fix ref to adenosine-cliv0.1.2 | Bryan Newbold | 2022-11-22 | 1 | -1/+1 |
| | |||||
* | changelog and crate version bumps for v0.1.2 | Bryan Newbold | 2022-11-22 | 4 | -4/+18 |
| | |||||
* | cargo: update deps (minor) | Bryan Newbold | 2022-11-22 | 1 | -79/+97 |
| | |||||
* | pds: CAR download links | Bryan Newbold | 2022-11-22 | 2 | -0/+6 |
| | |||||
* | pds: SQL schema to use more ISO-style timestamps | Bryan Newbold | 2022-11-22 | 1 | -7/+7 |
| | |||||
* | makefile: for now, have clippy ignore 'or_fun_call' lint | Bryan Newbold | 2022-11-22 | 1 | -1/+2 |
| | |||||
* | clippy cleanups | Bryan Newbold | 2022-11-22 | 11 | -43/+42 |
| | |||||
* | pds: human-readable CIDs etc in commit node in web UI | Bryan Newbold | 2022-11-22 | 2 | -1/+18 |
| | |||||
* | pds: pull in 'created_at_now()' helper from CLI | Bryan Newbold | 2022-11-22 | 1 | -7/+1 |
| | |||||
* | pds: update to use Ticker | Bryan Newbold | 2022-11-22 | 1 | -4/+4 |
| | |||||
* | cli: fix created_at_now helper | Bryan Newbold | 2022-11-22 | 1 | -2/+17 |
| | |||||
* | cli: update TID implementation | Bryan Newbold | 2022-11-22 | 1 | -29/+53 |
| | |||||
* | cargo: bump versions for dev | Bryan Newbold | 2022-11-21 | 3 | -5/+5 |
| | |||||
* | bump to v0.1.1, updating CHANGELOGv0.1.1 | Bryan Newbold | 2022-11-11 | 4 | -4/+15 |
| | |||||
* | pds: inspect links in pink | Bryan Newbold | 2022-11-11 | 3 | -2/+6 |
| | |||||
* | update README and TODO a bit | Bryan Newbold | 2022-11-11 | 2 | -7/+14 |
| | |||||
* | update from dotenv to dotenvy | Bryan Newbold | 2022-11-11 | 5 | -9/+9 |
| | |||||
* | deb: include PDS shell completions | Bryan Newbold | 2022-11-11 | 1 | -0/+2 |
| |