Khushboo Verma
Khushboo Verma
## What does this PR do? (Provide a description of what this PR does and why it's needed.) ## Test Plan (Write your test plan here. If you changed any...
## What does this PR do? Add Payload response model for execution responseBody ## Test Plan (Write your test plan here. If you changed any code, please provide us with...
## What does this PR do? (Provide a description of what this PR does.) ## Test Plan (Write your test plan here. If you changed any code, please provide us...
## What does this PR do? Rewrite function variables endpoints with http syntax ## Test Plan (Write your test plan here. If you changed any code, please provide us with...
## What does this PR do? Replace `expectException` with try-catch so that tests don't pass if behaviour is incorrect. ## Test Plan (Write your test plan here. If you changed...
## What does this PR do? Replace `sleep` in tests with while(true) loops so that we only sleep until execution or deployment is complete. ## Test Plan (Write your test...
## What does this PR do? Example usage: ```js const execution = await functions.createExecution( '1', // functionId null, // body (optional) ); const output = execution.responseBody.toBinary(); ``` ## Test Plan...
## What does this PR do? Add new endpoints for sites ## Test Plan (Write your test plan here. If you changed any code, please provide us with clear instructions...
## What does this PR do? Add secret variables to functions and projects which can be updated and deleted but value can't be read. ## Test Plan (Write your test...
## What does this PR do? (Provide a description of what this PR does and why it's needed.) ## Test Plan (Write your test plan here. If you changed any...