tangled
alpha
login
or
join now
nonbinary.computer
/
jacquard
80
fork
atom
A better Rust ATProto crate
80
fork
atom
overview
issues
9
pulls
pipelines
commits
Author
Commit
Message
Date
Orual
4be8bfe9
maybe rustdocs in repo?
1/1
build.yml
success
1m 23s
5mo ago
Orual
91e907ee
couple readme updates
1/1
build.yml
success
1m 15s
5mo ago
Orual
f499c042
minor correction
1/1
build.yml
success
1m 17s
5mo ago
Orual
f3945760
serde_json::Value deser helper, owned deser from Data and RawData
1/1
build.yml
success
1m 27s
5mo ago
Orual
4b9139d7
reworked codegen builder choices, added feature-gated tracing
1/1
build.yml
success
5mo ago
5mo ago
Orual
89d3e3e6
added builder derivees to more generated api structs
5mo ago
Orual
c33ec212
docs updates, improved explanation of lifetimes and patterns, linked to docs.rs
1/1
build.yml
success
1m 13s
5mo ago
Orual
c27a050b
dependency tree cleanup, fixing examples, nicer justfile
1/1
build.yml
success
1m 17s
5mo ago
Orual
d478b2fb
added some basic extractor tests, verified deserialization changes removes need for extractor url encoding workaround.
5mo ago
Orual
4b657b11
adjusted ident parsing to be a bit less noisy when adjusting stuff that's a rust keyword, versus actually changing the name
1/1
build.yml
success
5mo ago
5mo ago
Orual
1864232b
deserialization fixes and service auth update
1/1
build.yml
success
1m 20s
5mo ago
Orual
aae802b5
xrpc request derive macro
5mo ago
Orual
c166b9be
changelog and docs updates post trait changee
1/1
build.yml
success
1m 14s
5mo ago
Orual
77915fd4
fixed trait issue preventing rustc from intuiting proper Send bounds for XrpcRequest
1/1
build.yml
success
1m 15s
5mo ago
Orual
698d82ff
whoops, forgot to bump the version
1/1
build.yml
success
1m 15s
5mo ago
Orual
f91c371a
bugfix for axum extractor
1/1
build.yml
success
1m 13s
5mo ago
Orual
007ce354
reference to examples in the README
1/1
build.yml
success
1m 11s
5mo ago
Orual
a7375ddd
edit pass on changelog, improving readme
1/1
build.yml
success
1m 11s
5mo ago
Orual
8c229615
reworked helper methods to be on a trait, readying 0.5 release
1/1
build.yml
success
1m 11s
5mo ago
Orual
1558344a
ignored some illustrative code blocks for doctests
1/1
build.yml
success
1m 12s
5mo ago
Orual
8df60270
rewrote big explainer doc comment
1/1
build.yml
success
1m 15s
5mo ago
Orual
0da48a57
fixed record update bug
1/1
build.yml
success
1m 14s
5mo ago
Orual
5b4be56f
bunch of useful helpers, further codegen updates, examples, and bug fixes.
1/1
build.yml
success
1m 23s
5mo ago
Orual
c08fa921
refactored codegen to be more navigable, fixed a number of bugs
5mo ago
Orual
0cbdaf71
minor readme update
1/1
build.yml
success
1m 9s
5mo ago
Orual
1f323bae
release housekeeping
1/1
build.yml
success
1m 10s
5mo ago
Orual
f8c298af
readme changelog fix
1/1
build.yml
success
1m 11s
5mo ago
Orual
4634a296
readme changelog highlights
1/1
build.yml
success
1m 10s
5mo ago
Orual
0295a9cc
ready to cut 0.4.0 release
1/1
build.yml
success
1m 12s
5mo ago
Orual
a679f602
lexicon and codegen updates.
5mo ago
Orual
f7ce1f07
more lexicons, some fixes to axum stuff
lifetimes
5mo ago
Orual
623d0118
more lexicons
5mo ago
Orual
b4b1f2d8
lexicons!
5mo ago
Orual
da4d5bf1
okay finally i think we got the lifetime issues manageable
5mo ago
Orual
46854a05
fleshed out axum extractor helper, part-way to figuring out better deser/parse in xrpc client
5mo ago
Orual
8674a053
attempt at improving lifetime and ownership semantics
5mo ago
Orual
d89fb965
oops, tangled shrinks title links
1/1
build.yml
success
1m 5s
5mo ago
Orual
ff304654
linked title to docs.rs, couple language fixes
1/1
build.yml
success
1m
5mo ago
Orual
dc201c33
docs
1/1
build.yml
success
59s
5mo ago
Orual
5dae4cec
oversight in jacquard-oauth standalone deps
1/1
build.yml
success
1m
5mo ago
Orual
fb9609fe
oversight in jacquard-identity standalone deps
1/1
build.yml
success
1m
5mo ago
Orual
7f6d76fb
minor readme update
1/1
build.yml
success
1m
5mo ago
Orual
1465499e
non-loopback oauth flow in main demo
1/1
build.yml
success
1m
5mo ago
Orual
511f3f8c
about ready to cut 0.3 release
1/1
build.yml
success
1m 1s
5mo ago
Orual
f934cf26
import cleanup and fixing some client metadata failures due to adjusting behaviour earlier
5mo ago
Orual
40c7d5ab
oversight in session persistence
1/1
build.yml
success
1m 2s
5mo ago
Orual
2ff4604b
oauth and loopback callback handler work properly, able to make authed xrpc requests
1/1
build.yml
success
1m 3s
5mo ago
Orual
2112129b
fixed bug in plc.directory did doc resolution
5mo ago
Orual
c464e6a5
version bump the second
oauth
1/1
build.yml
success
1m 3s
5mo ago
Orual
8f04c5e5
version bump, need to do proper tests before release
0/1
build.yml
failed
12s
5mo ago
Orual
d02398d1
home stretch. big pile of tests
5mo ago
Orual
220b03d3
some niceties for agent session
5mo ago
Orual
5ac10ae3
credential session and agent primitive
5mo ago
Orual
278eb8f2
further cleanup
5mo ago
Orual
3a7692c4
reworking legacy session
5mo ago
Orual
80ccbe95
stateful xrpc trait, oauth client mostly done
5mo ago
Orual
102d6666
moved identity resolution stuff into its own crate
5mo ago
Orual
36ef115b
bunch of progress, different approach
5mo ago
Orual
a0fe35e3
part-way through oauth stuff :(
5mo ago
Orual
05de6ab5
tested one commit too late
1/1
build.yml
success
54s
5mo ago
maybe rustdocs in repo?
4be8bfe9
Orual
5mo
1/1
build.yml
success
1m 23s
couple readme updates
91e907ee
Orual
5mo
1/1
build.yml
success
1m 15s
minor correction
f499c042
Orual
5mo
1/1
build.yml
success
1m 17s
serde_json::Value deser helper, owned deser from Data and RawData
f3945760
Orual
5mo
1/1
build.yml
success
1m 27s
reworked codegen builder choices, added feature-gated tracing
4b9139d7
Orual
5mo
1/1
build.yml
success
5mo ago
added builder derivees to more generated api structs
89d3e3e6
Orual
5mo
docs updates, improved explanation of lifetimes and patterns, linked to docs.rs
c33ec212
Orual
5mo
1/1
build.yml
success
1m 13s
dependency tree cleanup, fixing examples, nicer justfile
c27a050b
Orual
5mo
1/1
build.yml
success
1m 17s
added some basic extractor tests, verified deserialization changes removes need for extractor url encoding workaround.
d478b2fb
Orual
5mo
adjusted ident parsing to be a bit less noisy when adjusting stuff that's a rust keyword, versus actually changing the name
4b657b11
Orual
5mo
1/1
build.yml
success
5mo ago
deserialization fixes and service auth update
1864232b
Orual
5mo
1/1
build.yml
success
1m 20s
xrpc request derive macro
aae802b5
Orual
5mo
changelog and docs updates post trait changee
c166b9be
Orual
5mo
1/1
build.yml
success
1m 14s
fixed trait issue preventing rustc from intuiting proper Send bounds for XrpcRequest
77915fd4
Orual
5mo
1/1
build.yml
success
1m 15s
whoops, forgot to bump the version
698d82ff
Orual
5mo
1/1
build.yml
success
1m 15s
bugfix for axum extractor
f91c371a
Orual
5mo
1/1
build.yml
success
1m 13s
reference to examples in the README
007ce354
Orual
5mo
1/1
build.yml
success
1m 11s
edit pass on changelog, improving readme
a7375ddd
Orual
5mo
1/1
build.yml
success
1m 11s
reworked helper methods to be on a trait, readying 0.5 release
8c229615
Orual
5mo
1/1
build.yml
success
1m 11s
ignored some illustrative code blocks for doctests
1558344a
Orual
5mo
1/1
build.yml
success
1m 12s
rewrote big explainer doc comment
8df60270
Orual
5mo
1/1
build.yml
success
1m 15s
fixed record update bug
0da48a57
Orual
5mo
1/1
build.yml
success
1m 14s
bunch of useful helpers, further codegen updates, examples, and bug fixes.
5b4be56f
Orual
5mo
1/1
build.yml
success
1m 23s
refactored codegen to be more navigable, fixed a number of bugs
c08fa921
Orual
5mo
minor readme update
0cbdaf71
Orual
5mo
1/1
build.yml
success
1m 9s
release housekeeping
1f323bae
Orual
5mo
1/1
build.yml
success
1m 10s
readme changelog fix
f8c298af
Orual
5mo
1/1
build.yml
success
1m 11s
readme changelog highlights
4634a296
Orual
5mo
1/1
build.yml
success
1m 10s
ready to cut 0.4.0 release
0295a9cc
Orual
5mo
1/1
build.yml
success
1m 12s
lexicon and codegen updates.
a679f602
Orual
5mo
more lexicons, some fixes to axum stuff
lifetimes
f7ce1f07
Orual
5mo
more lexicons
623d0118
Orual
5mo
lexicons!
b4b1f2d8
Orual
5mo
okay finally i think we got the lifetime issues manageable
da4d5bf1
Orual
5mo
fleshed out axum extractor helper, part-way to figuring out better deser/parse in xrpc client
46854a05
Orual
5mo
attempt at improving lifetime and ownership semantics
8674a053
Orual
5mo
oops, tangled shrinks title links
d89fb965
Orual
5mo
1/1
build.yml
success
1m 5s
linked title to docs.rs, couple language fixes
ff304654
Orual
5mo
1/1
build.yml
success
1m
docs
dc201c33
Orual
5mo
1/1
build.yml
success
59s
oversight in jacquard-oauth standalone deps
5dae4cec
Orual
5mo
1/1
build.yml
success
1m
oversight in jacquard-identity standalone deps
fb9609fe
Orual
5mo
1/1
build.yml
success
1m
minor readme update
7f6d76fb
Orual
5mo
1/1
build.yml
success
1m
non-loopback oauth flow in main demo
1465499e
Orual
5mo
1/1
build.yml
success
1m
about ready to cut 0.3 release
511f3f8c
Orual
5mo
1/1
build.yml
success
1m 1s
import cleanup and fixing some client metadata failures due to adjusting behaviour earlier
f934cf26
Orual
5mo
oversight in session persistence
40c7d5ab
Orual
5mo
1/1
build.yml
success
1m 2s
oauth and loopback callback handler work properly, able to make authed xrpc requests
2ff4604b
Orual
5mo
1/1
build.yml
success
1m 3s
fixed bug in plc.directory did doc resolution
2112129b
Orual
5mo
version bump the second
oauth
c464e6a5
Orual
5mo
1/1
build.yml
success
1m 3s
version bump, need to do proper tests before release
8f04c5e5
Orual
5mo
0/1
build.yml
failed
12s
home stretch. big pile of tests
d02398d1
Orual
5mo
some niceties for agent session
220b03d3
Orual
5mo
credential session and agent primitive
5ac10ae3
Orual
5mo
further cleanup
278eb8f2
Orual
5mo
reworking legacy session
3a7692c4
Orual
5mo
stateful xrpc trait, oauth client mostly done
80ccbe95
Orual
5mo
moved identity resolution stuff into its own crate
102d6666
Orual
5mo
bunch of progress, different approach
36ef115b
Orual
5mo
part-way through oauth stuff :(
a0fe35e3
Orual
5mo
tested one commit too late
05de6ab5
Orual
5mo
1/1
build.yml
success
54s
next