author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
254,875
03.11.2020 18:21:22
-28,800
50137a6b4812ee6020817761002643616a7825e1
feat(ci) fix push docker images
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build-dev.yml", "new_path": ".github/workflows/build-dev.yml", "diff": "-name: dev\n+name: Dev Image\non:\npush:\nbranches:\n- master\n+ - develop\n- release-*\njobs:\n@@ -11,16 +12,21 @@ jobs:\nruns-on: ubuntu-latest\nsteps:\n- uses: actions...
Go
Apache License 2.0
goharbor/harbor-operator
feat(ci) fix push docker images Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,875
03.11.2020 18:49:21
-28,800
eb210c96c5132123e368dbf06326ad08ce7f07be
feat(ci) update go mod
[ { "change_type": "MODIFY", "old_path": "go.mod", "new_path": "go.mod", "diff": "@@ -14,7 +14,6 @@ require (\ngithub.com/imdario/mergo v0.3.10 // indirect\ngithub.com/jaegertracing/jaeger-lib v2.2.0+incompatible\ngithub.com/jetstack/cert-manager v0.15.2\n- github.com/markbates/pkger v0.15.1\ngithub.c...
Go
Apache License 2.0
goharbor/harbor-operator
feat(ci) update go mod Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,865
03.11.2020 19:10:03
-28,800
db357faff1ac79b23b2ad953f15b92fd686479bb
feat(vendor): update go.sum 1. update go.sum
[ { "change_type": "MODIFY", "old_path": "go.sum", "new_path": "go.sum", "diff": "@@ -657,8 +657,6 @@ github.com/mailru/easyjson v0.7.0 h1:aizVhC/NAAcKWb+5QsU1iNOZb4Yws5UO2I+aIprQITM\ngithub.com/mailru/easyjson v0.7.0/go.mod h1:KAzv3t3aY1NaHWoQz1+4F1ccyAH66Jk7yos7ldAVICs=\ngithub.com/markbates/pkger v...
Go
Apache License 2.0
goharbor/harbor-operator
feat(vendor): update go.sum 1. update go.sum Signed-off-by: wangcanfeng <wangcanfeng@corp.netease.com>
254,875
03.11.2020 19:12:33
-28,800
1e218659168b1d554f76676ecbb8c9925f172243
feat(ci) sync generated files
[ { "change_type": "MODIFY", "old_path": "charts/harbor-operator/templates/deployment.yaml", "new_path": "charts/harbor-operator/templates/deployment.yaml", "diff": "{{- /* Code generated by make. DO NOT EDIT. */ -}}\n-apiVersion: apps/v1\n-kind: Deployment\n-metadata:\n- labels: {{- include \"chart.l...
Go
Apache License 2.0
goharbor/harbor-operator
feat(ci) sync generated files Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,865
03.11.2020 19:43:17
-28,800
2c16535e382f7f679c3fbdf9172a1efae5061640
feat(vendor): update modules.txt
[ { "change_type": "MODIFY", "old_path": "vendor/modules.txt", "new_path": "vendor/modules.txt", "diff": "# cloud.google.com/go v0.58.0\n+## explicit\ncloud.google.com/go/compute/metadata\n# github.com/Masterminds/goutils v1.1.0\ngithub.com/Masterminds/goutils\n# github.com/Masterminds/semver v1.5.0\n...
Go
Apache License 2.0
goharbor/harbor-operator
feat(vendor): update modules.txt Signed-off-by: wangcanfeng <wangcanfeng@corp.netease.com>
254,877
03.11.2020 16:42:39
-3,600
43c120c4c224b7962fd38426274ba2567f43b24d
fix(makefile) kustomize install
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -562,7 +562,7 @@ kustomize:\nifeq (, $(shell which kustomize))\n$(MAKE) $(GOBIN)\n# https://github.com/kubernetes-sigs/kustomize/blob/master/docs/INSTALL.md\n- curl -s https://raw.githubusercontent.com/kubernetes-...
Go
Apache License 2.0
goharbor/harbor-operator
fix(makefile) kustomize install Signed-off-by: Simon Guyennet <simon.guyennet@corp.ovh.com>
254,875
05.11.2020 15:55:27
-28,800
aad60492e1dc874d4992de2026d80c7c8e5ac99d
fix(trivy) permission failed
[ { "change_type": "MODIFY", "old_path": "charts/harbor-operator/templates/clusterrole.yaml", "new_path": "charts/harbor-operator/templates/clusterrole.yaml", "diff": "@@ -57,6 +57,18 @@ rules:\n- patch\n- update\n- watch\n+- apiGroups:\n+ - cert-manager.io\n+ resources:\n+ - certificates\n+ verbs:\n+...
Go
Apache License 2.0
goharbor/harbor-operator
fix(trivy) permission failed Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,870
05.11.2020 17:01:22
-28,800
4c8fee3a3086368b599e3556f77a1e6fd079d832
fix(database) add postgre-operator api file add postgre-operator api file
[ { "change_type": "ADD", "old_path": null, "new_path": "controllers/goharbor/harborcluster/database/api/postgresql_type.go", "diff": "+package api\n+\n+// Postgres CRD definition, please use CamelCase for field names.\n+\n+import (\n+ \"time\"\n+\n+ v1 \"k8s.io/api/core/v1\"\n+ metav1 \"k8s.io/apimac...
Go
Apache License 2.0
goharbor/harbor-operator
fix(database) add postgre-operator api file add postgre-operator api file Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com>
254,865
06.11.2020 17:37:33
-28,800
a161317adc085428ce97f900a29e432853d2f48a
feat(harborcluster): update lcm Controller interface
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/harborcluster/cache/redis.go", "new_path": "controllers/goharbor/harborcluster/cache/redis.go", "diff": "@@ -19,3 +19,7 @@ func (r *RedisController) Delete(harborcluster *v1alpha2.HarborCluster) (*lcm.CR\nfunc (r *RedisController) Upgrade(...
Go
Apache License 2.0
goharbor/harbor-operator
feat(harborcluster): update lcm Controller interface Signed-off-by: wangcanfeng <wangcanfeng@corp.netease.com>
254,865
11.11.2020 16:42:50
-28,800
0bcbcbba52f591afacdeb687beb4529f79ce2560
feat(harborcontroller): implement HarborController. implement Apply method of HarborController
[ { "change_type": "ADD", "old_path": null, "new_path": "controllers/goharbor/harborcluster/harbor/errors.go", "diff": "+package harbor\n+\n+const (\n+ GetHarborCRError = \"Get harbor.goharbor.io CR error\"\n+ CreateHarborCRError = \"Create harbor.goharbor.io CR error\"\n+ ScaleHarborCRError = \"Scale...
Go
Apache License 2.0
goharbor/harbor-operator
feat(harborcontroller): implement HarborController. (#186) implement Apply method of HarborController Signed-off-by: wangcanfeng <wangcanfeng@corp.netease.com>
254,870
13.11.2020 23:50:15
-28,800
393163adf83f52f2ce02a3c38c6e44eece7f66c9
feat(CtrlOptions) support CtrlOptions for lcm controllers support CtrlOptions for lcm controllers
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/harborcluster/database/postgresql.go", "new_path": "controllers/goharbor/harborcluster/database/postgresql.go", "diff": "@@ -79,12 +79,19 @@ func (p *PostgreSQLController) Upgrade(harborcluster *v1alpha2.HarborCluster) (*\npanic(\"implemen...
Go
Apache License 2.0
goharbor/harbor-operator
feat(CtrlOptions) support CtrlOptions for lcm controllers support CtrlOptions for lcm controllers Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com>
254,870
14.11.2020 00:00:37
-28,800
cb8929834e9fcbbc6f94e26093af2500ca208b43
feat(options) support ctrl options for lcm controllers upport ctrl options for lcm controllers
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/harborcluster/database/postgresql.go", "new_path": "controllers/goharbor/harborcluster/database/postgresql.go", "diff": "package database\nimport (\n+ \"context\"\n+\n+ \"github.com/go-logr/logr\"\n\"github.com/goharbor/harbor-operator/api...
Go
Apache License 2.0
goharbor/harbor-operator
feat(options) support ctrl options for lcm controllers upport ctrl options for lcm controllers Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com>
254,870
16.11.2020 11:32:47
-28,800
42f5c570be8e32b6e11cadb9dd3d67189ed25f59
feat(database) change databse conroller dir to the pkg change databse conroller dir to the pkg
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/harborcluster/database/postgresql.go", "new_path": "controllers/goharbor/harborcluster/database/postgresql.go", "diff": "@@ -3,12 +3,6 @@ package database\nimport (\n\"context\"\n- \"fmt\"\n-\n- \"k8s.io/apimachinery/pkg/api/errors\"\n- me...
Go
Apache License 2.0
goharbor/harbor-operator
feat(database) change databse conroller dir to the pkg change databse conroller dir to the pkg Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com>
254,875
16.11.2020 18:48:45
-28,800
c2e809f06bff4b2ef7f98d099aa4b8f80c67490b
add a registry config
[ { "change_type": "MODIFY", "old_path": "config/samples/harbor/https.yaml", "new_path": "config/samples/harbor/https.yaml", "diff": "@@ -10,7 +10,7 @@ kind: Certificate\nmetadata:\nname: sample-public-certificate\nspec:\n- isCA: false\n+ isCA: true\nissuerRef:\nname: sample-public-certificate\nsecret...
Go
Apache License 2.0
goharbor/harbor-operator
add a registry config Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,865
19.11.2020 10:16:17
-28,800
037e8c80295843d40435e7acdc7348b949491f4e
feat(harborcluster): remove version remove version from HarborCluster spec
[ { "change_type": "MODIFY", "old_path": "apis/goharbor.io/v1alpha2/harborcluster_types.go", "new_path": "apis/goharbor.io/v1alpha2/harborcluster_types.go", "diff": "@@ -35,12 +35,6 @@ type HarborClusterSpec struct {\n// Storage configuration for in-cluster storage service\n// +optional\nInClusterStor...
Go
Apache License 2.0
goharbor/harbor-operator
feat(harborcluster): remove version remove version from HarborCluster spec Signed-off-by: wangcanfeng <wangcanfeng@corp.netease.com>
254,875
19.11.2020 09:21:20
-28,800
f0d30b1e14768f2034aee5a25594f795a4296a15
fix(chart) remove dependencies
[ { "change_type": "DELETE", "old_path": "charts/harbor-operator/Chart.lock", "new_path": null, "diff": "-dependencies:\n-- name: cert-manager\n- repository: https://charts.jetstack.io\n- version: v0.16.0\n-- name: nginx-ingress\n- repository: https://kubernetes-charts.storage.googleapis.com\n- versio...
Go
Apache License 2.0
goharbor/harbor-operator
fix(chart) remove dependencies Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,881
23.11.2020 17:43:41
-28,800
1d7a328d0144e42b9af12510d50b07fe54730806
fix: adjust lcm controller interface, first params use ctx
[ { "change_type": "MODIFY", "old_path": "config/samples/harborcluster/goharbor_v1alpha2_harborcluster.yaml", "new_path": "config/samples/harborcluster/goharbor_v1alpha2_harborcluster.yaml", "diff": "@@ -16,7 +16,6 @@ spec:\nusername: postgres\npasswordRef: harbor-database-password\nsslMode: disable\n...
Go
Apache License 2.0
goharbor/harbor-operator
fix: adjust lcm controller interface, first params use ctx Signed-off-by: chlins <chlins.zhang@gmail.com>
254,881
24.11.2020 13:02:07
-28,800
3c2016424777ceb26ebfa4128f3dac43bf3abdb9
fix(redis-controller): fix npe issue and some logic error
[ { "change_type": "MODIFY", "old_path": "config/samples/harborcluster/goharbor_v1alpha2_harborcluster.yaml", "new_path": "config/samples/harborcluster/goharbor_v1alpha2_harborcluster.yaml", "diff": "@@ -54,6 +54,7 @@ spec:\ninClusterCache:\nkind: Redis\nredisSpec:\n+ schema: redis\nserver:\nreplicas:...
Go
Apache License 2.0
goharbor/harbor-operator
fix(redis-controller): fix npe issue and some logic error Signed-off-by: chlins <chlins.zhang@gmail.com>
254,893
25.11.2020 17:12:29
-28,800
522c2738f7ae11ec83b4241e4ed58f946adb41e1
feat(services): add health checker interface
[ { "change_type": "MODIFY", "old_path": "pkg/cluster/controllers/cache/redis.go", "new_path": "pkg/cluster/controllers/cache/redis.go", "diff": "@@ -50,6 +50,10 @@ type RedisController struct {\nexpectCR, actualCR *redisOp.RedisFailover\n}\n+func (rc *RedisController) HealthChecker() lcm.HealthChecke...
Go
Apache License 2.0
goharbor/harbor-operator
feat(services): add health checker interface Signed-off-by: Steven Zou <szou@vmware.com>
254,893
27.11.2020 12:58:16
-28,800
bec74946eaf3f09e698ec01f9e5a8a9d1651ed36
sample(harbor):add sample deployment manifests
[ { "change_type": "MODIFY", "old_path": "config/samples/harborcluster/goharbor_v1alpha2_harborcluster.yaml", "new_path": "config/samples/harborcluster/goharbor_v1alpha2_harborcluster.yaml", "diff": "@@ -2,9 +2,10 @@ apiVersion: goharbor.io/v1alpha2\nkind: HarborCluster\nmetadata:\nname: harborcluster...
Go
Apache License 2.0
goharbor/harbor-operator
sample(harbor):add sample deployment manifests Signed-off-by: Steven Zou <szou@vmware.com>
254,893
27.11.2020 13:29:39
-28,800
c66fa2acfc3c72fc07bb45c0f0efa6b8673712bd
fix(Makefile):remove certmanager from target run avoid cert-manager deploymemt conflicts add new target run-with-cm to support install cert-manager before calling run fix
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -60,9 +60,12 @@ test: go-test go-dependencies-test\n# Run against the configured Kubernetes cluster in ~/.kube/config\n.PHONY: run\n-run: go-generate vendor certmanager $(TMPDIR)k8s-webhook-server/serving-certs/tl...
Go
Apache License 2.0
goharbor/harbor-operator
fix(Makefile):remove certmanager from target run - avoid cert-manager deploymemt conflicts - add new target run-with-cm to support install cert-manager before calling run fix #216 Signed-off-by: Steven Zou <szou@vmware.com>
254,881
27.11.2020 14:06:30
-28,800
6ece58e716dbaeed1268071d56c9fb0098a68b57
feat(cache): add healthchecker for redis controller
[ { "change_type": "ADD", "old_path": null, "new_path": "pkg/cluster/controllers/cache/healthchecker.go", "diff": "+package cache\n+\n+import (\n+ \"context\"\n+ \"fmt\"\n+ \"strconv\"\n+\n+ rediscli \"github.com/go-redis/redis\"\n+\n+ \"github.com/goharbor/harbor-operator/pkg/cluster/lcm\"\n+)\n+\n+v...
Go
Apache License 2.0
goharbor/harbor-operator
feat(cache): add healthchecker for redis controller Signed-off-by: chlins <chlins.zhang@gmail.com>
254,893
27.11.2020 14:05:12
-28,800
954c461d36f3c5a19a3528c6fd01e7189fcc4925
refactor(main): refactor main.go to reduce duplicate code fix typo func name `WabhooksWithManager()` fix
[ { "change_type": "MODIFY", "old_path": "main.go", "new_path": "main.go", "diff": "@@ -24,75 +24,45 @@ const (\nexitCodeFailure = 1\n)\n-var exitCode = 0\n-\n-func SetExitCode(value int) {\n- exitCode = value\n-}\n-\n-func GetExitCode() int {\n- return exitCode\n-}\n-\nfunc main() {\n- defer func() {...
Go
Apache License 2.0
goharbor/harbor-operator
refactor(main): refactor main.go to reduce duplicate code - fix typo func name `WabhooksWithManager()` fix #223 Signed-off-by: Steven Zou <szou@vmware.com>
254,893
27.11.2020 16:27:23
-28,800
8b06af21aa02144721aab5dc3190ef38962eb25c
feat(webhook):add validating hook for Cluster fix
[ { "change_type": "MODIFY", "old_path": "apis/goharbor.io/v1alpha2/harbor_types.go", "new_path": "apis/goharbor.io/v1alpha2/harbor_types.go", "diff": "@@ -56,7 +56,9 @@ type HarborSpec struct {\n// +kubebuilder:validation:Optional\nInternalTLS HarborInternalTLSSpec `json:\"internalTLS\"`\n- // +kubeb...
Go
Apache License 2.0
goharbor/harbor-operator
feat(webhook):add validating hook for Cluster fix #201 Signed-off-by: Steven Zou <szou@vmware.com>
254,881
27.11.2020 17:19:10
-28,800
4b9230e3b5840c4c4d1bd255dd96f0f68cf90557
fix: add log name for lcm controller
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/harborcluster/harborcluster_controller.go", "new_path": "controllers/goharbor/harborcluster/harborcluster_controller.go", "diff": "@@ -39,22 +39,22 @@ func (r *Reconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager) err\n}\nr.C...
Go
Apache License 2.0
goharbor/harbor-operator
fix: add log name for lcm controller Signed-off-by: chlins <chlins.zhang@gmail.com>
254,893
27.11.2020 19:19:43
-28,800
41b8eda21653994f466cf9d92879e4cb77c65ac3
fix(config):update config manifests
[ { "change_type": "MODIFY", "old_path": "config/default/manager_auth_proxy_patch.yaml", "new_path": "config/default/manager_auth_proxy_patch.yaml", "diff": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n- name: controller-manager\n+ name: harbor-operator\nspec:\ntemplate:\nspec:\n" }, { "...
Go
Apache License 2.0
goharbor/harbor-operator
fix(config):update config manifests Signed-off-by: Steven Zou <szou@vmware.com>
254,893
27.11.2020 20:33:02
-28,800
aac44976c8a9d3e6aacee1b910d8b9220d46f899
fix(rbac):fix rbac issue of harborcluster cr
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/harborcluster/harborcluster_controller.go", "new_path": "controllers/goharbor/harborcluster/harborcluster_controller.go", "diff": "@@ -26,8 +26,8 @@ type Reconciler struct {\nHarborCtrl *harbor.HarborController\n}\n-// +kubebuilder:rbac:gr...
Go
Apache License 2.0
goharbor/harbor-operator
fix(rbac):fix rbac issue of harborcluster cr Signed-off-by: Steven Zou <szou@vmware.com>
254,881
27.11.2020 22:10:07
-28,800
03949392c8dc2e418617ac4baae83695fd594b21
fix: add suffix name redis for cache cr
[ { "change_type": "MODIFY", "old_path": "pkg/cluster/controllers/cache/readiness.go", "new_path": "pkg/cluster/controllers/cache/readiness.go", "diff": "@@ -42,7 +42,7 @@ func (rc *RedisController) generateRedisSpec() *v1alpha2.ExternalRedisSpec {\nreturn &v1alpha2.ExternalRedisSpec{\nRedisHostSpec: ...
Go
Apache License 2.0
goharbor/harbor-operator
fix: add suffix name redis for cache cr Signed-off-by: chlins <chlins.zhang@gmail.com>
254,893
28.11.2020 10:56:56
-28,800
c43e1786d06d6c82937ae3672529a1c6f10c21f6
fix(rbac): fix rbac issue of cluster ctrl
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/harborcluster/harborcluster_controller.go", "new_path": "controllers/goharbor/harborcluster/harborcluster_controller.go", "diff": "@@ -28,6 +28,10 @@ type Reconciler struct {\n// +kubebuilder:rbac:groups=goharbor.io,resources=harborcluster...
Go
Apache License 2.0
goharbor/harbor-operator
fix(rbac): fix rbac issue of cluster ctrl Signed-off-by: Steven Zou <szou@vmware.com>
254,893
28.11.2020 15:41:02
-28,800
ff824c85991f01cc2dc3973ea06e7123c3e0f24a
fix(webhook):refactor cluster webhook check and update cluster deployment manifest
[ { "change_type": "MODIFY", "old_path": "apis/goharbor.io/v1alpha2/harborcluster_webhook.go", "new_path": "apis/goharbor.io/v1alpha2/harborcluster_webhook.go", "diff": "@@ -62,57 +62,103 @@ func (hc *HarborCluster) validate() error {\nvar allErrs field.ErrorList\n// For database(psql), cache(Redis) a...
Go
Apache License 2.0
goharbor/harbor-operator
fix(webhook):refactor cluster webhook check and update cluster deployment manifest Signed-off-by: Steven Zou <szou@vmware.com>
254,870
28.11.2020 18:56:04
-28,800
70d583bf9154c4691652d0fbb7f47240ab2a134b
feat(database) add healthchecker for postgresql controller add healthchecker for postgresql controller
[ { "change_type": "ADD", "old_path": null, "new_path": "pkg/cluster/controllers/database/healthchecker.go", "diff": "+package database\n+\n+import (\n+ \"context\"\n+ \"fmt\"\n+ \"strconv\"\n+\n+ \"github.com/jackc/pgx/v4\"\n+\n+ \"github.com/goharbor/harbor-operator/pkg/cluster/lcm\"\n+)\n+\n+var _ ...
Go
Apache License 2.0
goharbor/harbor-operator
feat(database) add healthchecker for postgresql controller add healthchecker for postgresql controller Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com>
254,875
29.11.2020 20:23:02
-28,800
38ccdce120914e93f4ef5b610ef45c1717b552b3
fix(notary) signer alias key should use upper case envrionment
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/harbor/notarysigner.go", "new_path": "controllers/goharbor/harbor/notarysigner.go", "diff": "@@ -2,6 +2,7 @@ package harbor\nimport (\n\"context\"\n+ \"strings\"\n\"time\"\ngoharborv1alpha2 \"github.com/goharbor/harbor-operator/apis/goharb...
Go
Apache License 2.0
goharbor/harbor-operator
fix(notary) signer alias key should use upper case envrionment Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,875
29.11.2020 23:09:46
-28,800
c3f07d6fc8686a883c3b69766aaf4288b2f724ff
fix(notary) not shown marker
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/harbor/core.go", "new_path": "controllers/goharbor/harbor/core.go", "diff": "@@ -359,6 +359,18 @@ func (r *Reconciler) GetCore(ctx context.Context, harbor *goharborv1alpha2.Harbo\n}\n}\n+ var notary *goharborv1alpha2.CoreComponentsNotarySe...
Go
Apache License 2.0
goharbor/harbor-operator
fix(notary) not shown marker Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,893
30.11.2020 15:46:43
-28,800
919c802edf013ee7f91650626bea735191313ffd
refactor(reconciler): update harbor cluster ctrl define a status object to handle the status updates add fields to the HarborClusterStatus object concurently provisioning/checking the dependent services update the overall cluster reconciler logic
[ { "change_type": "MODIFY", "old_path": "apis/goharbor.io/v1alpha2/harborcluster_types.go", "new_path": "apis/goharbor.io/v1alpha2/harborcluster_types.go", "diff": "@@ -133,10 +133,21 @@ type MinIOSpec struct {\ntype HarborClusterStatus struct {\n// INSERT ADDITIONAL STATUS FIELD - define observed st...
Go
Apache License 2.0
goharbor/harbor-operator
refactor(reconciler): update harbor cluster ctrl - define a status object to handle the status updates - add fields to the HarborClusterStatus object - concurently provisioning/checking the dependent services - update the overall cluster reconciler logic Signed-off-by: Steven Zou <szou@vmware.com>
254,893
01.12.2020 09:17:54
-28,800
89e9ed6f0596979bffcb49844e8d91da987e484b
feat(worker):implement go func group for concurrent funcs fix(crd):add subresource status
[ { "change_type": "MODIFY", "old_path": "apis/goharbor.io/v1alpha2/harborcluster_types.go", "new_path": "apis/goharbor.io/v1alpha2/harborcluster_types.go", "diff": "@@ -203,6 +203,7 @@ const (\n)\n// +kubebuilder:object:root=true\n+// +kubebuilder:subresource:status\n// +kubebuilder:printcolumn:name=...
Go
Apache License 2.0
goharbor/harbor-operator
feat(worker):implement go func group for concurrent funcs Signed-off-by: Steven Zou <szou@vmware.com> fix(crd):add subresource status
254,875
30.11.2020 18:44:35
-28,800
98cbf1a249ac18864bf5f603967eea9a51dac17b
fix(trivy) failed pull image
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/core/deployments.go", "new_path": "controllers/goharbor/core/deployments.go", "diff": "@@ -119,9 +119,16 @@ func (r *Reconciler) GetDeployment(ctx context.Context, core *goharborv1alpha2.C\nscheme = \"https\"\n}\n+ host := r.NormalizeName(...
Go
Apache License 2.0
goharbor/harbor-operator
fix(trivy) failed pull image Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,893
01.12.2020 15:17:19
-28,800
fe746f49d13943afa5f2ca87c5607c871c4ab1e8
fix(webhook):reduce duplicated code in webhook use lib func field.Required and field.Required to instead of field.Invalid update role and role-bindings of harborcluster ctrl
[ { "change_type": "MODIFY", "old_path": "apis/goharbor.io/v1alpha2/harborcluster_webhook.go", "new_path": "apis/goharbor.io/v1alpha2/harborcluster_webhook.go", "diff": "@@ -16,6 +16,7 @@ package v1alpha2\nimport (\n\"context\"\n+ \"fmt\"\napierrors \"k8s.io/apimachinery/pkg/api/errors\"\n\"k8s.io/api...
Go
Apache License 2.0
goharbor/harbor-operator
fix(webhook):reduce duplicated code in webhook - use lib func field.Required and field.Required to instead of field.Invalid - update role and role-bindings of harborcluster ctrl Signed-off-by: Steven Zou <szou@vmware.com>
254,893
01.12.2020 15:42:31
-28,800
8183495691510e7e47657eefa6b46b57837e358f
fix(webhook):update harbor cr webhook
[ { "change_type": "MODIFY", "old_path": "apis/goharbor.io/v1alpha2/harbor_webhook.go", "new_path": "apis/goharbor.io/v1alpha2/harbor_webhook.go", "diff": "@@ -61,11 +61,11 @@ func (h *Harbor) Validate() error {\n}\nif h.Spec.Database == nil {\n- allErrs = append(allErrs, field.Invalid(field.NewPath(\...
Go
Apache License 2.0
goharbor/harbor-operator
fix(webhook):update harbor cr webhook Signed-off-by: Steven Zou <szou@vmware.com>
254,875
01.12.2020 18:01:50
-28,800
95c7dfd450175eb931ff8560cebb2dc1d7a39805
sync generate files
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -205,7 +205,7 @@ dist/harbor-operator_linux_amd64/manager:\n# Run go linters\n.PHONY: go-lint\ngo-lint: golangci-lint vet go-generate\n- $(GOLANGCI_LINT) run --verbose\n+ $(GOLANGCI_LINT) run --verbose --max-same-...
Go
Apache License 2.0
goharbor/harbor-operator
sync generate files Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,870
01.12.2020 22:00:58
-28,800
6e2122fcf8c9554cd1e5663843850fa1b5bd8bab
fix(database) fix postgres health check ping operation was canceled fix postgres health check ping operation was canceled fix
[ { "change_type": "MODIFY", "old_path": "pkg/cluster/controllers/database/postgresql.go", "new_path": "pkg/cluster/controllers/database/postgresql.go", "diff": "@@ -73,7 +73,7 @@ func (p *PostgreSQLController) Apply(ctx context.Context, harborcluster *v1alpha\nreturn databaseNotReadyStatus(CheckDatab...
Go
Apache License 2.0
goharbor/harbor-operator
fix(database) fix postgres health check ping operation was canceled fix postgres health check ping operation was canceled fix #225 Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com>
254,870
02.12.2020 11:34:27
-28,800
9d8e3dcd0b672cc3f9265d0297e34fffb59a1dc5
fix(database) fix golint issue fix golint issue
[ { "change_type": "MODIFY", "old_path": "pkg/cluster/controllers/database/readiness.go", "new_path": "pkg/cluster/controllers/database/readiness.go", "diff": "@@ -39,7 +39,7 @@ const (\n// It does:\n// - create postgre connection pool\n// - ping postgre server\n-// - return postgre properties if post...
Go
Apache License 2.0
goharbor/harbor-operator
fix(database) fix golint issue fix golint issue Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com>
254,875
02.12.2020 15:50:49
-28,800
ea6e7f3b6510a65a6285e674fe6d794d1bfcd10e
fix release docker for tag
[ { "change_type": "DELETE", "old_path": ".github/workflows/release-docker.yml", "new_path": null, "diff": "-name: Release Image\n-\n-on:\n- release:\n- types:\n- - created\n- - published\n-\n-jobs:\n- docker:\n- runs-on: ubuntu-latest\n- steps:\n- - uses: actions/checkout@v2\n- # opspresso/action-doc...
Go
Apache License 2.0
goharbor/harbor-operator
fix release docker for tag Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,893
02.12.2020 15:05:16
-28,800
457647e231be30c3b90550571128c2de0bda4d26
fix(controller):use context from cluster reconciler
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/harborcluster/ctrl_setup.go", "new_path": "controllers/goharbor/harborcluster/ctrl_setup.go", "diff": "@@ -70,12 +70,10 @@ func (r *Reconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager) err\nr.StorageCtrl = storage.NewMinIOCo...
Go
Apache License 2.0
goharbor/harbor-operator
fix(controller):use context from cluster reconciler Signed-off-by: Steven Zou <szou@vmware.com>
254,881
02.12.2020 16:27:59
-28,800
f6127dfc61486c6c32f18c5cee4e504e175f32f9
fix(lcm): fix redis controller service labels
[ { "change_type": "MODIFY", "old_path": "pkg/cluster/controllers/cache/resource_manager.go", "new_path": "pkg/cluster/controllers/cache/resource_manager.go", "diff": "@@ -128,7 +128,7 @@ func (rm *redisResourceManager) GetService() *corev1.Service {\nType: corev1.ServiceTypeClusterIP,\nSelector: map[...
Go
Apache License 2.0
goharbor/harbor-operator
fix(lcm): fix redis controller service labels Signed-off-by: chlins <chlins.zhang@gmail.com>
254,893
02.12.2020 18:09:09
-28,800
4f5c2060fe3de9f04e8503120d5ab03e7f1f2d20
feat(kustomize):use released versions of related service kustomization yamls fix
[ { "change_type": "MODIFY", "old_path": "manifests/cluster/deployment.yaml", "new_path": "manifests/cluster/deployment.yaml", "diff": "@@ -1875,7 +1875,7 @@ spec:\nname: v1alpha2\nschema:\nopenAPIV3Schema:\n- description: HarborCluster is the Schema for the harborclusters API\n+ description: HarborCl...
Go
Apache License 2.0
goharbor/harbor-operator
feat(kustomize):use released versions of related service kustomization yamls Signed-off-by: Steven Zou <szou@vmware.com> fix #261
254,893
03.12.2020 14:19:23
-28,800
524813133145100c28f72974d4f94fc440bfa655
fix(minio):fix operator exit issue remove all the log.Fatal() add context as 1st param to the minio interface fix #258,close
[ { "change_type": "MODIFY", "old_path": "pkg/cluster/controllers/storage/client.go", "new_path": "pkg/cluster/controllers/storage/client.go", "diff": "package storage\nimport (\n- \"log\"\n+ \"context\"\n+ \"fmt\"\nminv6 \"github.com/minio/minio-go/v6\"\n)\n+// Minio defines related operations of min...
Go
Apache License 2.0
goharbor/harbor-operator
fix(minio):fix operator exit issue - remove all the log.Fatal() - add context as 1st param to the minio interface fix #258,close #258 Signed-off-by: Steven Zou <szou@vmware.com>
254,893
03.12.2020 16:33:10
-28,800
c725314b7271831937bd19fa5a4bdbfa7a7102f0
fix(webhook):register webhook in single thread remove errorgroup in the `WebhooksWithManager` func fix
[ { "change_type": "MODIFY", "old_path": "pkg/setup/setup.go", "new_path": "pkg/setup/setup.go", "diff": "@@ -53,10 +53,7 @@ func ControllersWithManager(ctx context.Context, mgr manager.Manager) error {\n}\nfunc WebhooksWithManager(ctx context.Context, mgr manager.Manager) error {\n- var g errgroup.Gr...
Go
Apache License 2.0
goharbor/harbor-operator
fix(webhook):register webhook in single thread - remove errorgroup in the `WebhooksWithManager` func fix #202 Signed-off-by: Steven Zou <szou@vmware.com>
254,875
03.12.2020 23:35:29
-28,800
ded816d588ffab08cd1f7c0aa0a7086ca2738365
fix(controller) apply harborcluster fail
[ { "change_type": "MODIFY", "old_path": "pkg/cluster/controllers/harbor/harbor.go", "new_path": "pkg/cluster/controllers/harbor/harbor.go", "diff": "@@ -26,7 +26,7 @@ type Controller struct {\n}\nfunc (harbor *Controller) Apply(ctx context.Context, harborcluster *v1alpha2.HarborCluster) (*lcm.CRStatu...
Go
Apache License 2.0
goharbor/harbor-operator
fix(controller) apply harborcluster fail Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,893
04.12.2020 12:17:20
-28,800
51971df2e8c2c7737238c91e62b510741ade14ba
fix(storage):storage spec mismatch update the HarborCluster CRD to add redirect.disable field update the HarborCluster CRD to add min value validations to the 'Replicas' & 'VolumesPerServer' of minio spec return HarborStorageImageChartStorageSpec instead of HarborStorageImageChartStorageS3Spec in CRStatus of minio update the deployment manifests
[ { "change_type": "MODIFY", "old_path": "apis/goharbor.io/v1alpha2/harborcluster_types.go", "new_path": "apis/goharbor.io/v1alpha2/harborcluster_types.go", "diff": "@@ -106,24 +106,37 @@ type Storage struct {\nKind string `json:\"kind\"`\n// inCLuster options.\n+ // +kubebuilder:validation:Required\n...
Go
Apache License 2.0
goharbor/harbor-operator
fix(storage):storage spec mismatch - update the HarborCluster CRD to add redirect.disable field - update the HarborCluster CRD to add min value validations to the 'Replicas' & 'VolumesPerServer' of minio spec - return HarborStorageImageChartStorageSpec instead of HarborStorageImageChartStorageS3Spec in CRStatus of minio - update the deployment manifests Signed-off-by: Steven Zou <szou@vmware.com>
254,893
04.12.2020 14:23:38
-28,800
e1f2d0b7fcb57805ecac805c257bca175d5bf627
fix(rbac):update rbac settings of harborcluster ctrl add write permissions of harbors to harborcluster ctrl fix
[ { "change_type": "MODIFY", "old_path": "charts/harbor-operator/templates/clusterrole.yaml", "new_path": "charts/harbor-operator/templates/clusterrole.yaml", "diff": "@@ -192,12 +192,8 @@ rules:\nresources:\n- harborclusters\nverbs:\n- - create\n- - delete\n- get\n- list\n- - patch\n- - update\n- wat...
Go
Apache License 2.0
goharbor/harbor-operator
fix(rbac):update rbac settings of harborcluster ctrl - add write permissions of harbors to harborcluster ctrl fix #273 Signed-off-by: Steven Zou <szou@vmware.com>
254,893
04.12.2020 15:19:29
-28,800
57461ef7411dc9455b0a57c47a2e0302265f1452
fix(ctrl):update harbor ctrl to fix fix
[ { "change_type": "MODIFY", "old_path": "apis/goharbor.io/v1alpha2/harbor_types.go", "new_path": "apis/goharbor.io/v1alpha2/harbor_types.go", "diff": "@@ -59,7 +59,7 @@ type HarborSpec struct {\n// Skip OpenAPI schema validation\n// Use validating webhook to do verification (field required)\n// +kube...
Go
Apache License 2.0
goharbor/harbor-operator
fix(ctrl):update harbor ctrl to fix #275 fix #275 Signed-off-by: Steven Zou <szou@vmware.com>
254,875
04.12.2020 18:43:46
-28,800
377f5a038d44e7cb00d556a1d4df31141cf3a3ea
fix cluster sample yaml
[ { "change_type": "MODIFY", "old_path": "manifests/samples/full_stack.yaml", "new_path": "manifests/samples/full_stack.yaml", "diff": "@@ -47,17 +47,6 @@ metadata:\nspec:\nharborAdminPasswordRef: admin-core-secret\nexternalURL: https://sample.harbor.domain\n- redis:\n- host: harbor-redis-master\n- po...
Go
Apache License 2.0
goharbor/harbor-operator
fix cluster sample yaml Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,870
04.12.2020 23:29:17
-28,800
e75c7d8e6864d878c31b426b362ccac3a5799fc8
fix(database) add psql- prefix to database pod name add psql- prefix to database pod name Fix
[ { "change_type": "MODIFY", "old_path": "pkg/cluster/controllers/database/generate.go", "new_path": "pkg/cluster/controllers/database/generate.go", "diff": "@@ -17,6 +17,7 @@ var (\ndatabaseGVR = SchemeGroupVersion.WithResource(PostgresCRDResourcePlural)\ndatabaseKind = \"postgresql\"\ndatabaseAPI = ...
Go
Apache License 2.0
goharbor/harbor-operator
fix(database) add psql- prefix to database pod name add psql- prefix to database pod name Fix #218 Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com>
254,893
05.12.2020 16:51:52
-28,800
154addb02125d532b6be5ab99757b28f11cdebc8
refactor(ctrl):update harbor CR ctrl do comparasion before update refactor status objects introduce equality.Semantic to do k8s object spec comparasion
[ { "change_type": "ADD", "old_path": null, "new_path": "pkg/cluster/controllers/harbor/cr_status.go", "diff": "+// Copyright Project Harbor Authors\n+//\n+// Licensed under the Apache License, Version 2.0 (the \"License\");\n+// you may not use this file except in compliance with the License.\n+// Yo...
Go
Apache License 2.0
goharbor/harbor-operator
refactor(ctrl):update harbor CR ctrl - do comparasion before update - refactor status objects - introduce equality.Semantic to do k8s object spec comparasion Signed-off-by: Steven Zou <szou@vmware.com>
254,893
07.12.2020 13:35:44
-28,800
debdc46e4a6e3bc2a37256fbdebbae64ac1515c9
refactor(reconciler):update the logic of cluster ctrl introduce service manager to handle all the dependent services apply process add service config getter func tenmplate for getting info to do health check update the methods of cluster status handler
[ { "change_type": "MODIFY", "old_path": "apis/goharbor.io/v1alpha2/harbor_types.go", "new_path": "apis/goharbor.io/v1alpha2/harbor_types.go", "diff": "@@ -305,6 +305,10 @@ func (r *HarborStorageImageChartStorageSpec) ProviderName() string {\n}\nfunc (r *HarborStorageImageChartStorageSpec) Validate() ...
Go
Apache License 2.0
goharbor/harbor-operator
refactor(reconciler):update the logic of cluster ctrl - introduce service manager to handle all the dependent services apply process - add service config getter func tenmplate for getting info to do health check - update the methods of cluster status handler Signed-off-by: Steven Zou <szou@vmware.com>
254,893
07.12.2020 17:07:20
-28,800
802a926fb7a79dab4d89812fef3c6475a8fa6582
fix(psql):use consistent name for psql resources fix
[ { "change_type": "MODIFY", "old_path": "pkg/cluster/controllers/database/generate.go", "new_path": "pkg/cluster/controllers/database/generate.go", "diff": "@@ -17,7 +17,7 @@ var (\ndatabaseGVR = SchemeGroupVersion.WithResource(PostgresCRDResourcePlural)\ndatabaseKind = \"postgresql\"\ndatabaseAPI = ...
Go
Apache License 2.0
goharbor/harbor-operator
fix(psql):use consistent name for psql resources fix #289 Signed-off-by: Steven Zou <szou@vmware.com>
254,893
07.12.2020 17:28:05
-28,800
ed639090710f1bd0b2773bb5c8bd2a5a30bbd953
fix(minio):fix storage redirect issue
[ { "change_type": "MODIFY", "old_path": "pkg/cluster/controllers/database/generate.go", "new_path": "pkg/cluster/controllers/database/generate.go", "diff": "@@ -27,7 +27,6 @@ func (p *PostgreSQLController) GetPostgresCR() (*unstructured.Unstructured, erro\nstorageSize := p.GetPostgreStorageSize()\nve...
Go
Apache License 2.0
goharbor/harbor-operator
fix(minio):fix storage redirect issue Signed-off-by: Steven Zou <szou@vmware.com>
254,875
08.12.2020 22:10:54
-28,800
624d377501bd7b53301d31da8709425496031fdd
fix full_stack.yaml
[ { "change_type": "MODIFY", "old_path": "manifests/samples/full_stack.yaml", "new_path": "manifests/samples/full_stack.yaml", "diff": "@@ -11,7 +11,7 @@ metadata:\nname: admin-core-secret\nnamespace: cluster-sample-ns\ndata:\n- password: SGFyYm9yMTIzNDU=\n+ secret: SGFyYm9yMTIzNDU=\ntype: Opaque\n---...
Go
Apache License 2.0
goharbor/harbor-operator
fix full_stack.yaml Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,870
08.12.2020 21:07:42
-28,800
704ec877bb3c6f0efc10172224d472955089ba98
feat(database) implement svc config getter implement svc config getter fix
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/harborcluster/service_mgr.go", "new_path": "controllers/goharbor/harborcluster/service_mgr.go", "diff": "@@ -153,7 +153,7 @@ func (s *ServiceManager) Apply() error {\n}\n// Use external\n- svcCfg, options, err := s.svcConfigGetter(s.ctx, s...
Go
Apache License 2.0
goharbor/harbor-operator
feat(database) implement svc config getter implement svc config getter fix #297 Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com>
254,881
09.12.2020 12:21:48
-28,800
37ea86264487aad4ca05fb3ad115c5a10f299131
fix: add predicate for harbor cluster controller to resolve reconcile cycle
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/harborcluster/ctrl_setup.go", "new_path": "controllers/goharbor/harborcluster/ctrl_setup.go", "diff": "@@ -14,9 +14,12 @@ import (\n\"github.com/goharbor/harbor-operator/pkg/factories/application\"\n\"github.com/goharbor/harbor-operator/pk...
Go
Apache License 2.0
goharbor/harbor-operator
fix: add predicate for harbor cluster controller to resolve reconcile cycle Signed-off-by: chlins <chlins.zhang@gmail.com>
254,875
09.12.2020 17:08:58
-28,800
27698e4ac9c8e2662f2ef417629d966426d59d21
fix database user
[ { "change_type": "MODIFY", "old_path": "pkg/cluster/controllers/database/readiness.go", "new_path": "pkg/cluster/controllers/database/readiness.go", "diff": "@@ -93,7 +93,7 @@ func addProperties(name string, conn *Connect, properties *lcm.Properties) {\nfunc getHarborDatabaseSpec(name string, conn *...
Go
Apache License 2.0
goharbor/harbor-operator
fix database user Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,881
09.12.2020 21:00:45
-28,800
ff6516fb3b667dc3603f6f3055040cad41a2f6ab
feat: add redis svcConfigGetter
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/harborcluster/svc_config.go", "new_path": "controllers/goharbor/harborcluster/svc_config.go", "diff": "@@ -17,6 +17,7 @@ package harborcluster\nimport (\n\"context\"\n\"errors\"\n+ \"fmt\"\n\"github.com/goharbor/harbor-operator/apis/goharb...
Go
Apache License 2.0
goharbor/harbor-operator
feat: add redis svcConfigGetter Signed-off-by: chlins <chlins.zhang@gmail.com>
254,875
09.12.2020 18:14:50
-28,800
cb386760bf1f008d765a2dbc840c1f58251620ac
fix registry s3 secret
[ { "change_type": "MODIFY", "old_path": "pkg/cluster/controllers/storage/minio.go", "new_path": "pkg/cluster/controllers/storage/minio.go", "diff": "@@ -6,6 +6,7 @@ import (\n\"github.com/go-logr/logr\"\ngoharborv1 \"github.com/goharbor/harbor-operator/apis/goharbor.io/v1alpha2\"\n+ \"github.com/goha...
Go
Apache License 2.0
goharbor/harbor-operator
fix registry s3 secret Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,893
10.12.2020 16:16:32
-28,800
d3776a3dd40666275eb1d458dc44e7b1c353e17f
fix(minio):add an empty healthchecker for storage
[ { "change_type": "ADD", "old_path": null, "new_path": "pkg/cluster/controllers/storage/healthchecker.go", "diff": "+// Copyright Project Harbor Authors\n+//\n+// Licensed under the Apache License, Version 2.0 (the \"License\");\n+// you may not use this file except in compliance with the License.\n+...
Go
Apache License 2.0
goharbor/harbor-operator
fix(minio):add an empty healthchecker for storage Signed-off-by: Steven Zou <szou@vmware.com>
254,870
10.12.2020 22:27:45
-28,800
33e8b7e7193a92dd02598aabb11ec9912771f1bb
fix(database) failed to initialize database core failed to initialize database core fix
[ { "change_type": "MODIFY", "old_path": "pkg/cluster/controllers/database/readiness.go", "new_path": "pkg/cluster/controllers/database/readiness.go", "diff": "@@ -28,6 +28,7 @@ const (\nClairDatabase = \"clair\"\nNotaryServerDatabase = \"notaryserver\"\nNotarySignerDatabase = \"notarysigner\"\n+ Defa...
Go
Apache License 2.0
goharbor/harbor-operator
fix(database) failed to initialize database core failed to initialize database core fix #308 Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com>
254,875
11.12.2020 15:52:28
-28,800
3c17809bb81c602d0887847bc4e25d6e1fd860f8
fix spec.imageChartStorage.filesystem.chartPersistentVolume optional
[ { "change_type": "MODIFY", "old_path": "apis/goharbor.io/v1alpha2/harbor_types.go", "new_path": "apis/goharbor.io/v1alpha2/harbor_types.go", "diff": "@@ -335,7 +335,7 @@ func (r *HarborStorageImageChartStorageSpec) Validate() error {\ntype HarborStorageImageChartStorageFileSystemSpec struct {\n// +k...
Go
Apache License 2.0
goharbor/harbor-operator
fix spec.imageChartStorage.filesystem.chartPersistentVolume optional Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,870
12.12.2020 15:05:45
-28,800
32049bc59284e81e78a9c11bad90768156776da8
fix(database) failed to initialize database core fix failed to initialize database core
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -187,6 +187,7 @@ docker-build: dist/harbor-operator_linux_amd64/manager\ndocker-push:\ndocker push \"$(IMG)\"\n+.PHONY: dist/harbor-operator_linux_amd64/manager\ndist/harbor-operator_linux_amd64/manager:\nmkdir -p...
Go
Apache License 2.0
goharbor/harbor-operator
fix(database) failed to initialize database core fix failed to initialize database core Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com>
254,875
11.12.2020 16:34:46
-28,800
1fa74d11e5211b7b9188d0aa156c5b7896cce799
fix ci for cluster-operator
[ { "change_type": "MODIFY", "old_path": ".github/workflows/tests.yml", "new_path": ".github/workflows/tests.yml", "diff": "@@ -123,13 +123,11 @@ jobs:\n- name: install harbor-operator\nrun: |\nset -ex\n- kubectl create ns harbor-operator-ns\n- cd config/default\n+ cd manifests/cluster\nkustomize edit...
Go
Apache License 2.0
goharbor/harbor-operator
fix ci for cluster-operator Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,875
11.12.2020 18:15:28
-28,800
6bce5c3af87c8040473c3eeed89e53f3b382ab39
update harbor version to 2.1.2
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/chartmuseum/chartmuseum.go", "new_path": "controllers/goharbor/chartmuseum/chartmuseum.go", "diff": "@@ -23,7 +23,7 @@ const (\nDefaultConfigTemplatePath = \"/etc/harbor-operator/chartmuseum-config.yaml.tmpl\"\nConfigTemplateKey = \"templa...
Go
Apache License 2.0
goharbor/harbor-operator
update harbor version to 2.1.2 Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,893
14.12.2020 19:05:41
-28,800
b1614df4e081c6ae45c809e20f53ec564957a8a3
fix(ctrl):update cluster ctrl for status timestamp fix
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/harborcluster/status.go", "new_path": "controllers/goharbor/harborcluster/status.go", "diff": "@@ -24,6 +24,7 @@ import (\ngoharborv1 \"github.com/goharbor/harbor-operator/apis/goharbor.io/v1alpha2\"\ncorev1 \"k8s.io/api/core/v1\"\napierro...
Go
Apache License 2.0
goharbor/harbor-operator
fix(ctrl):update cluster ctrl for status timestamp fix #325 Signed-off-by: Steven Zou <szou@vmware.com>
254,893
15.12.2020 09:57:16
-28,800
b9d05077b29fd16d69fdef19cd221c24e81e55c2
fix(minio):update svcconfig getter handle health checking of filesystem storage driver fix
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/harborcluster/svc_config.go", "new_path": "controllers/goharbor/harborcluster/svc_config.go", "diff": "@@ -116,7 +116,8 @@ func dbConfigGetter(ctx context.Context, kubeClient k8s.Client, cluster *v1alpha\n// storageConfigGetter is for gett...
Go
Apache License 2.0
goharbor/harbor-operator
fix(minio):update svcconfig getter handle health checking of filesystem storage driver fix #333 Signed-off-by: Steven Zou <szou@vmware.com>
254,881
15.12.2020 10:57:16
-28,800
3a9f4e8f3cccc1174be0452b9f9d69dd058e4d1d
fix: cache and database use specify storageclass
[ { "change_type": "MODIFY", "old_path": "manifests/samples/full_stack.yaml", "new_path": "manifests/samples/full_stack.yaml", "diff": "@@ -68,7 +68,6 @@ spec:\nstorage: 1Gi\nreplicas: 2\nversion: \"12\"\n- storageClassName: default\nresources:\nlimits:\ncpu: 500m\n" }, { "change_type": "MODIF...
Go
Apache License 2.0
goharbor/harbor-operator
fix: cache and database use specify storageclass Signed-off-by: chlins <chlins.zhang@gmail.com>
254,881
16.12.2020 10:56:43
-28,800
e64cab18e36889cb30a8fca696e0dc8850544eb5
fix: fix generated minio ingress rules backend service name
[ { "change_type": "MODIFY", "old_path": "pkg/cluster/controllers/storage/provision.go", "new_path": "pkg/cluster/controllers/storage/provision.go", "diff": "@@ -214,7 +214,7 @@ func (m *MinIOController) generateIngress() *netv1.Ingress {\n{\nPath: \"/\",\nBackend: netv1.IngressBackend{\n- ServiceName...
Go
Apache License 2.0
goharbor/harbor-operator
fix: fix generated minio ingress rules backend service name Signed-off-by: chlins <chlins.zhang@gmail.com>
254,881
16.12.2020 16:14:10
-28,800
c516e3bc5bb483237b1cdb2dbc36f1c48c36d9d0
fix: fix the s3 configuration when redirect disable is false
[ { "change_type": "MODIFY", "old_path": "pkg/cluster/controllers/storage/provision.go", "new_path": "pkg/cluster/controllers/storage/provision.go", "diff": "package storage\nimport (\n- \"encoding/json\"\n\"fmt\"\n\"net/url\"\n\"reflect\"\n@@ -47,19 +46,28 @@ func (m *MinIOController) getMinIOPropert...
Go
Apache License 2.0
goharbor/harbor-operator
fix: fix the s3 configuration when redirect disable is false Signed-off-by: chlins <chlins.zhang@gmail.com>
254,881
17.12.2020 13:49:05
-28,800
81431ff8814ec8f88eb9c01f57fffb38199e1143
fix: fix full stack certs lost minio domain and minio s3 enable v4auth
[ { "change_type": "MODIFY", "old_path": "manifests/samples/full_stack.yaml", "new_path": "manifests/samples/full_stack.yaml", "diff": "@@ -34,6 +34,7 @@ spec:\ndnsNames:\n- core.harbor.domain\n- notary.harbor.domain\n+ - minio.core.harbor.domain\nissuerRef:\nname: selfsigned-issuer\nkind: Issuer\n" ...
Go
Apache License 2.0
goharbor/harbor-operator
fix: fix full stack certs lost minio domain and minio s3 enable v4auth Signed-off-by: chlins <chlins.zhang@gmail.com>
254,875
18.12.2020 00:51:41
-28,800
764029fe669583efcad49f1da802262a4398db97
feature(redis) sentinel support
[ { "change_type": "MODIFY", "old_path": "apis/meta/v1alpha1/redis.go", "new_path": "apis/meta/v1alpha1/redis.go", "diff": "@@ -29,6 +29,10 @@ type RedisHostSpec struct {\n// +kubebuilder:validation:ExclusiveMinimum=true\n// Server port.\nPort int32 `json:\"port,omitempty\"`\n+\n+ // +kubebuilder:vali...
Go
Apache License 2.0
goharbor/harbor-operator
feature(redis) sentinel support Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,875
21.12.2020 00:09:59
-28,800
218d27e41ae01fbe36e09ffa6527935f7882df21
add other dependencies in sample yaml
[ { "change_type": "ADD", "old_path": null, "new_path": "manifests/samples/full_stack_other_fs.yaml", "diff": "+# Sample namespace\n+apiVersion: v1\n+kind: Namespace\n+metadata:\n+ name: cluster-sample-ns\n+---\n+# A secret of harbor admin password.\n+apiVersion: v1\n+kind: Secret\n+metadata:\n+ name:...
Go
Apache License 2.0
goharbor/harbor-operator
add other dependencies in sample yaml Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,875
21.12.2020 00:31:57
-28,800
7346bbda42e56875547ee97e5920209218abd348
fix(notary) cert name too long
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/harbor/notarysigner.go", "new_path": "controllers/goharbor/harbor/notarysigner.go", "diff": "@@ -70,13 +70,13 @@ func (r *Reconciler) GetNotarySignerCertificateAuthority(ctx context.Context, ha\nreturn &certv1.Certificate{\nObjectMeta: met...
Go
Apache License 2.0
goharbor/harbor-operator
fix(notary) cert name too long Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,875
22.12.2020 10:34:22
-28,800
25b539b6ecb8bf686fb9e70beb95ecfbc366e62a
add sentinel support for chartmuseum
[ { "change_type": "MODIFY", "old_path": ".github/workflows/tests.yml", "new_path": ".github/workflows/tests.yml", "diff": "@@ -137,7 +137,7 @@ jobs:\nrun: |\nexport GITHUB_TOKEN=xxx\nset -ex\n- kubectl apply -f manifests/samples/full_stack_fs.yaml\n+ kubectl apply -f manifests/samples/full_stack_othe...
Go
Apache License 2.0
goharbor/harbor-operator
add sentinel support for chartmuseum Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,875
22.12.2020 11:29:34
-28,800
a0607edd037b8f54dc1631ccfd3ff58530e3d5c2
update some CI metrix
[ { "change_type": "MODIFY", "old_path": ".github/workflows/tests.yml", "new_path": ".github/workflows/tests.yml", "diff": "@@ -59,6 +59,41 @@ jobs:\n- run: make generated-diff-test\ngo-tests:\n+ runs-on: ubuntu-latest\n+ name: Go tests\n+ env:\n+ USE_EXISTING_CLUSTER: true\n+ steps:\n+ - uses: action...
Go
Apache License 2.0
goharbor/harbor-operator
update some CI metrix Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,890
08.12.2020 07:02:54
0
e26cf010e9cf1d7bb00dc676dc5ac7c9e66391d7
refactor(controller): one method to add mutable and immutable secret Update `AddSecretToManage` method to support both mutable and immutable secret, and remove `AddImmutableSecretToManage` method.
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/harbor/core.go", "new_path": "controllers/goharbor/harbor/core.go", "diff": "@@ -72,7 +72,7 @@ func (r *Reconciler) AddCoreAdminPassword(ctx context.Context, harbor *goharborv\nreturn nil, errors.Wrap(err, \"get\")\n}\n- adminPasswordRes, ...
Go
Apache License 2.0
goharbor/harbor-operator
refactor(controller): one method to add mutable and immutable secret Update `AddSecretToManage` method to support both mutable and immutable secret, and remove `AddImmutableSecretToManage` method. Signed-off-by: He Weiwei <hweiwei@vmware.com>
254,875
06.01.2021 18:08:21
-28,800
58faf475c79ba841c8213dc3fc48a7c64fb449cd
feat(redis) remove useless redis service
[ { "change_type": "MODIFY", "old_path": "apis/goharbor.io/v1alpha2/harborcluster_types.go", "new_path": "apis/goharbor.io/v1alpha2/harborcluster_types.go", "diff": "@@ -58,9 +58,6 @@ type RedisSpec struct {\nGroupName string `json:\"groupName,omitempty\"`\n- // +kubebuilder:validation:Enum=sentinel;r...
Go
Apache License 2.0
goharbor/harbor-operator
feat(redis) remove useless redis service Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,865
12.01.2021 12:35:56
-28,800
5f366fb1f7ec128a2871aa1c187e7fc2f6afefab
feat(trivy): make github token optional.
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/harbor/trivy.go", "new_path": "controllers/goharbor/harbor/trivy.go", "diff": "@@ -120,9 +120,6 @@ func (r *Reconciler) GetTrivy(ctx context.Context, harbor *goharborv1alpha2.Harb\nredis := harbor.Spec.RedisConnection(harbormetav1.TrivyRed...
Go
Apache License 2.0
goharbor/harbor-operator
feat(trivy): make github token optional. Signed-off-by: wangcanfeng <wangcanfeng@corp.netease.com>
254,890
13.01.2021 08:57:44
0
96bb91ba617353a6830a5ba9449ecaa5f59a64b6
feat(database): add max_connections for the incluster postgres 1. Set the max_connections to 1024 for the incluster postgres database. 2. Limit max_open_conns and max_idle_conns for the core component. Closes
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/core/deployments.go", "new_path": "controllers/goharbor/core/deployments.go", "diff": "@@ -42,6 +42,8 @@ const (\nTokenStoragePath = ConfigPath + \"/token\"\nServiceTokenCertificateVolumeName = \"token-service-private-key\"\nServiceTokenCe...
Go
Apache License 2.0
goharbor/harbor-operator
feat(database): add max_connections for the incluster postgres 1. Set the max_connections to 1024 for the incluster postgres database. 2. Limit max_open_conns and max_idle_conns for the core component. Closes #382 Signed-off-by: He Weiwei <hweiwei@vmware.com>
254,875
13.01.2021 18:44:59
-28,800
0ef65842930aede3df5c896bac944f7eb66266a3
fix(ci) github token is not must
[ { "change_type": "MODIFY", "old_path": ".github/workflows/tests.yml", "new_path": ".github/workflows/tests.yml", "diff": "@@ -167,7 +167,6 @@ jobs:\n- name: install harbor\nrun: |\n- export GITHUB_TOKEN=xxx\nset -ex\nkubectl apply -f manifests/samples/full_stack_other_fs.yaml\nfor i in $(seq 1 7);do...
Go
Apache License 2.0
goharbor/harbor-operator
fix(ci) github token is not must Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,877
16.12.2020 15:17:30
-3,600
5750a0c99cf4d3c7807fff7196ea595af8623fb5
fix(test) pkg/controller/
[ { "change_type": "MODIFY", "old_path": "pkg/controller/resource_test.go", "new_path": "pkg/controller/resource_test.go", "diff": "@@ -4,10 +4,12 @@ import (\n\"context\"\n. \"github.com/goharbor/harbor-operator/pkg/controller\"\n+ \"github.com/goharbor/harbor-operator/pkg/scheme\"\n. \"github.com/on...
Go
Apache License 2.0
goharbor/harbor-operator
fix(test) pkg/controller/ Signed-off-by: Simon Guyennet <simon.guyennet@corp.ovh.com>
254,877
12.01.2021 10:42:11
-3,600
fd8a56ef38f920cfdee1b0d80b032431d21a5e38
fix(ci) Remove installation of certmanager in go-test
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -107,7 +107,7 @@ diff:\ngit diff --stat --diff-filter=d --exit-code HEAD\n.PHONY: go-test\n-go-test: install certmanager\n+go-test: install\nifeq (, $(USE_EXISTING_CLUSTER))\n$(warning USE_EXISTING_CLUSTER variabl...
Go
Apache License 2.0
goharbor/harbor-operator
fix(ci) Remove installation of certmanager in go-test Signed-off-by: Simon Guyennet <simon.guyennet@corp.ovh.com>
254,877
15.01.2021 12:10:10
-3,600
a1e62ec8b7a10058ec449794df021667b0127604
feat(ci) Get Kind logs bundle
[ { "change_type": "MODIFY", "old_path": ".github/workflows/tests.yml", "new_path": ".github/workflows/tests.yml", "diff": "@@ -119,6 +119,18 @@ jobs:\nrun: |\nmake go-test\n+ - name: fetch logs\n+ if: ${{ failure() }}\n+ run: |\n+ mkdir -p /tmp/logs\n+ kind export logs --name harbor /tmp/logs\n+\n+ -...
Go
Apache License 2.0
goharbor/harbor-operator
feat(ci) Get Kind logs bundle Signed-off-by: Simon Guyennet <simon.guyennet@corp.ovh.com>
254,875
15.01.2021 10:41:05
-28,800
3428000549138c3936fceddb9bff9b9f0c766d75
feat(ci) import harbor apidb test
[ { "change_type": "MODIFY", "old_path": ".github/workflows/tests.yml", "new_path": ".github/workflows/tests.yml", "diff": "@@ -105,7 +105,6 @@ jobs:\n# https://github.com/jetstack/cert-manager/tags\ncertManager:\n- \"0.16.1\"\n- - \"1.0.4\"\n- \"1.1.0\"\n# https://snapcraft.io/microk8s\n@@ -128,7 +12...
Go
Apache License 2.0
goharbor/harbor-operator
feat(ci) import harbor apidb test Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,881
24.01.2021 21:42:17
-28,800
8faffda100e3d8f11ae2faf3981fb47bd53c8df5
feat: add harbor configuration condition to harbor cluster status
[ { "change_type": "MODIFY", "old_path": "apis/goharbor.io/v1alpha2/harborcluster_types.go", "new_path": "apis/goharbor.io/v1alpha2/harborcluster_types.go", "diff": "@@ -175,6 +175,8 @@ const (\nStorageReady HarborClusterConditionType = \"StorageReady\"\n// ServiceReady means the Service of Harbor is ...
Go
Apache License 2.0
goharbor/harbor-operator
feat: add harbor configuration condition to harbor cluster status Signed-off-by: chlins <chlins.zhang@gmail.com>
254,890
27.01.2021 02:42:58
0
bd88c9e3fcd6c05d4cee467c580e85aa62672dc3
fix: correct GetImage when the respository is empty Fix the GetImage function for cluster redis component
[ { "change_type": "MODIFY", "old_path": "pkg/image/image.go", "new_path": "pkg/image/image.go", "diff": "@@ -263,7 +263,10 @@ func GetImage(ctx context.Context, component string, options ...Option) (string,\nreturn \"\", fmt.Errorf(\"unknow component %s\", component)\n}\n- repository := strings.TrimS...
Go
Apache License 2.0
goharbor/harbor-operator
fix: correct GetImage when the respository is empty Fix the GetImage function for cluster redis component Signed-off-by: He Weiwei <hweiwei@vmware.com>
254,890
27.01.2021 03:15:02
0
ad849dc2c068163af251ff7fbbd218caae83cc05
fix: correct get image for minio
[ { "change_type": "MODIFY", "old_path": "pkg/cluster/controllers/storage/image.go", "new_path": "pkg/cluster/controllers/storage/image.go", "diff": "@@ -28,8 +28,8 @@ const (\n// GetImage returns the configured image via configstore or default one.\nfunc (m *MinIOController) GetImage(ctx context.Cont...
Go
Apache License 2.0
goharbor/harbor-operator
fix: correct get image for minio Signed-off-by: He Weiwei <hweiwei@vmware.com>
254,890
27.01.2021 06:37:23
0
cf0afc6693edda5192879fe0d38f28079b2ffbdb
feat: add PERMITTED_REGISTRY_TYPES_FOR_PROXY_CACHE env
[ { "change_type": "MODIFY", "old_path": ".github/workflows/tests.yml", "new_path": ".github/workflows/tests.yml", "diff": "@@ -174,6 +174,7 @@ jobs:\necho \"NOTARY_HOST=$NOTARY_HOST\" >> $GITHUB_ENV\nsed -i \"s/core.harbor.domain/$CORE_HOST/g\" manifests/samples/full_stack_other_fs.yaml\nsed -i \"s/n...
Go
Apache License 2.0
goharbor/harbor-operator
feat: add PERMITTED_REGISTRY_TYPES_FOR_PROXY_CACHE env Signed-off-by: He Weiwei <hweiwei@vmware.com>
254,881
27.01.2021 18:12:19
-28,800
464ed1f5367a9c2f803299454f2b93b025d74efa
fix(redis): keep redis pvc after harbor cluster delete
[ { "change_type": "MODIFY", "old_path": "pkg/cluster/controllers/cache/resource_manager.go", "new_path": "pkg/cluster/controllers/cache/resource_manager.go", "diff": "@@ -72,6 +72,8 @@ func (rm *redisResourceManager) WithCluster(cluster *goharborv1alpha2.HarborClus\nfunc (rm *redisResourceManager) Ge...
Go
Apache License 2.0
goharbor/harbor-operator
fix(redis): keep redis pvc after harbor cluster delete Signed-off-by: chlins <chlins.zhang@gmail.com>
254,877
27.01.2021 11:56:47
-3,600
125a567ac4c28d10de00a23bbadb88032b59b09d
fix(harbor class) Close
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/chartmuseum/chartmuseum.go", "new_path": "controllers/goharbor/chartmuseum/chartmuseum.go", "diff": "@@ -44,18 +44,9 @@ func (r *Reconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager) err\nreturn errors.Wrap(err, \"cannot setu...
Go
Apache License 2.0
goharbor/harbor-operator
fix(harbor class) Close #399 Signed-off-by: Simon Guyennet <simon.guyennet@corp.ovh.com>
254,890
04.02.2021 03:08:32
0
3fb3a06e84eff14116eaed8a433f497260bc66a6
feat: add default secuirty context to components Add default security context to harbor and minio components to let harbor run in the restricted psp enabled k8s.
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/chartmuseum/deployments.go", "new_path": "controllers/goharbor/chartmuseum/deployments.go", "diff": "@@ -28,7 +28,13 @@ const (\nDefaultLocalStoragePath = \"/mnt/chartstorage\"\n)\n-var varFalse = false\n+var (\n+ varFalse = false\n+\n+ fs...
Go
Apache License 2.0
goharbor/harbor-operator
feat: add default secuirty context to components Add default security context to harbor and minio components to let harbor run in the restricted psp enabled k8s. Signed-off-by: He Weiwei <hweiwei@vmware.com>
254,875
09.02.2021 21:46:26
-28,800
0415d8133dbbd9584aa9c2a39b33a460e70d213a
feat(ci) remove make vendor
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -66,7 +66,7 @@ test: go-test go-dependencies-test\n# Run against the configured Kubernetes cluster in ~/.kube/config\n.PHONY: run\n-run: go-generate vendor certmanager $(TMPDIR)k8s-webhook-server/serving-certs/tls...
Go
Apache License 2.0
goharbor/harbor-operator
feat(ci) remove make vendor Signed-off-by: Ziming Zhang <zziming@vmware.com>
254,877
29.01.2021 15:35:59
-3,600
26b8aa8616d29c0a4cbb9abbf4b0e425b7cb190b
feat(network policies) Modify netv1 version
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/harbor/harbor.go", "new_path": "controllers/goharbor/harbor/harbor.go", "diff": "@@ -12,7 +12,7 @@ import (\n\"github.com/ovh/configstore\"\n\"github.com/pkg/errors\"\ncorev1 \"k8s.io/api/core/v1\"\n- netv1 \"k8s.io/api/networking/v1beta1\...
Go
Apache License 2.0
goharbor/harbor-operator
feat(network policies) Modify netv1 version Signed-off-by: Simon Guyennet <simon.guyennet@corp.ovh.com>
254,877
04.02.2021 16:47:09
-3,600
b31cde7bd220a8e1d3c26dae8f883d73a856e09e
fix (ingress) Use of portal controller const
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/harbor/ingresses.go", "new_path": "controllers/goharbor/harbor/ingresses.go", "diff": "@@ -85,7 +85,7 @@ func (r *Reconciler) GetCoreIngressRules(ctx context.Context, harbor *goharborv1\nportalBackend := netv1.IngressBackend{\nService: &ne...
Go
Apache License 2.0
goharbor/harbor-operator
fix (ingress) Use of portal controller const Signed-off-by: Simon Guyennet <simon.guyennet@corp.ovh.com>
254,877
22.02.2021 16:01:09
-3,600
d71a8735b4df7496b2d0a7b72df915ea458ee7f0
fix(network policies) RBAC
[ { "change_type": "MODIFY", "old_path": "controllers/goharbor/chartmuseum/chartmuseum.go", "new_path": "controllers/goharbor/chartmuseum/chartmuseum.go", "diff": "@@ -36,6 +36,7 @@ type Reconciler struct {\n// +kubebuilder:rbac:groups=goharbor.io,resources=chartmuseums,verbs=get;list;watch\n// +kubeb...
Go
Apache License 2.0
goharbor/harbor-operator
fix(network policies) RBAC Signed-off-by: Simon Guyennet <simon.guyennet@corp.ovh.com>