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

use xid to generate nydusd's internal ID #136

Merged
merged 1 commit into from
Aug 16, 2022

Conversation

changweige
Copy link
Member

The original ID generation method spawns a string with
lower case, upper case and undersocre, which is too complicated.

Signed-off-by: Changwei Ge gechangwei@bytedance.com

The original ID generation method spawns a string with
lower case, upper case and undersocre, which is too complicated.

Signed-off-by: Changwei Ge <gechangwei@bytedance.com>
@codecov-commenter
Copy link

Codecov Report

Merging #136 (a2d27e8) into main (817ac34) will decrease coverage by 0.62%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #136      +/-   ##
==========================================
- Coverage   29.17%   28.55%   -0.63%     
==========================================
  Files          19       19              
  Lines        1611     1611              
==========================================
- Hits          470      460      -10     
- Misses       1079     1089      +10     
  Partials       62       62              
Impacted Files Coverage Δ
pkg/auth/kubesecret.go 23.71% <0.00%> (-10.31%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Collaborator

@imeoer imeoer left a comment

Choose a reason for hiding this comment

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

LGTM

@changweige changweige merged commit e778924 into containerd:main Aug 16, 2022
@changweige changweige deleted the use-xid branch August 24, 2022 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants