harbor/src/pkg
MinerYang efd9632e96
add nydus middleware (#17126)
Signed-off-by: yminer <yminer@vmware.com>

remove comments

Signed-off-by: yminer <yminer@vmware.com>

update ut manifest

Signed-off-by: yminer <yminer@vmware.com>

modify comment manifest

Signed-off-by: yminer <yminer@vmware.com>

updtae ut testcase

Signed-off-by: yminer <yminer@vmware.com>

fixwhitespace lint

Signed-off-by: yminer <yminer@vmware.com>

update isNydus judgement && define annotation var

Signed-off-by: yminer <yminer@vmware.com>

whitespace lint

Signed-off-by: yminer <yminer@vmware.com>
2022-07-08 09:56:10 +08:00
..
accessory add nydus middleware (#17126) 2022-07-08 09:56:10 +08:00
allowlist fix deadcode lint & update golangci-lint.yaml (#16896) 2022-05-26 10:32:07 +08:00
artifact bump up astaxie/beego@v1.12.1 to beego/beego/@v1.12.7 (#16770) 2022-04-28 11:58:44 +08:00
artifactrash bump up astaxie/beego@v1.12.1 to beego/beego/@v1.12.7 (#16770) 2022-04-28 11:58:44 +08:00
audit fix: refactor code for golangci-lint whitespace (#17005) 2022-06-16 17:42:46 +08:00
authproxy fix: refactor code for golangci-lint whitespace (#17005) 2022-06-16 17:42:46 +08:00
blob bump up astaxie/beego@v1.12.1 to beego/beego/@v1.12.7 (#16770) 2022-04-28 11:58:44 +08:00
cached Fix the process of cache layer (#17010) 2022-07-06 16:11:53 +08:00
chart fix: update code for golangci-lint gosimple (#16974) 2022-06-14 13:44:09 +08:00
clients/core fix(retention) fix retention repository with slash 2020-04-26 15:07:25 +08:00
config fix: update code in compliance with golangci-lint revive (#17087) 2022-07-01 14:52:47 +08:00
distribution perf(db): skip tx for get blob, patch/put blob upload apis 2020-07-20 16:42:16 +00:00
exporter fix: refactor code for golangci-lint whitespace (#17005) 2022-06-16 17:42:46 +08:00
immutable bump up astaxie/beego@v1.12.1 to beego/beego/@v1.12.7 (#16770) 2022-04-28 11:58:44 +08:00
joblog bump up astaxie/beego@v1.12.1 to beego/beego/@v1.12.7 (#16770) 2022-04-28 11:58:44 +08:00
label bump up astaxie/beego@v1.12.1 to beego/beego/@v1.12.7 (#16770) 2022-04-28 11:58:44 +08:00
ldap fix: refactor code for golangci-lint whitespace (#17005) 2022-06-16 17:42:46 +08:00
member fix: golangci-lint errcheck (#16920) 2022-06-07 17:00:36 +08:00
notification fix: update code for golangci-lint gosimple (#16974) 2022-06-14 13:44:09 +08:00
notifier fix: webhook log (#15756) 2021-10-13 15:46:04 +08:00
oidc fix: refactor code for golangci-lint whitespace (#17005) 2022-06-16 17:42:46 +08:00
p2p/preheat fix: update preheat api handler and DAO (#17079) 2022-06-28 19:01:08 +08:00
permission Provide information about missing RBAC permissions in debug mode. (#14906) 2021-05-18 10:02:34 +08:00
project fix: update code for golangci-lint gosimple (#16974) 2022-06-14 13:44:09 +08:00
proxy/secret fix: refactor code for golangci-lint whitespace (#17005) 2022-06-16 17:42:46 +08:00
quota fix: golangci-lint errcheck (#16920) 2022-06-07 17:00:36 +08:00
rbac bump up astaxie/beego@v1.12.1 to beego/beego/@v1.12.7 (#16770) 2022-04-28 11:58:44 +08:00
reg fix: update code in compliance with golangci-lint revive (#17087) 2022-07-01 14:52:47 +08:00
registry Enhance the read-only API to avoid deleting operations during the job running (#17055) 2022-06-29 08:00:17 +08:00
replication golangci-lint fix ineffassign (#17027) 2022-06-21 12:01:59 +08:00
repository fix: refactor code for golangci-lint whitespace (#17005) 2022-06-16 17:42:46 +08:00
retention Unify retention schedule/task retrieve and update (#17083) 2022-07-01 01:58:14 +08:00
robot bump up astaxie/beego@v1.12.1 to beego/beego/@v1.12.7 (#16770) 2022-04-28 11:58:44 +08:00
scan fix: refactor code for golangci-lint whitespace (#17005) 2022-06-16 17:42:46 +08:00
scheduler bumpup mockery to v1.12.3 (#16955) 2022-06-07 16:04:33 +08:00
signature fix: update code for golangci-lint gosimple (#16974) 2022-06-14 13:44:09 +08:00
systemartifact fix: update code in compliance with golangci-lint revive (#17087) 2022-07-01 14:52:47 +08:00
systeminfo Rework systeminfo API. (#13606) 2020-11-30 14:15:18 +08:00
tag bump up astaxie/beego@v1.12.1 to beego/beego/@v1.12.7 (#16770) 2022-04-28 11:58:44 +08:00
task Revert "Skip to refresh execution status when unchanged (#17023)" (#17111) 2022-07-04 18:10:59 +08:00
token bump up jwt version (#15730) 2021-10-08 16:09:00 +08:00
user Add options to the user.Count method (#16285) 2022-07-06 13:57:31 +08:00
usergroup Group members lose access to push or see projects on Harbor 2022-01-22 15:07:34 +08:00
version inject ldflags for harbor compiler and linker 2019-10-30 18:31:42 +08:00
factory.go Merge pull request #16861 from chlins/feat/cache-layer-for-manifest 2022-05-27 14:03:42 +08:00
factory_test.go feat(project): introduce cache layer for project_metadata (#16891) 2022-05-23 09:08:39 +08:00