aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* fixv0.1.20.1.2Alexandre Garand2019-08-091-1/+0
|
* Merge branch 'add_contact_groups' of ↵Alexandre Garand2019-08-097-4/+361
|\ | | | | | | github.com:alexandreFre/terraform-provider-statuscake
| * add contact_group resource to the providerAlexandre Garand2019-08-096-2/+356
| |
| * Cleanup after v1.0.0 releasetf-release-bot2019-07-021-0/+1
| |
| * v1.0.0tf-release-bot2019-07-021-1/+1
| |
* | removev0.1.1Alexandre Garand2019-08-071-0/+0
| |
* | add binaryAlexandre Garand2019-08-071-0/+0
| |
* | fixAlexandre Garand2019-08-071-8/+0
|\ \
| * | fix reading of testAlexandre Garand2019-08-071-1/+4
| |/
* | fixAlexandre Garand2019-08-061-1/+1
|\ \
| * | fix reading of testAlexandre Garand2019-08-061-0/+11
| |/
* | pullAlexandre Garand2019-08-061-1/+6
|\ \
| * | fix reading of testAlexandre Garand2019-08-061-0/+11
| |/
* | Merge branch 'fix_read_test' of ↵Alexandre Garand2019-08-061-5/+11
|\ \ | | | | | | | | | github.com:alexandreFre/terraform-provider-statuscake
| * | fix reading of testAlexandre Garand2019-08-061-5/+11
| |/
* | contact_groups accept listadd_ssl_testsAlexandre Garand2019-07-241-9/+18
| |
* | update documentation for the ssl resourceAlexandre Garand2019-07-093-1/+87
| |
* | update go.modAlexandre Garand2019-07-012-1/+3
| |
* | remove Println used for debugAlexandre Garand2019-07-011-2/+0
| |
* | Update go modules dependenciesAlexandre Garand2019-06-273-62/+8
| |
* | add go-querystringAlexandre Garand2019-06-278-0/+786
| |
* | fix testAlexandre Garand2019-06-271-12/+14
| |
* | add ssl tests to terraform providerAlexandre Garand2019-06-274-0/+509
| |
* | update vendor/github.com/DreamItGetIT/statuscake/ to manage ssl testsAlexandre Garand2019-06-2723-2/+1854
|/
* Merge pull request #39 from jcalonso/update-changelogMat Schaffer2019-06-251-4/+8
|\ | | | | Update CHANGELOG.md
| * Update CHANGELOG.mdJuan Carlos Alonso2019-06-221-4/+8
|/
* Merge pull request #36 from nauxliu/importerMat Schaffer2019-06-222-0/+11
|\ | | | | Add importer
| * Add importerXiangxuan Liu2019-06-182-0/+11
| |
* | Merge pull request #35 from ivanschwarz/feat/ssl-validation-2Mat Schaffer2019-06-2215-14/+166
|\ \ | |/ |/| Add SSL validation feature for uptime tests
| * Add enable_ssl_alert feature for uptime testsIvan Schwarz2019-06-143-2/+18
| |
| * Update client dependencyIvan Schwarz2019-06-1412-12/+148
|/
* Merge pull request #34 from jcalonso/fix/contact-group-backwards-compatibleMat Schaffer2019-06-134-9/+60
|\ | | | | Add support back for contact_id and mark it as deprecated
| * Update docs reflecting contact_id deprecationJuan Carlos Alonso2019-06-102-2/+3
| |
| * Add support for contact_id and mark it as deprecatedJuan Carlos Alonso2019-06-102-7/+57
| | | | | | | | This makes the contact_group change backwards compatible
* | Merge pull request #32 from ndench/0.12-compatibilityMat Schaffer2019-06-101428-50163/+255352
|\ \ | |/ |/| Upgrade to 0.12
| * Merge pull request #1 from jcalonso/patch-1Nathan Dench2019-06-041-0/+3
| |\ | | | | | | Fix acceptance tests
| | * Fix acceptance testsJuan Carlos Alonso2019-06-031-0/+3
| |/ | | | | | | | | | | | | This was making the acceptance test to fail since it was using the hardcoded contact group in the code which doesn't exist any other account except for the initial developer. https://github.com/ndench/terraform-provider-statuscake/commit/4efdab4181cd2bfd243600def27f70f0580942a3#diff-74acd2515ee5ecd44424d7a31439989eR221 This change now explicitly prompts the user to include the contact group
| * Upgrade to 0.12Nathan Dench2019-05-241427-50163/+255349
|/
* Merge pull request #27 from terraform-providers/go-modules-2019-02-22appilon2019-02-271398-121878/+344827
|\ | | | | [MODULES] Switch to Go Modules
| * deps: github.com/hashicorp/terraform@sdk-v0.11-with-go-modulesAlex Pilon2019-02-221054-7569/+344024
| | | | | | | | Updated via: go get github.com/hashicorp/terraform@sdk-v0.11-with-go-modules and go mod tidy
| * deps: use go modules for dep mgmtAlex Pilon2019-02-22364-114611/+1104
| | | | | | | | | | | | run go mod tidy remove govendor from makefile and travis config set appropriate env vars for go modules
| * provider: Ensured Go 1.11 in TravisCI and READMEAlex Pilon2019-02-221-0/+1
|/ | | | | | provider: Run go fix provider: Run go fmt provider: Encode go version 1.11.5 to .go-version file
* Merge pull request #23 from terraform-providers/go1.11-upgrade-2019-01-07Tom Harvey2019-01-093-5/+5
|\ | | | | [AUTOMATED] Upgrade to Go 1.11
| * provider: Require Go 1.11 in TravisCI and READMEAlex Pilon2019-01-073-5/+5
|/ | | | | provider: Run go fix provider: Run go fmt
* Update CHANGELOG.mdMat Schaffer2018-08-201-1/+13
|
* Merge pull request #18 from matschaffer/contact-groups-supportMat Schaffer2018-08-207-71/+100
|\ | | | | Add test contact group support
| * Use linux checksum shaMat Schaffer2018-08-061-1/+1
| |
| * Re-up vendored clientMat Schaffer2018-08-062-4/+4
| |
| * Replace contact_id with contact_groupMat Schaffer2018-07-273-22/+25
| | | | | | | | This allows for multiple contacts per test.
| * Update test_tag handling to be a proper list of stringsMat Schaffer2018-07-273-6/+9
| |