Age | Commit message (Expand) | Author |
2014-06-18 | added support for 'control files', files like the .json configuration files b... | elijah |
2014-06-17 | ensure that local stunnel ports are allocated by alphabetical order of the no... | elijah |
2014-06-05 | ensure hiera hosts entry is an empty hash if there are no hosts (closes #3752) | elijah |
2014-06-04 | by default, skip local nodes on `leap facts update` | elijah |
2014-05-22 | added 'try {}' macro. | elijah |
2014-05-21 | Merge branch 'feature/obfsproxy_macros' of https://github.com/irregulator/lea... | elijah |
2014-05-22 | Change macro name to rand_range, add base32 gem dependency | irregulator |
2014-05-20 | added support for environmentally scoped services and tags (e.g. services/web... | elijah |
2014-05-21 | Add two macros, base32_secret and obfs_port, used in obfsproxy | irregulator |
2014-04-05 | more graceful handling of error for `leap node add` (closes https://leap.se/c... | elijah |
2014-04-04 | yasf: yet another ssh fix. should make `leap deploy` work better with ~/.ssh/... | elijah |
2014-04-03 | remove ascii string debug line (closes https://leap.se/code/issues/5428) | elijah |
2014-04-01 | make secrets be utf8 | elijah |
2014-03-24 | fixed problems when default encoding is not utf8 | elijah |
2014-03-23 | fix bug that prevented json keys with a period in them. | elijah |
2014-03-18 | only run the tests that are specified, regardless of dependencies | elijah |
2014-03-14 | added ability to define environment specific provider.json (e.g. provider.pro... | elijah |
2014-03-08 | added support for specifying what order nodes should be tested in. | elijah |
2014-03-08 | include mx nodes in /etc/hosts of all nodes | elijah |
2014-02-14 | Include monitor node itself in hiera hosts hash (Feature #5133) | varac |
2014-02-13 | fix bug with compiling secrets.json | elijah |
2014-02-10 | fixed bug that prevented `leap list` | elijah |
2014-02-10 | automatically upgrade secrets.json | elijah |
2014-02-10 | different secrets for each environment | elijah |
2014-02-09 | added ssh pub key information to the 'hosts' hash saved in hiera files. versi... | elijah |
2014-02-07 | added support for custom /etc/hosts files, fixed bug in ObjectList filters (w... | elijah |
2014-02-06 | added support for 'monitor' ssh keys. | elijah |
2013-09-21 | added support for config arrays that are required: e.g. ["REQUIRED"]. this wi... | elijah |
2013-09-20 | add support to haproxy_servers macro for the possibility that at node might h... | elijah |
2013-09-05 | change /etc/hosts to use ec2_public_ipv4 (instead of ec2_local_ipv4) if defin... | elijah |
2013-07-30 | 1.2.1 - fix bug in haproxy (weight max is 256) | elijah |
2013-07-29 | allow ssh to disabled nodes | elijah |
2013-07-29 | security fix - don't allow leap_cli created files to be world/group readable. | elijah |
2013-07-29 | added assert() macro. | elijah |
2013-07-26 | add macro to support for haproxy with weights | elijah |
2013-06-26 | added command `leap compile zone` | elijah |
2013-06-25 | change it so the file loading info is only logged if log level is >= 3 (it is... | elijah |
2013-06-25 | lock version for allowed platform & add authorized_keys support | elijah |
2013-06-22 | improve `leap inspect` | elijah |
2013-06-20 | Fixed bug when facts.json is missing. | elijah |
2013-06-19 | fixed utf8 bug when locale not set, and improved testing for ruby 1.8. | elijah |
2013-06-04 | when generating /etc/hosts, use local ips if available via facts.json | elijah |
2013-06-04 | add support for `leap facts`. includes some fun new helpers, like run_with_pr... | elijah |
2013-05-27 | important! the order that a node specifies its services and tags is now impor... | elijah |
2013-05-27 | disabled nodes -- ensure the disabled nodes are also removed from the service... | elijah |
2013-05-27 | prevent `leap compile` from destroying disabled node files. | elijah |
2013-05-27 | added support for disabling nodes | elijah |
2013-05-22 | object list -- added pick_fields() and exclude() | elijah |
2013-05-22 | fixed bug with config list not supporting correctly not filters (eg nodes[:na... | elijah |
2013-05-08 | attempt to fix file loading problem when the OS has a weird default encoding. | elijah |