milvus/pkg/util/funcutil
jaime 18df2ba6fd
[Cherry-Pick] Support Database (#24769)
Support Database(#23742)
Fix db nonexists error for FlushAll (#24222)
Fix check collection limits fails (#24235)
backward compatibility with empty DB name (#24317)
Fix GetFlushAllState with DB (#24347)
Remove db from global meta cache after drop database (#24474)
Fix db name is empty for describe collection response (#24603)
Add RBAC for Database API (#24653)
Fix miss load the same name collection during recover stage (#24941)

RBAC supports Database validation (#23609)
Fix to list grant with db return empty (#23922)
Optimize PrivilegeAll permission check (#23972)
Add the default db value for the rbac request (#24307)

Signed-off-by: jaime <yun.zhang@zilliz.com>
Co-authored-by: SimFG <bang.fu@zilliz.com>
Co-authored-by: longjiquan <jiquan.long@zilliz.com>
2023-06-25 17:20:43 +08:00
..
aggregation.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
aggregation_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
func.go Refine grpc Status handling: retry legacy only for Unimplemented (#25041) 2023-06-25 10:30:43 +08:00
func_test.go Refine grpc Status handling: retry legacy only for Unimplemented (#25041) 2023-06-25 10:30:43 +08:00
map.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
math.go Upgrade golangci-lint (#24707) 2023-06-07 19:34:36 +08:00
parallel.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
parallel_test.go Check error by Error() and NoError() for better report message (#24736) 2023-06-08 15:36:36 +08:00
policy.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
policy_test.go [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
random.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
random_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
set.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
set_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
slice.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
slice_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
verify_response.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00