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

Fix the problem of resolving logo starting with slash #5256

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

JohnNiang
Copy link
Member

What type of PR is this?

/kind bug
/area core
/milestone 2.12.x

What this PR does / why we need it:

This PR treats logo as a path when building logo HTTP URL instead of a path segment. The concrete rules of logo is described here.

See #5253 for more.

Which issue(s) this PR fixes:

Fixes #5253

Does this PR introduce a user-facing change?

None

Signed-off-by: John Niang <johnniang@foxmail.com>
@f2c-ci-robot f2c-ci-robot bot added release-note-none Denotes a PR that doesn't merit a release note. kind/bug Categorizes issue or PR as related to a bug. labels Jan 26, 2024
@f2c-ci-robot f2c-ci-robot bot added this to the 2.12.x milestone Jan 26, 2024
@f2c-ci-robot f2c-ci-robot bot added the area/core Issues or PRs related to the Halo Core label Jan 26, 2024
@f2c-ci-robot f2c-ci-robot bot requested review from LIlGG and ruibaby January 26, 2024 09:53
Copy link

codecov bot commented Jan 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8288e4e) 57.08% compared to head (7868164) 57.08%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #5256   +/-   ##
=========================================
  Coverage     57.08%   57.08%           
  Complexity     3328     3328           
=========================================
  Files           587      587           
  Lines         18957    18958    +1     
  Branches       1400     1400           
=========================================
+ Hits          10821    10822    +1     
  Misses         7557     7557           
  Partials        579      579           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@ruibaby ruibaby left a comment

Choose a reason for hiding this comment

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

/lgtm

@f2c-ci-robot f2c-ci-robot bot added the lgtm Indicates that a PR is ready to be merged. label Jan 26, 2024
Copy link

f2c-ci-robot bot commented Jan 26, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ruibaby

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@f2c-ci-robot f2c-ci-robot bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 26, 2024
@f2c-ci-robot f2c-ci-robot bot merged commit 1be470a into halo-dev:main Jan 26, 2024
7 checks passed
@JohnNiang JohnNiang deleted the bug/invalid-logo-resolution branch January 26, 2024 11:25
@JohnNiang JohnNiang modified the milestones: 2.12.x, 2.12.0 Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/core Issues or PRs related to the Halo Core kind/bug Categorizes issue or PR as related to a bug. lgtm Indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid character '/' for PATH_SEGMENT in "/notify.png"
2 participants