milvus/internal/distributed/proxy/httpserver
yihao.dai 8858f8d612
enhance: Return more fields in import progress response (#31539) (#31561)
Return more fields in import progress response, include importedRows and
totalRows. Additionally, ensure compatibility with the old import
progress response by retaining fields of create timestamp and row count.

issue: https://github.com/milvus-io/milvus/issues/31448
https://github.com/milvus-io/milvus/issues/31237
https://github.com/milvus-io/milvus/issues/28521

pr: https://github.com/milvus-io/milvus/pull/31539

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2024-03-25 14:27:07 +08:00
..
constant.go fix: [restful v2] add hybrid_search (#31344) 2024-03-18 16:51:06 +08:00
handler.go fix: link with install path's libblob-chunk-manager (#29496) 2023-12-31 20:02:48 +08:00
handler_test.go feat: Implement DescribeAlias and ListAliases interfaces (#29641) 2024-01-11 19:12:51 +08:00
handler_v1.go fix: [restful v2] create collection & describe collection (#31269) 2024-03-14 23:27:03 +08:00
handler_v1_test.go fix: [restful v2] search & advanced_search API (#31113) 2024-03-11 15:57:01 +08:00
handler_v2.go enhance: Return more fields in import progress response (#31539) (#31561) 2024-03-25 14:27:07 +08:00
handler_v2_test.go fix: [restful v2] add hybrid_search (#31344) 2024-03-18 16:51:06 +08:00
request.go fix: CollectionSchema.autoID is deprecated (#30002) 2024-01-18 16:16:52 +08:00
request_v2.go fix: [restful v2] create collection & describe collection (#31269) 2024-03-14 23:27:03 +08:00
timeout_middleware.go feat: restful support new features (#30485) 2024-02-07 17:16:47 +08:00
utils.go fix: [restful v2] create collection & describe collection (#31269) 2024-03-14 23:27:03 +08:00
utils_test.go fix: [restful v2] create collection & describe collection (#31269) 2024-03-14 23:27:03 +08:00
wrap_request.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
wrap_request_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
wrapper.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
wrapper_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00