aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/config/manager.rb
AgeCommit message (Expand)Author
2014-06-18added support for 'control files', files like the .json configuration files b...elijah
2014-06-04by default, skip local nodes on `leap facts update`elijah
2014-05-20added support for environmentally scoped services and tags (e.g. services/web...elijah
2014-04-05more graceful handling of error for `leap node add` (closes https://leap.se/c...elijah
2014-04-04yasf: yet another ssh fix. should make `leap deploy` work better with ~/.ssh/...elijah
2014-03-24fixed problems when default encoding is not utf8elijah
2014-03-14added ability to define environment specific provider.json (e.g. provider.pro...elijah
2014-02-10automatically upgrade secrets.jsonelijah
2014-02-10different secrets for each environmentelijah
2013-07-29allow ssh to disabled nodeselijah
2013-06-26added command `leap compile zone`elijah
2013-06-25change it so the file loading info is only logged if log level is >= 3 (it is...elijah
2013-06-22improve `leap inspect`elijah
2013-06-20Fixed bug when facts.json is missing.elijah
2013-06-19fixed utf8 bug when locale not set, and improved testing for ruby 1.8.elijah
2013-06-04add support for `leap facts`. includes some fun new helpers, like run_with_pr...elijah
2013-05-27important! the order that a node specifies its services and tags is now impor...elijah
2013-05-27disabled nodes -- ensure the disabled nodes are also removed from the service...elijah
2013-05-27prevent `leap compile` from destroying disabled node files.elijah
2013-05-27added support for disabling nodeselijah
2013-05-08attempt to fix file loading problem when the OS has a weird default encoding.elijah
2013-03-31better error messages when json or node parsing goes wrong.elijah
2013-02-28added @allow_production_deploy and @platform_branch to Leapfileelijah
2013-02-28change json comments from '#' to more standard '//'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-01-30fix bug with vanishing secretselijah
2013-01-28remove old secrets from secrets.json if they are not defined anywhere.elijah
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-12auto compile before deploy (as needed)elijah
2012-11-24fixed broken `leap list`elijah
2012-11-15auto remove files/nodes/x when nodes/x.json doesn't exist anymore.elijah
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-01x.509 support -- added certificate authority creation and server cert creationelijah
2012-10-27switch to using ya2yamlelijah
2012-10-23more attempt at 1.9 compatibilityelijah
2012-10-23added a bunch of new commands, including init-node and deployelijah
2012-10-21added command init-nodeelijah
2012-10-14added add-user commandelijah
2012-10-11code cleanup. better support for nested configs and templates.elijah
2012-10-10hiera yaml output filenames are just the node name, not the domain name.elijah
2012-10-10hierarchical yaml output.elijah