Commit Graph

100 Commits (063ff820c00bc77c68f11fc21ab4caac62972402)

Author SHA1 Message Date
Elie 063ff820c0
Fix invalid label in issue template 2021-01-06 13:52:14 +01:00
Elie 59a7de9684
Fix issues templates typo 2021-01-06 13:50:47 +01:00
Elie e131550ec3
Merge pull request #75 from cloudskiff/stronger_state_reader
Ignore unknown attributes error in state
2021-01-06 13:41:00 +01:00
Elie 896edb91d8
Ignore unknown attributes error in state 2021-01-06 12:38:53 +01:00
Elie 6daffa8734
Limit parallel build to avoid failed build release in CI 2021-01-06 10:18:30 +01:00
Elie 28b44e57d7
Capture panic in // runner and fwd to sentry 2021-01-06 09:56:42 +01:00
Stephane Jourdan c564ba001f
Merge pull request #71 from cloudskiff/fix_make_build_keep_tag
Remove previous tag from version string in make build
2021-01-05 18:32:54 +01:00
Elie ffdd0b58af
Merge branch 'main' into fix_make_build_keep_tag 2021-01-05 18:31:02 +01:00
Elie ae748ab61e
Remove previous tag from version string in make build 2021-01-05 18:29:24 +01:00
Elie 5405385ed7
Merge pull request #69 from cloudskiff/fix_invalid_char_in_filename
Remove invalid chars in filenames (for windows)
2021-01-05 17:53:57 +01:00
Elie e77a5b390a
Remove invalid chars in filenames (for windows) 2021-01-05 17:42:34 +01:00
Elie e84d5eb983
Merge pull request #63 from cloudskiff/add_crash_reporting
Add sentry error reporting
2021-01-05 15:33:24 +01:00
Elie 12db6eeb40
Merge branch 'main' into add_crash_reporting 2021-01-05 15:30:31 +01:00
Elie efb5fddf5a
Add sentry error reporting 2021-01-05 15:19:08 +01:00
Elie e91b00d707
Merge pull request #65 from cloudskiff/fix_test_on_darwin
Fix test execution failed on darwin
2021-01-05 15:18:34 +01:00
Elie 88b1379730
Fix test execution failed on darwin 2021-01-05 14:38:42 +01:00
Stephane Jourdan a0f61c2678 use correct docker hub image name 2021-01-05 11:36:53 +01:00
Elie 917aecdf98
Merge pull request #64 from cloudskiff/add_container_home
add home support for docker image
2021-01-05 11:34:25 +01:00
Elie 485e5d7047
Merge branch 'main' into add_container_home 2021-01-05 11:32:18 +01:00
Stephane Jourdan 0bdf2ed0c1 add home support for docker image 2021-01-05 11:27:11 +01:00
Elie e3e49ccae3
Fix missing newline in version check 2021-01-05 11:12:46 +01:00
William BEUIL 3c79ce7f6f
Merge pull request #61 from cloudskiff/fix_broken_ignore
Fix broken driftignore
2021-01-04 18:12:12 +01:00
William BEUIL c4484dce8d
Merge branch 'main' into fix_broken_ignore 2021-01-04 18:08:12 +01:00
Elie 32addbb0e0
Merge pull request #57 from cloudskiff/fix/route-53
Rely on the FQDN to compare two route53 records
2021-01-04 17:49:44 +01:00
Elie 80a815fb9d
Merge branch 'main' into fix/route-53 2021-01-04 17:41:43 +01:00
Elie 546674acae
Fix build script output 2021-01-04 16:54:43 +01:00
Elie 1d71ca53a2
Merge branch 'main' into fix/route-53 2021-01-04 16:40:45 +01:00
Elie ced1260898
Fix broken driftignore 2021-01-04 16:19:34 +01:00
William Beuil 1bde15eb6c
Add acceptance test 2021-01-04 15:51:22 +01:00
Elie 4dd6d6e4c4
Merge pull request #28 from cloudskiff/fea/ignore_field_drift
Ability to ignore a single field on a given resource
2021-01-04 14:43:13 +01:00
Elie 6aceaff771
Some review fixes 2021-01-04 14:40:19 +01:00
William Beuil 98d1021505
Rely on the FQDN to compare two route53 records 2021-01-04 13:47:02 +01:00
Martin Guibert 2a363841ed refactor effective filtering into analyzer 2020-12-23 15:58:38 +01:00
Martin Guibert 42207e3be1 add ability to ignore field drift 2020-12-23 14:53:16 +01:00
William BEUIL bee214812f
Merge pull request #49 from cloudskiff/fix/vpc-permissions
Add missing aws permissions for aws_vpc and aws_default_vpc resources
2020-12-23 11:19:11 +01:00
William BEUIL db3d0d1923
Merge branch 'main' into fix/vpc-permissions 2020-12-23 11:16:55 +01:00
William BEUIL 6aa5da86ea
Merge pull request #51 from cloudskiff/fix/fail_on_bad_fmt
add fmt check in ci
2020-12-23 11:16:40 +01:00
William BEUIL 4a3ef8751e
Merge branch 'main' into fix/fail_on_bad_fmt 2020-12-23 11:13:52 +01:00
William BEUIL 4d9c048f2d
Merge pull request #48 from cloudskiff/fix/fake-resource
Consistency across resources
2020-12-23 11:13:27 +01:00
William BEUIL 8c64f4a4bb
Merge branch 'main' into fix/fake-resource 2020-12-23 11:11:11 +01:00
Stephane Jourdan e30969ae40
add doc about IAM assume role setup (AWS)
Add documentation about AWS authentication
2020-12-23 11:04:59 +01:00
Martin Guibert 1adac9f085 fix formatting issues 2020-12-23 10:56:56 +01:00
Martin Guibert 10bf35518d add fmt and check for formatting errors 2020-12-23 10:56:29 +01:00
William Beuil c3e0bb1315
Add documentation about AWS authentication 2020-12-22 18:44:11 +01:00
William Beuil 99af6992a2
Add missing aws permissions for aws_vpc and aws_default_vpc resources 2020-12-22 15:01:18 +01:00
William Beuil 539b525df5
Consistency across resources 2020-12-22 12:17:04 +01:00
Stephane Jourdan 110813b504
documentation update after user feedback
updated doc following user feedback
2020-12-21 16:59:24 +01:00
Stephane Jourdan c09aaee9df remove sudo and split install in more steps 2020-12-21 12:16:13 +01:00
Stephane Jourdan d7559a5f02 simple reword 2020-12-21 12:12:46 +01:00
Stephane Jourdan ca8afc8fe1 updated doc following user feedback (cf #41) 2020-12-19 10:16:52 +01:00