-
Notifications
You must be signed in to change notification settings - Fork 111
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
Feat: support download pod lods in velaux #739
Conversation
Signed-off-by: Basuotian <[email protected]>
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #739 +/- ##
===========================================
+ Coverage 50.13% 60.62% +10.48%
===========================================
Files 98 98
Lines 17974 17974
===========================================
+ Hits 9012 10897 +1885
+ Misses 7815 5740 -2075
- Partials 1147 1337 +190
Flags with carried forward coverage won't be shown. Click here to find out more. see 37 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
packages/velaux-ui/src/pages/ApplicationInstanceList/components/ContainerLog/index.tsx
Outdated
Show resolved
Hide resolved
packages/velaux-ui/src/pages/ApplicationLog/components/LogContainer/index.tsx
Show resolved
Hide resolved
Signed-off-by: Basuotian <[email protected]>
Signed-off-by: Basuotian <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* feat: support download pod lods in velaux Signed-off-by: Basuotian <[email protected]> * make download function reusable Signed-off-by: Basuotian <[email protected]> * remove unused translation Signed-off-by: Basuotian <[email protected]> --------- Signed-off-by: Basuotian <[email protected]> Signed-off-by: liyanfang <[email protected]>
Description of your changes
Close: #720
preview:
I have:
yarn lint
to ensure the frontend changes are ready for review.make reviewable
to ensure the server changes are ready for review.backport release-x.y
labels to auto-backport this PR if necessary.Special notes for your reviewer