<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_platform.git/lib/leap_cli/commands, branch 0.8.0rc1</title>
<subtitle>[leap_platform] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/'/>
<entry>
<title>ensure that expired certs are updated *before* hiera compile.</title>
<updated>2016-02-09T18:42:52+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2016-02-09T18:42:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=81ab07d79a56c6b44d2ca16fb51af2a0e8d09098'/>
<id>81ab07d79a56c6b44d2ca16fb51af2a0e8d09098</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] Add 'leap debug' cmd</title>
<updated>2016-01-19T21:35:37+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2016-01-19T19:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=45412d75d16189719c059c0368eca4bda75e6ff8'/>
<id>45412d75d16189719c059c0368eca4bda75e6ff8</id>
<content type='text'>
This will output node debug information by calling the
bin/debug.sh script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will output node debug information by calling the
bin/debug.sh script.
</pre>
</div>
</content>
</entry>
<entry>
<title>increase ram of vagrant nodes to 1,5g</title>
<updated>2016-01-18T14:42:03+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2016-01-18T14:42:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=4b49d0757df4cb1d52e35ee4b84d51906f716344'/>
<id>4b49d0757df4cb1d52e35ee4b84d51906f716344</id>
<content type='text'>
otherwise, machines will be out-of-mememory on deploy
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
otherwise, machines will be out-of-mememory on deploy
</pre>
</div>
</content>
</entry>
<entry>
<title>ensure that the key/value are only split on the first colon</title>
<updated>2015-12-16T10:19:10+00:00</updated>
<author>
<name>Christoph Kluenter</name>
<email>ckluente@thoughtworks.com</email>
</author>
<published>2015-12-16T10:19:10+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=8d4e3610ce836e4fe95c347920b9da5c32037dbb'/>
<id>8d4e3610ce836e4fe95c347920b9da5c32037dbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] Vagrant boxes need 1g of ram</title>
<updated>2015-12-04T10:47:36+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2015-12-04T10:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=b81fe0a8aaa281b4ddf709cd02af47b23144a32c'/>
<id>b81fe0a8aaa281b4ddf709cd02af47b23144a32c</id>
<content type='text'>
On ci builds we got out-of-memory errors using the default of 512mb.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On ci builds we got out-of-memory errors using the default of 512mb.
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] Drop Vagrant Support for versions &lt; 1.1</title>
<updated>2015-12-04T10:42:19+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2015-12-04T10:42:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=c98fb4e2538d51d41c88f2592ece30959069637f'/>
<id>c98fb4e2538d51d41c88f2592ece30959069637f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] Make vagrant basebox configurable</title>
<updated>2015-12-01T09:27:31+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2015-12-01T09:27:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=6cb59ea4149a94ec2ad037f97b00c9a1c4b75890'/>
<id>6cb59ea4149a94ec2ad037f97b00c9a1c4b75890</id>
<content type='text'>
reads @vagrant_basebox from Leapfile or ~/.leaprc,
needs commit baaa21ca2 in leap_cli.

- Resolves: #7657
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reads @vagrant_basebox from Leapfile or ~/.leaprc,
needs commit baaa21ca2 in leap_cli.

- Resolves: #7657
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo documentation leap-cli, closes mr88.</title>
<updated>2015-11-29T22:53:17+00:00</updated>
<author>
<name>kwadronaut</name>
<email>kwadronaut@leap.se</email>
</author>
<published>2015-11-29T22:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=d133e1fab16cecab4290e8df54cd91b2ede623b3'/>
<id>d133e1fab16cecab4290e8df54cd91b2ede623b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] Use jessie for vagrant basebox</title>
<updated>2015-11-17T18:51:11+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2015-11-03T18:21:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=be6ef466b031498cdeb030cff8b77ed5e6d10566'/>
<id>be6ef466b031498cdeb030cff8b77ed5e6d10566</id>
<content type='text'>
- Related: #6920
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Related: #6920
</pre>
</div>
</content>
</entry>
<entry>
<title>typo leap_cli sysadmin</title>
<updated>2015-11-12T09:04:52+00:00</updated>
<author>
<name>kwadronaut</name>
<email>kwadronaut@leap.se</email>
</author>
<published>2015-11-12T09:04:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=922217111395cc419bce59540ffcbf7e3ebf064f'/>
<id>922217111395cc419bce59540ffcbf7e3ebf064f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
