Age | Commit message (Expand) | Author |
2016-06-21 | fix ruby deprecation warnings | elijah |
2016-05-26 | ensure that local nodes get the 'local' environment. | elijah |
2016-04-12 | move template() from manager to environment. closes #8026 | elijah |
2016-04-09 | secrets: fix bug when secrets.json doesn't exist | elijah |
2016-04-08 | environments: clean up the json inheritence system with a proper environment ... | elijah |
2016-04-06 | ensure provider objects in defeault environment have 'nil' for environment. c... | elijah |
2016-02-18 | added support for json keys prefixed with '!' for replace. | elijah |
2016-02-01 | added manager.template(), used when creating new nodes | elijah |
2016-02-01 | allow for object.dump_json to exclude certain keys | elijah |
2015-10-05 | fixes bug when environment is not listed in tag | elijah |
2015-08-18 | moved commands to leap_platform | elijah |
2015-08-07 | giver provider objects an env variable. | elijah |
2015-08-07 | add method to test if a secret has been used. | elijah |
2015-08-07 | added `leap compile firewall` | elijah |
2015-07-10 | improve `leap facts update`. closes bugs #7236 and #7237 | elijah |
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 |