Anubhav Mishra 7f8f85a6a7 Detail view (#47)
* Adding the ability to get lock data and show it using the detail view in the ui for boltdb

* adding modal style

* Adding new modal based discard ui

* Adding detail view and get lock funtionality with unlocking with the UI

* lots of clean up after review

* using jquery most places now

* missed in merge

* this should cause a build failure

* moving e2e test as part of the test override step so they run if unit tests fail

* fixing boltdb tests

* turns out you can't fail fast in circleci

* don't compare locks
2017-06-25 15:24:07 -07:00
2017-06-21 09:47:36 -07:00
2017-06-25 15:24:07 -07:00
2017-06-17 14:14:21 -07:00
2017-06-17 14:14:21 -07:00
2017-05-24 17:35:59 -07:00
2017-06-25 15:24:07 -07:00
2017-06-25 15:24:07 -07:00
2017-06-25 15:24:07 -07:00
2017-06-17 14:14:21 -07:00
2017-06-20 18:59:18 -07:00
2017-05-24 17:29:43 -07:00
2017-05-24 17:29:43 -07:00
2017-06-25 15:24:07 -07:00
2017-06-25 15:24:07 -07:00
2017-06-20 20:58:15 -07:00

atlantis

CircleCI

A terraform collaboration tool that enables you to collaborate on infrastructure safely and securely.

Locking

When a Run is triggered, the set of infrastructure that is being modified is locked against any modification or planning until the Run has been completed by an apply and the pull request has been merged

{
  "data_dir": "/var/lib/atlantis",
  "locking": {
    "backend": "file"
  }
}

{
  "locking": {
    "backend": "dynamodb"
  }
}
Description
Terraform Pull Request Automation
Readme 215 MiB