Commit Graph

504 Commits

Author SHA1 Message Date
5196794ef6 Merge pull request from TheRipperoni/requestPlcOpSignature
PDS: Implemented Request PLC Signature API
2025-02-15 13:31:51 -05: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
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
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
e57aabc3f3 Implement Import Repo API 2025-02-09 16:17:05 -08:00
32acc9e807 Implemented Request PLC Signature Call 2025-02-09 14:02:56 -08:00
70735857eb Implemented Get Recommended DID Credentials 2025-02-09 13:48:07 -08:00
bb1e74ba55 Merge remote-tracking branch 'origin/main' into fixbranch
# Conflicts:
#	rsky-pds/src/auth_verifier.rs
2025-02-08 23:12:02 -08:00
0ac4287085 Updated Library to have when No matching for type provided, it returns the endpoint of the service docId 2025-02-08 22:53:32 -08:00
8827464005 Merged branch and added some requested changes 2025-02-08 12:23:04 -08:00
de7f1d9b99 Merge remote-tracking branch 'origin/main' into fix/bskychat
# Conflicts:
#	rsky-pds/src/pipethrough.rs
2025-02-08 12:03:32 -08:00
6414858adf a game of chance 2025-02-08 09:43:19 -05:00
6b61e0ae47 Move shared libraries into workspace; Spin rsky-repo out into its own crate 2025-02-07 20:02:31 -05:00
3ad4bb61f1 Removed unreached and unneeded code that is replaced by the forwarders 2025-02-06 22:54:33 -08:00
94e327ffff Updated Pipethrough to handle json post body 2025-02-06 22:43:48 -08:00
1014e42207 Implemented chat forwarding 2025-02-06 21:56:38 -08:00
d93074a2ab Request Guards responding with correct http statuses and messages now 2025-02-06 13:14:02 -08:00