-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
core: introduce "backends" to replace "remote state" (superset) and fix UX #11286
Merged
Commits on Jan 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3e47bad - Browse repository at this point
Copy the full SHA 3e47badView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b34210 - Browse repository at this point
Copy the full SHA 7b34210View commit details -
backend: introduce the backend set of interfaces
Backends are a mechanism that allow abstracting the behavior of Terraform CLI from the actual core. This allows us to slip in special behavior such as state loading, remote operations, etc.
Configuration menu - View commit details
-
Copy full SHA for 8a070dd - Browse repository at this point
Copy the full SHA 8a070ddView commit details -
The local backend implementation is an implementation of backend.Enhanced that recreates all the behavior of the CLI but through the backend interface.
Configuration menu - View commit details
-
Copy full SHA for 397e1b3 - Browse repository at this point
Copy the full SHA 397e1b3View commit details -
This allows using legacy remote state backends with the new backend interface.
Configuration menu - View commit details
-
Copy full SHA for 13c34b1 - Browse repository at this point
Copy the full SHA 13c34b1View commit details -
This allows migration of the remote state implementations to a richer experience including input asking.
Configuration menu - View commit details
-
Copy full SHA for 1f5d425 - Browse repository at this point
Copy the full SHA 1f5d425View commit details -
Configuration menu - View commit details
-
Copy full SHA for 251e5c6 - Browse repository at this point
Copy the full SHA 251e5c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a0842a - Browse repository at this point
Copy the full SHA 0a0842aView commit details -
command: meta.Backend is used for initializing the backend
This is a complex function that handles all the potential cases that can happen with legacy remote state, new configurations, etc.
Configuration menu - View commit details
-
Copy full SHA for 9654387 - Browse repository at this point
Copy the full SHA 9654387View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad7b063 - Browse repository at this point
Copy the full SHA ad7b063View commit details -
Configuration menu - View commit details
-
Copy full SHA for 523801d - Browse repository at this point
Copy the full SHA 523801dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1492c57 - Browse repository at this point
Copy the full SHA 1492c57View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3633ab - Browse repository at this point
Copy the full SHA d3633abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31f7cca - Browse repository at this point
Copy the full SHA 31f7ccaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9bc157 - Browse repository at this point
Copy the full SHA d9bc157View commit details -
Update Makefile to run tests 4 packages at a time
We were running out of RAM on Travis
Configuration menu - View commit details
-
Copy full SHA for f4ca79d - Browse repository at this point
Copy the full SHA f4ca79dView commit details -
Running `go test -i` installs the requirements for a package's tests. This way when running the tests in batches of 4, we can cut the runtime in half be only compiling the dependencies once.
Configuration menu - View commit details
-
Copy full SHA for 87253e4 - Browse repository at this point
Copy the full SHA 87253e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09e0727 - Browse repository at this point
Copy the full SHA 09e0727View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.