lizhimins opened a new pull request, #1379:
URL: https://github.com/apache/rocketmq-dashboard/pull/1379

   Consolidates five small independent fixes from @yyqdbngt into a single PR 
(same approach as #1234). Each commit keeps the original author.
   
   - `fix(topic): require newTTL on TTL update` (#1103) — adds `@NotNull` on 
`LiteTopicTTLUpdateDTO.newTTL`
   - `fix(metrics): validate nested query in datasource queries` (#1105) — adds 
`@Valid @NotNull` on `MetricsDataSourceQueryRequest.query`
   - `fix(lite-topic): return 400 for invalid extendTTL input` (#1233) — 
switches `IllegalArgumentException` to `BusinessException(400)` in 
`LiteTopicService`
   - `fix(grafana): use attachment disposition type for dashboard export` 
(#1241) — replaces `setContentDispositionFormData` (which emits `form-data; 
name="attachment"`) with a proper `attachment` Content-Disposition
   - `fix(metrics): pass through upstream 504 and guard null result elements` 
(#1242)
   
   Verification: full backend suite 840/840 green on the integrated branch.
   
   The original PRs (#1103, #1105, #1233, #1241, #1242) will be closed 
referencing this one once merged.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to