Commit Graph

1086 Commits

Author SHA1 Message Date
Amadeus Demarzi 3adfc52092 Getting things ready... for dat import 2014-07-27 18:32:30 -07:00
Amadeus Demarzi d6d4cf4b39 Grunt file cleanup
Better indenatation, more readable
2014-07-27 18:32:30 -07:00
Jack Pearkes c7d71da885 website: fix aws example 2014-07-27 21:26:44 -04:00
Jack Pearkes a16b34e4d6 website: add AWS example 2014-07-27 21:23:42 -04:00
Jack Pearkes 7ef47671b0 providers/aws: only security group and instances if we have them 2014-07-27 21:20:03 -04:00
Mitchell Hashimoto 7e6141a1ca website: plugins section, wip 2014-07-27 17:03:31 -07:00
Mitchell Hashimoto c7784e44d3 website: proper iRC channel 2014-07-27 16:40:36 -07:00
Mitchell Hashimoto 331046b9c2 Update README with real IRC/Groups 2014-07-27 15:58:24 -07:00
Mitchell Hashimoto e99dfbf89e website: added more copy to homepage
/cc @pearkes @armon - I think the spacing was weird, so I added
another couple sentences to help fill it out.
2014-07-27 15:57:43 -07:00
Armon Dadgar 81f5f60bb2 Adding Vagrantfile for cross-compile 2014-07-27 18:16:17 -04:00
Armon Dadgar 54cc66367d command: Adding backup of state file 2014-07-27 18:09:04 -04:00
Armon Dadgar e579e07aaa website: minor homeage copy changes. /cc: @pearkes 2014-07-27 17:23:53 -04:00
Armon Dadgar 699101b0ca website: Remove guides 2014-07-27 17:20:52 -04:00
Armon Dadgar fcb1a36bbc website: Consul example 2014-07-27 17:00:21 -04:00
Armon Dadgar 2a64f56a9a website: next steps links to examples 2014-07-27 16:11:31 -04:00
Armon Dadgar fc0757fed3 website: fixing downloads page 2014-07-27 16:11:21 -04:00
Jack Pearkes 627b691cf4 website: add consul example 2014-07-27 16:05:12 -04:00
Jack Pearkes 84941de974 website: add examples, intro button cleanup 2014-07-27 16:05:12 -04:00
Armon Dadgar 91e78c19dc website: homepage copy changes. /cc: @pearkes 2014-07-27 15:51:27 -04:00
Armon Dadgar 10383cfc67 website: Change local-exec example 2014-07-27 15:41:08 -04:00
Armon Dadgar a4f7401458 website: Copy fixes 2014-07-27 15:30:31 -04:00
Jack Pearkes 5075b162d7 website: more homepage copy changes 2014-07-27 15:17:20 -04:00
Armon Dadgar 5a763e58a3 website: copy cleanups 2014-07-27 14:51:52 -04:00
Jack Pearkes a08c1816cf website: lato 100 font weight 2014-07-27 14:41:25 -04:00
Jack Pearkes a2aeda969c website: fix docs footer 2014-07-27 14:38:37 -04:00
Armon Dadgar 44d7ccc629 website: fixing community page 2014-07-27 14:35:59 -04:00
Mitchell Hashimoto 68c0bf3ced command: add provisioning output 2014-07-27 09:12:16 -07:00
Jack Pearkes a61d88eb3c website: initial try at content for homepage 2014-07-27 12:07:43 -04:00
Mitchell Hashimoto 78c32ac196 terraform: hooks around provisioners 2014-07-27 09:00:34 -07:00
Mitchell Hashimoto 9759606989 command/apply: check if state non-nil for interrupt 2014-07-26 21:28:42 -07:00
Mitchell Hashimoto 0f45ebbdc3 command: better UI for showing completion of steps 2014-07-26 21:20:31 -07:00
Mitchell Hashimoto 7564a0a21c terraform: set state properly when tainted 2014-07-26 21:03:07 -07:00
Mitchell Hashimoto 2094326c10 command: plan that requires destroy and new is "-/+" 2014-07-26 21:03:06 -07:00
Armon Dadgar da539caf0a provider/consul: Acceptance test uses demo.consul.io 2014-07-26 21:25:28 -04:00
Armon Dadgar 2263616c2e provider/consul: Fixing resource updates 2014-07-26 21:24:20 -04:00
Armon Dadgar 18333f149e provider/aws: route53 zone detects deletion 2014-07-26 21:24:20 -04:00
Mitchell Hashimoto e47498dc94 depgraph: if a walk func errors, don't walk dependents 2014-07-26 18:03:18 -07:00
Mitchell Hashimoto 63c0ff9260 website: update docs for apply command 2014-07-26 17:51:17 -07:00
Mitchell Hashimoto 795142c43c command/apply: -refresh flag 2014-07-26 17:51:16 -07:00
Mitchell Hashimoto ef6fba754d command: refactor so Context never plans 2014-07-26 17:51:15 -07:00
Armon Dadgar 615d724aaa website: Document consul provider 2014-07-26 20:42:25 -04:00
Armon Dadgar dc0de63a72 provider/consul: cleanup 2014-07-26 20:21:48 -04:00
Mitchell Hashimoto efa3e1f25f website: update Vagrantfile for grunt 2014-07-26 16:26:17 -07:00
Mitchell Hashimoto b1fc87fe59 providers/aws/aws_eip: support update (reassociation)
/cc @pearkes - woot
2014-07-26 15:53:26 -07:00
Mitchell Hashimoto 332a33b640 Update TODO 2014-07-26 15:15:23 -07:00
Mitchell Hashimoto 37c4edd5e7 terraform: test cases around self-referencing variables
This includes cases of multi-counts.

/cc @armon - Looks like this was a non-issue. Terraform already errors
on this.
2014-07-26 15:02:23 -07:00
Mitchell Hashimoto a3639b6156 terraform: further tests around count edge cases, fix 1 => N case
/cc @pearkes

GH-35
2014-07-26 14:55:42 -07:00
Mitchell Hashimoto f9f4e62411 config: validate that count is >= 1 2014-07-26 14:49:55 -07:00
Mitchell Hashimoto 82e7d58250 command/apply: -init is gone
/cc @pearkes - hurray!
2014-07-26 14:44:05 -07:00
Mitchell Hashimoto 79033f240f command: error if variables present when creating context from plan 2014-07-26 14:32:09 -07:00