-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resync fork 2024-04 without squash #7
Commits on May 22, 2023
-
add image.registry field (goharbor#1003)
Signed-off-by: lengrongfu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4cabfa9 - Browse repository at this point
Copy the full SHA 4cabfa9View commit details
Commits on May 23, 2023
-
Rework auto assignees to have review groups (goharbor#1037)
Rework autoassignees to have review groups Signed-off-by: Marcel Müller <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7fce8bb - Browse repository at this point
Copy the full SHA 7fce8bbView commit details -
Reduce number of reviewers to those recently active (goharbor#1039)
Signed-off-by: Marcel Müller <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 660d89e - Browse repository at this point
Copy the full SHA 660d89eView commit details -
Remove CRDs from helm completely (goharbor#1040)
* Remove CRDs from helm completely Signed-off-by: Marcel Müller <[email protected]> * Try using correct kustomize command Signed-off-by: Marcel Müller <[email protected]> * Reorder Signed-off-by: Marcel Müller <[email protected]> * Use kustomize from bin Signed-off-by: Marcel Müller <[email protected]> --------- Signed-off-by: Marcel Müller <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e50f88 - Browse repository at this point
Copy the full SHA 4e50f88View commit details -
Minor updates and changes to the README (goharbor#998)
* Minor updates and changes to the README Signed-off-by: Marcel Müller <[email protected]> * Add in minor change Signed-off-by: Marcel Müller <[email protected]> --------- Signed-off-by: Marcel Müller <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4831f9a - Browse repository at this point
Copy the full SHA 4831f9aView commit details
Commits on May 24, 2023
-
upgrade controller-runtime version (goharbor#1034)
upgrade controller runtime version Signed-off-by: coderth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98058f8 - Browse repository at this point
Copy the full SHA 98058f8View commit details -
Add the missing github-cr proxy cache module (goharbor#1035)
Add the missing github proxy cache module Signed-off-by: Zoltan Langi <[email protected]> Co-authored-by: Zoltan Langi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7347b7b - Browse repository at this point
Copy the full SHA 7347b7bView commit details -
Dev/nlacroux/add nlacroux maintainers reviewers list (goharbor#1043)
* Add Nicolas Lacroux to maintainers list Signed-off-by: Nicolas Lacroux <[email protected]> * Add Nicolas Lacroux to reviewers list Signed-off-by: Nicolas Lacroux <[email protected]> --------- Signed-off-by: Nicolas Lacroux <[email protected]> Co-authored-by: Nicolas Lacroux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2dc956 - Browse repository at this point
Copy the full SHA e2dc956View commit details
Commits on May 25, 2023
-
Add Redis service account name to CRD (goharbor#1001)
* upgrade controller-runtime version (goharbor#1034) upgrade controller runtime version Signed-off-by: coderth <[email protected]> Signed-off-by: Dipo Ajayi <[email protected]> * Add the missing github-cr proxy cache module (goharbor#1035) Add the missing github proxy cache module Signed-off-by: Zoltan Langi <[email protected]> Co-authored-by: Zoltan Langi <[email protected]> Signed-off-by: Dipo Ajayi <[email protected]> * Add service account name to cr (#3) * Included Service Account to Redis CR Signed-off-by: Oladipupo Ajayi <[email protected]> * Revert deployment change Signed-off-by: Oladipupo Ajayi <[email protected]> Signed-off-by: Dipo Ajayi <[email protected]> --------- Signed-off-by: coderth <[email protected]> Signed-off-by: Dipo Ajayi <[email protected]> Signed-off-by: Zoltan Langi <[email protected]> Signed-off-by: Oladipupo Ajayi <[email protected]> Co-authored-by: Noah Tang <[email protected]> Co-authored-by: Zoltan <[email protected]> Co-authored-by: Zoltan Langi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba4d731 - Browse repository at this point
Copy the full SHA ba4d731View commit details -
chore(deps): bump github.com/docker/distribution from 2.8.1+incompati…
…ble to 2.8.2+incompatible (goharbor#1038) chore(deps): bump github.com/docker/distribution Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible. - [Release notes](https://github.com/docker/distribution/releases) - [Commits](distribution/distribution@v2.8.1...v2.8.2) --- updated-dependencies: - dependency-name: github.com/docker/distribution dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c807b93 - Browse repository at this point
Copy the full SHA c807b93View commit details
Commits on May 30, 2023
-
chore: bump up github.com/goharbor/go-client v0.26.2 (goharbor#1046)
Signed-off-by: Thomas Coudert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 172f718 - Browse repository at this point
Copy the full SHA 172f718View commit details -
implement harbor project day2 configuration (goharbor#1031)
* fix merge conficts with master Signed-off-by: Christian Löwel <[email protected]> * Fix markdown formatting in day2-harborprojects.md Signed-off-by: Christian Löwel <[email protected]> * Add boundary check for conversion from int64 to int32 Signed-off-by: Christian Löwel <[email protected]> * Fix handling already deleted projects during deletion Fix wrong ProjectID int conversion Signed-off-by: Christian Löwel <[email protected]> * Reset cached quota ID in status field if not found in harbor Signed-off-by: Christian Löwel <[email protected]> * fix membership comparisons on short lists minor membership reconciliation code improvements Signed-off-by: Christian Löwel <[email protected]> * fix linting Signed-off-by: Christian Löwel <[email protected]> * Apply review suggestions Signed-off-by: Christian Löwel <[email protected]> * update generated manifests Signed-off-by: Christian Löwel <[email protected]> * remove crd.yaml Signed-off-by: Christian Löwel <[email protected]> --------- Signed-off-by: Christian Löwel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02d809c - Browse repository at this point
Copy the full SHA 02d809cView commit details
Commits on Jun 7, 2023
-
docs: add yanwang to the maintainers list (goharbor#1047)
Signed-off-by: chlins <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 602aa90 - Browse repository at this point
Copy the full SHA 602aa90View commit details -
Split up tests from github actions into multiple files (goharbor#1048)
Signed-off-by: Marcel Müller <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b600049 - Browse repository at this point
Copy the full SHA b600049View commit details
Commits on Jul 17, 2023
-
Allow redis password contains special characters (goharbor#1055)
allow redis password contains special characters Signed-off-by: yminer <[email protected]> fix lint update trivy secret
Configuration menu - View commit details
-
Copy full SHA for e8eedc5 - Browse repository at this point
Copy the full SHA e8eedc5View commit details
Commits on Jul 26, 2023
-
chore: update the github actions (goharbor#1062)
Update the actions rule pattern from master to main. Signed-off-by: chlins <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b652e32 - Browse repository at this point
Copy the full SHA b652e32View commit details
Commits on Jul 27, 2023
-
update image tag (goharbor#1059)
bases on goharbor#996, it has to update tag name to dev, rather than dev_master Signed-off-by: wang yan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4456020 - Browse repository at this point
Copy the full SHA 4456020View commit details -
docs: update the branch name master to main in the docs (goharbor#1058)
Signed-off-by: chlins <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c7a4a6 - Browse repository at this point
Copy the full SHA 8c7a4a6View commit details
Commits on Aug 3, 2023
-
feat: customLabels in ComponentSpec (goharbor#1061)
feat: templateLabels in ComponentSpec This change allow user to inject customized label to deployment. Signed-off-by: Shou-En Hsiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f06cd9e - Browse repository at this point
Copy the full SHA f06cd9eView commit details
Commits on Aug 8, 2023
-
feat: expose core db connection settings (goharbor#1056)
Allow to change core.spec.database.maxIdleConnections and core.spec.database.maxOpenConnections in harborcluster. Signed-off-by: Eric Liu <[email protected]> Co-authored-by: Eric Liu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f460cb - Browse repository at this point
Copy the full SHA 4f460cbView commit details
Commits on Aug 18, 2023
-
fix: developed typo (goharbor#1065)
Signed-off-by: guoguangwu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eea6b24 - Browse repository at this point
Copy the full SHA eea6b24View commit details
Commits on Aug 21, 2023
-
fix: postgresql not deleted with harborcluster (goharbor#1064)
This CL is from goharbor#1014 which adds ownerReference to expectCR in PostgreSQLController.Update before comparing. Origin expectCR have no OwnerReference. Signed-off-by: ShouEnHsiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4989936 - Browse repository at this point
Copy the full SHA 4989936View commit details
Commits on Aug 28, 2023
-
Add examples to harbor project docs (goharbor#1066)
Signed-off-by: Christian Löwel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75d9fb7 - Browse repository at this point
Copy the full SHA 75d9fb7View commit details
Commits on Sep 21, 2023
-
Add GenerationChangedPredicate event filter to project controller (go…
…harbor#1067) * add generation event filter to project controller Signed-off-by: Christian Löwel <[email protected]>
ChristianLoewel authoredSep 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 9d23a0a - Browse repository at this point
Copy the full SHA 9d23a0aView commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 995bbad - Browse repository at this point
Copy the full SHA 995bbadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d854c1 - Browse repository at this point
Copy the full SHA 1d854c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ec021a - Browse repository at this point
Copy the full SHA 2ec021aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2281996 - Browse repository at this point
Copy the full SHA 2281996View commit details -
Configuration menu - View commit details
-
Copy full SHA for 596e9f9 - Browse repository at this point
Copy the full SHA 596e9f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60b58e5 - Browse repository at this point
Copy the full SHA 60b58e5View commit details -
Merge branch 'resync_fork' of [email protected]:plotly/harbor-operator.git
into resync_fork
Arnould Gateaux committedMay 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 2861d23 - Browse repository at this point
Copy the full SHA 2861d23View commit details -
Arnould Gateaux committed
May 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 4c3d224 - Browse repository at this point
Copy the full SHA 4c3d224View commit details -
Arnould Gateaux committed
May 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 2a560b1 - Browse repository at this point
Copy the full SHA 2a560b1View commit details
Commits on May 3, 2024
-
Regenerate the deployments manifests
Arnould Gateaux committedMay 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 7b9db4e - Browse repository at this point
Copy the full SHA 7b9db4eView commit details
Commits on May 7, 2024
-
Arnould Gateaux committed
May 7, 2024 Configuration menu - View commit details
-
Copy full SHA for e09c8e5 - Browse repository at this point
Copy the full SHA e09c8e5View commit details