Commit Graph

639 Commits (9ec8c141566ddbf08d20d5a830a7e46353af3add)

Author SHA1 Message Date
Elie 9ec8c14156 Truncate file when opening file in json output 2021-04-13 14:02:50 +02:00
sundowndev 64050b34f9 fix(resource): ignore FinalSnapshotIdentifier field 2021-04-13 14:02:50 +02:00
sundowndev b8113671d8 test(analyser): fix sorting in expected result 2021-04-13 14:02:50 +02:00
sundowndev a637de6f8c refactor: sort difference's changelogs 2021-04-13 14:02:50 +02:00
sundowndev fa9132f14c fix: resource diff sorting 2021-04-13 14:02:50 +02:00
sundowndev 753dd50286 test(analyser): enable slice ordering 2021-04-13 14:01:35 +02:00
Louis TOUSSAINT 32daca00c4 Issue 371: RePrint p.count.load to display last number of resources scanned and hide animation character when progress bar end 2021-04-13 14:01:35 +02:00
sundowndev 01a637f494 refactor(cmd): rename deleted to missing in json output 2021-04-13 14:01:35 +02:00
sundowndev 03fc4062be test: scan output 2021-04-13 14:01:35 +02:00
sundowndev 6ff780ce51 refactor(cmd): more human readable output 2021-04-13 14:01:35 +02:00
Louis TOUSSAINT afb9c9a648 Issue 367: Add details to error reporting flag in help message, similar to driftctl-docs 2021-04-13 14:01:35 +02:00
Louis TOUSSAINT 0c07b278ef Issue 369: Remove LastModified field for aws_lambda_function from drift reports 2021-04-13 14:01:35 +02:00
sundowndev a348019115 chore: fix lint errors 2021-04-13 14:01:35 +02:00
Raphaël ff0ffcb5d7 fix(analyser): link to docs about limitations 2021-04-13 14:01:35 +02:00
Elie 90da652880
Merge pull request #411 from cloudskiff/test/middlewares
Start testing middlewares that create resources
2021-04-08 18:15:57 +02:00
Elie 8e56de6530
Merge branch 'main' into test/middlewares 2021-04-08 18:10:44 +02:00
Elie d9a8298872 Update docker go version used for build in CI 2021-04-08 17:32:06 +02:00
Elie 0d6414ac64 Fix arch display in build script 2021-04-08 16:00:30 +02:00
William Beuil d797d35d7a
Testing middlewares that create resources 2021-04-08 11:58:37 +02:00
Raphaël 88e729c293
Merge pull request #406 from cloudskiff/fix/httpStatus
Return explicit error on bad http status code
2021-04-07 18:48:03 +02:00
sundowndev c262472255 refactor: http request error handling 2021-04-07 15:12:30 +02:00
sundowndev 1fda9be6f4 refactor: use proper errors pkg 2021-04-07 14:11:18 +02:00
sundowndev fc43dcd211 fix: return error on bad http status code 2021-04-07 14:11:18 +02:00
Elie e7f5c1a76a
Merge pull request #389 from cloudskiff/add_resource_factory
Add resource factory
2021-04-07 10:51:42 +02:00
Elie 406a6c89f7
Merge branch 'main' into add_resource_factory 2021-04-06 16:49:14 +02:00
Elie 141ffbe81b Prevent gox install to update go.mod 2021-04-06 16:48:47 +02:00
Elie 2b71c8e650 Add resource factory 2021-04-06 16:43:35 +02:00
Elie 5789a0c24e Use go install instead of go get for tools installation 2021-04-01 10:23:42 +02:00
Elie a1a56c223b
Merge pull request #399 from cloudskiff/add_functional_test
Add tests for driftctl
2021-03-31 18:18:06 +02:00
Elie 46475cc6d2
Merge branch 'main' into add_functional_test 2021-03-31 18:10:26 +02:00
Elie 0847e2176a
Merge pull request #400 from cloudskiff/fix_test_updates_go_mod
Prevent go test to update go.mod
2021-03-31 18:09:36 +02:00
Elie 7c112a8bfe Add tests for driftctl 2021-03-31 17:53:36 +02:00
Elie 04c2c3845c Prevent go test to update go.mod 2021-03-31 16:35:46 +02:00
Elie bfdb705803
Merge pull request #395 from cloudskiff/allow_multiples_args_in_checks
Allow to set args in checks in acceptance test
2021-03-30 19:21:58 +02:00
Elie 7170f9f09c Allow to set args from checks 2021-03-30 19:06:02 +02:00
Elie 6f39d5c99c
Merge pull request #393 from cloudskiff/fix/ciDeps
Add missing 'make deps' steps in CI
2021-03-30 17:47:40 +02:00
Raphaël 172e51f53e
ci: remove make deps step for unit tests 2021-03-30 17:38:45 +02:00
Raphaël 23a134cde6
ci: add missing 'make deps' steps 2021-03-30 17:32:46 +02:00
Elie 3bf8fe65f9 Update go version and add make deps to fix Ci issues 2021-03-30 14:56:20 +02:00
Elie 42e4342f71
Merge pull request #363 from cloudskiff/new-archi/filtering
Refactoring to filter on Cty.Value
2021-03-29 11:13:59 +02:00
William Beuil 0881b44577
Refactoring to filter on Cty.Value 2021-03-29 10:28:39 +02:00
Elie e238772b70 Revert "Disable event source mapping acc test in CI"
This reverts commit 4ac3ca9e59.
2021-03-26 09:55:31 +01:00
Elie aa9376c8bc
Merge pull request #364 from cloudskiff/fix/delete_global_dynamo_test
remove dynamodb table replica to speed up acc tests
2021-03-25 11:41:35 +01:00
Martin Guibert eaef50ce9b remove table replica to speed up acc tests 2021-03-25 11:34:23 +01:00
Elie cf5ab98f83 Add more timeout for dynamodb table creation 2021-03-25 11:05:19 +01:00
Elie 4ac3ca9e59 Disable event source mapping acc test in CI 2021-03-25 11:00:25 +01:00
Elie 82f74f74f0
Merge pull request #356 from cloudskiff/refact/sortResources
Sort unmanaged & deleted resources in a predictable order
2021-03-23 11:23:07 +01:00
sundowndev 06f7d4f110
test: analyser package 2021-03-22 12:08:53 +01:00
sundowndev b36fdaea1c
test: analyser package 2021-03-22 12:02:06 +01:00
sundowndev a714bab62a
fix: sort method 2021-03-22 11:59:09 +01:00