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

chore: addon list support only show by status or show engines addon #234

Merged
merged 4 commits into from
Jan 11, 2024

Conversation

ldming
Copy link
Collaborator

@ldming ldming commented Jan 11, 2024

./bin/kbcli addon list --status=enabled 
NAME                  VERSION         PROVIDER    STATUS    AUTO-INSTALL   
apecloud-mysql        0.8.0-beta.3    apecloud    Enabled   true           
kafka                 0.8.0-alpha.5   community   Enabled   true           
mongodb               0.7.0           apecloud    Enabled   true           
postgresql            0.8.0-alpha.5   community   Enabled   true           
pulsar                0.7.0           community   Enabled   true           
redis                 0.8.1           community   Enabled   true           
snapshot-controller   1.7.2           community   Enabled   true     
       
./bin/kbcli addon list --engines 
NAME             VERSION         PROVIDER    STATUS     AUTO-INSTALL   
clickhouse       0.7.0           community   Disabled   false          
elasticsearch    0.7.0           community   Disabled   false          
foxlake          0.7.0           apecloud    Disabled   false          
llm              0.7.0           community   Disabled   false          
milvus           2.3.2           community   Disabled   false          
mysql            0.7.0           community   Disabled   false          
oceanbase        0.8.0           community   Disabled   false          
opensearch       0.7.0           community   Disabled   false          
polardbx         0.7.0           community   Disabled   false          
qdrant           0.7.0           community   Disabled   false          
weaviate         0.7.0           community   Disabled   false          
xinference       0.1.0           community   Disabled   false          
apecloud-mysql   0.8.0-beta.3    apecloud    Enabled    true           
kafka            0.8.0-alpha.5   community   Enabled    true           
mongodb          0.7.0           apecloud    Enabled    true           
postgresql       0.8.0-alpha.5   community   Enabled    true           
pulsar           0.7.0           community   Enabled    true           
redis            0.8.1           community   Enabled    true    

@github-actions github-actions bot added the size/M Denotes a PR that changes 30-99 lines. label Jan 11, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jan 11, 2024

Codecov Report

Attention: 25 lines in your changes are missing coverage. Please review.

Comparison is base (5604eac) 42.68% compared to head (c4970ce) 42.66%.
Report is 4 commits behind head on main.

Files Patch % Lines
pkg/cmd/addon/addon.go 16.66% 25 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #234      +/-   ##
==========================================
- Coverage   42.68%   42.66%   -0.03%     
==========================================
  Files         230      230              
  Lines       29725    29753      +28     
==========================================
+ Hits        12689    12693       +4     
- Misses      15471    15495      +24     
  Partials     1565     1565              
Flag Coverage Δ
unittests 42.66% <16.66%> (-0.03%) ⬇️

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

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

@ldming ldming changed the title chore: addon list support only show enabled or engines addon chore: addon list support only show by status or show engines addon Jan 11, 2024
@ldming ldming merged commit d50fe96 into main Jan 11, 2024
13 checks passed
@ldming ldming deleted the support/addon-list-enabled-addons branch January 11, 2024 12:10
@github-actions github-actions bot added this to the Release 0.8.0 milestone Jan 11, 2024
ldming added a commit that referenced this pull request Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M Denotes a PR that changes 30-99 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants