-
Notifications
You must be signed in to change notification settings - Fork 36
Remove hosts validators #596
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 @@
## next #596 +/- ##
==========================================
- Coverage 84.76% 84.51% -0.25%
==========================================
Files 52 53 +1
Lines 5264 5276 +12
Branches 964 974 +10
==========================================
- Hits 4462 4459 -3
- Misses 587 602 +15
Partials 215 215
Continue to review full report at Codecov.
|
60def1d to
7a8b479
Compare
* Remove hosts sections from config validator. * Remove password validators and file permission handlers.
* Remove hosts sections from config validator. * Remove password validators and file permission handlers.
* Remove hosts sections from config validator. * Remove password validators and file permission handlers.
* Remove hosts sections from config validator. * Remove password validators and file permission handlers.
* Remove hosts sections from config validator. * Remove password validators and file permission handlers.
* Remove hosts sections from config validator. * Remove password validators and file permission handlers.
* Remove hosts sections from config validator. * Remove password validators and file permission handlers.
* Remove hosts sections from config validator. * Remove password validators and file permission handlers.
* Remove hosts sections from config validator. * Remove password validators and file permission handlers.
* Remove hosts sections from config validator. * Remove password validators and file permission handlers.
* Remove hosts sections from config validator. * Remove password validators and file permission handlers.
* Remove hosts sections from config validator. * Remove password validators and file permission handlers.
* Remove hosts sections from config validator. * Remove password validators and file permission handlers.
* Remove hosts sections from config validator. * Remove password validators and file permission handlers.
* Remove hosts sections from config validator. * Remove password validators and file permission handlers.
* Remove hosts sections from config validator. * Remove password validators and file permission handlers.
* Remove hosts sections from config validator. * Remove password validators and file permission handlers.
Description
Removes
[hosts]section from signac configuration.I made some internal functions private. We could probably be more aggressive with making functions private in a later pass through the code base.
Motivation and Context
Resolves issue #590. See that issue for details.
Types of Changes
1The change breaks (or has the potential to break) existing functionality.
Checklist:
If necessary: