From ee525b66c86bb1155fcf4736c535c04fbf16bf30 Mon Sep 17 00:00:00 2001 From: David Martos Date: Thu, 11 Feb 2021 14:06:41 +0100 Subject: [PATCH 1/2] Update code autocompletion instructions --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ff4564d29c..a0f2b96a9b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,7 +79,7 @@ To get proper autocompletion for all the different functions and classes in the ```bash docker run --rm --interactive --tty \ --volume $PWD:/app \ - composer install + composer update --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts --prefer-dist ``` ### User Interface From 4b113feb0c299ca1a1dc7ee2908ccaf8448af4a2 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 12 Feb 2021 12:04:55 +0100 Subject: [PATCH 2/2] docs(functions): list executions --- docs/references/functions/list-executions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/functions/list-executions.md b/docs/references/functions/list-executions.md index 82faa3b913..e1b190b4eb 100644 --- a/docs/references/functions/list-executions.md +++ b/docs/references/functions/list-executions.md @@ -1 +1 @@ -Get a list of all the current user function execution logs. You can use the query params to filter your results. On admin mode, this endpoint will return a list of all of the project's teams. [Learn more about different API modes](/docs/admin). \ No newline at end of file +Get a list of all the current user function execution logs. You can use the query params to filter your results. On admin mode, this endpoint will return a list of all of the project's executions. [Learn more about different API modes](/docs/admin). \ No newline at end of file