Commit Graph

517 Commits

Author SHA1 Message Date
b0cf9a49b9 Update rust-toolchain 2025-02-24 19:12:21 -05:00
78d2517a7a Update rust version 2025-02-24 19:11:35 -05:00
6fc1513c4d use the community-supported action actions-rs/toolchain 2025-02-24 18:59:05 -05:00
0604f76356 explicitly use recent nightly version 2025-02-24 18:55:18 -05:00
3b6664331c Update rust.yml
Should resolve issues in 
2025-02-24 18:35:11 -05:00
4eee182d5c Merge pull request from TheRipperoni/submit_plc_operation
PDS: Implemented Submit PLC Operation API
2025-02-15 20:19:13 -05:00
40c578e15b Merge branch 'main' into submit_plc_operation 2025-02-15 13:33:10 -05:00
5196794ef6 Merge pull request from TheRipperoni/requestPlcOpSignature
PDS: Implemented Request PLC Signature API
2025-02-15 13:31:51 -05:00
156b0174f8 Merge remote-tracking branch 'origin/main' into submit_plc_operation
# Conflicts:
#	rsky-lexicon/src/com/atproto/identity.rs
2025-02-15 10:23:59 -08:00
90b33ddc3f Removed any possible panics. Moved model into the rsky-lexicon 2025-02-15 10:23:01 -08:00
8ddf839d26 Ran rustfmt 2025-02-15 09:57:07 -08:00
b1b4e504e2 Merge remote-tracking branch 'Ripperoni-Fork/requestPlcOpSignature' into requestPlcOpSignature 2025-02-15 09:13:56 -08:00
3262b711f5 Moved unwraps into ApiError errors 2025-02-15 09:13:43 -08:00
9f217a193a Merge branch 'main' into requestPlcOpSignature 2025-02-15 09:10:40 -05:00
84a39c6787 Merge pull request from TheRipperoni/getRecommendedDidCredentials
PDS: Implemented Get Recommended DID Credentials API
2025-02-15 09:09:19 -05:00
425e7fbc70 Merge remote-tracking branch 'origin/main' into requestPlcOpSignature
# Conflicts:
#	rsky-pds/src/main.rs
2025-02-14 16:24:20 -08:00
4ba3fba5f5 Merge remote-tracking branch 'origin/main' into submit_plc_operation
# Conflicts:
#	rsky-pds/src/apis/com/atproto/identity/mod.rs
#	rsky-pds/src/main.rs
2025-02-14 16:22:50 -08:00
7e21bda086 Merge remote-tracking branch 'origin/main' into getRecommendedDidCredentials
# Conflicts:
#	rsky-lexicon/src/com/atproto/identity.rs
#	rsky-pds/src/main.rs
2025-02-14 16:18:47 -08:00
2d409d35ec Updated key unwraps into their own helper functions. Avoids panics and also makes it easier to change behavior for fetching them in the future 2025-02-14 16:17:16 -08:00
1230c8470d Merge pull request from TheRipperoni/sign_plc_operation
PDS: Implemented Sign PLC Operation API
2025-02-14 18:55:39 -05:00
c320fa7abf Using ServerConfig instead of environment variable 2025-02-14 15:47:08 -08:00
efd210449d Merge pull request from TheRipperoni/FixCatcherErrorHandling
PDS: Fix catcher error handling
2025-02-14 18:41:34 -05:00
eafd3bdbf8 - Moved model to rsky-lexicon
- Using JsonValue for unknown types
2025-02-14 15:40:22 -08:00
a953086252 - Moved model to rsky-lexicon
- Added null checks for the request with fallbacks to last op
2025-02-14 15:15:52 -08:00
270f46c175 Merge branch 'main' into FixCatcherErrorHandling 2025-02-14 17:54:33 -05:00
6133163084 Merge pull request from TheRipperoni/importRepoApi
PDS: Implemented Import Repo API
2025-02-14 12:33:23 -05:00
5ae808c013 Fixed error 2025-02-13 23:12:13 -08:00
7655603243 Moved inputed into rsky-lexicon package 2025-02-13 23:02:45 -08:00
6e6b290b19 Changed to NonZeroU64 off recommendation 2025-02-13 22:58:06 -08:00
70b5b439df Merge pull request from TheRipperoni/cleanupJetstream
RSky-Jetstream-Subscriber: Code Cleanup
2025-02-13 23:37:52 -05:00
b36cb998d8 Correctly changed megabytes to bytes
Co-authored-by: Clinton Bowen <clinton.bowen@gmail.com>
2025-02-13 18:52:14 -08:00
dc2b31cc88 Merge remote-tracking branch 'origin/main' into patch
# Conflicts:
#	rsky-pds/src/apis/mod.rs
2025-02-13 13:53:35 -08:00
9177191a75 Added request guard for content-length 2025-02-13 13:45:46 -08:00
edf53152ce Ran Clippy on Jetstream and Removed Unused Imports 2025-02-12 18:32:49 -08:00
2d3f858ce8 - No longer reading the bytes of the stream then processing, but having the CarReader read the stream itself
- Added Unit tests for reading the car stream
2025-02-12 11:47:13 -08:00
341d7da3e6 Merge pull request from TheRipperoni/fix/bskychat
PDS: Fix API Request forwarding for BSky APIs by @TheRipperoni
2025-02-10 16:17:31 -05:00
2355479b57 1. Ran rustfmt
2. Removed empty test mod
2025-02-10 12:42:47 -08:00
2f16b18ceb 1. Ran rustfmt 2025-02-10 12:34:53 -08:00
75ee342363 1. Ran clippy
2. Ran rustfmt
2025-02-10 12:26:39 -08:00
ab2ed33c8d 1. Ran Clippy
2. Ran rustfmt
2025-02-10 12:22:36 -08:00
6d4feb3efb 1. Ran Clippy
2. Ran rustfmt
2025-02-10 12:19:40 -08:00
1d37d8ed60 Ran Rustfmt 2025-02-10 12:13:32 -08:00
0074f7a29d Ran Rustformat 2025-02-10 12:08:02 -08:00
ed1dbbdfb9 Ran Rustfmt
Fixed Errors in build
2025-02-10 12:06:11 -08:00
3e30782aee Fix feature request template and PR issue template 2025-02-10 11:59:46 -05:00
67acaa50ed Fix feature request template 2025-02-10 11:58:11 -05:00
8b05cadabc Add PR and issue templates 2025-02-10 11:54:55 -05:00
d79d36c81f Implemented Sign PLC Operation 2025-02-09 23:45:38 -08:00
e1779449e1 Clippy used to format 2025-02-09 22:27:11 -08:00
0632547b06 Implemented Submit PLC Operation API 2025-02-09 22:22:34 -08:00