milvus/internal/distributed/proxy/httpserver
PowderLi 5cf9bb236e
enhance: restful support import jobs (#30343)
issue: #28521 #29732

include
1. list collection's import jobs
2. create a new import job
3. get the progress of an import job

fix:
1. mix the order of dbName & collectionName #29728
2. trace log keep the same as v1
3. support traceID
4. azure precheck, blob name cannot end with / #29703

---------

Signed-off-by: PowderLi <min.li@zilliz.com>
2024-01-31 17:57:04 +08:00
..
constant.go enhance: restful support import jobs (#30343) 2024-01-31 17:57:04 +08:00
handler_test.go feat: Implement DescribeAlias and ListAliases interfaces (#29641) 2024-01-11 19:12:51 +08:00
handler_v1_test.go enhance: support dataType: array & json (#30076) 2024-01-21 13:56:55 +08:00
handler_v1.go fix: CollectionSchema.autoID is deprecated (#30002) 2024-01-18 16:16:52 +08:00
handler_v2_test.go enhance: restful support import jobs (#30343) 2024-01-31 17:57:04 +08:00
handler_v2.go enhance: restful support import jobs (#30343) 2024-01-31 17:57:04 +08:00
handler.go fix: link with install path's libblob-chunk-manager (#29496) 2023-12-31 20:02:48 +08:00
request_v2.go enhance: restful support import jobs (#30343) 2024-01-31 17:57:04 +08:00
request.go fix: CollectionSchema.autoID is deprecated (#30002) 2024-01-18 16:16:52 +08:00
timeout_middleware.go feat: restful phase two (#29728) 2024-01-28 16:03:01 +08:00
utils_test.go feat: restful phase two (#29728) 2024-01-28 16:03:01 +08:00
utils.go feat: restful phase two (#29728) 2024-01-28 16:03:01 +08:00
wrap_request_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
wrap_request.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
wrapper.go Format the code (#27275) 2023-09-21 09:45:27 +08:00