Khushboo Verma
Khushboo Verma
### Work in progress **Edge cases in Appwrite but not in Utopia** - Had to change the exception type to ‘Throwable’ instead of ‘PDOException’ for Appwrite as the exception wasn’t...
## What does this PR do? This health endpoint for storage will do 3 operations. ``` $device->write(uniquefile); $device->read(uniquefile); $device->delete(uniquefile); ``` If one fails, the endpoint fails, this way we test...
## What does this PR do? Asana task: https://appwrite.sentry.io/issues/4139632090/?project=6054168&query=is%3Aunresolved&referrer=issue-stream&statsPeriod=24h&stream_index=24&utc=true ## Test Plan (Write your test plan here. If you changed any code, please provide us with clear instructions on how...
## What does this PR do? Get status of certificate for a domain to check whether it is still valid or expired. ## Test Plan (Write your test plan here....
## What does this PR do? Add an endpoint to cancel a build and kill the container. ## Test Plan (Write your test plan here. If you changed any code,...
## What does this PR do? Update VCS Comment to be more contextual as per the status. ## Test Plan (Write your test plan here. If you changed any code,...
## What does this PR do? Allow executions to be filtered by attributes like status, trigger, path, duration etc. ## Test Plan Tested using client ## Related PRs and Issues...
## What does this PR do? Fix VCS Silent Mode ## Test Plan Tested manually ## Related PRs and Issues - (Related PR or issue) ## Checklist - [ ]...
## 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? Downloads from storage are slow. Increasing chunk size to 10 MB from 2 MB might help increase file download speed. ## Test Plan (Write...