-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add functionality for installing extensions #637
base: master
Are you sure you want to change the base?
Conversation
This PR adds the user-facing/convenience function In order to provide users with an overview of available (official) extensions, a list of extensions from the Neurodata Extension Catalog is hardcoded in the docstring and in the validator for the In order to ensure this function is kept up-to-date with the neurodata extension catalog, I propose to add a workflow that runs regularly and updates the This workflow should ideally push the updated |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #637 +/- ##
==========================================
- Coverage 95.24% 95.18% -0.07%
==========================================
Files 117 124 +7
Lines 4901 5044 +143
==========================================
+ Hits 4668 4801 +133
- Misses 233 243 +10 ☔ View full report in Codecov by Sentry. |
…ataWithoutBorders/matnwb into add-nwb-install-extension
Add schedule event for workflow to update nwbInstallExtension
Remove local function
Could you please add a docs page on how to use these tools? |
Motivation
Provide an easy way to install extensions from the Neurodata Extension Catalog in matnwb.
How to test the behavior?
Todo
Set up external trigger from nwb-extensions.github.ioUse cronjob workflow in this repo insteadnwbInstallExtension
Checklist
fix #XX
whereXX
is the issue number?