Matt Hamann
35088a3313
Added nconf.any method ( #278 )
...
* Added nconf.any method
Fixes #126
Implemented on the Provider class
Takes an array of keys, or a variable argument list
Supports both callback and non-callback invocations
* Use an explicit search base in file store test
Fixes #224
Test file was created under process.env.HOME, but test was searching in
the current working directory. If the cwd was not on the same drive as
the home directory, the test would fail.
* Added some API documentation to README for 'any'
* Tweak `.any` documentation
2017-10-21 16:42:24 -04:00
Matt Hamann
ca10d0eaf8
Add basic linting rules
2017-10-21 16:01:06 -04:00
Matt Hamann
532ac9cc57
Support parsing simple values from env/argv strings ( #273 )
...
* simple parse, indexzero/nconf#72
* documentation for tryParse option
* Combine JSON parsing and simple parsing
2017-10-21 15:39:16 -04:00
indexzero
af0e9fb7e7
[dist fix] Cleanup some whitespace.
2014-11-26 01:31:48 -05:00
indexzero
09342555ba
[fix] Fixed regression introduced by #98 .
2014-11-26 01:28:31 -05:00
Michael Schoonmaker
5d2ebfbe9f
Added test to confirm merging an Object and null behaves as expected.
2012-12-20 19:02:36 -08:00
Bradley Meck
7421836387
[fix] heirarchy fixture file path wrong in tests
2012-09-07 09:40:15 -05:00
indexzero
04e22303bd
[minor doc] Update file header in test/provider-test.js
2012-07-10 03:14:00 -04:00
indexzero
30734301e7
[api test doc] Make options to Provider.prototype.file
take more flexible options
2012-07-10 01:50:18 -04:00
Michael Hart
92d4e9ea14
Added test and updated docs
2012-06-21 17:04:06 +10:00
Russell Frank
36e061c4bd
Fixes to Provider.save()
and tests.
...
Fixed `Provider.save()` to properly ignore stores which do not provide
a saveSync method. Also, fixed `save()` to properly save asynchronously
when an async `save()` method on a store is provided.
Removed the tests from `nconf-test.js` which expected `save()` to throw
or return an error when a store without `save()` methods was
encountered. Also removed a `console.log` from `provider-test.js`.
2012-05-01 22:44:15 -04:00
indexzero
d0a91219ec
[test dist] Remove unused eyes
dependency
2012-01-02 17:14:17 -05:00
Jonathan Stewmon
fdb73f007b
updated tests to verify that Provider.load respects hierarchy
2012-01-02 17:12:08 -05:00
indexzero
6c720ee109
[dist] Update Copyright and Author to Nodejitsu Inc.
2011-11-24 00:33:08 -05:00
indexzero
f4f1fdf464
[fix test] Update to respected .sources
option correctly
2011-11-24 00:30:14 -05:00
indexzero
16a18bffe6
[refactor] Expose all store prototypes on nconf.*
. Expose store instances on Provider.stores and Provider.sources
2011-11-24 00:29:43 -05:00
indexzero
c3cebe7cb4
[refactor] Rename .sources
to ._stores
and bring back ._sources
2011-11-24 00:29:39 -05:00
Sander Tolsma
47a56ccb5a
[test] Test for hierarchical argv options get()
2011-11-24 00:29:27 -05:00
indexzero
c3c315d648
[refactor] Refactor to make using nconf more fluent.
2011-11-24 00:29:15 -05:00
Maciej Małecki
2475d06cb2
[test] Test command line arguments reparsing
2011-11-19 02:02:22 +01:00
indexzero
d0aee0d451
[api test] Added .sources
option for nconf.Provider
for readonly configuration data
2011-09-25 00:01:44 -04:00
indexzero
1ef5797e83
[api test] Finished API and tests for hierarchical configuration storage.
2011-09-18 21:37:01 -04:00
indexzero
da2da7aea8
[api test breaking refactor] Significant refactor to how nconf works. Now a fully hierarchical configuration storage mechanism capable of multiple levels of stores of the same type.
2011-09-16 06:49:47 -04:00
indexzero
fb392ddc51
[api test] Updated test/provider-test.js and associated merge implementation
2011-08-28 08:50:26 -04:00
indexzero
a6533aa7bf
[dist api test] Finished integrating features from reconf and updating associated tests
2011-08-23 06:38:51 -04:00
indexzero
7e4623ec46
[api test] Update nconf.Provider
to create a new instance of the store if the options are different
2011-06-25 00:34:07 -04:00