Skip to content
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

Return time.Time{} when cron string is empty #17289

Merged
merged 1 commit into from
Aug 2, 2022

Conversation

stonezdj
Copy link
Contributor

@stonezdj stonezdj commented Aug 2, 2022

change log level to debug to avoid noise

Signed-off-by: stonezdj [email protected]

Thank you for contributing to Harbor!

Comprehensive Summary of your change

Issue being fixed

Fixes #(issue)

Please indicate you've done the following:

  • Well Written Title and Summary of the PR
  • Label the PR as needed. "release-note/ignore-for-release, release-note/new-feature, release-note/update, release-note/enhancement, release-note/community, release-note/breaking-change, release-note/docs, release-note/infra, release-note/deprecation"
  • Accepted the DCO. Commits without the DCO will delay acceptance.
  • Made sure tests are passing and test coverage is added if needed.
  • Considered the docs impact and opened a new docs issue or PR with docs changes if needed in website repository.

  change log level to debug to avoid noise

Signed-off-by: stonezdj <[email protected]>
@stonezdj stonezdj requested a review from a team as a code owner August 2, 2022 06:13
@stonezdj stonezdj requested review from wy65701436 and chlins August 2, 2022 06:13
@codecov
Copy link

codecov bot commented Aug 2, 2022

Codecov Report

Merging #17289 (77e6d5a) into main (acc2872) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #17289      +/-   ##
==========================================
- Coverage   67.09%   67.06%   -0.03%     
==========================================
  Files         993      993              
  Lines       83548    83600      +52     
  Branches     2665     2677      +12     
==========================================
+ Hits        56053    56064      +11     
- Misses      23616    23657      +41     
  Partials     3879     3879              
Flag Coverage Δ
unittests 67.06% <100.00%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/common/utils/utils.go 74.63% <100.00%> (+0.37%) ⬆️
...rtal/src/app/shared/services/permission.service.ts 23.80% <0.00%> (-42.86%) ⬇️
src/portal/src/app/shared/units/cache-util.ts 19.35% <0.00%> (-32.26%) ⬇️
src/pkg/scan/export/manager.go 58.33% <0.00%> (-12.32%) ⬇️
src/common/rbac/system/namespace.go 33.33% <0.00%> (-11.12%) ⬇️
...t/artifact-list-page/artifact-list-page.service.ts 17.50% <0.00%> (-8.75%) ⬇️
src/server/v2.0/handler/scanexport.go 65.80% <0.00%> (-8.63%) ⬇️
...artifact-list-page/artifact-list-page.component.ts 32.25% <0.00%> (-6.21%) ⬇️
src/common/utils/passports.go 84.61% <0.00%> (-5.13%) ⬇️
...portal/src/app/shared/services/scanning.service.ts 20.83% <0.00%> (-4.17%) ⬇️
... and 29 more

@stonezdj stonezdj added the release-note/update Update or Fix label Aug 2, 2022
Copy link
Contributor

@wy65701436 wy65701436 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Member

@chlins chlins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@stonezdj stonezdj merged commit 66d34c8 into goharbor:main Aug 2, 2022
sluetze pushed a commit to sluetze/harbor that referenced this pull request Oct 29, 2022
change log level to debug to avoid noise

Signed-off-by: stonezdj <[email protected]>
mcsage pushed a commit to mcsage/harbor that referenced this pull request Feb 16, 2023
change log level to debug to avoid noise

Signed-off-by: stonezdj <[email protected]>
Signed-off-by: Stephan Hohn <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/update Update or Fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants