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,881 | 26.02.2021 14:07:34 | -28,800 | ac162c64478dd801e92c6ae6dd8fec47f14622dc | refactor: remove redis health check | [
{
"change_type": "MODIFY",
"old_path": "go.mod",
"new_path": "go.mod",
"diff": "@@ -6,7 +6,6 @@ require (\ncloud.google.com/go v0.58.0 // indirect\ngithub.com/Masterminds/semver v1.5.0 // indirect\ngithub.com/Masterminds/sprig v2.22.0+incompatible\n- github.com/alicebob/miniredis/v2 v2.14.1\ngithub.... | Go | Apache License 2.0 | goharbor/harbor-operator | refactor: remove redis health check
Signed-off-by: chlins <chlins.zhang@gmail.com> |
254,881 | 09.02.2021 23:19:55 | -28,800 | f47fe2513b89f4568b43b5ca6daff3289f5f8796 | feat: inject s3 cert to harbor components(core, jobservice, trivy) | [
{
"change_type": "MODIFY",
"old_path": "apis/goharbor.io/v1alpha2/core_types.go",
"new_path": "apis/goharbor.io/v1alpha2/core_types.go",
"diff": "@@ -42,6 +42,8 @@ type CoreSpec struct {\n// https://github.com/goharbor/harbor/blob/master/src/common/config/metadata/metadatalist.go#L62\nCoreConfig `js... | Go | Apache License 2.0 | goharbor/harbor-operator | feat: inject s3 cert to harbor components(core, jobservice, trivy)
Signed-off-by: chlins <chlins.zhang@gmail.com> |
254,870 | 01.03.2021 21:30:32 | -28,800 | 6be55087758c2a3fdd48cb9eee62a4e4b697c032 | refactor: remove pg health check | [
{
"change_type": "DELETE",
"old_path": "pkg/cluster/controllers/database/healthchecker.go",
"new_path": null,
"diff": "-package database\n-\n-import (\n- \"context\"\n- \"fmt\"\n- \"strconv\"\n-\n- \"github.com/goharbor/harbor-operator/pkg/cluster/lcm\"\n- \"github.com/jackc/pgx/v4\"\n-)\n-\n-var _ ... | Go | Apache License 2.0 | goharbor/harbor-operator | refactor: remove pg health check
Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com> |
254,875 | 09.02.2021 21:22:33 | -28,800 | b9a8143348866aedbb4beeac2ca4e0bb36228ec7 | feat(ci) enable more golint | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/tests.yml",
"new_path": ".github/workflows/tests.yml",
"diff": "@@ -9,6 +9,7 @@ on:\n- master\n- release-*\n- develop\n+ - feature/*\njobs:\n# Dockerfile tests\n"
},
{
"change_type": "MODIFY",
"old_path": ".golangci.yml",
"new... | Go | Apache License 2.0 | goharbor/harbor-operator | feat(ci) enable more golint
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,875 | 24.02.2021 10:26:12 | -28,800 | 9b54327e32fe2a220b3bd55d44069326e16acb01 | enable errorlint | [
{
"change_type": "MODIFY",
"old_path": "controllers/goharbor/harborcluster/harborcluster.go",
"new_path": "controllers/goharbor/harborcluster/harborcluster.go",
"diff": "@@ -55,9 +55,10 @@ func (r *Reconciler) Reconcile(req ctrl.Request) (res ctrl.Result, err error) {\nr.Log.Info(\"suggest client de... | Go | Apache License 2.0 | goharbor/harbor-operator | enable errorlint
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,875 | 24.02.2021 15:07:02 | -28,800 | c9a15e5204980e1e6c549d108e495f5a7abe7c4c | enable gomnd | [
{
"change_type": "MODIFY",
"old_path": "controllers/goharbor/configuration/reconciler.go",
"new_path": "controllers/goharbor/configuration/reconciler.go",
"diff": "@@ -120,7 +120,7 @@ func (r *Reconciler) Reconcile(req ctrl.Request) (res ctrl.Result, err error) {\nreturn ctrl.Result{}, fmt.Errorf(\"... | Go | Apache License 2.0 | goharbor/harbor-operator | enable gomnd
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,875 | 24.02.2021 15:15:03 | -28,800 | 646381091453f73c9eee500e6631715c7be60427 | enable funlen | [
{
"change_type": "MODIFY",
"old_path": "controllers/goharbor/harbor/ingresses.go",
"new_path": "controllers/goharbor/harbor/ingresses.go",
"diff": "@@ -261,6 +261,7 @@ func (err ErrInvalidIngressController) Error() string {\nreturn fmt.Sprintf(\"controller %s unsupported\", err.Controller)\n}\n+// n... | Go | Apache License 2.0 | goharbor/harbor-operator | enable funlen
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,875 | 24.02.2021 16:06:50 | -28,800 | 7f5bcef30f5a34e6ae525ee6bfd2851b5763df98 | enable wsl | [
{
"change_type": "MODIFY",
"old_path": ".golangci.yml",
"new_path": ".golangci.yml",
"diff": "@@ -28,7 +28,7 @@ linters:\n- gocritic\n- gocyclo\n- godot\n- - goerr113\n+# - goerr113\n- gofmt\n- gofumpt\n- goheader\n@@ -73,7 +73,7 @@ linters:\n- paralleltest\n- wrapcheck\n# - errorlint\n-# - goerr113... | Go | Apache License 2.0 | goharbor/harbor-operator | enable wsl
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,890 | 03.03.2021 04:03:47 | 0 | 4b2d90e929094dd199ad66e1071fd2976452d8fa | fix: apply component spec to trvy deployment
Closes | [
{
"change_type": "MODIFY",
"old_path": "controllers/goharbor/trivy/deployments.go",
"new_path": "controllers/goharbor/trivy/deployments.go",
"diff": "@@ -186,7 +186,7 @@ func (r *Reconciler) GetDeployment(ctx context.Context, trivy *goharborv1alpha2.\nValue: address,\n})\n- return &appsv1.Deployment... | Go | Apache License 2.0 | goharbor/harbor-operator | fix: apply component spec to trvy deployment
Closes #436
Signed-off-by: He Weiwei <hweiwei@vmware.com> |
254,870 | 02.03.2021 21:47:20 | -28,800 | 7333ccf7a7dfa39e21fa4ee44047aaad862e9aaa | fix(pg) harbor cluster pg status unknow
harbor cluster pg status unknow | [
{
"change_type": "MODIFY",
"old_path": "go.mod",
"new_path": "go.mod",
"diff": "@@ -14,7 +14,6 @@ require (\ngithub.com/google/go-cmp v0.5.1\ngithub.com/huandu/xstrings v1.3.2 // indirect\ngithub.com/imdario/mergo v0.3.10 // indirect\n- github.com/jackc/pgx/v4 v4.8.1\ngithub.com/jaegertracing/jaeger... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(pg) harbor cluster pg status unknow
harbor cluster pg status unknow
Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com> |
254,865 | 04.03.2021 12:46:57 | -28,800 | c6bfc6c4a58ba659b50c11cb3f9b26f2eda43659 | fix(statue): fix statue not update | [
{
"change_type": "MODIFY",
"old_path": "controllers/goharbor/harborcluster/ctrl_setup.go",
"new_path": "controllers/goharbor/harborcluster/ctrl_setup.go",
"diff": "@@ -2,20 +2,25 @@ package harborcluster\nimport (\n\"context\"\n-\n\"github.com/go-logr/logr\"\ngoharborv1alpha2 \"github.com/goharbor/h... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(statue): fix statue not update
Signed-off-by: wangcanfeng <wangcanfeng@corp.netease.com> |
254,875 | 04.03.2021 16:33:10 | -28,800 | 5ff36c07dd0b88ec0190fdfaec88f61fc2cd98e2 | fix const DefaultAllowedRegistryTypesForProxyCache | [
{
"change_type": "MODIFY",
"old_path": "controllers/goharbor/core/deployments.go",
"new_path": "controllers/goharbor/core/deployments.go",
"diff": "@@ -39,7 +39,9 @@ const (\nInternalCertificatesVolumeName = \"internal-certificates\"\nInternalCertificateAuthorityDirectory = \"/harbor_cust_cert\"\nIn... | Go | Apache License 2.0 | goharbor/harbor-operator | fix const DefaultAllowedRegistryTypesForProxyCache
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,870 | 04.03.2021 21:30:58 | -28,800 | 6e7534126ea4d24b42e6c466603f091662bf06c9 | fix(pg) remove pg status check
remove pg status check
fix | [
{
"change_type": "MODIFY",
"old_path": "pkg/cluster/controllers/database/readiness.go",
"new_path": "pkg/cluster/controllers/database/readiness.go",
"diff": "@@ -35,6 +35,8 @@ const (\nClairSecretName = \"clair\"\nNotaryServerSecretName = \"notary-server\"\nNotarySignerSecretName = \"notary-signer\"... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(pg) remove pg status check
remove pg status check
fix #474
Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com> |
254,877 | 22.02.2021 16:17:54 | -3,600 | 3066ae5704b9b095747489990707a3fb2c0d52c9 | fix(network policies) controller watch | [
{
"change_type": "MODIFY",
"old_path": "controllers/goharbor/chartmuseum/chartmuseum.go",
"new_path": "controllers/goharbor/chartmuseum/chartmuseum.go",
"diff": "@@ -14,6 +14,7 @@ import (\n\"github.com/pkg/errors\"\nappsv1 \"k8s.io/api/apps/v1\"\ncorev1 \"k8s.io/api/core/v1\"\n+ netv1 \"k8s.io/api/... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(network policies) controller watch
Signed-off-by: Simon Guyennet <simon.guyennet@corp.ovh.com> |
254,877 | 08.03.2021 15:35:10 | -3,600 | e3b17a0ba2f14f210c4644189d69424f4e0bc1c8 | fix(Ingress) API version | [
{
"change_type": "MODIFY",
"old_path": "controllers/goharbor/harbor/harbor.go",
"new_path": "controllers/goharbor/harbor/harbor.go",
"diff": "@@ -14,6 +14,7 @@ import (\n\"github.com/pkg/errors\"\ncorev1 \"k8s.io/api/core/v1\"\nnetv1 \"k8s.io/api/networking/v1\"\n+ netv1beta1 \"k8s.io/api/networking... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(Ingress) API version
Signed-off-by: Simon Guyennet <simon.guyennet@corp.ovh.com> |
254,890 | 09.03.2021 06:08:39 | 0 | 993f4e937781eadc68300b3061e77b60a2454202 | fix: validate notary ingress when it's enabled | [
{
"change_type": "MODIFY",
"old_path": "apis/goharbor.io/v1alpha2/harbor_types.go",
"new_path": "apis/goharbor.io/v1alpha2/harbor_types.go",
"diff": "@@ -10,6 +10,7 @@ import (\nappsv1 \"k8s.io/api/apps/v1\"\ncorev1 \"k8s.io/api/core/v1\"\nmetav1 \"k8s.io/apimachinery/pkg/apis/meta/v1\"\n+ \"k8s.io/... | Go | Apache License 2.0 | goharbor/harbor-operator | fix: validate notary ingress when it's enabled
Signed-off-by: He Weiwei <hweiwei@vmware.com> |
254,875 | 05.03.2021 15:13:25 | -28,800 | 1a21a1378c9546ea9d09511381bd76d7fda50b56 | add chart for harborcluster | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/tests.yml",
"new_path": ".github/workflows/tests.yml",
"diff": "@@ -313,6 +313,171 @@ jobs:\nkubectl get all -n \"${operatorNamespace}\" -o wide\nkubectl logs -n \"${operatorNamespace}\" -l 'control-plane=harbor-operator' --all-containers --t... | Go | Apache License 2.0 | goharbor/harbor-operator | add chart for harborcluster
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,881 | 14.03.2021 13:49:56 | -28,800 | e98e0e0f2ce19f0262a2f3f3fa0adb7b78e09ee0 | feat: inject minio cert to chartmuseum component | [
{
"change_type": "MODIFY",
"old_path": "apis/goharbor.io/v1alpha2/chartmuseum_types.go",
"new_path": "apis/goharbor.io/v1alpha2/chartmuseum_types.go",
"diff": "@@ -40,6 +40,8 @@ type ChartMuseumList struct {\ntype ChartMuseumSpec struct {\nharbormetav1.ComponentSpec `json:\",inline\"`\n+ Certificate... | Go | Apache License 2.0 | goharbor/harbor-operator | feat: inject minio cert to chartmuseum component
Signed-off-by: chlins <chlins.zhang@gmail.com> |
254,890 | 14.03.2021 16:35:55 | 0 | 29be93341736e7304a674ef7b6ef79a37bb1fec2 | fix: requeue request when optimistic lock error found
Do manual retry without error when an optimistic lock error found. For
more info, see
Closes | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/errors.go",
"new_path": "pkg/controller/errors.go",
"diff": "@@ -2,6 +2,8 @@ package controller\nimport (\n\"context\"\n+ \"strings\"\n+ \"time\"\n\"github.com/goharbor/harbor-operator/pkg/factories/logger\"\n\"github.com/opentracing/opentracing... | Go | Apache License 2.0 | goharbor/harbor-operator | fix: requeue request when optimistic lock error found
Do manual retry without error when an optimistic lock error found. For
more info, see https://github.com/kubernetes/kubernetes/issues/28149
Closes #493
Signed-off-by: He Weiwei <hweiwei@vmware.com> |
254,890 | 14.03.2021 16:24:02 | 0 | 6710d3a3bbc27658259aa4e0fb846464a1fe68ef | fix: mark resource as unchanged when it's immutable
1. Add immutable annotation to the resource when it's immutable.
2. Mark the resource as unchanged when immutable annotation found to
skip the update action for it.
3. Add immutable annotation to the secret resource when it's immutable.
Closes | [
{
"change_type": "MODIFY",
"old_path": "pkg/controller/resource.go",
"new_path": "pkg/controller/resource.go",
"diff": "@@ -42,6 +42,7 @@ func (c *Controller) Changed(ctx context.Context, depManager *checksum.Dependenc\nresult := resource.DeepCopyObject()\n+ // nolint:go-golangci-lint,nestif\nif res... | Go | Apache License 2.0 | goharbor/harbor-operator | fix: mark resource as unchanged when it's immutable
1. Add immutable annotation to the resource when it's immutable.
2. Mark the resource as unchanged when immutable annotation found to
skip the update action for it.
3. Add immutable annotation to the secret resource when it's immutable.
Closes #494
Signed-off-by: He Weiwei <hweiwei@vmware.com> |
254,890 | 15.03.2021 09:40:49 | 0 | 6b1c4d83329d82e7778fb18634d7da3660f0533e | fix: correct the image in the cluster deployment.yaml | [
{
"change_type": "MODIFY",
"old_path": "manifests/cluster/deployment.yaml",
"new_path": "manifests/cluster/deployment.yaml",
"diff": "@@ -122,6 +122,10 @@ spec:\n- host\ntype: object\ntype: object\n+ certificateRefs:\n+ items:\n+ type: string\n+ type: array\nchart:\nproperties:\nallowOverwrite:\n@@ ... | Go | Apache License 2.0 | goharbor/harbor-operator | fix: correct the image in the cluster deployment.yaml
Signed-off-by: He Weiwei <hweiwei@vmware.com> |
254,890 | 16.03.2021 05:56:06 | 0 | 597adcdd98aa3e74013803c3df08751cf8f53a3d | feat: watch the crd and owns object when crd ready | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/tests.yml",
"new_path": ".github/workflows/tests.yml",
"diff": "@@ -208,10 +208,6 @@ jobs:\nexit 1\nfi\n- # HACK: restart the harbor-operator pod so that the manager of the harbor cluster can own the redis and postgres types\n- kubectl -n ${o... | Go | Apache License 2.0 | goharbor/harbor-operator | feat: watch the crd and owns object when crd ready
Signed-off-by: He Weiwei <hweiwei@vmware.com> |
254,875 | 17.03.2021 14:18:51 | -28,800 | f668ffee7381f7b73549710600bbd4cd5a703570 | feat(certificate) Use cert-manager.io/v1 | [
{
"change_type": "MODIFY",
"old_path": "apis/goharbor.io/v1alpha2/notaryserver_types.go",
"new_path": "apis/goharbor.io/v1alpha2/notaryserver_types.go",
"diff": "@@ -2,7 +2,6 @@ package v1alpha2\nimport (\nharbormetav1 \"github.com/goharbor/harbor-operator/apis/meta/v1alpha1\"\n- certv1 \"github.com... | Go | Apache License 2.0 | goharbor/harbor-operator | feat(certificate) Use cert-manager.io/v1
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,881 | 17.03.2021 18:14:39 | -28,800 | a40f338fc73cc6e90d6ca0d16283ffe4454f1283 | fix: fix minio redirect enable not work and cleanup ingress resource when redirect is disable | [
{
"change_type": "MODIFY",
"old_path": "apis/goharbor.io/v1alpha2/harborcluster_types.go",
"new_path": "apis/goharbor.io/v1alpha2/harborcluster_types.go",
"diff": "@@ -115,7 +115,7 @@ type Storage struct {\ntype StorageRedirectSpec struct {\n// Default is true\n// +kubebuilder:default:=true\n- Enabl... | Go | Apache License 2.0 | goharbor/harbor-operator | fix: fix minio redirect enable not work and cleanup ingress resource when redirect is disable
Signed-off-by: chlins <chlins.zhang@gmail.com> |
254,890 | 19.03.2021 06:50:14 | 0 | 4968acdfa07d2bc1aa953fded7524687b56669a0 | feat: add RegistryController to components of harbor
Closes | [
{
"change_type": "MODIFY",
"old_path": "apis/goharbor.io/v1alpha2/harbor_types.go",
"new_path": "apis/goharbor.io/v1alpha2/harbor_types.go",
"diff": "package v1alpha2\nimport (\n+ \"context\"\n\"fmt\"\n\"path\"\n\"strings\"\nharbormetav1 \"github.com/goharbor/harbor-operator/apis/meta/v1alpha1\"\n+ ... | Go | Apache License 2.0 | goharbor/harbor-operator | feat: add RegistryController to components of harbor
Closes #503
Signed-off-by: He Weiwei <hweiwei@vmware.com> |
254,890 | 22.03.2021 10:10:30 | 0 | f5838094b62783bc4a4ccf19e9bd89168dc1ab9d | fix: correct the validate registryctl
Ensure the ImageChartStorage is not nil when validate registryctl. | [
{
"change_type": "MODIFY",
"old_path": "apis/goharbor.io/v1alpha3/harbor_types.go",
"new_path": "apis/goharbor.io/v1alpha3/harbor_types.go",
"diff": "@@ -223,7 +223,7 @@ func (spec *HarborSpec) ValidateRegistryController() *field.Error {\n// nodeSelector and tolerations must equal with registry's\n/... | Go | Apache License 2.0 | goharbor/harbor-operator | fix: correct the validate registryctl
Ensure the ImageChartStorage is not nil when validate registryctl.
Signed-off-by: He Weiwei <hweiwei@vmware.com> |
254,890 | 23.03.2021 02:09:09 | 0 | a759bd4953d20f3c3027c4188cb679af3556cb53 | test: add tests for validate methods of HarborSpec
Add tests for ValidateNotary and ValidateRegistryController methods of
HarborSpec | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "apis/goharbor.io/v1alpha3/v1alpha3_suite_test.go",
"diff": "+package v1alpha3_test\n+\n+import (\n+ \"testing\"\n+\n+ . \"github.com/onsi/ginkgo\"\n+ . \"github.com/onsi/gomega\"\n+)\n+\n+func TestV1alpha3(t *testing.T) {\n+ t.Parallel()\n+\n+ R... | Go | Apache License 2.0 | goharbor/harbor-operator | test: add tests for validate methods of HarborSpec
Add tests for ValidateNotary and ValidateRegistryController methods of
HarborSpec
Signed-off-by: He Weiwei <hweiwei@vmware.com> |
254,881 | 24.03.2021 17:31:54 | -28,800 | ae58766eca4f6f8ab499032393fd7e20571e66e0 | fix: remove redis tls spec and set keepPVC as false | [
{
"change_type": "MODIFY",
"old_path": "apis/goharbor.io/v1alpha3/harborcluster_types.go",
"new_path": "apis/goharbor.io/v1alpha3/harborcluster_types.go",
"diff": "@@ -55,10 +55,6 @@ type RedisSpec struct {\n// Default is 10 connections per every CPU as reported by runtime.NumCPU.\nPoolSize int `jso... | Go | Apache License 2.0 | goharbor/harbor-operator | fix: remove redis tls spec and set keepPVC as false
Signed-off-by: chlins <chlins.zhang@gmail.com> |
254,875 | 23.03.2021 15:09:36 | -28,800 | c0322a30b1c5ba975d0559f17198faa8c09f6ccc | feat(ci) remove develop | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/build-dev.yml",
"new_path": ".github/workflows/build-dev.yml",
"diff": "@@ -4,7 +4,6 @@ on:\npush:\nbranches:\n- master\n- - develop\n- release-*\njobs:\n"
},
{
"change_type": "MODIFY",
"old_path": ".github/workflows/codeql-analys... | Go | Apache License 2.0 | goharbor/harbor-operator | feat(ci) remove develop
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,893 | 30.03.2021 12:18:27 | -28,800 | 22aef76dcf8cf8dd4f6a7182f1f6550da62a9903 | doc(README): add status badges
CI
CODEQL
CODACY | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "# Harbor Operator\n+[](https://github.com/goharbor/harbor-operator/actions/workflows/tests.yml)\n+[: add status badges
- CI
- CODEQL
- CODACY |
254,881 | 30.03.2021 22:05:26 | -28,800 | 3dbad4e2ec0d58a939600c336e9ed8832de6c891 | fix: fix incluster redis resources limit not work | [
{
"change_type": "MODIFY",
"old_path": "pkg/cluster/controllers/cache/resource_manager.go",
"new_path": "pkg/cluster/controllers/cache/resource_manager.go",
"diff": "@@ -26,7 +26,7 @@ type ResourceManager interface {\ntype ResourceGetter interface {\nGetCacheCR(ctx context.Context, harborcluster *go... | Go | Apache License 2.0 | goharbor/harbor-operator | fix: fix incluster redis resources limit not work
Signed-off-by: chlins <chlins.zhang@gmail.com> |
254,870 | 05.04.2021 09:23:58 | -28,800 | 9207c5436c67a180c4ce2c42523cd321d962c09f | fix(pg) Psql credential secret NOT FOUND error
Psql credential secret NOT FOUND error | [
{
"change_type": "MODIFY",
"old_path": "pkg/cluster/controllers/database/readiness.go",
"new_path": "pkg/cluster/controllers/database/readiness.go",
"diff": "@@ -41,11 +41,6 @@ func (p *PostgreSQLController) Readiness(ctx context.Context, harborcluster *goh\nname := harborcluster.Name\n- conn, err =... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(pg) Psql credential secret NOT FOUND error
Psql credential secret NOT FOUND error
Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com> |
254,870 | 06.04.2021 21:09:35 | -28,800 | 699fb61ce1792b33e42b69de6502258c74421ffa | fix(database) the core and notary pods cannot start up
The core and notary pods cannot start up when reinstall the Harbor
instance
fix | [
{
"change_type": "MODIFY",
"old_path": "pkg/cluster/controllers/database/readiness.go",
"new_path": "pkg/cluster/controllers/database/readiness.go",
"diff": "@@ -59,12 +59,7 @@ func (p *PostgreSQLController) Readiness(ctx context.Context, harborcluster *goh\nreturn nil, err\n}\n- secret, err := p.De... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(database) the core and notary pods cannot start up
The core and notary pods cannot start up when reinstall the Harbor
instance
fix #528
Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com> |
254,875 | 08.04.2021 19:16:31 | -28,800 | e738f78443547769de28b7984b1c1faec9c1db94 | bump up operator 4.0.6 | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/tests.yml",
"new_path": ".github/workflows/tests.yml",
"diff": "@@ -76,7 +76,7 @@ jobs:\nNOTARYSERVER_DOCKER_IMAGE_2_2_1: ghcr.io/goharbor/notary-server-photon:v2.2.1\nNOTARYSIGNER_DOCKER_IMAGE_2_2_1: ghcr.io/goharbor/notary-signer-photon:v2.... | Go | Apache License 2.0 | goharbor/harbor-operator | bump up operator 4.0.6
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,870 | 12.04.2021 20:40:03 | -28,800 | 187c0de13cdacd8b81d5dc073d63404fc67b7f44 | fix(pg) remove pg default resource define
remove pg default resource define
fix | [
{
"change_type": "MODIFY",
"old_path": "pkg/cluster/controllers/database/utils.go",
"new_path": "pkg/cluster/controllers/database/utils.go",
"diff": "@@ -82,15 +82,6 @@ func (p *PostgreSQLController) GetPostgreResource(harborcluster *goharborv1.Harb\nresources := api.Resources{}\nif harborcluster.Sp... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(pg) remove pg default resource define (#545)
remove pg default resource define
fix #539
Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com>
Co-authored-by: Steven Zou <szou@vmware.com> |
254,890 | 13.04.2021 12:19:04 | -28,800 | 41cb38354178a0b3a2783738fe3c38747def2b04 | fix: only expose needed ports in service of components | [
{
"change_type": "MODIFY",
"old_path": "controllers/goharbor/chartmuseum/services.go",
"new_path": "controllers/goharbor/chartmuseum/services.go",
"diff": "@@ -14,23 +14,31 @@ func (r *Reconciler) GetService(ctx context.Context, chartMuseum *goharborv1.Cha\nname := r.NormalizeName(ctx, chartMuseum.G... | Go | Apache License 2.0 | goharbor/harbor-operator | fix: only expose needed ports in service of components (#551)
Signed-off-by: He Weiwei <hweiwei@vmware.com> |
254,865 | 13.04.2021 15:13:41 | -28,800 | 7f628105a0bfb5cd34174170d52248d5a576b37f | fix(harborcluster): improve the get -o printing columns
fix(harborcluster): improve the get -o printing columns | [
{
"change_type": "MODIFY",
"old_path": "apis/goharbor.io/v1alpha3/harborcluster_types.go",
"new_path": "apis/goharbor.io/v1alpha3/harborcluster_types.go",
"diff": "@@ -183,10 +183,8 @@ const (\nServiceReady HarborClusterConditionType = \"ServiceReady\"\n// ConfigurationReady means the configuration ... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(harborcluster): improve the get -o printing columns (#547)
fix(harborcluster): improve the get -o printing columns
Signed-off-by: wangcanfeng <wangcanfeng@corp.netease.com> |
254,875 | 12.04.2021 19:54:53 | -28,800 | 3d547df4365b30d738bfa58c9791f0724d0674cc | fix kustomize configuration | [
{
"change_type": "MODIFY",
"old_path": "Makefile",
"new_path": "Makefile",
"diff": "@@ -373,6 +373,7 @@ deploy-rbac: go-generate kustomize\ndeployment-generate: go-generate kustomize\n$(KUSTOMIZE) build manifests/cluster > manifests/cluster/deployment.yaml\n+ $(KUSTOMIZE) build manifests/harbor > ma... | Go | Apache License 2.0 | goharbor/harbor-operator | fix kustomize configuration
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,890 | 13.04.2021 14:57:51 | 0 | f907821486326fef7e0029489e39e0867f3c95d8 | fix: set resources of minio from spec of harbor cluster | [
{
"change_type": "MODIFY",
"old_path": "manifests/samples/harbor_core_minio.yaml",
"new_path": "manifests/samples/harbor_core_minio.yaml",
"diff": "@@ -114,19 +114,11 @@ spec:\nvolumesPerServer: 2\nvolumeClaimTemplate:\nspec:\n- storageClassName: standard\naccessModes:\n- ReadWriteOnce\nresources:\n... | Go | Apache License 2.0 | goharbor/harbor-operator | fix: set resources of minio from spec of harbor cluster
Signed-off-by: He Weiwei <hweiwei@vmware.com> |
254,875 | 19.04.2021 09:26:48 | -28,800 | 297c04fd301ca5f97293dabd7cb11217bef6df8c | fix golanglint goerr113 | [
{
"change_type": "MODIFY",
"old_path": ".golangci.yml",
"new_path": ".golangci.yml",
"diff": "@@ -28,7 +28,7 @@ linters:\n- gocritic\n- gocyclo\n- godot\n-# - goerr113\n+ - goerr113\n- gofmt\n- gofumpt\n- goheader\n@@ -73,7 +73,7 @@ linters:\n- paralleltest\n- wrapcheck\n# - errorlint\n- - goerr113\... | Go | Apache License 2.0 | goharbor/harbor-operator | fix golanglint goerr113 (#558)
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,881 | 19.04.2021 13:17:11 | -28,800 | 7f03b59a549e896dd000e453967bdfb76d7885b8 | fix: add redis spec kb comments anno and comments and remove useless fields | [
{
"change_type": "MODIFY",
"old_path": "apis/goharbor.io/v1alpha3/harborcluster_types.go",
"new_path": "apis/goharbor.io/v1alpha3/harborcluster_types.go",
"diff": "@@ -41,6 +41,7 @@ type Cache struct {\n// +kubebuilder:validation:Enum=Redis\nKind string `json:\"kind\"`\n+ // RedisSpec is the specifi... | Go | Apache License 2.0 | goharbor/harbor-operator | fix: add redis spec kb comments anno and comments and remove useless fields (#560)
Signed-off-by: chlins <chlins.zhang@gmail.com> |
254,875 | 20.04.2021 14:30:46 | -28,800 | 796c6d3acd4a8801f77b242c2797f931944656c6 | fix(ingress) ncp portal path | [
{
"change_type": "MODIFY",
"old_path": "controllers/goharbor/harbor/ingresses.go",
"new_path": "controllers/goharbor/harbor/ingresses.go",
"diff": "@@ -266,7 +266,6 @@ func (err ErrInvalidIngressController) Error() string {\nfunc (r *Reconciler) GetCoreIngressRuleValue(ctx context.Context, harbor *g... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(ingress) ncp portal path (#571)
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,875 | 21.04.2021 08:42:44 | -28,800 | ffc42e936c79c11adc66d015a80effc8f9d71ab3 | feat(ci) change image registry | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/build-dev.yml",
"new_path": ".github/workflows/build-dev.yml",
"diff": "@@ -30,6 +30,18 @@ jobs:\nPASSWORD: '${{ secrets.DOCKER_TOKEN }}'\nIMAGE_NAME: goharbor/harbor-operator\nLATEST: 'false'\n+ - name: Docker Build & Push to GHCR\n+ uses: o... | Go | Apache License 2.0 | goharbor/harbor-operator | feat(ci) change image registry (#574)
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,890 | 21.04.2021 08:45:11 | -28,800 | cac18f3eeca704cda4b88d311819378e44bac0e2 | fix: correct the resource limits for the postgres | [
{
"change_type": "MODIFY",
"old_path": "pkg/cluster/controllers/database/utils.go",
"new_path": "pkg/cluster/controllers/database/utils.go",
"diff": "@@ -86,20 +86,10 @@ func (p *PostgreSQLController) GetPostgreResource(harborcluster *goharborv1.Harb\nreturn resources\n}\n- cpu := harborcluster.Spec... | Go | Apache License 2.0 | goharbor/harbor-operator | fix: correct the resource limits for the postgres (#577)
Signed-off-by: He Weiwei <hweiwei@vmware.com> |
254,881 | 21.04.2021 08:48:05 | -28,800 | 163dcfd68c5b8ab5d7856ff10d53ed8a6f82b777 | fix: set http header when put harbor configuration | [
{
"change_type": "MODIFY",
"old_path": "pkg/harbor/configuration.go",
"new_path": "pkg/harbor/configuration.go",
"diff": "@@ -19,6 +19,9 @@ func (c *client) ApplyConfiguration(ctx context.Context, config []byte) error {\nif err != nil {\nreturn fmt.Errorf(\"new request error: %w\", err)\n}\n+ // wit... | Go | Apache License 2.0 | goharbor/harbor-operator | fix: set http header when put harbor configuration (#578)
Signed-off-by: chlins <chlins.zhang@gmail.com> |
254,893 | 21.04.2021 13:54:24 | -28,800 | 958030579a23760dc214ea0600005e1fdabc440a | remove confusing files | [
{
"change_type": "DELETE",
"old_path": ".github/CODEOWNERS",
"new_path": null,
"diff": "-@goharbor/harbor-operator-dev\n-\n-README.md @goharbor/harbor-operator-dev @mhurtrel\n"
}
] | Go | Apache License 2.0 | goharbor/harbor-operator | remove confusing files (#582)
Signed-off-by: Steven Zou <szou@vmware.com> |
254,893 | 21.04.2021 19:35:10 | -28,800 | e531143f9763066f5314b7fbadfa82277cd3c543 | fix(kustomization):rm minio console deployment | [
{
"change_type": "MODIFY",
"old_path": "manifests/cluster/deployment.yaml",
"new_path": "manifests/cluster/deployment.yaml",
"diff": "@@ -5,9 +5,6 @@ metadata:\ngoharbor.io/deploy-engine: Kustomization\ngoharbor.io/deploy-mode: cluster\ngoharbor.io/operator-version: v1.0.0\n- operator.min.io/authors... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(kustomization):rm minio console deployment (#585)
Signed-off-by: Steven Zou <szou@vmware.com> |
254,875 | 22.04.2021 10:15:13 | -28,800 | d35040d6b3113eb0c6f5b5f4bddc52bda531aa26 | feat(ci) fix sample | [
{
"change_type": "MODIFY",
"old_path": "Makefile",
"new_path": "Makefile",
"diff": "@@ -390,7 +390,7 @@ sample-redis: kustomize\n.PHONY: sample-github-secret\nsample-github-secret:\n- ! test -z $(GITHUB_TOKEN)\n+ test -z \"$(GITHUB_TOKEN)\" || \\\nkubectl create secret generic \\\ngithub-credentials... | Go | Apache License 2.0 | goharbor/harbor-operator | feat(ci) fix sample (#587)
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,881 | 21.04.2021 09:38:01 | -28,800 | d7b55338b244218ce19c780790ba19a944b4b5db | docs: add in-cluster redis backup document | [
{
"change_type": "MODIFY",
"old_path": "docs/LCM/backup-redis-data.md",
"new_path": "docs/LCM/backup-redis-data.md",
"diff": "Documentation shown here guides you how to backup the Redis data.\n-TBD\n+## Step 1\n+\n+Get redis password from harborcluster namespace.\n+\n+```bash\n+$ kubectl get secret ... | Go | Apache License 2.0 | goharbor/harbor-operator | docs: add in-cluster redis backup document
Signed-off-by: chlins <chlins.zhang@gmail.com> |
254,881 | 22.04.2021 17:18:56 | -28,800 | a71263b1a5c067f7b536aa4f1b21d2fc80c0a025 | docs: add day2 configuration document | [
{
"change_type": "MODIFY",
"old_path": "docs/configurations/day2-config.md",
"new_path": "docs/configurations/day2-config.md",
"diff": "# Day2 configurations\n-TBD\n+## Step 1\n+\n+First you need to prepare a config map to provide your harbor configurations, apply the config map in the same namespac... | Go | Apache License 2.0 | goharbor/harbor-operator | docs: add day2 configuration document (#590)
Signed-off-by: chlins <chlins.zhang@gmail.com> |
254,875 | 22.04.2021 22:28:42 | -28,800 | ea8fe8a159bc2b32411ea7473352670714d4e6f8 | doc(config) add resource-configurations.md | [
{
"change_type": "MODIFY",
"old_path": "docs/configurations/resource-configurations.md",
"new_path": "docs/configurations/resource-configurations.md",
"diff": "# Resource configurations\n-TBD\n+## common config\n+\n+- for install by kustomize build, change file config/config/config.yaml\n+- for inst... | Go | Apache License 2.0 | goharbor/harbor-operator | doc(config) add resource-configurations.md (#583)
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,893 | 22.04.2021 22:35:28 | -28,800 | 68c1e7a69136ffe1d0a68dacd0adc797f623db14 | fix(webhook):revise in-cluster storage webhook
fix | [
{
"change_type": "MODIFY",
"old_path": "apis/goharbor.io/v1alpha3/harborcluster_webhook.go",
"new_path": "apis/goharbor.io/v1alpha3/harborcluster_webhook.go",
"diff": "@@ -29,11 +29,16 @@ import (\n\"sigs.k8s.io/controller-runtime/pkg/webhook\"\n)\n+const (\n+ // The minimal number of volumes create... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(webhook):revise in-cluster storage webhook (#593)
fix #554
Signed-off-by: Steven Zou <szou@vmware.com> |
254,890 | 23.04.2021 15:45:11 | -28,800 | 6a229c8d168c57ea721385eeaefa66ef96ebfe5a | fix: make registryctl depend on config of registry | [
{
"change_type": "MODIFY",
"old_path": "controllers/goharbor/registryctl/resources.go",
"new_path": "controllers/goharbor/registryctl/resources.go",
"diff": "@@ -7,6 +7,7 @@ import (\nserrors \"github.com/goharbor/harbor-operator/pkg/controller/errors\"\n\"github.com/goharbor/harbor-operator/pkg/res... | Go | Apache License 2.0 | goharbor/harbor-operator | fix: make registryctl depend on config of registry (#594)
Signed-off-by: He Weiwei <hweiwei@vmware.com> |
254,870 | 23.04.2021 15:50:31 | -28,800 | 48280380646c56600d66f0d96aea77afe2fdbb7c | fix(pg) add pg default resource config
add pg default resource config
fix | [
{
"change_type": "MODIFY",
"old_path": "manifests/cluster/deployment.yaml",
"new_path": "manifests/cluster/deployment.yaml",
"diff": "@@ -21178,6 +21178,8 @@ data:\nconnection_pooler_image: registry.opensource.zalan.do/acid/pgbouncer:master-7\ndb_hosted_zone: db.example.com\ndebug_logging: \"true\"\... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(pg) add pg default resource config (#579)
add pg default resource config
fix #539
Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com> |
254,870 | 24.04.2021 16:39:14 | -28,800 | 9606f48fa0457b4e6130fac50a1b72107947cb65 | fix(pg) add postgress kb annotation and comments
add postgress kb annotation and comments
fixed | [
{
"change_type": "MODIFY",
"old_path": "apis/goharbor.io/v1alpha3/harborcluster_types.go",
"new_path": "apis/goharbor.io/v1alpha3/harborcluster_types.go",
"diff": "@@ -95,12 +95,19 @@ type Database struct {\ntype PostgresSQLSpec struct {\nharbormetav1.ImageSpec `json:\",inline\"`\n+ // Storage defin... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(pg) add postgress kb annotation and comments (#559)
add postgress kb annotation and comments
fixed #552
Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com> |
254,875 | 27.04.2021 15:25:12 | -28,800 | 6a67475dec67256655b0d5b0b72ca5d73ae927d9 | fix(crd) remove useless EncryptionKeyRef | [
{
"change_type": "MODIFY",
"old_path": "apis/goharbor.io/v1alpha3/harbor_types.go",
"new_path": "apis/goharbor.io/v1alpha3/harbor_types.go",
"diff": "@@ -188,11 +188,6 @@ type HarborSpec struct {\n// +kubebuilder:validation:Pattern=\"[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(crd) remove useless EncryptionKeyRef
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,893 | 28.04.2021 14:15:48 | -28,800 | ba4e811f1a5101bd0070905341f07e49c73c5402 | doc(console):add doc for enabling minio console
add doc for how to enable the minio console
add console doc link in the README
rename resource configurations to operator configurations
add words for checkout code to the specified branch/tag
fix | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -111,7 +111,8 @@ NOTES:\n* [Delete Harbor cluster](./docs/LCM/cluster-deletion.md)\n* [Backup data](./docs/LCM/backup-data.md)\n* [Useful Makefile Targets](./docs/makefile.md)\n-* [Resource configurations](./doc... | Go | Apache License 2.0 | goharbor/harbor-operator | doc(console):add doc for enabling minio console (#618)
- add doc for how to enable the minio console
- add console doc link in the README
- rename resource configurations to operator configurations
- add words for checkout code to the specified branch/tag
Signed-off-by: Steven Zou <szou@vmware.com>
fix #599 |
254,890 | 28.04.2021 17:21:01 | -28,800 | 6dcbdc96698a1c727f89b1db4a7ce22b5cefe1e5 | refactor: create the minio bucket by the job
Create the minio bucket by the job in the target namespace of the harbor
to avoid problem when network is not accessable between operator and
harbor namespaces. | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/tests.yml",
"new_path": ".github/workflows/tests.yml",
"diff": "@@ -298,7 +298,7 @@ jobs:\ncd ..\nkubectl -n cluster-sample-ns patch deploy harborcluster-sample-harbor-harbor-core -p '{\"spec\":{\"template\":{\"spec\":{\"containers\":[{\"name... | Go | Apache License 2.0 | goharbor/harbor-operator | refactor: create the minio bucket by the job (#620)
Create the minio bucket by the job in the target namespace of the harbor
to avoid problem when network is not accessable between operator and
harbor namespaces.
Signed-off-by: He Weiwei <hweiwei@vmware.com> |
254,890 | 29.04.2021 08:29:42 | -28,800 | 2b24d02c86a66a943c8ee79aa129ac969a775f9f | docs: add doc about upgrade harbor cluster | [
{
"change_type": "MODIFY",
"old_path": "docs/LCM/upgrade-cluster.md",
"new_path": "docs/LCM/upgrade-cluster.md",
"diff": "# How to upgrade your Harbor cluster\n-TBD\n+The harbor operator only serves a specific version of the harbor and allows to upgrade the harbor cluster instances from the old vers... | Go | Apache License 2.0 | goharbor/harbor-operator | docs: add doc about upgrade harbor cluster (#621)
Signed-off-by: He Weiwei <hweiwei@vmware.com> |
254,893 | 29.04.2021 15:12:53 | -28,800 | 9b2fa07e025a4ceed1d0c30e29c097f03e418924 | doc(installation):add doc for custimizing storage,db and cache
add storage, db and cache customization doc in the README
also fix | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -105,6 +105,7 @@ NOTES:\n* [Installation](./docs/installation/installation.md)\n* [CRD references](./docs/CRD/custom-resource-definition.md)\n* [Manifests references](./docs/manifests-reference.md)\n+* [Customiz... | Go | Apache License 2.0 | goharbor/harbor-operator | doc(installation):add doc for custimizing storage,db and cache (#623)
- add storage, db and cache customization doc in the README
also fix #615
Signed-off-by: Steven Zou <szou@vmware.com> |
254,893 | 29.04.2021 16:06:36 | -28,800 | 8481e684371f413894aef9d819e4f5ad9fe86495 | fix(samples):revise errors in sample manifest | [
{
"change_type": "MODIFY",
"old_path": "manifests/samples/standard_stack.yaml",
"new_path": "manifests/samples/standard_stack.yaml",
"diff": "@@ -170,7 +170,7 @@ spec:\nselfSigned: {}\n---\napiVersion: goharbor.io/v1alpha3\n-kind: Harbor\n+kind: HarborCluster\nmetadata:\nlabels:\nsample: \"true\"\n@... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(samples):revise errors in sample manifest (#624)
Signed-off-by: Steven Zou <szou@vmware.com> |
254,893 | 29.04.2021 18:52:24 | -28,800 | 0592321d8cc5eea779d0e8a6b42e911b5c2ec869 | fix(config):handle empty redis password
handle empty redis password for js
handle empty redis password for registry
handle empty redis password for chartmuseum
also fix | [
{
"change_type": "MODIFY",
"old_path": "config/config/assets/jobservice-config.yaml.tmpl",
"new_path": "config/config/assets/jobservice-config.yaml.tmpl",
"diff": "@@ -18,7 +18,11 @@ worker_pool:\nbackend: \"redis\"\nredis_pool:\n+{{- if .Spec.WorkerPool.Redis.PasswordRef }}\nredis_url: {{ \"redis-p... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(config):handle empty redis password (#625)
- handle empty redis password for js
- handle empty redis password for registry
- handle empty redis password for chartmuseum
Signed-off-by: Steven Zou <szou@vmware.com>
also fix #608 |
254,890 | 30.04.2021 21:34:43 | -28,800 | daeb48b754469a0a4a4c52da48f6b7306397d590 | fix: remove the scale subresource for registry resource | [
{
"change_type": "MODIFY",
"old_path": "apis/goharbor.io/v1alpha3/registry_types.go",
"new_path": "apis/goharbor.io/v1alpha3/registry_types.go",
"diff": "@@ -15,7 +15,6 @@ import (\n// +k8s:openapi-gen=true\n// +resource:path=registry\n// +kubebuilder:subresource:status\n-// +kubebuilder:subresource... | Go | Apache License 2.0 | goharbor/harbor-operator | fix: remove the scale subresource for registry resource (#628)
Signed-off-by: He Weiwei <hweiwei@vmware.com> |
254,890 | 30.04.2021 22:02:44 | -28,800 | cae4dc97047ae699120268dee7d5717102a7b2af | docs: add doc of perf | [
{
"change_type": "MODIFY",
"old_path": "docs/perf/simple-perf-comprasion.md",
"new_path": "docs/perf/simple-perf-comprasion.md",
"diff": "# Performance\n-TBD\n+This document includes the performance of the pull/push for the Harbor deployed by the Harbor operator.\n+\n+## Environment\n+\n+The Harbor ... | Go | Apache License 2.0 | goharbor/harbor-operator | docs: add doc of perf (#629)
Signed-off-by: He Weiwei <hweiwei@vmware.com> |
254,890 | 03.05.2021 09:29:37 | -28,800 | 2bbc1767c1a0469975e4451e4dc66f2107e57d14 | feat: set ttlSecondsAfterFinished for job of init bucket | [
{
"change_type": "MODIFY",
"old_path": "pkg/cluster/controllers/storage/job.go",
"new_path": "pkg/cluster/controllers/storage/job.go",
"diff": "@@ -3,6 +3,7 @@ package storage\nimport (\n\"context\"\n\"fmt\"\n+ \"time\"\ngoharborv1 \"github.com/goharbor/harbor-operator/apis/goharbor.io/v1alpha3\"\n\... | Go | Apache License 2.0 | goharbor/harbor-operator | feat: set ttlSecondsAfterFinished for job of init bucket (#631)
Signed-off-by: He Weiwei <hweiwei@vmware.com> |
254,878 | 03.05.2021 21:32:31 | -28,800 | 2d63325cadf3b569c5e302b20262b2ed3a99e4ab | feature(doc): backup minio data
* feature(doc): backup minio data doc
* feature(doc): get minio access from secret
As it's doc PR, directly merged. | [
{
"change_type": "MODIFY",
"old_path": "docs/LCM/backup-minio-data.md",
"new_path": "docs/LCM/backup-minio-data.md",
"diff": "Documentation shown here guides you how to backup the Minio data.\n-TBD\n+## Prerequisites\n+\n+1. You need to install [mc]( https://docs.min.io/docs/minio-client-complete-gu... | Go | Apache License 2.0 | goharbor/harbor-operator | feature(doc): backup minio data (#627)
* feature(doc): backup minio data doc
Signed-off-by: soulseen <zhuxiaoyang1996@gmail.com>
* feature(doc): get minio access from secret
Signed-off-by: soulseen <zhuxiaoyang1996@gmail.com>
As it's doc PR, directly merged. |
254,893 | 03.05.2021 22:09:07 | -28,800 | a560052b5d5d5bd0aef26356bf932a09905e95ee | doc(backup):add notes to the backup docs | [
{
"change_type": "MODIFY",
"old_path": "docs/LCM/backup-minio-data.md",
"new_path": "docs/LCM/backup-minio-data.md",
"diff": "# Backup Minio data\n-Documentation shown here guides you how to backup the Minio data.\n+Documentation shown here guides you how to backup the `Minio` data.\n+\n+>NOTES: The... | Go | Apache License 2.0 | goharbor/harbor-operator | doc(backup):add notes to the backup docs (#632)
Signed-off-by: Steven Zou <szou@vmware.com> |
254,875 | 18.05.2021 17:52:03 | -28,800 | 12815e6bb0833523b1f86c23c3373a1c42ae4f9a | fix(version) notaryserver.go | [
{
"change_type": "MODIFY",
"old_path": "controllers/goharbor/harbor/notaryserver.go",
"new_path": "controllers/goharbor/harbor/notaryserver.go",
"diff": "@@ -107,7 +107,6 @@ func (r *Reconciler) GetNotaryServerCertificate(ctx context.Context, harbor *goh\nObjectMeta: metav1.ObjectMeta{\nName: r.Norm... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(version) notaryserver.go (#656)
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,870 | 02.06.2021 15:20:58 | -28,800 | 055b6b5d248863101467f179f3c3e27b0c6065b4 | fix(database) set ref pg secret owner
fixed | [
{
"change_type": "MODIFY",
"old_path": "pkg/cluster/controllers/database/readiness.go",
"new_path": "pkg/cluster/controllers/database/readiness.go",
"diff": "@@ -67,6 +67,14 @@ func (p *PostgreSQLController) Readiness(ctx context.Context, harborcluster *goh\nreturn nil, err\n}\n+ if err := p.SetRefS... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(database) set ref pg secret owner (#662)
fixed #660
Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com> |
254,893 | 15.06.2021 09:39:35 | -28,800 | 773796410c88a3a582949228509621783da122ae | doc(readme): update versioning and compatibility matrix
fix | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -60,11 +60,11 @@ Versions of the underlying components are listed below:\n| Components | Harbor | MinIO operator | PostgreSQL operator | Redis operator |\n|---------------|-------------------|----------------|--... | Go | Apache License 2.0 | goharbor/harbor-operator | doc(readme): update versioning and compatibility matrix (#675)
Signed-off-by: Steven Zou <szou@vmware.com>
fix #673 |
254,875 | 16.06.2021 18:09:01 | -28,800 | a9a269d86ac28ab1ec9916edb733898007e528e4 | feat(api) upgrade ingress api from v1beta to v1 | [
{
"change_type": "MODIFY",
"old_path": "apis/goharbor.io/v1alpha3/harbor_types.go",
"new_path": "apis/goharbor.io/v1alpha3/harbor_types.go",
"diff": "@@ -652,12 +652,12 @@ func (err ErrUnsupportedComponent) Error() string {\nreturn fmt.Sprintf(\"%s is not supported\", harbormetav1.ComponentWithTLS(e... | Go | Apache License 2.0 | goharbor/harbor-operator | feat(api) upgrade ingress api from v1beta to v1
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,890 | 03.07.2021 17:18:43 | -28,800 | 89ee3049ff380979820532be595319ab0b91fcfd | fix: remove ttl for job of creating bucket | [
{
"change_type": "MODIFY",
"old_path": "pkg/cluster/controllers/storage/job.go",
"new_path": "pkg/cluster/controllers/storage/job.go",
"diff": "@@ -3,7 +3,6 @@ package storage\nimport (\n\"context\"\n\"fmt\"\n- \"time\"\ngoharborv1 \"github.com/goharbor/harbor-operator/apis/goharbor.io/v1beta1\"\n\"... | Go | Apache License 2.0 | goharbor/harbor-operator | fix: remove ttl for job of creating bucket (#694)
Signed-off-by: He Weiwei <hweiwei@vmware.com> |
254,893 | 30.06.2021 14:21:02 | -28,800 | 047072b4021c3de0642063b2cc665f833eeeaea8 | doc(Readme): add release plan sections
add release plan 1.1
add release plan 1.2 | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -50,6 +50,11 @@ Harbor deployment stack is controlled by a custom Harbor resource `HarborCluster\n* Container image path rewriting\n* Transparent proxy cache settings\n+## Replease plans\n+\n+* [Release 1.1](htt... | Go | Apache License 2.0 | goharbor/harbor-operator | doc(Readme): add release plan sections
- add release plan 1.1
- add release plan 1.2 |
254,875 | 13.07.2021 14:10:28 | -28,800 | 599e7a12a4796570f551267cdc61b4eeeeb05cab | fix(ci) support certmanager 1.4 | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/tests.yml",
"new_path": ".github/workflows/tests.yml",
"diff": "@@ -144,7 +144,7 @@ jobs:\ncertManager:\n- \"1.1.1\"\n# - \"1.2.0\"\n- - \"1.3.1\"\n+ - \"1.4.0\"\n# https://snapcraft.io/microk8s\nk8sVersion:\n@@ -221,6 +221,8 @@ jobs:\nexit 1... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(ci) support certmanager 1.4 (#697)
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,878 | 14.07.2021 10:31:39 | -28,800 | a0db41fe34264c1dedddc69e53f188d648110798 | optimization of log consist
optimization of log consist | [
{
"change_type": "MODIFY",
"old_path": "controllers/goharbor/configuration/reconciler.go",
"new_path": "controllers/goharbor/configuration/reconciler.go",
"diff": "@@ -6,10 +6,9 @@ import (\n\"fmt\"\n\"time\"\n- \"github.com/go-logr/logr\"\ngoharborv1 \"github.com/goharbor/harbor-operator/apis/gohar... | Go | Apache License 2.0 | goharbor/harbor-operator | optimization of log consist (#689)
optimization of log consist
Signed-off-by: soulseen <zhuxiaoyang1996@gmail.com> |
254,870 | 21.07.2021 13:36:50 | -28,800 | 628c523ea79ed577bb35074143e89038d981adb6 | feat(lb) support to expost service loadbalance
support to expost service loadbalance
fixed | [
{
"change_type": "MODIFY",
"old_path": "apis/goharbor.io/v1alpha3/harbor_types.go",
"new_path": "apis/goharbor.io/v1alpha3/harbor_types.go",
"diff": "@@ -684,8 +684,6 @@ type HarborExposeComponentSpec struct {\n// +kubebuilder:validation:Optional\nIngress *HarborExposeIngressSpec `json:\"ingress,omi... | Go | Apache License 2.0 | goharbor/harbor-operator | feat(lb) support to expost service loadbalance (#696)
support to expost service loadbalance
fixed #178
Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com> |
254,875 | 22.07.2021 10:46:50 | -28,800 | d3d7cacab1a193f14470c69d5cd61c169bb116ce | fix k8s version | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/tests.yml",
"new_path": ".github/workflows/tests.yml",
"diff": "@@ -137,8 +137,8 @@ jobs:\n# https://snapcraft.io/microk8s\nk8sVersion:\n- \"1.19.11\"\n- - \"1.20.2\"\n- - \"1.21.1\"\n+ - \"1.20.7\"\n+ - \"1.21.2\"\ningress:\n- \"0.46.0\"\n@@... | Go | Apache License 2.0 | goharbor/harbor-operator | fix k8s version (#709)
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,893 | 22.07.2021 14:36:26 | -28,800 | 6208eb3ce874e8a80e33760f2b5e6559880bbbee | sys(stale): add stale configurations
add stale configurations | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".github/stale.yml",
"diff": "+# Number of days of inactivity before an issue becomes stale\n+daysUntilStale: 60\n+# Number of days of inactivity before a stale issue is closed\n+daysUntilClose: 7\n+# Issues with these labels will never be consid... | Go | Apache License 2.0 | goharbor/harbor-operator | sys(stale): add stale configurations
add stale configurations |
254,890 | 22.07.2021 08:06:34 | 0 | cc9952eba17e37d5d7a756898fc5c06a54d6817c | fix: add missing component spec copy for exporter | [
{
"change_type": "MODIFY",
"old_path": "apis/goharbor.io/v1alpha3/harbor_types.go",
"new_path": "apis/goharbor.io/v1alpha3/harbor_types.go",
"diff": "@@ -49,7 +49,6 @@ func (h *Harbor) GetComponentSpec(ctx context.Context, component harbormetav1.Co\n}\nfunc (h *Harbor) deepCopyComponentSpecInto(_ co... | Go | Apache License 2.0 | goharbor/harbor-operator | fix: add missing component spec copy for exporter
Signed-off-by: He Weiwei <hweiwei@vmware.com> |
254,890 | 27.07.2021 10:55:35 | -28,800 | af83486e8e369a97a0c3c105f77e7c4176413e60 | fix: let jobservice of exporter be optional | [
{
"change_type": "MODIFY",
"old_path": "apis/goharbor.io/v1beta1/exporter_types.go",
"new_path": "apis/goharbor.io/v1beta1/exporter_types.go",
"diff": "@@ -56,8 +56,8 @@ type ExporterSpec struct {\n// +kubebuilder:validation:Required\nDatabase ExporterDatabaseSpec `json:\"database\"`\n- // +kubebuil... | Go | Apache License 2.0 | goharbor/harbor-operator | fix: let jobservice of exporter be optional (#722)
Signed-off-by: He Weiwei <hweiwei@vmware.com> |
254,875 | 28.07.2021 23:42:47 | -28,800 | 9084bb84d02aa9a731613002480215f240770f26 | add v1beta1 sample | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/tests.yml",
"new_path": ".github/workflows/tests.yml",
"diff": "@@ -144,8 +144,8 @@ jobs:\n- \"0.46.0\"\nsamples:\n- - \"full_stack.yaml\"\n- - \"standard_stack_fs.yaml\"\n+ - \"full_stack_v1beta1.yaml\"\n+ - \"standard_stack_fs_v1beta1.yaml\... | Go | Apache License 2.0 | goharbor/harbor-operator | add v1beta1 sample
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,875 | 29.07.2021 17:30:23 | -28,800 | 5abfbdc7d3db49df153814a5b443b008a5ee6ed1 | fix go version in CI charts | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/build-dev.yml",
"new_path": ".github/workflows/build-dev.yml",
"diff": "@@ -46,6 +46,9 @@ jobs:\ncharts:\nruns-on: ubuntu-latest\nsteps:\n+ - uses: actions/setup-go@v2\n+ with:\n+ go-version: 1.16\n- uses: actions/checkout@v2\n- name: Package... | Go | Apache License 2.0 | goharbor/harbor-operator | fix go version in CI charts
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,879 | 05.08.2021 17:59:29 | -7,200 | 6195bc8a2582300139130fcaf9c54d81e6d85bd3 | fix(Makefile): fix kubebuilder installation | [
{
"change_type": "MODIFY",
"old_path": "Makefile",
"new_path": "Makefile",
"diff": "@@ -558,9 +558,8 @@ kubebuilder:\n$(KUBEBUILDER):\n$(MAKE) $(BIN)\n# https://kubebuilder.io/quick-start.html#installation\n- curl -sSL \"https://go.kubebuilder.io/dl/$(KUBEBUIDER_VERSION)/$$(go env GOOS)/$$(go env GO... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(Makefile): fix kubebuilder installation
Signed-off-by: Thomas Coudert <thomas.coudert@ovhcloud.com> |
254,893 | 11.08.2021 18:15:01 | -28,800 | 36567d3c835df562e3ddd63be8205188794dcc0e | doc(README):update README to reflect latest changes | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -29,8 +29,9 @@ Harbor deployment stack is controlled by a custom Harbor resource `HarborCluster\n* Add the optional Harbor components\n* Support upgrading the managed Harbor registry version\n* Deletes all the l... | Go | Apache License 2.0 | goharbor/harbor-operator | doc(README):update README to reflect latest changes (#740)
Signed-off-by: Steven Zou <szou@vmware.com> |
254,875 | 11.08.2021 18:23:37 | -28,800 | f428219ddb5ca26cedbf914559c24928577cb7c6 | feat(ci) update tools version | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/tests.yml",
"new_path": ".github/workflows/tests.yml",
"diff": "@@ -132,16 +132,16 @@ jobs:\ncertManager:\n- \"1.1.1\"\n# - \"1.2.0\"\n- - \"1.4.0\"\n+ - \"1.4.3\"\n- # https://snapcraft.io/microk8s\n+ # https://github.com/kubernetes-sigs/kin... | Go | Apache License 2.0 | goharbor/harbor-operator | feat(ci) update tools version
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,879 | 12.08.2021 08:02:50 | -7,200 | 53ca0ac1802bd99265770fe79b9d6dc52bf5c7f4 | doc(Development): Remove cert-manager deployment | [
{
"change_type": "MODIFY",
"old_path": "docs/development.md",
"new_path": "docs/development.md",
"diff": "@@ -30,15 +30,6 @@ make dev-tools\n### Services\n- [Kubernetes cluster](https://kubernetes.io). You can order a Kubernetes cluster on [ovh.com](https://www.ovh.com/fr/public-cloud/kubernetes/). ... | Go | Apache License 2.0 | goharbor/harbor-operator | doc(Development): Remove cert-manager deployment (#735)
Signed-off-by: Thomas Coudert <thomas.coudert@ovhcloud.com> |
254,890 | 16.08.2021 13:45:34 | -28,800 | c6e2642c26eeac5e33161862a50c8e88aed71295 | fix: let backend port in notary ingress depend on internal tls | [
{
"change_type": "MODIFY",
"old_path": "controllers/goharbor/harbor/ingresses.go",
"new_path": "controllers/goharbor/harbor/ingresses.go",
"diff": "@@ -7,7 +7,6 @@ import (\ngoharborv1 \"github.com/goharbor/harbor-operator/apis/goharbor.io/v1beta1\"\nharbormetav1 \"github.com/goharbor/harbor-operato... | Go | Apache License 2.0 | goharbor/harbor-operator | fix: let backend port in notary ingress depend on internal tls (#744)
Signed-off-by: He Weiwei <hweiwei@vmware.com> |
254,881 | 20.08.2021 10:43:11 | -28,800 | 69527e6e00af19db1f2dbd1e974382079696289a | fix(configuration): clean status reason when reconcile success | [
{
"change_type": "MODIFY",
"old_path": "controllers/goharbor/configuration/reconciler.go",
"new_path": "controllers/goharbor/configuration/reconciler.go",
"diff": "@@ -74,8 +74,11 @@ func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (res ctrl.\ndefer func() {\nif err != nil {\nhc... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(configuration): clean status reason when reconcile success (#752)
Signed-off-by: chlins <chlins.zhang@gmail.com> |
254,875 | 20.08.2021 16:46:35 | -28,800 | 1b2132d1933647f6b8600c04106b938f575ecdb6 | feat(release) update version in docs | [
{
"change_type": "MODIFY",
"old_path": "docs/installation/by-helm-chart.md",
"new_path": "docs/installation/by-helm-chart.md",
"diff": "@@ -35,14 +35,14 @@ There are several ways to get the Harbor operator helm chart:\n```shell\ngit clone https://github.com/goharbor/harbor-operator.git && \\\ncd har... | Go | Apache License 2.0 | goharbor/harbor-operator | feat(release) update version in docs
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,875 | 21.08.2021 22:59:45 | -28,800 | f5054e8c8531bd1c58afc210c1ab74920e6eee2a | fix(ci) image in kustomization.yaml | [
{
"change_type": "MODIFY",
"old_path": "manifests/cluster/deployment.yaml",
"new_path": "manifests/cluster/deployment.yaml",
"diff": "@@ -34637,7 +34637,7 @@ spec:\nfieldPath: metadata.namespace\n- name: CONFIGURATION_FROM\nvalue: env,file:/etc/harbor-operator/config.yaml\n- image: heww/harbor-opera... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(ci) image in kustomization.yaml
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,893 | 23.08.2021 14:45:18 | -28,800 | 598dbdb1cdaf53c176bd662c1628c6c17839f7c2 | doc(README):update release plan
remove release 1.1
add release plan 1.3 | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -51,8 +51,8 @@ Harbor deployment stack is controlled by a custom Harbor resource `HarborCluster\n## Release plans\n-* [Release 1.1](https://github.com/goharbor/harbor-operator/projects/8)\n* [Release 1.2](https:... | Go | Apache License 2.0 | goharbor/harbor-operator | doc(README):update release plan
- remove release 1.1
- add release plan 1.3 |
254,870 | 07.09.2021 21:19:02 | -28,800 | 13b36635f1704da94fb567145251dee3da5db1aa | revert(lb) revert loadblance from 1.0 | [
{
"change_type": "MODIFY",
"old_path": "apis/goharbor.io/v1beta1/harbor_types.go",
"new_path": "apis/goharbor.io/v1beta1/harbor_types.go",
"diff": "@@ -662,9 +662,6 @@ type HarborExposeSpec struct {\n// +kubebuilder:validation:Optional\n// The ingress of the notary, required when notary component en... | Go | Apache License 2.0 | goharbor/harbor-operator | revert(lb) revert loadblance from 1.0
Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com> |
254,879 | 24.09.2021 07:22:08 | -7,200 | 7e1acc40f6b26a62ca02a2f64ea94b4d97c1d704 | fix(Makefile): Set default ingress class when installing nginx-ingress with helm | [
{
"change_type": "MODIFY",
"old_path": "Makefile",
"new_path": "Makefile",
"diff": "@@ -455,7 +455,8 @@ ingress: helm\n$(HELM) repo add ingress-nginx https://kubernetes.github.io/ingress-nginx # https://github.com/kubernetes/ingress-nginx/tree/master/charts/ingress-nginx#get-repo-info\n$(HELM) upgra... | Go | Apache License 2.0 | goharbor/harbor-operator | fix(Makefile): Set default ingress class when installing nginx-ingress with helm (#775)
Signed-off-by: Thomas Coudert <thomas.coudert@ovhcloud.com> |
254,875 | 28.09.2021 16:43:13 | -28,800 | 8fc120d917f78633c5ef6e4b63d94de420fe71c8 | fix RELEASE_VERSION in docker image | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/build-dev.yml",
"new_path": ".github/workflows/build-dev.yml",
"diff": "@@ -18,7 +18,7 @@ jobs:\nrun: |\nmkdir ./target\necho -n \"dev_${GITHUB_REF##refs/*/}\" > ./target/TAG_NAME\n- make dist/harbor-operator_linux_amd64/manager GIT_COMMIT=${... | Go | Apache License 2.0 | goharbor/harbor-operator | fix RELEASE_VERSION in docker image
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,893 | 28.09.2021 18:50:16 | -28,800 | 2b3aae4274ae8414e6ee7f93b96ee15d54b0df26 | doc(tutorial):update the outdated guides info
fix | [
{
"change_type": "MODIFY",
"old_path": "docs/installation/kustomization-all-in-one.md",
"new_path": "docs/installation/kustomization-all-in-one.md",
"diff": "@@ -8,7 +8,7 @@ The installation guide documented here help you deploy Harbor operator stack wit\nfor more information). For local development... | Go | Apache License 2.0 | goharbor/harbor-operator | doc(tutorial):update the outdated guides info
fix #759
Signed-off-by: Steven Zou <szou@vmware.com> |
254,875 | 02.11.2021 10:14:23 | -28,800 | 32b3914fd8dcbc795df9a5279466571fd45f5bb2 | feat(doc) update doc typo | [
{
"change_type": "MODIFY",
"old_path": "docs/installation/enable_minio_console.md",
"new_path": "docs/installation/enable_minio_console.md",
"diff": "@@ -67,7 +67,7 @@ After a short while, the console pod will be ready then.\n```shell\n# Check console pod status\n-k8s get pods --selector=app=console... | Go | Apache License 2.0 | goharbor/harbor-operator | feat(doc) update doc typo
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,881 | 19.10.2021 15:08:51 | -28,800 | f19ac81575b079300e3834d52a864ea9aa49621a | fix: add redis cluster role patch to be compatible with openshift | [
{
"change_type": "MODIFY",
"old_path": "charts/harbor-operator/charts/redisoperator/templates/rbac.yaml",
"new_path": "charts/harbor-operator/charts/redisoperator/templates/rbac.yaml",
"diff": "@@ -36,6 +36,8 @@ rules:\n- endpoints\n- events\n- configmaps\n+ - persistentvolumeclaims\n+ - persistentv... | Go | Apache License 2.0 | goharbor/harbor-operator | fix: add redis cluster role patch to be compatible with openshift
Signed-off-by: chlins <chenyuzh@vmware.com> |
254,875 | 26.10.2021 08:27:16 | -28,800 | cbcfec046b81d191ca3e4529ccff164eea2c291a | fix core token when using "https://IP:port" as the external URL | [
{
"change_type": "MODIFY",
"old_path": "controllers/goharbor/harbor/core.go",
"new_path": "controllers/goharbor/harbor/core.go",
"diff": "@@ -251,7 +251,7 @@ func (r *Reconciler) GetCoreTokenCertificate(ctx context.Context, harbor *goharb\nAlgorithm: certv1.RSAKeyAlgorithm,\nSize: CoreTokenServiceDe... | Go | Apache License 2.0 | goharbor/harbor-operator | fix core token when using "https://IP:port" as the external URL
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,875 | 26.10.2021 08:50:50 | -28,800 | 1565a88a69440a870ee3ffc6a6c4c9e612d78b9f | remove dns name from externalURL in tokencert | [
{
"change_type": "MODIFY",
"old_path": "controllers/goharbor/harbor/core.go",
"new_path": "controllers/goharbor/harbor/core.go",
"diff": "@@ -231,11 +231,6 @@ func (r *Reconciler) GetCoreTokenCertificate(ctx context.Context, harbor *goharb\nname := r.NormalizeName(ctx, harbor.GetName(), controllers.... | Go | Apache License 2.0 | goharbor/harbor-operator | remove dns name from externalURL in tokencert
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
254,875 | 12.11.2021 11:57:09 | -28,800 | 6e2b2c2e1f21cfe503a103b08acdc0cb7e05d1a4 | remove push_cnab test in CI
push_cnab test need to pull docker image from dockerhub, which meet rate limitation sometime | [
{
"change_type": "MODIFY",
"old_path": ".github/scripts/apidb_test.sh",
"new_path": ".github/scripts/apidb_test.sh",
"diff": "@@ -13,7 +13,7 @@ sed -i '15i\\ ${dfout}= Run df -h\\n Log To Console ${dfout}' harbor/test\nsed -i 's/timeout=30/timeout=300/g' harbor/tests/apitests/python/library/docker_a... | Go | Apache License 2.0 | goharbor/harbor-operator | remove push_cnab test in CI
push_cnab test need to pull docker image from dockerhub, which meet rate limitation sometime
Signed-off-by: Ziming Zhang <zziming@vmware.com> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.