fix: fix the regexp of execution status outdate key (#18481)
Signed-off-by: chlins <chenyuzh@vmware.com>
Bump mheap/github-action-required-labels from 3 to 4 (#18472)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Orlix <7236111+OrlinVasilev@users.noreply.github.com>
fix: fix error bitsize of jobservice reaper scan locks (#18487)
Change the bitSize from 16 to 64 in the jobservice reaper, the 16 is too small when the redis cursor over the max value of int16. Fixes: #18486 Signed-off-by: chlins <chenyuzh@vmware.com>
1. Update copy test case to add retries 2. Updata P2P Preheat test case to waiting 3. Update the Replication new rule button xpath Signed-off-by: Yang Jiao <jiaoya@vmware.com>
Update proposal process with steps and board (#18379)
Co-authored-by: Thomas Coudert <couderthomas@gmail.com> Co-authored-by: Orlix <OrlinVasilev@users.noreply.github.com>
bump golang 1.20.3 on main (#18492)
Signed-off-by: yminer <yminer@vmware.com> Co-authored-by: Wang Yan <wangyan@vmware.com>
Upgrade base version to v2.9.0 Signed-off-by: Wang Yan <wangyan@vmware.com>
feat: update TRIVYVERSION=v0.39.0 & TRIVYADAPTERVERSION=v0.30.10 (#18501
Update nightly-trivy-scan.yml for the workflows (#18510)
Update nightly-trivy-scan.yml 1. Update v2.7.0-dev to v2.8.0-dev as main branch is in v2.9.0 now Signed-off-by: AllForNothing <sshijun@vmware.com>
Reword quota definitions based on user input (#18512)
Fixes: #17545 Signed-off-by: OrlinVasilev <ovasilev@vmware.com>
fix: clean the redis if the execution is not found (#18517)
Delete the execution outdated status key in the redis when the execution is not found. Fixes: #18511 Signed-off-by: chlins <chenyuzh@vmware.com>
GC: correctly handle manifest unknown (404) condition in v2DeleteMani…
…fest retry loop (#18386) GC: handle manifest unknown (404) during V2 manifest delete retry loop Signed-off-by: Danny Kulchinsky <dkulchinsky@fastly.com>
Change the permissions of the *.go file from 0755 to 0644 (#17919)
Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io>
fix: update stopped execution status immediately instead of async upd…
Upgrade harbor-portal to v2.9.0 (#18525)
1.Magrate protractor to cypress as protractor has been deprecated Signed-off-by: AllForNothing <sshijun@vmware.com>
feat: log with trace ID (#18181)
feat: log trace ID Implements #18029 If the Trace ID is sent to the Harbor in HTTP header or the tracing is enabled (and the Trace ID is generated), the Trace ID will be added to the log lines as a new field. Signed-off-by: Peter Gillich <pgillich@gmail.com>
Fix typos in common.sh (#18151)
* Fix typos in common.sh Signed-off-by: Maxi_Mega <52792549+Maxi-Mega@users.noreply.github.com> * Apply suggestions from code review Signed-off-by: Orlix <OrlinVasilev@users.noreply.github.com> * Add a new line at the end of make/common.sh Co-authored-by: Orlix <OrlinVasilev@users.noreply.github.com> Signed-off-by: Maxi_Mega <52792549+Maxi-Mega@users.noreply.github.com> --------- Signed-off-by: Maxi_Mega <52792549+Maxi-Mega@users.noreply.github.com> Signed-off-by: Orlix <OrlinVasilev@users.noreply.github.com> Co-authored-by: Orlix <OrlinVasilev@users.noreply.github.com>
bump golang.org/x/net && helm.sh/helm/v3 on main (#18545)
bump golang.org/x/net v0.9.0 on main Signed-off-by: yminer <yminer@vmware.com> bump helm.sh/helm/v3 v3.11.3
Add Job Service Dashboard Schedules testcase (#18555)
Fix #17949 Signed-off-by: Yang Jiao <jiaoya@vmware.com>
Update position to vertical-align for copy button (#18563)
Fixes #17906 Signed-off-by: AllForNothing <sshijun@vmware.com>
Handling skipped but required checks (#18564)
Signed-off-by: Yang Jiao <jiaoya@vmware.com>
Fix Handling skipped but required checks (#18570)
Signed-off-by: Yang Jiao <jiaoya@vmware.com>
Update Support Matrix (#18540)
Signed-off-by: Yang Jiao <jiaoya@vmware.com>
Add missing i18n key-value for helm chart (#18578)
1.Fixes #18572 Signed-off-by: AllForNothing <sshijun@vmware.com>
Fix setup docker error (#18583)
Fix this error[https://github.com/goharbor/harbor/actions/runs/4776991336/jobs/8492390908] Signed-off-by: Yang Jiao <jiaoya@vmware.com>
Add Job Service Dashboard Workers testcase (#18580)
Fix #17949 Signed-off-by: Yang Jiao <jiaoya@vmware.com>
Allow redis password using safe special characters (#18566)
allow redis password safe special characters Signed-off-by: yminer <yminer@vmware.com> string and None type conversion
Fixed Golint & FGT installation commands in Project Setup Documentati…
…on (#18282) Fixed Golint & FGT installation commands Signed-off-by: yrs147 <yashraj14700728@gmail.com>
add goheader linter settings (#18503)
fix files for goheader linter fix copyright 2018/2019 Signed-off-by: yminer <yminer@vmware.com>
fix: link to Github's rate limiting documentation. (#18588)
Co-authored-by: Orlix <7236111+OrlinVasilev@users.noreply.github.com>
fix: error log use wrong variable err (#18602)
Update manager.go Signed-off-by: MoonStrider <37744291+dyf991645@users.noreply.github.com>
Fix message prompt under the header (#18613)
1.Fixes #18601 Signed-off-by: AllForNothing <sshijun@vmware.com>
Specify proper language in CONTRIBUTING.md code blocks (#18605)
Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
Remove notary test cases (#18620)
Fix #17955 Signed-off-by: Yang Jiao <jiaoya@vmware.com>
fix: improve the performance of list artifacts (#18610)
1. Change the query for listing tasks of scan which can use the db index. 2. Add the gin index for task.extra_attrs.report_uuids Fixes: #18013 Signed-off-by: chlins <chenyuzh@vmware.com>
Replace python script with node script for portal Dockerfile (#18635)
Signed-off-by: AllForNothing <sshijun@vmware.com>
Upgrade the internal PostgreSQL to 14 in 2.9.0 (#18612)
Fix #18338 Signed-off-by: Yang Jiao <jiaoya@vmware.com> Co-authored-by: Wang Yan <wangyan@vmware.com>
Improve zh-tw (Traditional Chinese) locale (#18608)
Improve zh-tw locale Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
Copy swagger.json to the dist folder (#18646)
Signed-off-by: AllForNothing <sshijun@vmware.com>
fix: non-ASCII chars in swagger.yaml (#18642)
There are a `ß` char and some U+ff5c "|" in the swagger.yaml. The character U+ff5c "|" could be confused with the ASCII character U+007c "|". Signed-off-by: bin liu <liubin0329@gmail.com>
bump golang 1.20.4 on main (#18647)
Signed-off-by: yminer <yminer@vmware.com>
fix: sweep executions of image scan job (#18649)
1. Change the SCAN_ALL job execution retain counts from 5 to 1(per current design, only one report be stored for every artifact, so retain latest 1 is enough). 2. Enable the sweep for IMAGE_SCAN job(retain latest 1). Fixes: #18633 Signed-off-by: chlins <chenyuzh@vmware.com>
fix: cherry pick the migration sql (#18644)
Cherry pick the migration SQL of 2.8.1 to main branch. Signed-off-by: chlins <chenyuzh@vmware.com>
Refresh the base images when building on main (#18661)
Be able to discover photon updates in time. Signed-off-by: Yang Jiao <jiaoya@vmware.com>
1. Remove notary from the UI 2. Remove notary-related unit test cases Signed-off-by: AllForNothing <sshijun@vmware.com>
Fix build db base image symlink error (#18673)
Fix #18672 Signed-off-by: Yang Jiao <jiaoya@vmware.com>
chore: replace github.com/ghodss/yaml with sigs.k8s.io/yaml (#18606)
At the time of making this commit, the package `github.com/ghodss/yaml` is no longer actively maintained. `sigs.k8s.io/yaml` is a permanent fork of `ghodss/yaml` and is actively maintained by Kubernetes SIG. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> Co-authored-by: Wang Yan <wangyan@vmware.com> Co-authored-by: MinerYang <yminer@vmware.com>
Bump google-github-actions/setup-gcloud from 0 to 1 (#17772)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0 to 1. - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](google-github-actions/setup-gcloud@v0...v1) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Orlix <7236111+OrlinVasilev@users.noreply.github.com>
Bump kentaro-m/auto-assign-action from 1.2.4 to 1.2.5 (#18263)
Bumps [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action) from 1.2.4 to 1.2.5. - [Release notes](https://github.com/kentaro-m/auto-assign-action/releases) - [Commits](kentaro-m/auto-assign-action@v1.2.4...v1.2.5) --- updated-dependencies: - dependency-name: kentaro-m/auto-assign-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wang Yan <wangyan@vmware.com> Co-authored-by: Orlix <OrlinVasilev@users.noreply.github.com>