Commit Graph

334 Commits (f-debugger)

Author SHA1 Message Date
James Bardin 2e3aa96988
Merge pull request #28099 from jasons42/duplicate-default-workspace
5 years ago
James Bardin 439bf9a96d
Merge pull request #28097 from jasons42/etcdv3-acceptance-tests
5 years ago
James Bardin 1338502c7b
Merge pull request #26924 from remilapeyre/concurrent-locks-pg
5 years ago
Jason Smith 188ea61a12 Fix duplicate default state
5 years ago
Jason Smith 3e8ebd6f40 Fix type conversion panic
5 years ago
Matthew Frahry 85b9bdea96
backend/azure: azure state refreshes outside of grabbing the lock #26561
5 years ago
James Bardin b0094dbf36
Merge pull request #27678 from GreenHedgehog/master
5 years ago
Matthew Frahry cb041053e9 Merge with master
5 years ago
Matthew Frahry 2b42445454
Update client.go
5 years ago
Matthew Frahry f52a18b134
Update backend/remote-state/azure/client.go
5 years ago
GreenHedgehog d4db1d1342 fix possible nil pointer dereference in azure sdk
5 years ago
Jonathan Hall 49ee3d3ef8 Grammar nit: "setup" as a verb should be spelled "set up"
5 years ago
Nick Fagerlund ed7f97c34f Update language docs URLs in code and tests
5 years ago
James Bardin 9f2a6d33be move remaining helper packages to internal
5 years ago
James Bardin 2635b3b023 update remote state to use legacy types
6 years ago
Rémi Lapeyre d81d521bcd Use a global sequence to create the IDs for each workspace
6 years ago
Upo 3b9c5e5bbb
backend/gcs: remove deprecated "path" config argument (#26841)
6 years ago
Upo 4ccc63d79d
backend: Add service account impersonation to GCS Backend and update the docs (#26700)
6 years ago
tombuildsstuff 6f244f97d1 backend/azurerm: updating to handle the field rename
6 years ago
James Bardin 0b31ffa587 use a single log writer
6 years ago
James Bardin 6ca477f042 move helper/logging to internal
6 years ago
Sean Teeling 8980b6dc9e double check the state wasn't created in the short time prior to grabbing the lock
6 years ago
James Bardin b8df47c9ac add struct field names
6 years ago
Sean Teeling 7d6ec431d2 test locks in non-default workspace
6 years ago
Sean Teeling e1f1b84d67 Refresh state outside of grabbing the lock; only grab the lock on provisioning if the state file doesn't exist; this is similar to the GCS backend
6 years ago
Rémi Lapeyre 12a0a21c0b Add skip_table_creation and skip_index_creation options to the pg backend
6 years ago
Kristin Laemmert 6f4f6fbc72 helper: deprecate pathorcontents
6 years ago
Kristin Laemmert d2e999ba1f
remove unused code (#26503)
6 years ago
Pam Selle f84a7c1d57
Merge pull request #26476 from remilapeyre/postgres-backend-escape-schema_name
6 years ago
James Bardin 70652814e3 add missing Context argument
6 years ago
James Bardin 5e13d57f4e
Merge pull request #26463 from hashicorp/kt/azurerm-secret-backend-fix
6 years ago
Alisdair McDiarmid 35d4926bf7
Merge pull request #25837 from remilapeyre/consul-force-unlock
6 years ago
Rémi Lapeyre 42be5854a2 Properly quote schema_name in the pg backend configuration
6 years ago
kt b66364f7aa
AzureRM backend: correctly lookup environment from metadata host
6 years ago
Rémi Lapeyre 9acfe30ca6 Always have the default workspace in the pg backend
6 years ago
Rémi Lapeyre 5c7008bd89 Merge remote-tracking branch 'origin/master' into consul-force-unlock
6 years ago
Alisdair McDiarmid e183163739
Merge pull request #25856 from remilapeyre/consul-split-state
6 years ago
Alisdair McDiarmid 92abaadc02
Merge pull request #25842 from remilapeyre/consul-path-slash
6 years ago
Matt Kasa c2e35ae3b5
backend/http: add support for configuration by environment variable (#25439)
6 years ago
James Bardin 0c5430f88d
Merge pull request #25585 from chushenmeshile/master
6 years ago
James Bardin bd5ff98ca7
Merge pull request #25830 from hashicorp/kt/secret-metadata-host
6 years ago
James Bardin d46e9a4198
Merge pull request #25770 from hashicorp/f/azure-backend-spcert
6 years ago
Angie Pinilla 582fb73a7c deps: Update aws-sdk-go-based to 0.6.0
6 years ago
Rémi Lapeyre e680211bc0 Split the state in chunks when they outgrow the limit of Consul KV store
6 years ago
Rémi Lapeyre 032d339915 Sanitize lock path for the Consul backend when it ends with a /
6 years ago
Rémi Lapeyre 11eb88753d Fix `terraform force-unlock <lock_id>` for Consul backend
6 years ago
kt 23b4c2db42
azurerm backend: support loading metadata from a given host
6 years ago
Kristin Laemmert 6621501ae3
state: remove deprecated state package (#25490)
6 years ago
tombuildsstuff d215453495 backend/azurerm: adding a missing docs string. fixes #25765
6 years ago
tombuildsstuff 0d34e5d97c backend/azurerm: support for authenticating using a Client Certificate
6 years ago