From 002e50c0afbd52cf9072c9dc7824391b73c1dec9 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 31 Oct 2020 19:17:53 +0200 Subject: [PATCH 1/2] Fixed webhooks error --- app/controllers/api/storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/storage.php b/app/controllers/api/storage.php index bd20fb569a..2f20996f2d 100644 --- a/app/controllers/api/storage.php +++ b/app/controllers/api/storage.php @@ -506,7 +506,7 @@ App::put('/v1/storage/files/:fileId') ; $response->dynamic($file, Response::MODEL_FILE); - }, ['response', 'projectDB', 'webhooks', 'audits']); + }, ['response', 'projectDB', 'audits']); App::delete('/v1/storage/files/:fileId') ->desc('Delete File') From 564c1f03814528cdbb7bdd584ca8309b7ea5e5a4 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 31 Oct 2020 19:19:49 +0200 Subject: [PATCH 2/2] Updated timeout --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c1242c2fce..e6eede459f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ before_install: install: - docker --version - docker-compose up -d -- sleep 60 +- sleep 90 script: - docker ps