-
Notifications
You must be signed in to change notification settings - Fork 110
Migrate configuration command from mihextras extention #6306
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6306 +/- ##
==========================================
+ Coverage 89.84% 89.89% +0.05%
==========================================
Files 331 333 +2
Lines 43155 43339 +184
==========================================
+ Hits 38773 38961 +188
+ Misses 4382 4378 -4
Continue to review full report at Codecov.
|
e.g. `datalad configuration dump datalad.runtime.report-status`
``` datalad.ui.progressbar= ```
Pushed a rebase. |
Code Climate has analyzed commit 27e4119 and detected 25 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
Fixes #5489
The individual commits following the first one are improvements over the extension version.
Changelog
💫 Enhancements and new features
configuration
command provides an interface to manipulate and query the DataLad configuration.datalad.cfg
or dataset-specificDataset.config
configuration managers, this command offers a uniform API across the Python and the command line interfaces.mihextras
extension asx-configuration
, and has been merged into the core package in an improved version. #5489 (by @mih)dump
mode, the command provides an annotated list of the effective configuration after considering all configuration sources, including hints on additional configuration settings and their supported values.📝 Documentation
configuration
command now details all locations DataLad is reading configuration items from, and their respective rules of precedence (by @mih)