harbor/src/lib
Wang Yan f15638c5f3
update the orm filter func (#22208)
to extend the enhancement from https://github.com/goharbor/harbor/pull/21924 to fuzzy and range match. After the enhance, the orm.ExerSep is not supported in any sort of query keywords.

Signed-off-by: wy65701436 <wangyan@vmware.com>
2025-07-29 13:22:35 +08:00
..
cache refactor: simplify some implementations by modern go features (#21998) 2025-06-18 10:22:22 +00:00
config add the replicaiton adapter whitelist (#22198) 2025-07-23 10:25:21 +00:00
encode/repository add goheader linter settings (#18503) 2023-04-25 11:18:42 +08:00
encrypt refactor: replace interface{} to any (#21973) 2025-05-08 11:02:49 +00:00
errors refactor: replace interface{} to any (#21973) 2025-05-08 11:02:49 +00:00
gtask refactor: simplify some implementations by modern go features (#21998) 2025-06-18 10:22:22 +00:00
http fix: limit the file size of the cnai model processor (#21759) 2025-03-21 15:17:31 +08:00
icon feat: implement the CNAI model processor (#21663) 2025-03-13 02:04:45 +00:00
log refactor: simplify some implementations by modern go features (#21998) 2025-06-18 10:22:22 +00:00
metric add goheader linter settings (#18503) 2023-04-25 11:18:42 +08:00
orm update the orm filter func (#22208) 2025-07-29 13:22:35 +08:00
q refactor: simplify some implementations by modern go features (#21998) 2025-06-18 10:22:22 +00:00
redis refactor: simplify some implementations by modern go features (#21998) 2025-06-18 10:22:22 +00:00
retry chore: bump golangci-lint to v2 (#21887) 2025-04-17 14:28:55 +08:00
selector refactor: simplify some implementations by modern go features (#21998) 2025-06-18 10:22:22 +00:00
trace Add PKCE support for OIDC authentication (#21702) 2025-03-10 16:41:14 +08:00
authorizer.go
context.go refactor: replace interface{} to any (#21973) 2025-05-08 11:02:49 +00:00
context_test.go
convert_types.go refactor: replace interface{} to any (#21973) 2025-05-08 11:02:49 +00:00
convert_types_test.go refactor: replace interface{} to any (#21973) 2025-05-08 11:02:49 +00:00
endpoint.go update golang version (#21014) 2024-10-10 13:36:18 +08:00
endpoint_test.go add goheader linter settings (#18503) 2023-04-25 11:18:42 +08:00
env.go feat: support customize the job execution retention count by env (#22129) 2025-07-01 07:33:05 +00:00
env_test.go feat: support customize the job execution retention count by env (#22129) 2025-07-01 07:33:05 +00:00
iothrottler.go feat: implement bandwidth limit for proxy-cache (#20812) 2024-08-08 19:02:54 +08:00
json_copy.go refactor: replace interface{} to any (#21973) 2025-05-08 11:02:49 +00:00
json_copy_test.go refactor: replace interface{} to any (#21973) 2025-05-08 11:02:49 +00:00
link.go refactor: simplify some implementations by modern go features (#21998) 2025-06-18 10:22:22 +00:00
link_test.go
patterns.go add goheader linter settings (#18503) 2023-04-25 11:18:42 +08:00
patterns_test.go
quota_storage_limit.go fix: add storage_limit check (#19095) 2023-08-09 09:37:07 +08:00
quota_storage_limit_test.go fix: add storage_limit check (#19095) 2023-08-09 09:37:07 +08:00
rate_limiter_transport.go feat: add rate limiter for alibaba cloud acr adapter (#21953) 2025-05-27 08:18:58 +00:00
rate_limiter_transport_test.go feat: add rate limiter for alibaba cloud acr adapter (#21953) 2025-05-27 08:18:58 +00:00
request.go
request_test.go
response_buffer.go
response_buffer_test.go
response_recorder.go
response_recorder_test.go
set.go refactor: replace interface{} to any (#21973) 2025-05-08 11:02:49 +00:00
set_test.go
shuffle.go refactor: refresh the execution status in async mode (#18434) 2023-04-04 16:37:37 +08:00
strings.go fix: support preheat cnai model artifact (#21849) 2025-04-08 19:49:46 +08:00
strings_test.go fix: support preheat cnai model artifact (#21849) 2025-04-08 19:49:46 +08:00
truncate.go
truncate_test.go
worker_pool.go