Commit Graph

23 Commits (43ea6268fcb18521ee6afc46c4b08e764976248f)

Author SHA1 Message Date
Elie bd0ffded35
Increase aws acc test timeout 2021-10-29 10:08:53 +02:00
Elie e034aa3d70
Revert "Remove 2h timeout for acc tests"
This reverts commit 9ae26aba17.
2021-10-29 10:08:07 +02:00
Elie 9ae26aba17
Remove 2h timeout for acc tests 2021-10-28 14:40:23 +02:00
Raphaël 4c2204f3a2
Merge branch 'main' into build_script_improvement 2021-08-04 15:30:48 +02:00
Elie 942da9d269
Allow to build single binary in release mode 2021-08-04 15:27:57 +02:00
Martin Guibert 5e07bd1036 remove useless go mod download from make test 2021-07-30 17:58:46 +02:00
sundowndev 056a24c247 refactor: unify build scripts 2021-07-22 17:33:49 +02:00
sundowndev e82c684604 refactor: release workflow 2021-07-22 17:33:49 +02:00
sundowndev 4d5058f29c refactor: build script 2021-07-22 17:33:49 +02:00
Elie 045a7039d1
increase linter timeout 2021-06-18 12:01:09 +02:00
Martin Guibert e441425e70
[RUN ACC] fix acc tests
filter our own keys for aws_iam_access_key
increase timeout
2021-06-09 11:35:31 +02:00
Elie 5789a0c24e Use go install instead of go get for tools installation 2021-04-01 10:23:42 +02:00
Elie 04c2c3845c Prevent go test to update go.mod 2021-03-31 16:35:46 +02:00
Martin Guibert 28d3a6df7e Add progress service that display a spinner until stopped or timeouted 2021-03-16 16:35:20 +01:00
Martin Guibert f31a8a8395 Use printer to not break output isolation
added pinter interface to print info
json output use void printer is the path output it stdout
2021-03-15 12:03:35 +01:00
Elie 1c7778477c
Merge branch 'main' into allow_prefix_usage_in_iac_source_for_s3 2021-02-25 10:05:59 +01:00
Elie 5bf6a4ad7a
Add acc test 2021-02-24 14:19:08 +01:00
Martin Guibert 700879714a refacto ec2 to use repository 2021-02-23 18:47:42 +01:00
Elie 15cd8802a9
Make acc test from multiples provider run in parallel 2021-02-15 15:43:01 +01:00
Elie 6e823b462a
Split lint from test 2021-02-08 19:11:47 +01:00
Elie eaf67f37e6
Fix lint sometimes fail in CI 2021-02-01 13:47:13 +01:00
Elie 5daec82ecc
Remove singleton to fix issues when chain multiples cmd run
We have some issue when running acceptance test, more generally
when we use to execute scan cmd multiples times.
We were using global singletons for provider and resources suppliers
managment which lead us to improper state in the second scan run.
We should avoid this in the future and make proper initialization of our
dependencies maybe using a dependency injection container.
2021-02-01 11:49:50 +01:00
Elie ff72de8e77
🍾 Initial release
Co-authored-by: William BEUIL <william.beuil@cloudskiff.com>
Co-authored-by: Martin GUIBERT <martin@cloudskiff.com>
2020-12-09 16:35:26 +01:00