1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

Fix broken functions flow

This commit is contained in:
Khushboo Verma 2023-08-09 13:16:17 +05:30
parent 6ce3045f89
commit c6cdc0c37c
4 changed files with 5 additions and 5 deletions

2
.env
View file

@ -61,7 +61,7 @@ _APP_FUNCTIONS_INACTIVE_THRESHOLD=600
_APP_FUNCTIONS_MAINTENANCE_INTERVAL=600 _APP_FUNCTIONS_MAINTENANCE_INTERVAL=600
_APP_FUNCTIONS_RUNTIMES_NETWORK=runtimes _APP_FUNCTIONS_RUNTIMES_NETWORK=runtimes
_APP_EXECUTOR_SECRET=your-secret-key _APP_EXECUTOR_SECRET=your-secret-key
_APP_EXECUTOR_HOST=http://exc1/v1 _APP_EXECUTOR_HOST=http://executor/v1
_APP_FUNCTIONS_RUNTIMES= _APP_FUNCTIONS_RUNTIMES=
_APP_MAINTENANCE_INTERVAL=86400 _APP_MAINTENANCE_INTERVAL=86400
_APP_MAINTENANCE_RETENTION_CACHE=2592000 _APP_MAINTENANCE_RETENTION_CACHE=2592000

@ -1 +1 @@
Subproject commit c51d994430c88a10fbd8e10f734ee6c255a936df Subproject commit 168e80866827a25ca7982a3a8ef85a81ed86c291

View file

@ -414,7 +414,7 @@ App::post('/v1/vcs/github/installations/:installationId/providerRepositories/:pr
->label('sdk.response.model', Response::MODEL_DETECTION) ->label('sdk.response.model', Response::MODEL_DETECTION)
->param('installationId', '', new Text(256), 'Installation Id') ->param('installationId', '', new Text(256), 'Installation Id')
->param('providerRepositoryId', '', new Text(256), 'Repository Id') ->param('providerRepositoryId', '', new Text(256), 'Repository Id')
->param('providerRootDirectory', '', new Text(256), 'Path to Root Directory', true) ->param('providerRootDirectory', '', new Text(256, 0), 'Path to Root Directory', true)
->inject('gitHub') ->inject('gitHub')
->inject('response') ->inject('response')
->inject('project') ->inject('project')

4
composer.lock generated
View file

@ -2463,7 +2463,7 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/vcs.git", "url": "https://github.com/utopia-php/vcs.git",
"reference": "3b1138fd655cdf116c5848d8b966f2ffcd3c623d" "reference": "c33c9e95f7d61d32a6e1f644061c0dbf56b8d846"
}, },
"require": { "require": {
"adhocore/jwt": "^1.1", "adhocore/jwt": "^1.1",
@ -2512,7 +2512,7 @@
"utopia", "utopia",
"vcs" "vcs"
], ],
"time": "2023-08-07T10:00:44+00:00" "time": "2023-08-07T15:20:14+00:00"
}, },
{ {
"name": "utopia-php/websocket", "name": "utopia-php/websocket",