-
Notifications
You must be signed in to change notification settings - Fork 1.2k
extension: import using yaml manifest #12102
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
base: main
Are you sure you want to change the base?
Conversation
Adds import functionality for extension by giving an YAML manifest URL. Manifest will define extension and its custom actions details. Co-authored-by: Manoj Kumar <[email protected]> Signed-off-by: Abhishek Kumar <[email protected]>
|
great job ! would it be possible to upload zipped files from local ? |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #12102 +/- ##
==========================================
Coverage 17.55% 17.56%
- Complexity 15535 15545 +10
==========================================
Files 5911 5917 +6
Lines 529359 529541 +182
Branches 64655 64674 +19
==========================================
+ Hits 92949 93007 +58
- Misses 425952 426074 +122
- Partials 10458 10460 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Abhishek Kumar <[email protected]>
|
Thanks @weizhouapache. Currently, local upload is not supported. Also, for local upload, do you mean uploading the manifest YAML from local machine or the complete extension source? |
Signed-off-by: Abhishek Kumar <[email protected]>
Signed-off-by: Abhishek Kumar <[email protected]>
Description
Adds import functionality for extension by giving an YAML manifest URL. Manifest will define extension and its custom actions details.
Based on CCC 2025 Hackathon idea by @msinhore and the contribution by @sudo87
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?