getlarge
Team
nestjs-tools
Sign in / Sign up
Open main menu
nestjs-tools
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
fix-multipart-duplicate-fields
f9c71428 fix(nestjs-tools-amqp-transport): warn when using amq.rabbitmq.reply-to with noAck=false Add explicit warning when user configures amq.rabbitmq.reply-to with noAck=false, which is incompatible with RabbitMQ 4.x. This helps users understand the configuration issue before encountering runtime errors. The warning suggests either: - Setting noAck=true in options - Using a custom reply queue name instead Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
21 days ago
by getlarge
g
Succeeded
fix-multipart-duplicate-fields
fd5b2a37 fix(nestjs-tools-fastify-upload): accumulate duplicate multipart field names into arrays Fixes #108 When multipart form-data requests contain duplicate field names (e.g., multiple `_owners` fields), the handler now properly accumulates them into arrays instead of overwriting previous values with the last one. Behavior: - First occurrence: stores as single value - Second occurrence: converts to array [first, second] - Third+ occurrences: appends to existing array This matches standard multipart parser behavior (Express, Multer, etc.) and enables use cases like submitting multiple IDs or tags. Changes: - Add `accumulateField()` helper function in body-accumulator.ts - Update all multipart handlers to use accumulator instead of direct assignment - Add tests for duplicate field accumulation Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
21 days ago
by getlarge
g
Previous page
Previous
Next
Next page