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: non-ASCII chars in swagger.yaml #18642

Merged
merged 1 commit into from May 9, 2023

Conversation

liubin
Copy link
Contributor

@liubin liubin commented May 5, 2023

Thank you for contributing to Harbor!

Comprehensive Summary of your change

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 "|".

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.

@liubin liubin requested a review from a team as a code owner May 5, 2023 09:08
@codecov
Copy link

codecov bot commented May 5, 2023

Codecov Report

Merging #18642 (7babeca) into main (0e3e70b) will increase coverage by 0.01%.
The diff coverage is n/a.

❗ Current head 7babeca differs from pull request most recent head 66259f8. Consider uploading reports for the commit 66259f8 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #18642      +/-   ##
==========================================
+ Coverage   67.37%   67.39%   +0.01%     
==========================================
  Files         984      984              
  Lines      107029   107029              
  Branches     2670     2670              
==========================================
+ Hits        72112    72127      +15     
+ Misses      31035    31021      -14     
+ Partials     3882     3881       -1     
Flag Coverage Δ
unittests 67.39% <ø> (+0.01%) ⬆️

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

see 8 files with indirect coverage changes

@chlins chlins added the release-note/docs Docs changes(made and needed) label May 6, 2023
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

@MinerYang MinerYang self-requested a review May 8, 2023 08:56
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>
Copy link
Contributor

@MinerYang MinerYang left a comment

Choose a reason for hiding this comment

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

lgtm

@MinerYang MinerYang merged commit b232c90 into goharbor:main May 9, 2023
12 checks passed
WilfredAlmeida pushed a commit to WilfredAlmeida/harbor that referenced this pull request Jul 8, 2023
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>
Signed-off-by: Wilfred Almeida <60785452+WilfredAlmeida@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/docs Docs changes(made and needed)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants