Commits on Apr 5, 2023

  1. fix: fix the regexp of execution status outdate key (#18481)

    Signed-off-by: chlins <chenyuzh@vmware.com>
    chlins authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    697f1c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. 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>
    dependabot[bot] and OrlinVasilev authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    499940a View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. 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>
    chlins authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    5791f0c View commit details
    Browse the repository at this point in the history
  2. Update UI testcases (#18491)

    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>
    YangJiao0817 authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    cbf0a86 View commit details
    Browse the repository at this point in the history
  3. 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>
    3 people authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    1a8b918 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. bump golang 1.20.3 on main (#18492)

    Signed-off-by: yminer <yminer@vmware.com>
    Co-authored-by: Wang Yan <wangyan@vmware.com>
    MinerYang and wy65701436 authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    7afdb93 View commit details
    Browse the repository at this point in the history
  2. bump base version (#18485)

    Upgrade base version to v2.9.0
    
    Signed-off-by: Wang Yan <wangyan@vmware.com>
    wy65701436 authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    9ae948e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. feat: update TRIVYVERSION=v0.39.0 & TRIVYADAPTERVERSION=v0.30.10 (#18501

    )
    
    Signed-off-by: Shengwen Yu <yshengwen@vmware.com>
    Shengwen YU authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    44cfc08 View commit details
    Browse the repository at this point in the history
  2. 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>
    AllForNothing authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    d01125a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Reword quota definitions based on user input (#18512)

    Fixes: #17545
    
    Signed-off-by: OrlinVasilev <ovasilev@vmware.com>
    OrlinVasilev authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    7edb447 View commit details
    Browse the repository at this point in the history
  2. 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>
    chlins authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    b755c43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b201f98 View commit details
    Browse the repository at this point in the history
  4. 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>
    dkulchinsky authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    14e4c07 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Change the permissions of the *.go file from 0755 to 0644 (#17919)

    Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io>
    Iceber authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    3afa525 View commit details
    Browse the repository at this point in the history
  2. fix: update stopped execution status immediately instead of async upd…

    …ate (#18527)
    
    Update the stopped execution status immediately becasue the user
    experience is not good if wait long time when stop or reschedule a job.
    
    Fixes: #18526
    
    Signed-off-by: chlins <chenyuzh@vmware.com>
    chlins authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    d3d6e29 View commit details
    Browse the repository at this point in the history
  3. 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>
    AllForNothing authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    de6e517 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. 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>
    pgillich authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    eec5342 View commit details
    Browse the repository at this point in the history
  2. 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>
    Maxi-Mega and OrlinVasilev authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    96bc43f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. 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
    MinerYang authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    8df99a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Add Job Service Dashboard Schedules testcase (#18555)

    Fix #17949
    
    Signed-off-by: Yang Jiao <jiaoya@vmware.com>
    YangJiao0817 authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    c7cbf0f View commit details
    Browse the repository at this point in the history
  2. Update position to vertical-align for copy button (#18563)

    Fixes #17906
    
    Signed-off-by: AllForNothing <sshijun@vmware.com>
    AllForNothing authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    e793e24 View commit details
    Browse the repository at this point in the history
  3. Handling skipped but required checks (#18564)

    Signed-off-by: Yang Jiao <jiaoya@vmware.com>
    YangJiao0817 authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    9ba18f8 View commit details
    Browse the repository at this point in the history
  4. Fix Handling skipped but required checks (#18570)

    Signed-off-by: Yang Jiao <jiaoya@vmware.com>
    YangJiao0817 authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    52d980e View commit details
    Browse the repository at this point in the history
  5. Update Support Matrix (#18540)

    Signed-off-by: Yang Jiao <jiaoya@vmware.com>
    YangJiao0817 authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    c453e6e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Add missing i18n key-value for helm chart (#18578)

    1.Fixes #18572
    
    Signed-off-by: AllForNothing <sshijun@vmware.com>
    AllForNothing authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    dd973b1 View commit details
    Browse the repository at this point in the history
  2. 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>
    YangJiao0817 authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    8229134 View commit details
    Browse the repository at this point in the history
  3. Add Job Service Dashboard Workers testcase (#18580)

    Fix #17949
    
    Signed-off-by: Yang Jiao <jiaoya@vmware.com>
    YangJiao0817 authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    0da1225 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. 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
    MinerYang authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    2d98e8f View commit details
    Browse the repository at this point in the history
  2. Fixed Golint & FGT installation commands in Project Setup Documentati…

    …on (#18282)
    
    Fixed Golint & FGT installation commands
    
    Signed-off-by: yrs147 <yashraj14700728@gmail.com>
    yrs147 authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    7ace561 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. add goheader linter settings (#18503)

    fix files for goheader linter
    
    fix copyright 2018/2019
    
    Signed-off-by: yminer <yminer@vmware.com>
    MinerYang authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    ebac530 View commit details
    Browse the repository at this point in the history
  2. fix: link to Github's rate limiting documentation. (#18588)

    Co-authored-by: Orlix <7236111+OrlinVasilev@users.noreply.github.com>
    perjahn and OrlinVasilev authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    e20e440 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. fix: error log use wrong variable err (#18602)

    Update manager.go
    
    Signed-off-by: MoonStrider <37744291+dyf991645@users.noreply.github.com>
    dyf991645 authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    bf6389e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Fix message prompt under the header (#18613)

    1.Fixes #18601
    
    Signed-off-by: AllForNothing <sshijun@vmware.com>
    AllForNothing authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    1bbe8c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Specify proper language in CONTRIBUTING.md code blocks (#18605)

    Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
    PeterDaveHello authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    010042f View commit details
    Browse the repository at this point in the history
  2. Remove notary test cases (#18620)

    Fix #17955
    
    Signed-off-by: Yang Jiao <jiaoya@vmware.com>
    YangJiao0817 authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    c09e539 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. 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>
    chlins authored Apr 30, 2023
    Configuration menu
    Copy the full SHA
    362387f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Replace python script with node script for portal Dockerfile (#18635)

    Signed-off-by: AllForNothing <sshijun@vmware.com>
    AllForNothing authored May 4, 2023
    Configuration menu
    Copy the full SHA
    0a3509f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. 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>
    YangJiao0817 and wy65701436 authored May 5, 2023
    Configuration menu
    Copy the full SHA
    aaea068 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Improve zh-tw (Traditional Chinese) locale (#18608)

    Improve zh-tw locale
    
    Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
    PeterDaveHello authored May 8, 2023
    Configuration menu
    Copy the full SHA
    0e3e70b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Copy swagger.json to the dist folder (#18646)

    Signed-off-by: AllForNothing <sshijun@vmware.com>
    AllForNothing authored May 9, 2023
    Configuration menu
    Copy the full SHA
    2fec790 View commit details
    Browse the repository at this point in the history
  2. 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>
    liubin authored May 9, 2023
    Configuration menu
    Copy the full SHA
    b232c90 View commit details
    Browse the repository at this point in the history
  3. bump golang 1.20.4 on main (#18647)

    Signed-off-by: yminer <yminer@vmware.com>
    MinerYang authored May 9, 2023
    Configuration menu
    Copy the full SHA
    2203831 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. 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>
    chlins authored May 10, 2023
    Configuration menu
    Copy the full SHA
    36c2b93 View commit details
    Browse the repository at this point in the history
  2. 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>
    chlins authored May 10, 2023
    Configuration menu
    Copy the full SHA
    2958d7b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. 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>
    YangJiao0817 authored May 11, 2023
    Configuration menu
    Copy the full SHA
    79d1aa0 View commit details
    Browse the repository at this point in the history
  2. Remove notary UI (#18666)

    1. Remove notary from the UI
    2. Remove notary-related unit test cases
    
    Signed-off-by: AllForNothing <sshijun@vmware.com>
    AllForNothing authored May 11, 2023
    Configuration menu
    Copy the full SHA
    f2fc0f6 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Fix build db base image symlink error (#18673)

    Fix #18672
    
    Signed-off-by: Yang Jiao <jiaoya@vmware.com>
    YangJiao0817 authored May 12, 2023
    Configuration menu
    Copy the full SHA
    cb8a3d0 View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored May 12, 2023
    Configuration menu
    Copy the full SHA
    18a33c2 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. 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>
    dependabot[bot] and OrlinVasilev authored May 15, 2023
    Configuration menu
    Copy the full SHA
    166eb2e View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored May 15, 2023
    Configuration menu
    Copy the full SHA
    7b0692d View commit details
    Browse the repository at this point in the history