indexzero
86bfd7c5bc
[fix] Do not trim \n
from files read in.
2015-10-07 15:31:53 -04:00
indexzero
11b2448471
[fix] Correct property path. Trim read secret keys from disk.
2015-10-02 01:00:55 -07:00
indexzero
0358545ae5
[test api] Make the format capable of sub-objects.
2015-09-20 00:26:34 -07:00
indexzero
04c0f3a001
[api test] Encrypt individual keys instead of entire stringified contents. Added basic unit tests.
2015-09-19 00:12:50 -07:00
indexzero
442d2b4233
[api] Allow for secure
to be simply a secret string.
2015-09-18 20:52:16 -07:00
indexzero
2de2bc0b66
[api] Allow for "secure" option to be passed to nconf.stores.File
to perform content encryption / decryption with crypto.createCipher
.
2015-09-18 20:52:16 -07:00
Jarrett Cruger
54f2287dd8
Merge pull request #177 from olalonde/master
...
env({lowerCase:true}) option to make it possible to get() keys in lower case
2015-09-17 18:46:27 -07:00
Christian Murphy
5d95f13eb0
filter out undefined values
2015-08-19 09:16:16 -07:00
Remy Sharp
3c11ef50e5
fix: env.match test
...
The previous test was expecting the .match value to be a function rather than a regexp which is what the README shows. So I've fixed the code to match against a real regexp, and test if the stringified version of the regexp function is [object RegExp].
I've also updated the tests to prime the process.env with values that are specifically tested for to ensure it's correctly loading the env values.
Fixex indexzero/nconf#178
2015-08-04 10:30:33 -07:00
Olivier Lalonde
8a21ef36d5
env({lowerCase:true}) option to make it possible to get() keys in lower case
2015-08-04 18:56:43 +08:00
Christian Murphy
80ec01b91d
replace optimist with yargs
2015-07-07 13:06:41 -07: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
Charlie Robbins
5502f2cf98
Merge pull request #111 from martinheidegger/patch-1
...
Adding helpful information in case parsing failed.
2014-11-26 01:08:02 -05:00
indexzero
f07bc40d64
[fix] Fix inconsistent style from #98 .
2014-11-26 01:06:44 -05:00
Charlie Robbins
d5bd26c0b6
Merge pull request #98 from joaoafrmartins/master
...
filter process.env by regexp
2014-11-26 01:06:11 -05:00
Charlie Robbins
c6d8f5d140
Merge pull request #79 from jfromaniello/master
...
Use optionally a different separator for memorystore
2014-11-26 01:04:35 -05:00
Charlie Robbins
a3404b4062
Merge pull request #76 from jmonster/usage
...
Resolves #64 , usage and help
2014-11-26 00:59:36 -05:00
Martin Heidegger
c8b6c98c7a
Adding helpful information in case parsing failed.
...
I stumbled over 2 slight problems of broken configuration files:
1) It said that a error in my JSON file existed (even though it was a yaml file, parsed by libyaml)
2) It didn't tell me which error occured.
both should be fixed with this PR
2014-03-09 21:40:10 +09:00
joaoafrmartins
120f5f0a4b
added documentation
2014-01-10 00:26:07 +00:00
joaoafrmartins
681fd2f6b4
added regexp filtering to nconf env store
2014-01-10 00:17:52 +00:00
midknight41
6c1eb5e917
fixed white spacing and added (embarrassing absent) variable declarations
2013-10-26 20:40:12 +01:00
midknight41
29f1ca281b
added support for BOM in load() and loadSync()
2013-10-03 09:17:36 +01:00
Marcin Floryan
0135d95a06
Additional error information when JSON config file cannot be read
2013-04-29 16:34:48 +01:00
José F. Romaniello
039057c730
allow different separator for memorystore
2013-04-05 15:07:33 -03:00
Johnny Domino
b73b0e1a37
attach help and showHelp arguments to the argv store
2013-02-23 12:33:23 -05:00
Johnny Domino
4894c8fcf7
resolves #64 passing usage string to optimist
2013-02-23 12:32:42 -05:00
Charlie Robbins
818526ca62
Merge pull request #63 from SchoonologyRRL/patch-1
...
Updated Memory.merge to handle null values
2012-12-20 22:56:54 -08:00
Michael Hart
bb57c497d3
Prefer this fix for #65 to 6045618
2012-12-20 18:12:42 -05:00
indexzero
60456186d7
[fix] Fix for #65
2012-12-20 18:03:37 -05:00
Michael Schoonmaker
ed41c51850
Updated Memory.merge to handle null values
...
Previously, if the Memory store was merged with an object containing a null value, the following Error occurred:
TypeError: Object.keys called on non-object
at Function.keys (native)
at Memory.merge (/.../node_modules/nconf/lib/nconf/stores/memory.js:199:17)
at Memory.merge (/.../node_modules/nconf/lib/nconf/stores/memory.js:200:17)
at Array.every (native)
at Memory.merge (/.../node_modules/nconf/lib/nconf/stores/memory.js:199:29)
at common.merge (/.../node_modules/nconf/lib/nconf/common.js:99:13)
at Array.forEach (native)
at common.merge (/.../node_modules/nconf/lib/nconf/common.js:98:22)
at Array.forEach (native)
at Object.common.merge (/.../node_modules/nconf/lib/nconf/common.js:97:8)
This commit prevents that.
2012-09-27 11:26:56 -07:00
Bradley Meck
683f78918c
[fix] #59 root get/set should work via null/undefined as key
2012-09-07 09:29:30 -05:00
Michael Hart
9aaafc5a22
Ugh, fixed whitespace
2012-06-21 18:05:52 +10:00
Michael Hart
3c08fad1c9
Changed to as it's more accurate
2012-06-21 18:04:37 +10:00
Michael Hart
e15f787940
Updated README and allowed a simpley syntax
2012-06-21 17:18:22 +10:00
Michael Hart
8921d0502e
Added support for nested configs via env
2012-06-21 16:46:10 +10:00
Christian Tellnes
83440f9956
fix spelling in error message
2012-05-24 07:27:19 +02:00
Maciej Małecki
87b0dd01c9
[minor] Use fs.exists
when available
...
`path.exists*` was moved to `fs` module in
joyent/node@e10ed097cb .
2012-05-15 11:02:46 +02:00
Pavan Kumar Sunkara
29eb5f905d
[minor] Fix whitespaces
2012-04-15 00:58:55 +05:30
Jordan Harband
6ce0b7aef3
Surfacing additional JSON.stringify arguments in formats.json.stringify, and adding the json_spacing option to the File constructor.
2012-04-13 13:22:42 -07:00
Maciej Małecki
b3699314cf
[minor] Use fs.existsSync
when available
...
`path.exists*` was moved to `fs` module in
joyent/node@e10ed097cb .
2012-03-29 13:13:16 +02:00
indexzero
6242caafda
[api minor] Add .loadSync()
to Memory store. Fixes #24
2012-01-02 17:20:06 -05:00
Maciej Małecki
963387cfd4
[api] File.saveSync()
should return store content
...
Fixes #27 .
2011-12-25 15:30:48 +01:00
indexzero
6c720ee109
[dist] Update Copyright and Author to Nodejitsu Inc.
2011-11-24 00:33:08 -05:00
indexzero
53d854a789
[api] Default to options
if options.store
is not available in nconf.Literal
2011-11-24 00:30:27 -05:00
indexzero
f4f1fdf464
[fix test] Update to respected .sources
option correctly
2011-11-24 00:30:14 -05:00
indexzero
bbcb2712f1
[api fix] Dont eagerly create config files in .load()
and .loadSync()
2011-11-24 00:30:11 -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
78ce55602f
[minor] Dont allow .set()
calls to change values in readOnly stores: argv, env, and literal
2011-11-24 00:29:35 -05:00
indexzero
c3c315d648
[refactor] Refactor to make using nconf more fluent.
2011-11-24 00:29:15 -05:00