harbor/src
He Weiwei a1ac9b98df
fix: delete robots by project id using raw sql (#14951)
QuerySeter.Delete will call two queies in the orm of beego. First it
will query all primary keys of the model by the QuerySeter, and then the
orm will delete the models using the IN statement of these primary keys.
This will be failed in the postgres when the records more than 65535.
This commit changes to use the raw query to delete the robots of the
project.

Closes #14678

Signed-off-by: He Weiwei <hweiwei@vmware.com>
2021-05-24 10:31:48 +08:00
..
chartserver Error string should not be capitalized (#14840) 2021-05-12 16:53:37 +08:00
cmd Refactor configure api to new programming model 2021-04-09 08:10:11 +08:00
common Merge pull request #14926 from reasonerjt/rm-common-dao-oidc-user-onboard 2021-05-20 19:34:59 +08:00
controller Merge pull request #14926 from reasonerjt/rm-common-dao-oidc-user-onboard 2021-05-20 19:34:59 +08:00
core Remove the onboard and update funcs for OIDC user from common/dao 2021-05-20 16:23:07 +08:00
jobservice deprecate read only GC job (#14773) 2021-04-29 10:34:13 +08:00
lib Truncate the string when deletinng the resources when the length exceeds the limit 2021-05-18 17:17:41 +08:00
migration Add id column to data_migration table 2020-08-20 17:43:15 +08:00
pkg fix: delete robots by project id using raw sql (#14951) 2021-05-24 10:31:48 +08:00
portal Improve scan all page (#14940) 2021-05-21 17:55:57 +08:00
registryctl Error string should not be capitalized (#14840) 2021-05-12 16:53:37 +08:00
server Merge pull request #14911 from reasonerjt/fix-14386 2021-05-20 14:05:06 +08:00
testing Merge pull request #14926 from reasonerjt/rm-common-dao-oidc-user-onboard 2021-05-20 19:34:59 +08:00
vendor Upgrade Helm Client Version 2021-05-11 13:51:55 +00:00
favicon.ico
go.mod bump up go to v1.15.12 2021-05-14 15:36:23 +08:00
go.sum Upgrade Helm Client Version 2021-05-11 13:51:55 +00:00