Open
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Skip non-file multipart fields instead of storing them as files, and make job publish failures non-fatal since the file is already persisted. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…rviceHealth Move webhook types into src/client/ module (health, request, response, service) and WebhookProvider trait. Simplify ServiceHealth to a bool + latency Duration with is_healthy() method. Move ServiceStatus enum to nvisy-server response layer where it belongs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Upgrade reqwest to 0.13, add reqwest-middleware, reqwest-retry, and reqwest-tracing. The HTTP client now automatically retries transient failures with exponential backoff and emits OpenTelemetry-compatible tracing spans. Add retry configuration (max_retries, retry interval bounds) to ReqwestConfig. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove redundant logging from WebhookService (TracingMiddleware handles it) - Remove unnecessary ReqwestClientInner wrapper, use Arc<ClientWithMiddleware> directly - Fix sign_payload to operate on raw bytes instead of lossy UTF-8 conversion - Redact secret from Debug output and always skip serializing it - Remove dead is_retryable from WebhookResponse (middleware handles retries) - Make client/request and client/response modules private - Remove dead timeout() method from ReqwestConfig (only effective_timeout is used) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…S object store Add full CRUD for workspace contexts: multipart file upload with JSON validation, XChaCha20-Poly1305 encryption using workspace-derived keys, NATS Object Store for blob storage, and PostgreSQL for metadata with cursor-based pagination. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.