Commit Graph

2219 Commits

Author SHA1 Message Date
Sander van Harmelen
cdee8c70ec Refactoring the DNSimple provider
With this refactor the DNSimple provider is updated to use the
schema.Provider approach released with TF 0.2.
2014-11-17 14:01:00 +01:00
Seth Vargo
8788d3c25e Merge pull request #505 from hashicorp/sethvargo/https_font
Load Google fonts over SSL
2014-10-23 09:30:23 -07:00
Seth Vargo
66c0558f8d Use non-protocol-specific URL for fonts 2014-10-23 12:30:04 -04:00
Seth Vargo
4a98c921a8 Load Google fonts over SSL 2014-10-23 12:00:37 -04:00
Jack Pearkes
04a20f9165 website: make bintray logo https 2014-10-23 11:45:43 -04:00
Seth Vargo
9d3758abd8 Fix broken YAML 2014-10-22 17:47:44 -04:00
Seth Vargo
9ac9ab6706 Use the built-in alert helpers 2014-10-22 10:01:17 -04:00
Seth Vargo
073a0f76c5 Add meta descriptions to all pages 2014-10-21 23:21:56 -04:00
Seth Vargo
79aa19a121 Remove version file 2014-10-21 23:21:23 -04:00
Seth Vargo
342e196967 Set base_url 2014-10-21 23:21:19 -04:00
Seth Vargo
29aa947c3b Do not index the 404 page 2014-10-21 23:21:14 -04:00
Seth Vargo
574746b2aa Push javascript to the bottom, read description 2014-10-21 23:20:52 -04:00
Seth Vargo
e6feb90121 Add robots.txt 2014-10-21 23:20:26 -04:00
Seth Vargo
fe6e7e2a01 Add sitemap 2014-10-21 23:20:21 -04:00
Seth Vargo
0474da5507 Remove unused CSS and Javascript 2014-10-21 23:20:16 -04:00
Seth Vargo
7200348d1a Update version of middleman-hashicorp 2014-10-21 22:48:50 -04:00
Seth Vargo
4f475cb35e Remove unused font files 2014-10-21 22:48:43 -04:00
Mitchell Hashimoto
a70eee51bf Update CHANGELOG 2014-10-21 11:30:37 -07:00
Mitchell Hashimoto
e30ee60c58 up version for dev 2014-10-21 11:23:58 -07:00
Mitchell Hashimoto
57504e26d0 website: add a dumb version.txt 2014-10-21 11:21:13 -07:00
Mitchell Hashimoto
146d081b65 v0.3.1 2014-10-21 11:01:04 -07:00
Mitchell Hashimoto
1792334ec4 fmt 2014-10-21 11:00:12 -07:00
Mitchell Hashimoto
81913c58fb providers/aws: fixing faililng test 2014-10-21 10:57:55 -07:00
Mitchell Hashimoto
61811fce23 helper/schema: remove debug info 2014-10-21 10:54:44 -07:00
Mitchell Hashimoto
f63a5d24e9 helper/schema: diffs for sets should include the full set [GH-457]
Prior to this, the diff only contained changed set elements. The issue
with this is that `getSet`, the internal function that reads a set from
the ResourceData, expects that each level (state, config, diff, etc.)
has the _full set_ information. This change was done to fix merging
issues.

Because of this, we need to make sure the full set is visible in the
diff.
2014-10-21 10:49:53 -07:00
Mitchell Hashimoto
85a57ab792 Merge pull request #485 from frntn/doc-issues
website: fix misspelled argument name for aws_db_instance resource
2014-10-21 09:03:26 -07:00
Matthieu Fronton
d901d62138 website: update arg description with actual expected informations (but now arg name not relevant anymore) 2014-10-21 08:10:50 -04:00
Matthieu Fronton
e7925bad15 website: fix misspelled argument name for aws_db_instance resource 2014-10-21 07:52:32 -04:00
Mitchell Hashimoto
d0ce67a5b7 helper/schema: on destroy/create, reset state to be empty [GH-464] 2014-10-21 00:28:53 -07:00
Mitchell Hashimoto
d1324678dd helper/schema: setting empty map works [GH-464] 2014-10-21 00:17:17 -07:00
Mitchell Hashimoto
9ecbbc6fa0 helper/schema: some more unit tests 2014-10-20 23:52:22 -07:00
Mitchell Hashimoto
296152da66 Update CHANGELOG 2014-10-20 23:18:37 -07:00
Mitchell Hashimoto
d5b418d82b Merge pull request #402 from longnguyen11288/add-sg-tags
Added security group tagging
2014-10-20 23:18:22 -07:00
Mitchell Hashimoto
afec1e907b website: update docs for Heorku change 2014-10-20 23:17:44 -07:00
Mitchell Hashimoto
8dcc4e3269 Update CHANGELOG 2014-10-20 23:16:18 -07:00
Mitchell Hashimoto
98f104dde6 Merge pull request #406 from catsby/heroku-orgs-maps
Proposal to change Heroku organization TypeString to a TypeList
2014-10-20 23:15:50 -07:00
Mitchell Hashimoto
17d1bb7dde Revert "Merge pull request #422 from svanharmelen/f-shaving-off-some-cpu-cycles"
This reverts commit 428cce2478, reversing
changes made to 517c5b2ea8.
2014-10-20 23:14:14 -07:00
Mitchell Hashimoto
428cce2478 Merge pull request #422 from svanharmelen/f-shaving-off-some-cpu-cycles
helper/schema: Shaving off some unneeded calls, saving CPU cycles
2014-10-20 23:13:18 -07:00
Mitchell Hashimoto
517c5b2ea8 Update CHANGELOG 2014-10-20 23:11:31 -07:00
Mitchell Hashimoto
4822419414 Merge pull request #454 from stuntgoat/goog-external
providers/google: add external_address; needed for connection
2014-10-20 23:10:48 -07:00
Mitchell Hashimoto
22f09b487b terraform: refresh ignores variables with no values [GH-478] 2014-10-20 23:08:17 -07:00
Mitchell Hashimoto
c84af741de Log the version info for easier debugging 2014-10-20 22:32:00 -07:00
Mitchell Hashimoto
22a1bbd940 Update CHANGELOG 2014-10-20 18:46:32 -07:00
Mitchell Hashimoto
0908e8f42c terraform: don't fail refresh if output doesn't exist [GH-483] 2014-10-20 18:45:52 -07:00
Mitchell Hashimoto
590a635b70 providers/aws: ELB should treat subest as a set 2014-10-20 16:32:38 -07:00
Mitchell Hashimoto
0468e85d6e Update CHANGELOG 2014-10-20 15:36:14 -07:00
Mitchell Hashimoto
8f166458d2 Merge pull request #480 from hashicorp/f-fix-consul
Consul param should be "key"
2014-10-20 15:35:31 -07:00
Mitchell Hashimoto
5390357e45 helper/schema: sets properly take into account the diff 2014-10-20 15:32:30 -07:00
Mitchell Hashimoto
39edc5dc04 helper/schema: diffing maps that are computed should not result in
change
2014-10-20 14:23:06 -07:00
Mitchell Hashimoto
903aa0250c providers/consul: fix delete diff 2014-10-20 14:09:57 -07:00