Age | Commit message (Expand) | Author |
2015-07-08 | die more gracefully if facts.json is corrupted. | elijah |
2015-06-26 | `leap ls --print` should return values, not formulas | elijah |
2015-06-16 | fix problem with default environment and secrets.json generation | elijah |
2015-05-05 | added support for secrets.set() with value passed as a block, so that secrets... | elijah |
2015-05-05 | properly bind 'global.services' and 'global.tags' in the right environment in... | elijah |
2015-02-05 | minor - fix indentation | elijah |
2014-12-01 | better secrets.json compile when environment is pinned. | elijah |
2014-11-09 | make sure to specify HostKeyAlgorithms for ssh and rsync. this is needed beca... | elijah |
2014-11-04 | bugfix - deploy failed when all nodes had default environment | elijah |
2014-10-31 | only spit out stack trace if --debug | elijah |
2014-10-31 | allow json properties to be named 'key' | elijah |
2014-10-30 | minor fix to bail and log level | elijah |
2014-10-29 | allow for control over how arrays are merged in json inheritance | elijah |
2014-10-15 | filter: fix bug when given incorrect filter | elijah |
2014-10-05 | more robust env pinning, fixes several edge case bugs. | elijah |
2014-10-05 | ensure arrays are always sorted when exported to yaml | elijah |
2014-10-01 | fixed typo in manager.rb | elijah |
2014-09-30 | environment pinning: new commands `leap env`, `leap env pin X` and `leap env ... | elijah |
2014-06-27 | leap list improvements: lazy evaluation; don't bomb on ConfigError; remove re... | elijah |
2014-06-25 | allow file(x, :missing => '') macro to report the path of x in the missing text. | elijah |
2014-06-20 | moved all json macros to the platform (breaks compatibility with earlier plat... | elijah |
2014-06-20 | changed how stunnel is generated in hiera files. breaks compatibility with ol... | elijah |
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 |