aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/config
AgeCommit message (Expand)Author
2013-05-08attempt to fix file loading problem when the OS has a weird default encoding.elijah
2013-04-02added support for hex_secretselijah
2013-03-31better error messages when json or node parsing goes wrong.elijah
2013-03-31add ability to search for nodes using nil values.elijah
2013-03-27make sure stunnel hostnames show up in /etc/hostselijah
2013-03-27move config macros to config/macros.rbelijah
2013-03-27added config macros for stunnel_client, stunnel_server, stunnel_portelijah
2013-03-13fixed problems with warning about required options.elijah
2013-03-10fixed misc. bugs with switch to 'environment' flag.elijah
2013-03-10changed how arrays are merged on .json files.elijah
2013-03-08replace local and production values with 'environment'.elijah
2013-03-08added support for development tagelijah
2013-02-28added @allow_production_deploy and @platform_branch to Leapfileelijah
2013-02-28change json comments from '#' to more standard '//'elijah
2013-02-27fixed merge errors and warn when REQUIRED properties are unset.elijah
2013-02-26minor ruby 1.8 compatibility changeelijah
2013-02-26spit out the full callstack when -v2elijah
2013-02-10add debug notice if file is missing for macro file_path(x)elijah
2013-02-10fix file_path so that nested files are copied correctlyelijah
2013-02-10fix errant references to provider.vagrant (should be leapfilt.vagrant_network)elijah
2013-02-10moved vagrant config to Leapfile, added ~/.leaprc support.elijah
2013-02-08improve `leap node add` by auto creating cert and validating ip_addresselijah
2013-02-08added ability to have 'default' entries in json files.elijah
2013-02-08added 'nodes_like_me' macroelijah
2013-01-31allow OR conditions in ObjectList filterselijah
2013-01-30fix bug with vanishing secretselijah
2013-01-28remove old secrets from secrets.json if they are not defined anywhere.elijah
2013-01-21much better error reporting for bad evals in json configselijah
2013-01-13added ability to sync support files along with hiera.yml. this way, files don...elijah
2012-12-17forbid illegal characters in the node name.elijah
2012-12-12`leap list --print` -- now it evaluates all node keys before printingelijah
2012-12-12auto compile before deploy (as needed)elijah
2012-12-10simple /etc/hosts format for nowelijah
2012-12-08added commands 'node add' 'node rm' and 'node mv'elijah
2012-12-07added late evaluation of some keys, and hostname tracking (node tracks all th...elijah
2012-11-28fixed testselijah
2012-11-24fixed broken `leap list`elijah
2012-11-17added ability to fingerprint x509 certselijah
2012-11-15fixed minor bug with 'false' values on node configs.elijah
2012-11-15auto remove files/nodes/x when nodes/x.json doesn't exist anymore.elijah
2012-11-15minor fix to exception catchingelijah
2012-11-14inherit .json from leap_platform/provider_baseelijah
2012-11-13cleaned up logging, and much improved error message when file is not foundelijah
2012-11-09vagrant supportelijah
2012-11-04allow symbols for ObjectList lookupelijah
2012-11-04added automatic secret generation in secrets.jsonelijah
2012-11-03added --print <attr> to "leap list" command.elijah
2012-11-01fixed bugs in ruby 1.9 related to our use of eval.elijah
2012-11-01x.509 support -- added certificate authority creation and server cert creationelijah
2012-10-27avoid KCODE error under ruby 1.9elijah