bdd
462bbece95
Update communicator.go
...
If block ends in a return statement. Personal preference. It's less explicit, but more concise to drop the else and outdent the return.
2014-08-07 14:29:02 -04:00
bdd
0cb0c412c3
Update communicator.go
...
typo
2014-08-07 14:19:08 -04:00
Mitchell Hashimoto
08c1a19cbf
Merge pull request #161 from desimone/patch-2
...
helper/ssh: equivalent loop
2014-08-07 11:15:44 -07:00
Mitchell Hashimoto
ffc5d4437a
Merge pull request #160 from desimone/patch-1
...
helper/ssh: update provisioner.go
2014-08-07 11:15:08 -07:00
bdd
dbe946a97a
Update communicator.go
...
Naming convention consistencies.
2014-08-07 13:53:18 -04:00
bdd
b55ab5d5b4
Update password.go
...
Loop is equivalent.
2014-08-07 13:41:41 -04:00
bdd
fd60ddaacd
Update provisioner.go
...
Comment should be capitalized to match exported function "VerifySSH"
2014-08-07 13:19:03 -04:00
Jack Pearkes
f57a2f968c
Merge pull request #158 from alex/typo-fixes
...
Fixed a ton of typos in docs and comments
2014-08-07 08:38:02 -04:00
Alex Gaynor
46154ca1d3
Fixed a ton of typos in docs and comments
2014-08-07 00:19:56 -07:00
Mitchell Hashimoto
d27180b263
Merge pull request #156 from alex/patch-1
...
website: fixed a typo in the docs
2014-08-06 14:53:45 -07:00
Alex Gaynor
277a0b3da7
Fixed a typo in the docs
2014-08-06 14:52:56 -07:00
Jack Pearkes
eb09c81a7b
Merge pull request #155 from alekstorm/readme-dependencies
...
List Mercurial and CMake dependencies in README.md
2014-08-06 15:43:12 -04:00
Alek Storm
8797f35c14
List Mercurial and CMake dependencies in README.md
2014-08-06 12:41:13 -07:00
Jack Pearkes
5a466795c6
website: handle longer names in downloads
2014-08-06 09:12:04 -04:00
Jack Pearkes
f19e7dba58
website: another touch for heroku
2014-08-06 08:57:44 -04:00
Jack Pearkes
7040599950
website: for heroku
2014-08-06 08:36:20 -04:00
Jack Pearkes
70b06674c8
website: fix homepage fonts in json
2014-08-05 21:12:57 -04:00
Jack Pearkes
de2d55c206
website: configure middleman not to remove multiple spaces during minify
...
Minification was breaking the whitespace in JSON blocks on the front
page that require indentation because we use non-standard `p` and
`span` tags in JSON blocks
I imagine the HTML compressor gem used by middleman has some
whitelisting of the `pre` tag, therefore it wouldn't break normal
code blocks.
2014-08-05 20:59:27 -04:00
Mitchell Hashimoto
21c7265237
website: fix download URLs
2014-08-05 14:45:55 -07:00
Mitchell Hashimoto
265f8895ce
Up version for dev
2014-08-05 14:44:36 -07:00
Mitchell Hashimoto
b1f112f996
website: fix 404 on SHASUMS link
2014-08-05 14:38:41 -07:00
Mitchell Hashimoto
8391c80723
website: fix website for downloads for 0.1.1
2014-08-05 14:36:30 -07:00
Mitchell Hashimoto
afc942358d
website: work with new file format
2014-08-05 14:32:27 -07:00
Mitchell Hashimoto
c5bf448d8c
scripts: make dist executable
2014-08-05 14:28:33 -07:00
Mitchell Hashimoto
0092f5a2cb
v0.1.1
2014-08-05 14:19:20 -07:00
Jack Pearkes
1ba7201591
Update CONTRIBUTING.md
2014-08-05 16:55:50 -04:00
Jack Pearkes
732a3733ec
add contributing guide
2014-08-05 16:49:40 -04:00
Mitchell Hashimoto
e166f6ac9c
make clean should remove y.go
2014-08-05 10:39:18 -07:00
Mitchell Hashimoto
c834254b7f
scripts: underscore instead of hyphen
2014-08-05 10:36:01 -07:00
Mitchell Hashimoto
989b84bc1f
Merge pull request #100 from aussielunix/zipfilename
...
scripts: include 'terraform' in published package name
2014-08-05 10:35:44 -07:00
Mitchell Hashimoto
8c7b80d172
Merge pull request #61 from carlosdp/fix-maps-race
...
Fix maps iteration order error in append_test, merge_test, and graphviz_test
2014-08-05 10:34:09 -07:00
Mitchell Hashimoto
fac3f8defc
Revert "Merge pull request #121 from JasonGiedymin/master"
...
This reverts commit d3819e3209
, reversing
changes made to ea4210b206
.
2014-08-05 10:33:17 -07:00
Mitchell Hashimoto
d3819e3209
Merge pull request #121 from JasonGiedymin/master
...
digraph: fix graphviz_test with test table
2014-08-05 10:31:11 -07:00
Mitchell Hashimoto
ea4210b206
Update CHANGELOG
2014-08-05 10:29:01 -07:00
Mitchell Hashimoto
742e33c672
config: accept file("test.txt") [GH-145]
2014-08-05 10:28:20 -07:00
Mitchell Hashimoto
40bd1580e4
Travis file should be unix line endings
2014-08-05 10:16:53 -07:00
Mitchell Hashimoto
9105ec8cc9
Travis
2014-08-05 10:16:27 -07:00
Mitchell Hashimoto
c671e79904
fmt
2014-08-05 10:12:50 -07:00
Mitchell Hashimoto
87f4b49f85
terraform: multi-variables work with count = 1 [GH-115]
2014-08-05 10:12:35 -07:00
Mitchell Hashimoto
b19a976696
config: additional tests for sanity
2014-08-05 10:11:56 -07:00
Mitchell Hashimoto
a74775d077
helper/ssh: error if private key on SSH [GH-73]
2014-08-05 09:53:02 -07:00
Mitchell Hashimoto
642fed0356
command: terraform.tfvars loaded by default if it exists
2014-08-05 09:32:01 -07:00
Jack Pearkes
2ba5a6064d
Merge pull request #144 from hectcastro/valid_aws_security_group_example
...
Add required description attribute to aws_security_group example
2014-08-04 10:43:52 -04:00
Hector Castro
1420e261d7
Add required description attribute to aws_security_group example.
2014-08-02 22:41:00 -04:00
Jack Pearkes
cc31db0389
Merge pull request #142 from hectcastro/missing_db_endpoint_port
...
Fix output of aws_db_instance port via endpoint
2014-08-01 17:22:19 -04:00
Hector Castro
f869a077a2
Fix output of aws_db_instance port via endpoint
...
When trying to output the `endpoint` attribute of an `aws_db_instance`,
the port was not being emitted properly. Converting the port number from
an integer to a string has resolved the issue.
2014-08-01 17:13:26 -04:00
Jack Pearkes
b2cff86dbc
Merge pull request #137 from hectcastro/final_snapshot_identifier
...
Add documentation for aws_db_instance/final_snapshot_identifer
2014-08-01 13:29:24 -04:00
Hector Castro
733f10d7b9
Add documentation for aws_db_instance/final_snapshot_identifer.
2014-08-01 11:34:46 -04:00
Jack Pearkes
61122beec4
providers/digitalocean: fix comment
2014-08-01 11:05:32 -04:00
Jack Pearkes
d9bfe1c2fe
providers/digitalocean: only save private ip address if private
2014-08-01 10:12:29 -04:00