feat: asset storage (#1696)

* feat: remove assets

* feat: minio implementation

* fix: remove assets from tests

* feat: minio implementation

* feat: Env vars

* fix: sprintf

* fix: sprintf

* Update internal/eventstore/repository/repository.go

Co-authored-by: Livio Amstutz <livio.a@gmail.com>

* fix: error handling

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
Fabi
2021-05-03 10:15:50 +02:00
committed by GitHub
parent a5c6bf5498
commit 667cc30291
110 changed files with 306 additions and 938 deletions

View File

@@ -148,7 +148,6 @@ func TestCommandSide_ResendInitialMail(t *testing.T) {
),
),
},
nil,
),
),
secretGenerator: GetMockSecretGenerator(t),
@@ -207,7 +206,6 @@ func TestCommandSide_ResendInitialMail(t *testing.T) {
),
),
},
nil,
),
),
secretGenerator: GetMockSecretGenerator(t),
@@ -269,7 +267,6 @@ func TestCommandSide_ResendInitialMail(t *testing.T) {
),
),
},
nil,
),
),
secretGenerator: GetMockSecretGenerator(t),
@@ -454,7 +451,6 @@ func TestCommandSide_VerifyInitCode(t *testing.T) {
),
),
},
nil,
),
),
secretGenerator: GetMockSecretGenerator(t),
@@ -515,7 +511,6 @@ func TestCommandSide_VerifyInitCode(t *testing.T) {
),
),
},
nil,
),
),
secretGenerator: GetMockSecretGenerator(t),
@@ -599,7 +594,6 @@ func TestCommandSide_VerifyInitCode(t *testing.T) {
false,
"")),
},
nil,
),
),
secretGenerator: GetMockSecretGenerator(t),
@@ -716,7 +710,6 @@ func TestCommandSide_InitCodeSent(t *testing.T) {
),
),
},
nil,
),
),
},